diff options
author | Owen Taylor <otaylor@redhat.com> | 2002-05-15 21:46:42 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2002-05-15 21:46:42 +0000 |
commit | 70d78734c5c9469bc0863136159f1ad1ac229627 (patch) | |
tree | 1b22f28f3180850361371ce9fcefd3176093ed60 /ChangeLog | |
parent | 030ac8095a0d31386a197c7fe066b2fd96095d0e (diff) | |
download | gtk+-70d78734c5c9469bc0863136159f1ad1ac229627.tar.gz |
Special case menu items to pop down on motion. (#75961)
Wed May 15 17:12:50 2002 Owen Taylor <otaylor@redhat.com>
* gtk/gtktooltips.c: Special case menu items to
pop down on motion. (#75961)
* tests/testgtk.c (create_item_factory): Add tooltips
to the File menu.
* gtk/gtkentry.c (update_im_cursor_location): Fix
cursor locations passed to the IM context.
(#80027, Yao Zhang)
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
@@ -1,3 +1,15 @@ +Wed May 15 17:12:50 2002 Owen Taylor <otaylor@redhat.com> + + * gtk/gtktooltips.c: Special case menu items to + pop down on motion. (#75961) + + * tests/testgtk.c (create_item_factory): Add tooltips + to the File menu. + + * gtk/gtkentry.c (update_im_cursor_location): Fix + cursor locations passed to the IM context. + (#80027, Yao Zhang) + Wed May 15 16:52:57 2002 Owen Taylor <otaylor@redhat.com> * gtk/gtkfontsel.c: Update from contents of size entry |