comparison lwlib/ChangeLog @ 450:98528da0b7fc r21-2-40

Import from CVS: tag r21-2-40
author cvs
date Mon, 13 Aug 2007 11:39:20 +0200
parents 3078fd1074e8
children 3d3049ae1304
comparison
equal deleted inserted replaced
449:c83749d23eb5 450:98528da0b7fc
1 2001-01-08 Martin Buchholz <martin@xemacs.org>
2
3 * XEmacs 21.2.40 is released.
4
5 2001-01-06 Martin Buchholz <martin@xemacs.org>
6
7 * lwlib-Xaw.c (xaw_creation_table): Make const.
8 * lwlib-Xaw.h (xaw_creation_table): Make const.
9 * lwlib-Xlw.c (xlw_creation_table): Make const.
10 * lwlib-Xlw.h (xlw_creation_table): Make const.
11 * lwlib-Xm.c (xm_creation_table): Make const.
12 * lwlib-Xm.h (xm_creation_table): Make const.
13 * lwlib.c (find_in_table): Use const.
14
15 2001-01-02 Andy Piper <andy@xemacs.org>
16
17 * lwlib.h (_widget_args): add args_changed. Necessary because we
18 reference count args.
19
20 * lwlib.c (lw_add_widget_value_arg): set args_changed flag.
21 (merge_widget_value_args): mark as changed if args_changed is
22 true.
23 (update_all_widget_values): reset args_changed.
24 (initialize_widget_instance): ditto.
25
1 2000-12-31 Martin Buchholz <martin@xemacs.org> 26 2000-12-31 Martin Buchholz <martin@xemacs.org>
2 27
3 * XEmacs 21.2.39 is released. 28 * XEmacs 21.2.39 is released.
4 29
5 2000-12-30 Andy Piper <andy@xemacs.org> 30 2000-12-30 Andy Piper <andy@xemacs.org>