summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorPaolo Borelli <pborelli@katamail.com>2006-08-17 01:12:02 +0000
committerPaolo Borelli <pborelli@src.gnome.org>2006-08-17 01:12:02 +0000
commit2bca4a48d043df577a6f5477b312b7f97adb29c7 (patch)
treed9da2735283bf95095b852bc3ea1d50cbe46d78f /ChangeLog
parent6f4fa658339440abbb843a4798d9c7c8d87faa72 (diff)
downloadgdk-pixbuf-2bca4a48d043df577a6f5477b312b7f97adb29c7.tar.gz
make sure the has-selection property is updated when the delection is
2006-08-17 Paolo Borelli <pborelli@katamail.com> * gtk/gtktextbuffer.c: make sure the has-selection property is updated when the delection is deleted. Bug #329752 * tests/testtext.c: add a copy menu item and show how to update its sensitivity tracking the has-selection property.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 8 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index af578676e..79a8fae4b 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,6 +1,13 @@
+2006-08-17 Paolo Borelli <pborelli@katamail.com>
+
+ * gtk/gtktextbuffer.c: make sure the has-selection property is
+ updated when the delection is deleted. Bug #329752
+ * tests/testtext.c: add a copy menu item and show how to
+ update its sensitivity tracking the has-selection property.
+
2006-08-17 Michael Emmel <mike.emmel@gmail.com>
- * configure.in
+ * configure.in:
Changed to use cairo-directfb.pc bug #351519
2006-08-17 Kristian Rietveld <kris@gtk.org>