aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-21 03:12:19 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-21 03:12:19 +0800
commite464015f47f6d575f5db02d851d7ea4b88278e34 (patch)
treebd44d70a7826306430e185dcddd352472a738b67 /ChangeLog
parent70c88252fb1eb732104f1523a5515bf556a3438c (diff)
downloadgsoc2013-epiphany-e464015f47f6d575f5db02d851d7ea4b88278e34.tar
gsoc2013-epiphany-e464015f47f6d575f5db02d851d7ea4b88278e34.tar.gz
gsoc2013-epiphany-e464015f47f6d575f5db02d851d7ea4b88278e34.tar.bz2
gsoc2013-epiphany-e464015f47f6d575f5db02d851d7ea4b88278e34.tar.lz
gsoc2013-epiphany-e464015f47f6d575f5db02d851d7ea4b88278e34.tar.xz
gsoc2013-epiphany-e464015f47f6d575f5db02d851d7ea4b88278e34.tar.zst
gsoc2013-epiphany-e464015f47f6d575f5db02d851d7ea4b88278e34.zip
Implement an handle_content signal to allow to write plugins to support
2003-11-20 Marco Pesenti Gritti <marco@gnome.org> * embed/ephy-embed-single.c: (ephy_embed_single_class_init): * embed/ephy-embed-single.h: * embed/mozilla/ContentHandler.cpp: * embed/mozilla/EphyHeaderSniffer.cpp: * embed/mozilla/EphyHeaderSniffer.h: * lib/ephy-marshal.list: Implement an handle_content signal to allow to write plugins to support external download managers.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog12
1 files changed, 12 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 77842f7b9..c0a6c13d2 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,17 @@
2003-11-20 Marco Pesenti Gritti <marco@gnome.org>
+ * embed/ephy-embed-single.c: (ephy_embed_single_class_init):
+ * embed/ephy-embed-single.h:
+ * embed/mozilla/ContentHandler.cpp:
+ * embed/mozilla/EphyHeaderSniffer.cpp:
+ * embed/mozilla/EphyHeaderSniffer.h:
+ * lib/ephy-marshal.list:
+
+ Implement an handle_content signal to allow to write
+ plugins to support external download managers.
+
+2003-11-20 Marco Pesenti Gritti <marco@gnome.org>
+
* embed/ephy-command-manager.c: (ephy_command_manager_base_init):
* embed/ephy-embed-persist.c: (ephy_embed_persist_class_init):
* embed/ephy-embed.c: (ephy_embed_base_init):