diff options
author | Marco Pesenti Gritti <marco@it.gnome.org> | 2003-06-14 02:05:27 +0800 |
---|---|---|
committer | Marco Pesenti Gritti <mpeseng@src.gnome.org> | 2003-06-14 02:05:27 +0800 |
commit | 63c30bbc992945dcae374ef87716234fa53cd184 (patch) | |
tree | 572bce53db37c3e26fab0acabe92fed2670dec8a /ChangeLog | |
parent | ab152b500ba9248f625db68601dc293bfd1fa3cb (diff) | |
download | gsoc2013-epiphany-63c30bbc992945dcae374ef87716234fa53cd184.tar gsoc2013-epiphany-63c30bbc992945dcae374ef87716234fa53cd184.tar.gz gsoc2013-epiphany-63c30bbc992945dcae374ef87716234fa53cd184.tar.bz2 gsoc2013-epiphany-63c30bbc992945dcae374ef87716234fa53cd184.tar.lz gsoc2013-epiphany-63c30bbc992945dcae374ef87716234fa53cd184.tar.xz gsoc2013-epiphany-63c30bbc992945dcae374ef87716234fa53cd184.tar.zst gsoc2013-epiphany-63c30bbc992945dcae374ef87716234fa53cd184.zip |
Do not use libxml to parse mozilla bookmarks. Use the galeon parser
2003-06-13 Marco Pesenti Gritti <marco@it.gnome.org>
* src/bookmarks/ephy-bookmarks-import.c:
(gul_general_read_line_from_file), (gul_string_ascii_strcasestr),
(ns_get_bookmark_item), (ns_parse_bookmark_item),
(ephy_bookmarks_import_mozilla):
Do not use libxml to parse mozilla bookmarks.
Use the galeon parser instead, ugly but works.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -1,3 +1,13 @@ +2003-06-13 Marco Pesenti Gritti <marco@it.gnome.org> + + * src/bookmarks/ephy-bookmarks-import.c: + (gul_general_read_line_from_file), (gul_string_ascii_strcasestr), + (ns_get_bookmark_item), (ns_parse_bookmark_item), + (ephy_bookmarks_import_mozilla): + + Do not use libxml to parse mozilla bookmarks. + Use the galeon parser instead, ugly but works. + 2003-06-13 Piers Cornwell <piersc@cogs.susx.ac.uk> * data/glade/prefs-dialog.glade: |