From 45fdc41e1bf87f59021c8415e240d121043d8a0f Mon Sep 17 00:00:00 2001 From: Vincent Untz Date: Tue, 15 Apr 2003 11:47:31 +0000 Subject: Declare all the variables before the first instruction. Fixes a 2003-04-13 Vincent Untz * src/prefs-dialog.c: (prefs_dialog_show_help): Declare all the variables before the first instruction. Fixes a compilation problem under gcc 2.95. --- ChangeLog | 27 +++++++++++++++++++++++++++ 1 file changed, 27 insertions(+) (limited to 'ChangeLog') diff --git a/ChangeLog b/ChangeLog index f8d5ee1a1..56b96b15f 100644 --- a/ChangeLog +++ b/ChangeLog @@ -1,3 +1,30 @@ +2003-04-13 Vincent Untz + + * src/prefs-dialog.c: (prefs_dialog_show_help): + + Declare all the variables before the first instruction. Fixes a + compilation problem under gcc 2.95. + +2003-04-15 Marco Pesenti Gritti + + * lib/ephy-types.h: + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save), + (ephy_bookmarks_init), (ephy_bookmarks_finalize), + (ephy_bookmarks_add), (get_topics_list), (update_topics_list), + (ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword): + * src/bookmarks/ephy-tree-model-node.c: + (ephy_tree_model_node_update_node): + +2003-04-15 Marco Pesenti Gritti + + * lib/ephy-types.h: + * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_save), + (ephy_bookmarks_init), (ephy_bookmarks_finalize), + (ephy_bookmarks_add), (get_topics_list), (update_topics_list), + (ephy_bookmarks_set_keyword), (ephy_bookmarks_unset_keyword): + * src/bookmarks/ephy-tree-model-node.c: + (ephy_tree_model_node_update_node): + 2003-04-14 Hasbullah Bin Pit * configure.in(ALL_LINGUAS): Added "ms". -- cgit v1.2.3