aboutsummaryrefslogtreecommitdiffstats
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog28
1 files changed, 28 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index ca6f5fa36..408403f69 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,31 @@
+2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
+
+ * src/bookmarks/ephy-bookmark-action.c
+
+ Cleaned up ephy-bookmark-action.c to match the new
+ gtk-ui-manager based popup menu on the toolbar.
+
+2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
+
+ * lib/egg/egg-editable-toolbar.c
+
+ EggEditableToolbar no longer supports middle-mouse-button drag.
+ Fixed a bug in the popup-menu drag.
+ Now uses GtkUIManager for the popup-menu.
+
+2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
+
+ * lib/ephy-stock-icons.c
+ * lib/ephy-stock-icons.h
+
+ Added stock_bookmark as one of our stock icons.
+
+2006-01-17 Peter Harvey <peter.a.harvey@gmail.com>
+
+ * lib/ephy-node.c
+
+ Do not try to store a string parameter if it is null (avoids segfault).
+
2006-01-16 Crispin Flowerday <gnome@flowerday.cx>
* embed/mozilla/EphyBrowser.cpp: