summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTristan Van Berkom <tvb@src.gnome.org>2007-06-13 20:39:37 +0000
committerTristan Van Berkom <tvb@src.gnome.org>2007-06-13 20:39:37 +0000
commitf5342df70e46b4b0945f0e8e475c945be4df8fa3 (patch)
tree25a320a56333df33ecc89d92a67722ebbff5e736 /ChangeLog
parent73d093588bd64862936a2a415b42523ddc4b2a7f (diff)
downloadglade-f5342df70e46b4b0945f0e8e475c945be4df8fa3.tar.gz
- Fixed cut/paste inside notebooks (widgets wanted to stay on the same
* gladeui/glade-command.c: - Fixed cut/paste inside notebooks (widgets wanted to stay on the same page they were cut from) - Fixed special-child-type handling, dont stomp on the special child type for a delete/undo combination (a tab widget deleted and brought back was showing up in the page). svn path=/trunk/; revision=1347
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog11
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 1733890e..f4e956bc 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,15 @@
+2006-06-06 Tristan Van Berkom <tvb@gnome.org>
+
+ * gladeui/glade-command.c:
+ - Fixed cut/paste inside notebooks (widgets wanted to stay on the same page they
+ were cut from)
+ - Fixed special-child-type handling, dont stomp on the special child type for a
+ delete/undo combination (a tab widget deleted and brought back was showing up
+ in the page).
+
2006-06-13 Vincent Geddes <vincent.geddes@gmail.com>
- * plugins/gtk+/gtk+.xml.in: HIG: Use "Edit.." instead of "Edit Menu", and so on.
+ * plugins/gtk+/gtk+.xml.in: HIG: Use "Edit.." instead of "Edit Menu", and so on.
* configure.ac: Calculate libtool CURRENT-minus-AGE value.