summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-2
diff options
context:
space:
mode:
authorMatthias Clasen <maclas@gmx.de>2002-12-24 22:24:48 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2002-12-24 22:24:48 +0000
commit713d91c73a9506afdc0b748e268d383e3c017c50 (patch)
tree27422c2cfc895a80ed42fc82ec2c2c9500e860d8 /ChangeLog.pre-2-2
parent98c47bc895788ba273d60d22f1aadd1774f2f326 (diff)
downloadgdk-pixbuf-713d91c73a9506afdc0b748e268d383e3c017c50.tar.gz
Let the user action span the insertion and the deletion of the old
2002-12-24 Matthias Clasen <maclas@gmx.de> * gtk/gtktextbuffer.c (paste_from_buffer): (clipboard_text_received): Let the user action span the insertion and the deletion of the old selection. (#82844)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r--ChangeLog.pre-2-28
1 files changed, 7 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2
index 9220aa780..8d82366dc 100644
--- a/ChangeLog.pre-2-2
+++ b/ChangeLog.pre-2-2
@@ -1,3 +1,9 @@
+2002-12-24 Matthias Clasen <maclas@gmx.de>
+
+ * gtk/gtktextbuffer.c (paste_from_buffer):
+ (clipboard_text_received): Let the user action span the insertion
+ and the deletion of the old selection. (#82844)
+
2002-12-23 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
@@ -6,7 +12,7 @@
* gtk/gtktextview.c (gtk_text_view_move_cursor_internal): Call
move_cursor() even if the cursor hasn't moved, since it has the
- side effect of canceling the selection. (#81395, #98537, #9833)
+ side effect of canceling the selection. (#81395, #98537, #98333)
2002-12-22 Matthias Clasen <maclas@gmx.de>