diff options
author | Matthias Clasen <maclas@gmx.de> | 2002-12-24 22:24:48 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-24 22:24:48 +0000 |
commit | 713d91c73a9506afdc0b748e268d383e3c017c50 (patch) | |
tree | 27422c2cfc895a80ed42fc82ec2c2c9500e860d8 /ChangeLog | |
parent | 98c47bc895788ba273d60d22f1aadd1774f2f326 (diff) | |
download | gdk-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')
-rw-r--r-- | ChangeLog | 8 |
1 files changed, 7 insertions, 1 deletions
@@ -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> |