diff options
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 |