diff options
author | Owen Taylor <otaylor@redhat.com> | 2000-04-07 21:36:13 +0000 |
---|---|---|
committer | Owen Taylor <otaylor@src.gnome.org> | 2000-04-07 21:36:13 +0000 |
commit | 848cff384e369789d47a62b8c6673771d6cbb4bf (patch) | |
tree | d681229994956578094927ec924fdf6b009ed397 /ChangeLog.pre-2-10 | |
parent | d96d7ada5a5099a6194632b8d246949c524a8b90 (diff) | |
download | gdk-pixbuf-848cff384e369789d47a62b8c6673771d6cbb4bf.tar.gz |
Fix problem with installation directory for gdkx.h
Fri Apr 7 17:19:27 2000 Owen Taylor <otaylor@redhat.com>
* gdk/x11/Makefile.am: Fix problem with installation directory for
gdkx.h
* gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago
<mrcooger@cyberverse.com> so that when selecting menus with the
mouse, the first item will not be selected, but when selecting
with an accelerator, or navigating left-right on a menubar with
the menus popped up, the first item will be selected.
Diffstat (limited to 'ChangeLog.pre-2-10')
-rw-r--r-- | ChangeLog.pre-2-10 | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10 index 803264cde..9bb3559e9 100644 --- a/ChangeLog.pre-2-10 +++ b/ChangeLog.pre-2-10 @@ -1,3 +1,14 @@ +Fri Apr 7 17:19:27 2000 Owen Taylor <otaylor@redhat.com> + + * gdk/x11/Makefile.am: Fix problem with installation directory for + gdkx.h + + * gtk/gtkmenuitem.c gtk/gtkmenushell.c: Patch from David Santiago + <mrcooger@cyberverse.com> so that when selecting menus with the + mouse, the first item will not be selected, but when selecting + with an accelerator, or navigating left-right on a menubar with + the menus popped up, the first item will be selected. + 2000-04-05 Dan Damian <dand@dnttm.ro> * configure.in: Added "ro" to ALL_LINGUAS. |