aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@gnome.org>2007-05-20 01:12:45 +0800
committerChristian Persch <chpe@src.gnome.org>2007-05-20 01:12:45 +0800
commit661051d3901f5d2727aa0028da333dc541dec024 (patch)
treeb86c38024f9a3aaa53ad279f89f100b411a5f421 /ChangeLog
parent6b6326339b313a8bb468e7fc868dd1f008308d80 (diff)
downloadgsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar
gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.gz
gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.bz2
gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.lz
gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.xz
gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.tar.zst
gsoc2013-epiphany-661051d3901f5d2727aa0028da333dc541dec024.zip
Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefs
2007-05-19 Christian Persch <chpe@gnome.org> * embed/ephy-embed-prefs.h: * embed/mozilla/mozilla-notifiers.cpp: Add pref for smooth scroll, bug #162489. Use GSlice to allocate the prefs notifier data. Check the pref type. svn path=/trunk/; revision=7037
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ec7799df8..2c7e8fccc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,14 @@
2007-05-19 Christian Persch <chpe@gnome.org>
+ * embed/ephy-embed-prefs.h:
+ * embed/mozilla/mozilla-notifiers.cpp:
+
+ Add pref for smooth scroll, bug #162489.
+ Use GSlice to allocate the prefs notifier data.
+ Check the pref type.
+
+2007-05-19 Christian Persch <chpe@gnome.org>
+
* embed/mozilla/GeckoCookiePromptService.cpp:
Just use ngettext here, no need for dngettext.