aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorChristian Persch <chpe@cvs.gnome.org>2005-11-19 02:52:54 +0800
committerChristian Persch <chpe@src.gnome.org>2005-11-19 02:52:54 +0800
commit9c59c6bc168115ba34387b2777f6898289c37e3a (patch)
treec8b16d4d952557dc1f8251af9da68d28995c0b86 /ChangeLog
parentd79367d043e812c59ccd6893d981a4eb528bd532 (diff)
downloadgsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar
gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.gz
gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.bz2
gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.lz
gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.xz
gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.tar.zst
gsoc2013-epiphany-9c59c6bc168115ba34387b2777f6898289c37e3a.zip
Don't warn when reading a .xml when we previously read the .ephy-extension
2005-11-18 Christian Persch <chpe@cvs.gnome.org> * src/ephy-extensions-manager.c: Don't warn when reading a .xml when we previously read the .ephy-extension for this identifier. Allows .xml and .ephy-extension to co-exist in ~/.gnome2/epiphany/extensions.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d17b0929..9d6069c8e 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2005-11-18 Christian Persch <chpe@cvs.gnome.org>
+ * src/ephy-extensions-manager.c:
+
+ Don't warn when reading a .xml when we previously read the
+ .ephy-extension for this identifier. Allows .xml and .ephy-extension
+ to co-exist in ~/.gnome2/epiphany/extensions.
+
+2005-11-18 Christian Persch <chpe@cvs.gnome.org>
+
* src/ephy-tab.c:
Delay reloads when we get many change notifications in a short time.