]> Pileus Git - ~andy/gtk/blobdiff - ChangeLog.pre-2-4
Fix highlighting of selection wrt. to empty lines. (#90435, #90582)
[~andy/gtk] / ChangeLog.pre-2-4
index 4d81341c854e61069871d775c897d0c3092588b7..1b40abebb46cef531b5ebf8dda115d7562867b9b 100644 (file)
@@ -1,3 +1,32 @@
+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): 
+       (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):
+       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, #98333)
+
+2002-12-22  Matthias Clasen  <maclas@gmx.de>
+
+       * gtk/gtktextlayout.c (add_preedit_attrs): Don't add attributes
+       with empty ranges.  (fixes #101564 and #80637)
+
 2002-12-21  Tor Lillqvist  <tml@iki.fi>
 
        * gdk/win32/gdkwindow-win32.c (gdk_window_new): Move the code that