aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2003-09-03 20:16:19 +0800
committerChristian Persch <chpe@src.gnome.org>2003-09-03 20:16:19 +0800
commit33b7df96e9481e054c0f813840f299dd9118b77f (patch)
tree9ceadb1b26302c5699e2dea6a0717232429ff3e6 /ChangeLog
parent90b92dab6b239d3ba9d74e272035db767a2943d4 (diff)
downloadgsoc2013-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--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 025550f3e..8a63d033c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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):