aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorDavid Bordoley <bordoley@msu.edu>2003-04-21 20:36:40 +0800
committerDave Bordoley <Bordoley@src.gnome.org>2003-04-21 20:36:40 +0800
commit861ffe47ca91ae1fa7a39c422c6941885d31bb2d (patch)
tree423ec5b23d08b32c42e1d5c0992b407255af1e75 /ChangeLog
parent89f94d0afc4ce506aea6ad94ccb0f64cf6679851 (diff)
downloadgsoc2013-epiphany-861ffe47ca91ae1fa7a39c422c6941885d31bb2d.tar
gsoc2013-epiphany-861ffe47ca91ae1fa7a39c422c6941885d31bb2d.tar.gz
gsoc2013-epiphany-861ffe47ca91ae1fa7a39c422c6941885d31bb2d.tar.bz2
gsoc2013-epiphany-861ffe47ca91ae1fa7a39c422c6941885d31bb2d.tar.lz
gsoc2013-epiphany-861ffe47ca91ae1fa7a39c422c6941885d31bb2d.tar.xz
gsoc2013-epiphany-861ffe47ca91ae1fa7a39c422c6941885d31bb2d.tar.zst
gsoc2013-epiphany-861ffe47ca91ae1fa7a39c422c6941885d31bb2d.zip
Fixed a duplicate seperator. Add a view menu.
2003-04-21 David Bordoley <bordoley@msu.edu> * data/ui/epiphany-bookmark-editor-ui.xml.in: Fixed a duplicate seperator. Add a view menu. * data/ui/epiphany-history-window-ui.xml.in: Add a view menu. * src/ephy-history-window.c: (ephy_history_window_construct): Clean up ephy_history_ui_entries[] so that it is a little more organized. Add a view menu, but still needs to be hooked up. * src/bookmarks/ephy-bookmark-properties.c: (build_ui): s/"Show in the bookmarks _toolbar"/"_Show in the bookmarks toolbar". Fixes a mnemonic collision. * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct): Clean up ephy_bookmark_popup_entries[] so that it is a little more organized. Add a view menu, but still needs to be hooked up. Add mnemonic to the "_Show in Toolbar" menu entry.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog25
1 files changed, 25 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index fb230c9e1..38b9a76b0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,28 @@
+2003-04-21 David Bordoley <bordoley@msu.edu>
+
+ * data/ui/epiphany-bookmark-editor-ui.xml.in:
+
+ Fixed a duplicate seperator. Add a view menu.
+
+ * data/ui/epiphany-history-window-ui.xml.in:
+
+ Add a view menu.
+
+ * src/ephy-history-window.c: (ephy_history_window_construct):
+
+ Clean up ephy_history_ui_entries[] so that it is a little more
+ organized. Add a view menu, but still needs to be hooked up.
+
+ * src/bookmarks/ephy-bookmark-properties.c: (build_ui):
+
+ s/"Show in the bookmarks _toolbar"/"_Show in the bookmarks toolbar".
+ Fixes a mnemonic collision.
+
+ * src/bookmarks/ephy-bookmarks-editor.c: (ephy_bookmarks_editor_construct):
+ Clean up ephy_bookmark_popup_entries[] so that it is a little more
+ organized. Add a view menu, but still needs to be hooked up. Add mnemonic
+ to the "_Show in Toolbar" menu entry.
+
2003-04-20 Marco Pesenti Gritti <marco@it.gnome.org>
* src/bookmarks/Makefile.am: