diff options
author | Vincent Untz <vincent@vuntz.net> | 2003-04-15 19:47:31 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-04-15 19:47:31 +0800 |
commit | 45fdc41e1bf87f59021c8415e240d121043d8a0f (patch) | |
tree | 3756356bbdba3aba47b742ebdfe8f15fa8e274b9 /ChangeLog | |
parent | ff1c282fd26c20c432c20350cbba084aeffd4720 (diff) | |
download | gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.gz gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.bz2 gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.lz gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.xz gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.tar.zst gsoc2013-epiphany-45fdc41e1bf87f59021c8415e240d121043d8a0f.zip |
Declare all the variables before the first instruction. Fixes a
2003-04-13 Vincent Untz <vincent@vuntz.net>
* src/prefs-dialog.c: (prefs_dialog_show_help):
Declare all the variables before the first instruction. Fixes a
compilation problem under gcc 2.95.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 27 |
1 files changed, 27 insertions, 0 deletions
@@ -1,3 +1,30 @@ +2003-04-13 Vincent Untz <vincent@vuntz.net> + + * 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 <marco@it.gnome.org> + + * 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 <marco@it.gnome.org> + + * 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 <sebol@ikhlas.com> * configure.in(ALL_LINGUAS): Added "ms". |