From 0e935c597fe2e3e00f672b98f77eaebf48660857 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Jean-Fran=C3=A7ois=20Rameau?= Date: Sun, 3 Jul 2005 21:38:55 +0000 Subject: EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit 2005-07-03 Jean-François Rameau * embed/ephy-cookie-manager.h: EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). * embed/ephy-favicon-cache.c: * lib/ephy-file-helpers.c: * lib/ephy-langs.c: * lib/ephy-node-db.c: * lib/ephy-node.c: * lib/ephy-state.c: * lib/egg/eggtraymanager.c: * src/ephy-extensions-manager.c: * src/ephy-main.c: * src/ephy-notebook.c: * src/ephy-session.c: * src/ephy-window.c: Fixes more signed/unsigned problems with gcc 4.0. --- ChangeLog | 21 +++++++++++++++++++++ 1 file changed, 21 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index 66cac8b9a..27e42f114 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,24 @@ +2005-07-03 Jean-François Rameau + + * embed/ephy-cookie-manager.h: + + EphyCookie's expires field is now of time_t type (fixes gcc 4.0 warning). + + * embed/ephy-favicon-cache.c: + * lib/ephy-file-helpers.c: + * lib/ephy-langs.c: + * lib/ephy-node-db.c: + * lib/ephy-node.c: + * lib/ephy-state.c: + * lib/egg/eggtraymanager.c: + * src/ephy-extensions-manager.c: + * src/ephy-main.c: + * src/ephy-notebook.c: + * src/ephy-session.c: + * src/ephy-window.c: + + Fixes more signed/unsigned problems with gcc 4.0. + 2005-07-01 Jean-François Rameau * src/ephy-navigation-action.c: (build_back_or_forward_menu), -- cgit v1.2.3