aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog24
1 files changed, 24 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 0d960b6cf..1d540b596 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,29 @@
2003-11-13 Marco Pesenti Gritti <marco@gnome.org>
+ * embed/mozilla/mozilla-notifiers.cpp:
+ * src/ephy-main.c: (main):
+ * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_startup),
+ (ephy_shell_finalize), (ephy_shell_get_session),
+ (ephy_shell_get_extensions_manager):
+ * src/ephy-window.c: (ensure_default_icon), (ephy_window_init):
+
+ Rework shell services initialization so that it happen either
+ on every instance, before the automation stuff is used, either
+ when they are requested. This appear to fix the crash with two
+ instances runned simultaneously.
+ (Christian I'm not quite sure this is ok for plugins manager, if
+ there are problems let me know.)
+
+2003-11-13 Marco Pesenti Gritti <marco@gnome.org>
+
+ * src/ephy-main.c: (main):
+ * src/ephy-shell.c: (ephy_shell_init), (ephy_shell_startup),
+ (ephy_shell_finalize), (ephy_shell_get_session),
+ (ephy_shell_get_extensions_manager):
+ * src/ephy-window.c: (ensure_default_icon), (ephy_window_init):
+
+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):