aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@it.gnome.org>2003-04-14 02:08:55 +0800
committerMarco Pesenti Gritti <mpeseng@src.gnome.org>2003-04-14 02:08:55 +0800
commit5009179262c9faf39857e7bca14ad718b84ba51c (patch)
tree2243854b59c6cdb8aa0b22a305b68ced7493d8ef /ChangeLog
parentd4d88cfb05a492697310ef53da921ce2c95cef0a (diff)
downloadgsoc2013-epiphany-5009179262c9faf39857e7bca14ad718b84ba51c.tar.gz
gsoc2013-epiphany-5009179262c9faf39857e7bca14ad718b84ba51c.tar.zst
gsoc2013-epiphany-5009179262c9faf39857e7bca14ad718b84ba51c.zip
Fix leaks. Dont truncate utf8 strings.
2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org> * embed/mozilla/mozilla-embed.cpp: * src/ephy-tab.c: (ephy_tab_init), (ephy_tab_finalize), (ephy_tab_set_favicon), (ephy_tab_favicon_cache_changed_cb), (ephy_tab_link_message_cb), (ephy_tab_location_cb), (ephy_tab_get_status_message): Fix leaks. Dont truncate utf8 strings.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index f9dcf2a55..0de1aac5b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,15 @@
2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org>
+ * embed/mozilla/mozilla-embed.cpp:
+ * src/ephy-tab.c: (ephy_tab_init), (ephy_tab_finalize),
+ (ephy_tab_set_favicon), (ephy_tab_favicon_cache_changed_cb),
+ (ephy_tab_link_message_cb), (ephy_tab_location_cb),
+ (ephy_tab_get_status_message):
+
+ Fix leaks. Dont truncate utf8 strings.
+
+2003-04-13 Marco Pesenti Gritti <marco@it.gnome.org>
+
* data/starthere/smartbookmarks.xml.in:
Fix the text to make sense.