diff options
author | Christian Persch <chpe@cvs.gnome.org> | 2003-09-03 20:16:19 +0800 |
---|---|---|
committer | Christian Persch <chpe@src.gnome.org> | 2003-09-03 20:16:19 +0800 |
commit | 33b7df96e9481e054c0f813840f299dd9118b77f (patch) | |
tree | 9ceadb1b26302c5699e2dea6a0717232429ff3e6 /ChangeLog | |
parent | 90b92dab6b239d3ba9d74e272035db767a2943d4 (diff) | |
download | gsoc2013-epiphany-33b7df96e9481e054c0f813840f299dd9118b77f.tar gsoc2013-epiphany-33b7df96e9481e054c0f813840f299dd9118b77f.tar.gz gsoc2013-epiphany-33b7df96e9481e054c0f813840f299dd9118b77f.tar.bz2 gsoc2013-epiphany-33b7df96e9481e054c0f813840f299dd9118b77f.tar.lz gsoc2013-epiphany-33b7df96e9481e054c0f813840f299dd9118b77f.tar.xz gsoc2013-epiphany-33b7df96e9481e054c0f813840f299dd9118b77f.tar.zst gsoc2013-epiphany-33b7df96e9481e054c0f813840f299dd9118b77f.zip |
Rewrote xbel bookmarks importer using xmlreader api. Should fix bug
2003-09-03 Christian Persch <chpe@cvs.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_single_bookmark),
(xbel_parse_bookmark), (xbel_parse_folder), (xbel_parse_bookmarks),
(ephy_bookmarks_import_xbel):
Rewrote xbel bookmarks importer using xmlreader api. Should fix
bug 120803.
* configure.in:
Require libxml2 >= 2.5.9
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
@@ -1,5 +1,18 @@ 2003-09-03 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-import.c: (xbel_parse_single_bookmark), + (xbel_parse_bookmark), (xbel_parse_folder), (xbel_parse_bookmarks), + (ephy_bookmarks_import_xbel): + + Rewrote xbel bookmarks importer using xmlreader api. Should fix + bug 120803. + + * configure.in: + + Require libxml2 >= 2.5.9 + +2003-09-03 Christian Persch <chpe@cvs.gnome.org> + * src/bookmarks/ephy-bookmarks-editor.c: (add_bookmarks_source_menu), (cmd_bookmarks_import): |