Mercurial > emacs
comparison lwlib/xlwmenu.c @ 83276:26c9034f3533
Merged from miles@gnu.org--gnu-2005 (patch 192-203)
Patches applied:
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-192
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-193
Use gdb-ui breakpoint faces on ttys too
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-194
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-195
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-196
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-197
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-198
Tweak gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-199
Tweak gdb-ui breakpoint faces
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-200
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-201
Tweak info/.arch-inventory to identify info/.cvsignore as source
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-202
Update from CVS
* miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-203
Update from CVS
git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-316
author | Karoly Lorentey <lorentey@elte.hu> |
---|---|
date | Wed, 23 Mar 2005 10:40:00 +0000 |
parents | 583a7eb791dd |
children | 0769f2fae9d0 13796b0653c7 |
comparison
equal
deleted
inserted
replaced
83275:87d0734390da | 83276:26c9034f3533 |
---|---|
129 | 129 |
130 /* FIXME: Should ESC close one level of menu structure or the complete menu? */ | 130 /* FIXME: Should ESC close one level of menu structure or the complete menu? */ |
131 | 131 |
132 /* FIXME: F10 should enter the menu, the first one in the menu-bar. */ | 132 /* FIXME: F10 should enter the menu, the first one in the menu-bar. */ |
133 | 133 |
134 /* FIXME: HAVE_X_I18N does not work yet. */ | |
135 #undef HAVE_X_I18N | |
136 | |
134 #define offset(field) XtOffset(XlwMenuWidget, field) | 137 #define offset(field) XtOffset(XlwMenuWidget, field) |
135 static XtResource | 138 static XtResource |
136 xlwMenuResources[] = | 139 xlwMenuResources[] = |
137 { | 140 { |
138 #ifdef HAVE_X_I18N | 141 #ifdef HAVE_X_I18N |