XEmacs 21.2.30 "Hygeia".
[chise/xemacs-chise.git.1] / lwlib / ChangeLog
index 77bcc4c..bf5ee4b 100644 (file)
@@ -1,3 +1,99 @@
+2000-02-21  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.30 is released.
+
+2000-02-21  Andy Piper  <andy@xemacs.org>
+
+       * lwlib.c (merge_widget_value_args): don't delete the args before
+       copying, lw_copy_widget_value_args will do this for us if
+       necessary.
+       (lw_add_widget_value_arg): Allow existing args to be replaced.
+       (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
+       reference couting works better that way.
+       (lw_copy_widget_value_args): Do the right thing.
+
+       * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
+       much better.
+       * lwlib-Xaw.c (xaw_create_progress): ditto.
+
+2000-02-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
+
+       * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
+       compatible resource names.
+
+       * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
+       even if we are only 'compatible' with the Motif resources.
+
+2000-02-15  Andy Piper  <andy@xemacs.org>
+
+       * xlwgauge.c (GaugeExpose): remove shadows.
+
+2000-02-16  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.29 is released.
+
+2000-02-09  Valdis Kletnieks  <Valdis.Kletnieks@vt.edu>
+
+       * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
+       old gccs.
+
+2000-02-07  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.28 is released.
+
+2000-01-25  Andy Piper  <andy@xemacs.org>
+
+       * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
+       widget as well.
+
+2000-01-28  Martin Buchholz  <martin@xemacs.org>
+
+       * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
+
+2000-01-24  Andy Piper  <andy@xemacs.org>
+
+       * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
+       stacking order.
+       (XawTabsSetHighlight): Don't unhighlight here.
+
+2000-01-22  Martin Buchholz  <martin@xemacs.org>
+
+       * *.h: Use consistent C-standards-approved guard macro names.
+
+2000-01-18  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.27 is released.
+
+2000-01-15  Andy Piper  <andy@xemacs.org>
+
+       * lwlib-Xlw.c (lw_update_one_widget): make sure global
+       properties gets set.
+
+2000-01-07  Martin Buchholz  <martin@xemacs.org>
+
+       * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
+       This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
+
+       * lwlib.c: Fix up memset calls.
+
+       * lwlib-Xm.c (xm_update_text): Warning suppression.
+       (xm_update_text_field): Warning suppression.
+
+2000-01-03  Martin Buchholz  <martin@xemacs.org>
+
+       * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
+       (yes-or-no-p-dialog-box "Yes or No")
+
+1999-12-31  Martin Buchholz <martin@xemacs.org>
+
+       * XEmacs 21.2.26 is released.
+
+1999-12-29  Andy Piper  <andy@xemacs.org>
+
+       * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
+       not num_children.
+       (TabsPage): ditto.
+
 1999-12-24  Martin Buchholz <martin@xemacs.org>
 
        * XEmacs 21.2.25 is released.