diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-05-04 00:51:29 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-05-04 00:51:29 +0800 |
commit | 3f4726c21f495297332c5cedae66e636ba88a1a0 (patch) | |
tree | 8a640bf6d7bf43d70b76566f913026c14742ec2e /ChangeLog | |
parent | 14e235f2eb930212dcdf8eca1dccfdcf56cd933e (diff) | |
download | gsoc2013-epiphany-3f4726c21f495297332c5cedae66e636ba88a1a0.tar gsoc2013-epiphany-3f4726c21f495297332c5cedae66e636ba88a1a0.tar.gz gsoc2013-epiphany-3f4726c21f495297332c5cedae66e636ba88a1a0.tar.bz2 gsoc2013-epiphany-3f4726c21f495297332c5cedae66e636ba88a1a0.tar.lz gsoc2013-epiphany-3f4726c21f495297332c5cedae66e636ba88a1a0.tar.xz gsoc2013-epiphany-3f4726c21f495297332c5cedae66e636ba88a1a0.tar.zst gsoc2013-epiphany-3f4726c21f495297332c5cedae66e636ba88a1a0.zip |
Search for ui files in the share dir
2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org>
* src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init),
(gnv_bonobo_control_activate_cb):
Search for ui files in the share dir
* src/statusbar.c: (statusbar_set_message):
Strip \n \r from messages
* src/toolbar.c:
Allow reorder of bookmarks
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
@@ -1,5 +1,20 @@ 2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org> + * src/ephy-nautilus-view.c: (ephy_nautilus_view_instance_init), + (gnv_bonobo_control_activate_cb): + + Search for ui files in the share dir + + * src/statusbar.c: (statusbar_set_message): + + Strip \n \r from messages + + * src/toolbar.c: + + Allow reorder of bookmarks + +2003-05-03 Marco Pesenti Gritti <marco@it.gnome.org> + * embed/ephy-history.c: (ephy_history_load): * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): |