diff options
author | Owen Taylor <otaylor@redhat.com> | 1999-02-21 18:02:14 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 1999-02-21 18:02:14 +0000 |
commit | 58e63f08aeb2a9496b9ce62b44567ea13185f3f3 (patch) | |
tree | f508699e7ea28aee9c513d1f53eab261ca09d709 /ChangeLog.pre-2-8 | |
parent | b0558e089e8e06a4ed2e28ee79e2c88f1c4c0570 (diff) | |
download | gtk+-58e63f08aeb2a9496b9ce62b44567ea13185f3f3.tar.gz |
Revise algorithm for scrolling backwards. This one might actually work
Sun Feb 21 11:39:06 1999 Owen Taylor <otaylor@redhat.com>
* gtk/gtktext.c (find_line_containing_point): Revise
algorithm for scrolling backwards. This one might actually
work with one-line-high Text widgets.
* gtk/gtkmain.c: Removed a misplaced comment, a few
formatting cleanups.
Diffstat (limited to 'ChangeLog.pre-2-8')
-rw-r--r-- | ChangeLog.pre-2-8 | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8 index 9a083b354e..92eaac4e32 100644 --- a/ChangeLog.pre-2-8 +++ b/ChangeLog.pre-2-8 @@ -1,3 +1,12 @@ +Sun Feb 21 11:39:06 1999 Owen Taylor <otaylor@redhat.com> + + * gtk/gtktext.c (find_line_containing_point): Revise + algorithm for scrolling backwards. This one might actually + work with one-line-high Text widgets. + + * gtk/gtkmain.c: Removed a misplaced comment, a few + formatting cleanups. + Sat Feb 20 20:59:25 1999 Tim Janik <timj@gtk.org> * gtk/gtkwindow.c: hm, set_modal doesn't really work with random |