*** empty log message ***
[bpt/emacs.git] / lwlib / ChangeLog
index d0a909c..64cc2cc 100644 (file)
@@ -1,3 +1,74 @@
+2001-10-09  Gerd Moellmann  <gerd@gnu.org>
+
+       * lwlib-Xaw.c (xaw_create_scrollbar) [!0]: Return NULL.
+       From Hallvard B Furuseth <h.b.furuseth@usit.uio.no>.
+
+2001-10-05  Gerd Moellmann  <gerd@gnu.org>
+
+       * Branch for 21.1.
+       
+2001-04-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * xlwmenu.c (xlwmenu_window_p): New function.
+
+2001-03-23  Gerd Moellmann  <gerd@gnu.org>
+
+       * lwlib-Xlw.c (x_print_complete_resource_name) [0]: New function.
+
+2001-03-22  Gerd Moellmann  <gerd@gnu.org>
+
+       * lwlib-Xm.c (x_print_complete_resource_name) [0]: New function.
+
+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.
+       
+       * lwlib-Xm.c (make_menubar): Take out code in #if 0.
+
+       * lwlib-Xm.c (xm_popup_menu): Don't set XmNmenuPost unless
+       necessary.  From Rick Scott <rwscott@alumni.uwaterloo.ca>.
+
+2001-02-28  Gerd Moellmann  <gerd@gnu.org>
+
+       * lwlib-Xm.c (xm_arm_callback): Don't compare widgets with `None',
+       use NULL instead.
+
+       * lwlib-Xaw.c (xaw_update_one_widget): Use XtSetSensitive instead
+       of setting the value of XtNsensitive.
+
+       * lwlib-Xm.c (xm_update_radiobox, update_one_menu_entry)
+       (xm_update_one_widget): Use XtSetSensitive instead of setting the
+       value of XmNsensitive.  From Rick Scott
+       <rwscott@alumni.uwaterloo.ca>.
+
+2000-12-14  Dave Love  <fx@gnu.org>
+
+       * xlwmenu.c (gray_bitmap_bits): Remove `unsigned' from
+       declaration.
+
+2000-12-11  Dave Love  <fx@gnu.org>
+
+       * xlwmenu.c (draw_separator) <SEPARATOR_SHADOW_ETCHED_IN_DASH>:
+       <SEPARATOR_SHADOW_ETCHED_OUT_DASH>: Fix call of draw_separator.
+
+2000-12-07  Gerd Moellmann  <gerd@gnu.org>
+
+       * lwlib-Xm.c (xm_arm_callback): Fix last change.
+
+2000-11-30  Gerd Moellmann  <gerd@gnu.org>
+
+       * lwlib-Xm.c (xm_arm_callback): Handle case that W is null;
+       also see comment there.
+
+2000-11-21  Gerd Moellmann  <gerd@gnu.org>
+
+       * xlwmenu.c (xlwmenu_redisplay): New function.
+
 2000-09-30  Stefan Monnier  <monnier@cs.yale.edu>
 
        * lwlib.c (lw_separator_p): Init separator_p (bug with "-- some text").
        (remap_menubar): Ditto.
        (draw_arrow): Draw it 3D.
 
-After the release of 20.4, development was split into two separate
-code lines.  One line contained the code for Emacs 21, and the other
-one the code for the 20.x releases after 20.4.  The following change
-log entries up to the entry ``20.4 released'' are for the 20.x code
-line.  Change logs above this notice are those for the 21.x code line.
-
-2000-06-13  Gerd Moellmann  <gerd@gnu.org>
-
-       * Version 20.7 released.
-
-2000-02-26  Gerd Moellmann  <gerd@gnu.org>
-
-       * Version 20.6 released.
-
-1999-12-04  Gerd Moellmann  <gerd@gnu.org>
-
-       * Version 20.5 released.
-
 1999-07-12  Richard Stallman  <rms@gnu.org>
 
        * Version 20.4 released.
@@ -962,3 +1015,8 @@ line.  Change logs above this notice are those for the 21.x code line.
 ;; Local Variables:
 ;; coding: iso-2022-7bit-unix
 ;; End:
+
+    Copyright (C) 1995, 1996, 1997, 1998, 1999, 2001
+       Free Software Foundation, Inc.
+  Copying and distribution of this file, with or without modification,
+  are permitted provided the copyright notice and this notice are preserved.