diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-19 20:14:45 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-19 20:14:45 +0800 |
commit | 54d2149bf268430f3b5f11e58c4492b1ab4c6ff5 (patch) | |
tree | 1a9e84386f79bffde79a7df3d5b45b6b52e4b599 /ChangeLog | |
parent | d3873ae5a566d733c31cdde300a6e5997dc4b7ce (diff) | |
download | gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.gz gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.bz2 gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.lz gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.xz gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.tar.zst gsoc2013-epiphany-54d2149bf268430f3b5f11e58c4492b1ab4c6ff5.zip |
Add an --import-bookmarks command line option, and really implement the
2003-09-19 Christian Persch <chpe@cvs.gnome.org>
* idl/EphyAutomation.idl:
* src/ephy-automation.c: (impl_ephy_automation_add_bookmark),
(impl_ephy_automation_import_bookmarks),
(ephy_automation_class_init):
* src/ephy-main.c: (ephy_main_start):
Add an --import-bookmarks command line option, and really implement
the --add-bookmark one.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
@@ -1,5 +1,16 @@ 2003-09-19 Christian Persch <chpe@cvs.gnome.org> + * idl/EphyAutomation.idl: + * src/ephy-automation.c: (impl_ephy_automation_add_bookmark), + (impl_ephy_automation_import_bookmarks), + (ephy_automation_class_init): + * src/ephy-main.c: (ephy_main_start): + + Add an --import-bookmarks command line option, and really implement + the --add-bookmark one. + +2003-09-19 Christian Persch <chpe@cvs.gnome.org> + * embed/mozilla/MozRegisterComponents.cpp A embed/mozilla/GtkNSSDialogs.cpp A embed/mozilla/GtkNSSDialogs.h |