diff options
author | David Bordoley <bordoley@msu.edu> | 2003-04-21 20:36:40 +0800 |
---|---|---|
committer | Dave Bordoley <Bordoley@src.gnome.org> | 2003-04-21 20:36:40 +0800 |
commit | 861ffe47ca91ae1fa7a39c422c6941885d31bb2d (patch) | |
tree | 423ec5b23d08b32c42e1d5c0992b407255af1e75 /ChangeLog | |
parent | 89f94d0afc4ce506aea6ad94ccb0f64cf6679851 (diff) | |
download | gsoc2013-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-- | ChangeLog | 25 |
1 files changed, 25 insertions, 0 deletions
@@ -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: |