diff options
author | Matthias Clasen <maclas@gmx.de> | 2002-12-25 21:02:25 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2002-12-25 21:02:25 +0000 |
commit | 657c65ed4bef8fd16049197163151e33722b8b5a (patch) | |
tree | 3f7cb9fc29be391166be7d6965c283c91c623612 /ChangeLog.pre-2-2 | |
parent | 783239524314e48d2d1ee908394d9e4416279037 (diff) | |
download | gtk+-657c65ed4bef8fd16049197163151e33722b8b5a.tar.gz |
Fix highlighting of selection wrt. to empty lines. (#90435, #90582)
2002-12-25 Matthias Clasen <maclas@gmx.de>
* gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of
selection wrt. to empty lines. (#90435, #90582)
* gtk/gtktextview.c (gtk_text_view_preedit_changed_handler):
Keep the cursor on screen. (#96929)
Diffstat (limited to 'ChangeLog.pre-2-2')
-rw-r--r-- | ChangeLog.pre-2-2 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-2 b/ChangeLog.pre-2-2 index 8d82366dce..1b40abebb4 100644 --- a/ChangeLog.pre-2-2 +++ b/ChangeLog.pre-2-2 @@ -1,3 +1,11 @@ +2002-12-25 Matthias Clasen <maclas@gmx.de> + + * gtk/gtktextdisplay.c (gtk_text_layout_draw): Fix highlighting of + selection wrt. to empty lines. (#90435, #90582) + + * gtk/gtktextview.c (gtk_text_view_preedit_changed_handler): + Keep the cursor on screen. (#96929) + 2002-12-24 Matthias Clasen <maclas@gmx.de> * gtk/gtktextbuffer.c (paste_from_buffer): |