aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-05-12 03:08:24 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-05-12 03:08:24 +0800
commitd5907b653b7fe8c1830563b56c44bc1016c94ba1 (patch)
treef3068aed960ff808270e37140cf7cbe4ce927b1b /ChangeLog
parentcb3c864677acdb69f6c3e71d4c2624482ea7ddc6 (diff)
downloadgsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar
gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.gz
gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.bz2
gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.lz
gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.xz
gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.tar.zst
gsoc2013-epiphany-d5907b653b7fe8c1830563b56c44bc1016c94ba1.zip
Fix google smart bookmarks to use utf8
2003-05-11 Marco Pesenti Gritti <marco@it.gnome.org> * data/starthere/smartbookmarks.xml.in: Fix google smart bookmarks to use utf8 * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url): Fix google smart bookmarks to use utf8. Escape the search string before merging it in the url.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 8a52077f5..47135ea2d 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,14 @@
+2003-05-11 Marco Pesenti Gritti <marco@it.gnome.org>
+
+ * data/starthere/smartbookmarks.xml.in:
+
+ Fix google smart bookmarks to use utf8
+
+ * src/bookmarks/ephy-bookmarks.c: (ephy_bookmarks_solve_smart_url):
+
+ Fix google smart bookmarks to use utf8.
+ Escape the search string before merging it in the url.
+
2003-05-11 Christian Persch <chpe+gnomebugz@stud.uni-saarland.de>
* src/statusbar.c: (statusbar_init), (statusbar_finalize):