XEmacs 21.2.18 "Toshima".
[chise/xemacs-chise.git.1] / lwlib / ChangeLog
index 736e05d..6788b03 100644 (file)
@@ -1,3 +1,34 @@
+1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
+
+       * XEmacs 21.2.18 is released
+
+1999-07-05  Didier Verna  <verna@inf.enst.fr>
+
+       * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
+       call to xm_update_label.
+
+1999-06-28  Andy Piper  <andy@xemacs.org>
+
+       * lwlib-Xm.c: unconditionally enable text field & list code.
+       (make_progress): new function. creates a slider.
+       (make_text_field): new function. creates an edit field.
+       (make_combo_box): new function. creates a combo box.
+       (xm_creation_table): add new widget functions.
+
+1999-06-25  Andy Piper  <andy@xemacs.org>
+
+       * lwlib.h (_widget_value): add arglist slots.
+       declare new functions.
+
+       * lwlib.c (free_widget_value_contents): handle arglists when
+       freeing.
+       (lw_add_value_args_to_args): new function. add arglist entries
+       from a widget_value structure.
+
+       * lwlib-Xm.c (make_button): new function, create a motif button
+       for display in a buffer as a glyph.
+       (xm_creation_table): add make_button.
+
 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
 
        * XEmacs 21.2.17 is released