aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorMarco Pesenti Gritti <marco@gnome.org>2003-11-13 22:02:26 +0800
committerMarco Pesenti Gritti <marco@src.gnome.org>2003-11-13 22:02:26 +0800
commit00c81d309184a49f6e711c4ce0b61ae8f94b42ae (patch)
tree0d390fb0948db063653c6da0e20d6a98d7094d96 /ChangeLog
parentf96998042311fdbe13591635b4861f6e9db7c230 (diff)
downloadgsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar
gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.gz
gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.bz2
gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.lz
gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.xz
gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.tar.zst
gsoc2013-epiphany-00c81d309184a49f6e711c4ce0b61ae8f94b42ae.zip
First stab at reorganizing initialization. Fix crashes when launching an
2003-11-13 Marco Pesenti Gritti <marco@gnome.org> * idl/EphyAutomation.idl: * src/ephy-automation.c: (ephy_automation_factory_cb), (ephy_automation_factory_new), (impl_ephy_automation_loadurl): * src/ephy-automation.h: * src/ephy-main.c: (shell_weak_notify), (main): * src/ephy-shell.c: (ephy_shell_error_quark), (ephy_shell_init), (init_services), (open_urls), (ephy_shell_startup), (ephy_shell_finalize), (ephy_shell_new): * src/ephy-shell.h: First stab at reorganizing initialization. Fix crashes when launching an epiphany instance while another once is still not initialized completely. It still doesnt open the second session correctly though.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 3b58bb624..0d960b6cf 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,20 @@
+2003-11-13 Marco Pesenti Gritti <marco@gnome.org>
+
+ * idl/EphyAutomation.idl:
+ * src/ephy-automation.c: (ephy_automation_factory_cb),
+ (ephy_automation_factory_new), (impl_ephy_automation_loadurl):
+ * src/ephy-automation.h:
+ * src/ephy-main.c: (shell_weak_notify), (main):
+ * src/ephy-shell.c: (ephy_shell_error_quark), (ephy_shell_init),
+ (init_services), (open_urls), (ephy_shell_startup),
+ (ephy_shell_finalize), (ephy_shell_new):
+ * src/ephy-shell.h:
+
+ First stab at reorganizing initialization.
+ Fix crashes when launching an epiphany instance while
+ another once is still not initialized completely. It still
+ doesnt open the second session correctly though.
+
2003-11-12 Marco Pesenti Gritti <marco@gnome.org>
* embed/mozilla/mozilla-embed-single.cpp: