*** empty log message ***
[bpt/emacs.git] / lwlib / ChangeLog
index dfb0729..9ed9e42 100644 (file)
@@ -1,3 +1,81 @@
+2001-12-18  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * lwlib.c (separator_names): Add missing braces around
+       initializers.
+
+2001-12-08  Pavel Jan\e,Bm\e(Bk  <Pavel@Janik.cz>
+
+       * COPYING: New file.
+
+2001-12-01  Richard M. Stallman  <rms@gnu.org>
+
+       * lwlib.h (_widget_value): `help' has type Lisp_Object.
+
+       * xlwmenu.c, lwlib-Xaw.c, lwlib-Xlw.c: Include ../src/lisp.h.
+       * lwlib-Xm.c, lwlib-Xol.c, lwlib/lwlib-Xolmb.c: Include ../src/lisp.h.
+       * lwlib/lwlib-utils.c: Include ../src/lisp.h.
+       
+       * lwlib.c: Include ../src/lisp.h.  Don't declare xmalloc.
+       (free_widget_value_tree): Don't free `help' field.
+       (copy_widget_value_tree): Copy `help' simply, without safe_strdup.
+       (merge_widget_value): Compare and copy `help' simply.
+
+2001-11-28  Richard M. Stallman  <rms@gnu.org>
+
+       * Makefile.in (TAGS): Find the source files in $(srcdir).
+
+2001-10-20  Gerd Moellmann  <gerd@gnu.org>
+
+       * (Version 21.1 released.)
+
+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
        (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.
@@ -985,3 +1045,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.