diff options
author | Matthias Clasen <maclas@gmx.de> | 2002-12-23 18:13:46 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-23 18:13:46 +0000 |
commit | 98c47bc895788ba273d60d22f1aadd1774f2f326 (patch) | |
tree | 45f62fa07b3f3849465d82cd25753507da34779e /ChangeLog.pre-2-2 | |
parent | decacd40a6171bb1bb8245e748c29f71ba942bb5 (diff) | |
download | gtk+-98c47bc895788ba273d60d22f1aadd1774f2f326.tar.gz |
Don't call gtk_text_iter_backward_sentence_start() if count is zero.
2002-12-23 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts):
Don't call gtk_text_iter_backward_sentence_start() if
count is zero. (#99115)
* 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)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 10 |
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 83bea4dce4..9220aa7804 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,13 @@ +2002-12-23 Matthias Clasen <maclas@gmx.de> + + * gtk/gtktextiter.c (gtk_text_iter_backward_sentence_starts): + Don't call gtk_text_iter_backward_sentence_start() if + count is zero. (#99115) + + * 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) + 2002-12-22 Matthias Clasen <maclas@gmx.de> * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes |