]> code.delx.au - gnu-emacs/commitdiff
* xlwmenu.c (xlwMenuActionsList): Install MenuGadgetEscape as an
authorJan Djärv <jan.h.d@swipnet.se>
Mon, 27 Dec 2004 15:22:36 +0000 (15:22 +0000)
committerJan Djärv <jan.h.d@swipnet.se>
Mon, 27 Dec 2004 15:22:36 +0000 (15:22 +0000)
action procedure for compatibility with Lesstif/Motif.

* Makefile.in (mostlyclean): Don't remove *~ on clean.

lwlib/ChangeLog
lwlib/Makefile.in
lwlib/xlwmenu.c

index 3275c3b68b1fddd981f15dfe822a90099d0620ca..487c842f6f232efb0ca3a54be0efae94b6aafce2 100644 (file)
@@ -1,3 +1,10 @@
+2004-12-27  Jan Dj\e,Ad\e(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\e,Ad\e(Brv  <jan.h.d@swipnet.se>
 
        * lwlib-Xaw.c: Put <KeyPress>Escape in dialogOverride so dialogs only
index 11368819f4addb4b430a1aa201ce0245e5b6f373..dd2bb6537e9ab231cb969cc4b18de0d294b0dfbc 100644 (file)
@@ -57,7 +57,7 @@ lwlib-Xm.o:    lwlib-Xm.c lwlib-Xm.h lwlib.h lwlib-int.h lwlib-utils.h
 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
index d4eeeaa3eb486bed1fdb7dd01aa8e597f2206e35..43ae8ee2ea005bd821c029b9ed882cde4be4c15b 100644 (file)
@@ -211,6 +211,7 @@ xlwMenuActionsList [] =
   {"right",            Right},
   {"select",           Select},
   {"key",              Key},
+  {"MenuGadgetEscape",  Key},   /* Compatibility with Lesstif/Motif.  */
   {"nothing",          Nothing},
 };