diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-07-22 21:45:15 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-07-22 21:45:15 +0000 |
commit | a338544d1ab74133ec0973b99b05bdea78329275 (patch) | |
tree | 000be657f8f97d19bfe990d655faa3ddc3d3e4c5 /ChangeLog.pre-2-6 | |
parent | 6a2c2edf052a378eb9f09f7792378795226ed2c3 (diff) | |
download | gdk-pixbuf-a338544d1ab74133ec0973b99b05bdea78329275.tar.gz |
Fix some problems with vertical alignment.
Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com>
* gtk/gtkentry.[ch]: Fix some problems with vertical
alignment.
* gtk/gtkentry.c (gtk_entry_find_position): Fix
char/byte confusion.
Diffstat (limited to 'ChangeLog.pre-2-6')
-rw-r--r-- | ChangeLog.pre-2-6 | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6 index 088f7034d..b846b1143 100644 --- a/ChangeLog.pre-2-6 +++ b/ChangeLog.pre-2-6 @@ -1,3 +1,11 @@ +Sat Jul 22 17:41:26 2000 Owen Taylor <otaylor@redhat.com> + + * gtk/gtkentry.[ch]: Fix some problems with vertical + alignment. + + * gtk/gtkentry.c (gtk_entry_find_position): Fix + char/byte confusion. + Sat Jul 22 11:16:05 2000 Owen Taylor <otaylor@redhat.com> * gtk/gtktextview.c (changed_handler): Fix bug where |