aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-21 02:46:38 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-21 02:46:38 +0800
commit70c88252fb1eb732104f1523a5515bf556a3438c (patch)
treec26793a71991513fdb89a18301e48c0bfaef40f3 /ChangeLog
parent60b00e6452f9beb0886661d12140e613c2770b0a (diff)
downloadgsoc2013-epiphany-70c88252fb1eb732104f1523a5515bf556a3438c.tar
gsoc2013-epiphany-70c88252fb1eb732104f1523a5515bf556a3438c.tar.gz
gsoc2013-epiphany-70c88252fb1eb732104f1523a5515bf556a3438c.tar.bz2
gsoc2013-epiphany-70c88252fb1eb732104f1523a5515bf556a3438c.tar.lz
gsoc2013-epiphany-70c88252fb1eb732104f1523a5515bf556a3438c.tar.xz
gsoc2013-epiphany-70c88252fb1eb732104f1523a5515bf556a3438c.tar.zst
gsoc2013-epiphany-70c88252fb1eb732104f1523a5515bf556a3438c.zip
Not necessary to store signal id in an array for interfaces.
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): Not necessary to store signal id in an array for interfaces.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog8
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 090ceadef..77842f7b9 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
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):
+
+ Not necessary to store signal id in an array for interfaces.
+
+2003-11-20 Marco Pesenti Gritti <marco@gnome.org>
+
* src/ephy-session.c: (ephy_session_save):
hrm misplaced free in last commit