diff options
author | James Willcox <jwillcox@gnome.org> | 2003-02-15 02:52:57 +0800 |
---|---|---|
committer | James Willcox <jwillcox@src.gnome.org> | 2003-02-15 02:52:57 +0800 |
commit | 853e7df8135a9a57071e3b0122e4dbf29e447dc9 (patch) | |
tree | 9effc11254540fcf63944ace4c1870a0039f4b97 /ChangeLog | |
parent | 49db412621481e87b3b5d882320e533a290eaa62 (diff) | |
download | gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.gz gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.bz2 gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.lz gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.xz gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.tar.zst gsoc2013-epiphany-853e7df8135a9a57071e3b0122e4dbf29e447dc9.zip |
Add tab load notification (a little spinning icon), and a context menu for
2003-02-14 James Willcox <jwillcox@gnome.org>
* data/art/Makefile.am:
* data/ui/Makefile.am:
* lib/widgets/ephy-notebook.c: (ephy_notebook_init),
(ephy_notebook_set_page_status), (tab_build_label):
* src/bookmarks/ephy-bookmarks-editor.c:
(popup_cmd_open_bookmarks_in_tabs),
(popup_cmd_open_bookmarks_in_browser),
(popup_cmd_remove_bookmarks), (ephy_bookmarks_editor_finalize),
(ephy_bookmarks_editor_show_popup_cb),
(ephy_bookmarks_editor_construct):
Add tab load notification (a little spinning icon), and a context
menu for the bookmarks editor.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 16 |
1 files changed, 16 insertions, 0 deletions
@@ -1,3 +1,19 @@ +2003-02-14 James Willcox <jwillcox@gnome.org> + + * data/art/Makefile.am: + * data/ui/Makefile.am: + * lib/widgets/ephy-notebook.c: (ephy_notebook_init), + (ephy_notebook_set_page_status), (tab_build_label): + * src/bookmarks/ephy-bookmarks-editor.c: + (popup_cmd_open_bookmarks_in_tabs), + (popup_cmd_open_bookmarks_in_browser), + (popup_cmd_remove_bookmarks), (ephy_bookmarks_editor_finalize), + (ephy_bookmarks_editor_show_popup_cb), + (ephy_bookmarks_editor_construct): + + Add tab load notification (a little spinning icon), and a context + menu for the bookmarks editor. + 2003-02-14 Dave Bordoley <bordoley@msu.edu> * data/ui/epiphany-toolbar.xml.in |