summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-8
diff options
context:
space:
mode:
authorOwen Taylor <otaylor@redhat.com>2001-05-17 21:13:12 +0000
committerOwen Taylor <otaylor@src.gnome.org>2001-05-17 21:13:12 +0000
commit69ef3403896b39555061897e10f57b047ded9d2b (patch)
tree355126ec42ac088f1a3eb9aa10b14cdec48fb48b /ChangeLog.pre-2-8
parent6b2fe1a343141a53b9785d4efbb8598bc32556b5 (diff)
downloadgtk+-69ef3403896b39555061897e10f57b047ded9d2b.tar.gz
Make logical motion and deletion by graphemes, not by characters.
Thu May 17 17:10:13 2001 Owen Taylor <otaylor@redhat.com> * gtk/gtkentry.c: Make logical motion and deletion by graphemes, not by characters. * gtk/gtkentry.c: Handle "trailing" returns from Pango when they are not zero or one; that is, when graphemes of multiple characters are involved. * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary FIXME.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r--ChangeLog.pre-2-813
1 files changed, 12 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 57c50d0d21..119501f6c5 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -1,3 +1,15 @@
+Thu May 17 17:10:13 2001 Owen Taylor <otaylor@redhat.com>
+
+ * gtk/gtkentry.c: Make logical motion and deletion by graphemes,
+ not by characters.
+
+ * gtk/gtkentry.c: Handle "trailing" returns from Pango when they
+ are not zero or one; that is, when graphemes of multiple characters
+ are involved.
+
+ * gtk/gtktextlayout.c (line_display_index_to_iter): Remove unnecessary
+ FIXME.
+
2001-05-17 Alexander Larsson <alla@lysator.liu.se>
* gtk/gtkbbox.c:
@@ -168,7 +180,6 @@ Fri May 11 01:05:00 2001 Tim Janik <timj@gtk.org>
* gdk/linux-fb/gdkwindow-fb.c (_gdk_windowing_window_clear_area):
Handle background pixmaps.
->>>>>>> 1.1955
Wed May 9 15:27:22 2001 Jonathan Blandford <jrb@redhat.com>
* gtk/gtktreeview.c (gtk_tree_view_set_column_drag_function): New