comparison lwlib/ChangeLog @ 400:a86b2b5e0111 r21-2-30

Import from CVS: tag r21-2-30
author cvs
date Mon, 13 Aug 2007 11:14:34 +0200
parents 74fd4e045ea6
children 5a2589c672dc
comparison
equal deleted inserted replaced
399:376370fb5946 400:a86b2b5e0111
1 2000-02-21 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.30 is released.
4
5 2000-02-21 Andy Piper <andy@xemacs.org>
6
7 * lwlib.c (merge_widget_value_args): don't delete the args before
8 copying, lw_copy_widget_value_args will do this for us if
9 necessary.
10 (lw_add_widget_value_arg): Allow existing args to be replaced.
11 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
12 reference couting works better that way.
13 (lw_copy_widget_value_args): Do the right thing.
14
15 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
16 much better.
17 * lwlib-Xaw.c (xaw_create_progress): ditto.
18
19 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch>
20
21 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
22 compatible resource names.
23
24 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
25 even if we are only 'compatible' with the Motif resources.
26
27 2000-02-15 Andy Piper <andy@xemacs.org>
28
29 * xlwgauge.c (GaugeExpose): remove shadows.
30
1 2000-02-16 Martin Buchholz <martin@xemacs.org> 31 2000-02-16 Martin Buchholz <martin@xemacs.org>
2 32
3 * XEmacs 21.2.29 is released. 33 * XEmacs 21.2.29 is released.
4 34
5 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu> 35 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>