changeset 59100:768cf68dcd0a

* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an action procedure for compatibility with Lesstif/Motif. * Makefile.in (mostlyclean): Don't remove *~ on clean.
author Jan Djärv <jan.h.d@swipnet.se>
date Mon, 27 Dec 2004 15:22:36 +0000
parents 1d03ef527ad6
children 8aef5660523e
files lwlib/ChangeLog lwlib/Makefile.in lwlib/xlwmenu.c
diffstat 3 files changed, 9 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- a/lwlib/ChangeLog	Mon Dec 27 11:59:49 2004 +0000
+++ b/lwlib/ChangeLog	Mon Dec 27 15:22:36 2004 +0000
@@ -1,3 +1,10 @@
+2004-12-27  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
+
+	* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an
+	action procedure for compatibility with Lesstif/Motif.
+
+	* Makefile.in (mostlyclean): Don't remove *~ on clean.
+
 2004-12-26  Jan Dj,Ad(Brv  <jan.h.d@swipnet.se>
 
 	* lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs only
--- a/lwlib/Makefile.in	Mon Dec 27 11:59:49 2004 +0000
+++ b/lwlib/Makefile.in	Mon Dec 27 15:22:36 2004 +0000
@@ -57,7 +57,7 @@
 xlwmenu.o: xlwmenu.c xlwmenu.h lwlib.h xlwmenuP.h
 
 mostlyclean:
-	$(RM) *.o core errs ,* *~ *.a .emacs_* make.log MakeOut \#*
+	$(RM) *.o core errs ,* *.a .emacs_* make.log MakeOut \#*
 
 clean: mostlyclean
 distclean: clean
--- a/lwlib/xlwmenu.c	Mon Dec 27 11:59:49 2004 +0000
+++ b/lwlib/xlwmenu.c	Mon Dec 27 15:22:36 2004 +0000
@@ -211,6 +211,7 @@
   {"right",		Right},
   {"select",		Select},
   {"key",		Key},
+  {"MenuGadgetEscape",  Key},   /* Compatibility with Lesstif/Motif.  */
   {"nothing",		Nothing},
 };