*** empty log message ***
authorGerd Moellmann <gerd@gnu.org>
Tue, 13 Mar 2001 16:51:32 +0000 (16:51 +0000)
committerGerd Moellmann <gerd@gnu.org>
Tue, 13 Mar 2001 16:51:32 +0000 (16:51 +0000)
lwlib/ChangeLog
src/ChangeLog

index 7dc59d8..d71e18b 100644 (file)
@@ -1,5 +1,8 @@
 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
 
+       * lwlib-Xm.c (make_menu_in_widget): Remove code forcing LessTif to
+       recompute centered text; it works fine without with current LessTif.
+
        * lwlib-Xm.c (make_menu_in_widget): Add an XmNpopdownCallback
        instead of an XmNunmapCallback.
        (xm_unmap_callback): Removed.
index 9ba415f..9ebda3d 100644 (file)
@@ -1,5 +1,9 @@
 2001-03-13  Gerd Moellmann  <gerd@gnu.org>
 
+       * xmenu.c (popup_activate_callback, popup_deactivate_callback): 
+       Remove special handling for LessTif/Motif.
+       (toplevel): Don't include Xm/Xm.h.
+
        * xterm.c (XTread_socket) <LeaveNotify, EnterNotify>: Remove
        workaround code for LessTif; it doesn't work anymore.