aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
authorCrispin Flowerday <gnome@flowerday.cx>2004-04-03 06:41:41 +0800
committerCrispin Flowerday <crispin@src.gnome.org>2004-04-03 06:41:41 +0800
commit76b869d6e0ff46160db9175408c3a0a0ea138bea (patch)
tree281074e43251b3707eeabe416ca42d371826a27b /ChangeLog
parent1d907809af0cd53713c8e8891e686acaa104ad8f (diff)
downloadgsoc2013-epiphany-76b869d6e0ff46160db9175408c3a0a0ea138bea.tar
gsoc2013-epiphany-76b869d6e0ff46160db9175408c3a0a0ea138bea.tar.gz
gsoc2013-epiphany-76b869d6e0ff46160db9175408c3a0a0ea138bea.tar.bz2
gsoc2013-epiphany-76b869d6e0ff46160db9175408c3a0a0ea138bea.tar.lz
gsoc2013-epiphany-76b869d6e0ff46160db9175408c3a0a0ea138bea.tar.xz
gsoc2013-epiphany-76b869d6e0ff46160db9175408c3a0a0ea138bea.tar.zst
gsoc2013-epiphany-76b869d6e0ff46160db9175408c3a0a0ea138bea.zip
Synchronise changes from galeon, this fixes simple usage, stops crashes
2004-04-03 Crispin Flowerday <gnome@flowerday.cx> * lib/egg/egg-editable-toolbar.c: (set_fixed_style), (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed), (update_fixed), (toolbars_clean), (egg_editable_toolbar_construct), (egg_editable_toolbar_set_model): * lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_load_actions): * lib/egg/egg-toolbars-model.h: Synchronise changes from galeon, this fixes simple usage, stops crashes when dragging items to and from other applications, and adds the ability to override the toolbar style.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 9a86fd5fd..344df0d11 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,16 @@
+2004-04-03 Crispin Flowerday <gnome@flowerday.cx>
+
+ * lib/egg/egg-editable-toolbar.c: (set_fixed_style),
+ (unset_fixed_style), (toolbar_changed_cb), (unparent_fixed),
+ (update_fixed), (toolbars_clean), (egg_editable_toolbar_construct),
+ (egg_editable_toolbar_set_model):
+ * lib/egg/egg-toolbar-editor.c: (egg_toolbar_editor_load_actions):
+ * lib/egg/egg-toolbars-model.h:
+
+ Synchronise changes from galeon, this fixes simple usage, stops
+ crashes when dragging items to and from other applications, and
+ adds the ability to override the toolbar style.
+
2004-04-03 Christian Persch <chpe@cvs.gnome.org>
* src/ephy-notebook.c: (notebook_drag_data_received_cb):