annotate lwlib/ChangeLog @ 406:b8cc9ab3f761 r21-2-33

Import from CVS: tag r21-2-33
author cvs
date Mon, 13 Aug 2007 11:17:09 +0200
parents 2f8bb876ab1d
children 501cfd01ee6d
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
rev   line source
406
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
1 2000-05-01 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
2
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
3 * XEmacs 21.2.33 is released.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
4
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
5 2000-04-19 Martin Buchholz <martin@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
6
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
7 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
8 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
9
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
10 2000-04-12 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
11
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
12 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
13 (xaw_update_one_value): Get strings safely.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
14 (xaw_create_text_field): add some extra properties.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
15
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
16 2000-04-05 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
17
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
18 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
19 an athena widget.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
20
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
21 2000-04-05 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
22
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
23 * xlwradio.c (RadioSetValues): resize if position information has
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
24 changed.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
25
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
26 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
27 even if there is no callback.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
28 * lwlib-Xaw.c (xaw_create_text_field): ditto.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
29
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
30 2000-04-03 Andy Piper <andy@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
31
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
32 * lwlib.c (merge_widget_value_args): only merge when the two args
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
33 are actually different.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
34
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
35 2000-03-21 Didier Verna <didier@xemacs.org>
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
36
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
37 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
38 src/config.h.in.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
39 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro.
b8cc9ab3f761 Import from CVS: tag r21-2-33
cvs
parents: 404
diff changeset
40
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
41 2000-03-20 Martin Buchholz <martin@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
42
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
43 * XEmacs 21.2.32 is released.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
44
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
45 2000-03-14 Ben Wing <ben@xemacs.org>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
46
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
47 * xlwmenu.c (massage_resource_name): Handle %_ and %%.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
48
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
49 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk>
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
50
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
51 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
52 even if we are only 'compatible' with the Motif resources.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
53 (XmUNSPECIFIED_PIXMAP): Define unconditionally.
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
54
402
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
55 2000-02-23 Martin Buchholz <martin@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
56
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
57 * XEmacs 21.2.31 is released.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
58
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
59 2000-02-22 Andy Piper <andy@xemacs.org>
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
60
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
61 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
62 anything messes with them in the meantime.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
63 * lwlib-Xlw.c (xlw_update_one_widget): ditto.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
64 * lwlib-Xaw.c (xaw_update_one_widget): ditto.
5a2589c672dc Import from CVS: tag r21-2-31
cvs
parents: 400
diff changeset
65
400
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
66 2000-02-21 Martin Buchholz <martin@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
67
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
68 * XEmacs 21.2.30 is released.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
69
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
70 2000-02-21 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
71
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
72 * lwlib.c (merge_widget_value_args): don't delete the args before
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
73 copying, lw_copy_widget_value_args will do this for us if
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
74 necessary.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
75 (lw_add_widget_value_arg): Allow existing args to be replaced.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
76 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
77 reference couting works better that way.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
78 (lw_copy_widget_value_args): Do the right thing.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
79
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
80 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
81 much better.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
82 * lwlib-Xaw.c (xaw_create_progress): ditto.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
83
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
84 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
85
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
86 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
87 compatible resource names.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
88
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
89 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
90 even if we are only 'compatible' with the Motif resources.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
91
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
92 2000-02-15 Andy Piper <andy@xemacs.org>
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
93
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
94 * xlwgauge.c (GaugeExpose): remove shadows.
a86b2b5e0111 Import from CVS: tag r21-2-30
cvs
parents: 398
diff changeset
95
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
96 2000-02-16 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
97
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
98 * XEmacs 21.2.29 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
99
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
100 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
101
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
102 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
103 old gccs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
104
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
105 2000-02-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
106
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
107 * XEmacs 21.2.28 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
108
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
109 2000-01-25 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
110
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
111 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
112 widget as well.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
113
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
114 2000-01-28 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
115
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
116 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
117
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
118 2000-01-24 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
119
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
120 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
121 stacking order.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
122 (XawTabsSetHighlight): Don't unhighlight here.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
123
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
124 2000-01-22 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
125
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
126 * *.h: Use consistent C-standards-approved guard macro names.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
127
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
128 2000-01-18 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
129
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
130 * XEmacs 21.2.27 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
131
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
132 2000-01-15 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
133
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
134 * lwlib-Xlw.c (lw_update_one_widget): make sure global
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
135 properties gets set.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
136
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
137 2000-01-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
138
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
139 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
140 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
141
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
142 * lwlib.c: Fix up memset calls.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
143
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
144 * lwlib-Xm.c (xm_update_text): Warning suppression.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
145 (xm_update_text_field): Warning suppression.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
146
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
147 2000-01-03 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
148
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
149 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
150 (yes-or-no-p-dialog-box "Yes or No")
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
151
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
152 1999-12-31 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
153
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
154 * XEmacs 21.2.26 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
155
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
156 1999-12-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
157
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
158 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
159 not num_children.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
160 (TabsPage): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
161
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
162 1999-12-24 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
163
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
164 * XEmacs 21.2.25 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
165
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
166 1999-12-23 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
167
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
168 * lwlib.c (lw_copy_widget_value_args): don't create empty
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
169 widget_args just because someone might use them later. This makes
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
170 all widgets look like they've changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
171
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
172 1999-12-22 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
173
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
174 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
175 <lipp@primus.com>.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
176
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
177 1999-12-21 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
178
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
179 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
180
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
181 1999-12-12 Daniel Pittman <daniel@danann.net>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
182
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
183 * lwlib-Xaw.c:
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
184 * xlwcheckbox.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
185 * xlwgauge.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
186 * xlwgaugeP.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
187 * xlwradio.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
188 * xlwradio.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
189 * xlwradioP.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
190 Clean up Athena widget support:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
191 - Athena headers now use dynamic include paths.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
192
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
193 1999-12-08 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
194
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
195 * xlwtabs.c: sync with Tabs 2.2.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
196 * xlwtabP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
197
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
198 1999-12-14 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
199
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
200 * XEmacs 21.2.24 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
201
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
202 1999-12-14 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
203
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
204 * xlwtabs.c (TabsResize): reset need_layout so that we don't go
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
205 into infloop death.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
206
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
207 1999-12-14 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
208
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
209 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
210
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
211 1999-12-13 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
212
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
213 * xlwtabs.c (TabsResize): We need to expose the tabs after
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
214 clearing the window they are in.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
215
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
216 1999-12-08 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
217
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
218 * xlwtabs.c: sync with Tabs 2.1.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
219
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
220 1999-12-07 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
221
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
222 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
223 clip-window as well.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
224
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
225 1999-12-07 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
226
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
227 * XEmacs 21.2.23 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
228
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
229 1999-12-05 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
230
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
231 * xlwtabs.c: back up to previous rev to make syncing easier. Fix
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
232 gcc moans.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
233
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
234 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
235
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
236 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
237
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
238 * XEmacs 21.2.22 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
239
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
240 1999-11-28 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
241
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
242 * XEmacs 21.2.21 is released.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
243
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
244 1999-11-26 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
245
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
246 * xlwtabs.c: Remove unused variables. Fix warnings.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
247
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
248 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
249
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
250 * XEmacs 21.2.20 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
251
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
252 1999-09-09 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
253
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
254 * xlwtabs.c: updated tabs widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
255 * xlwtabs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
256 * xlwtabsP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
257
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
258 1999-09-22 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
259
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
260 * lwlib-internal.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
261 * lwlib-utils.h:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
262 Move declaration of destroy_all_children from lwlib-internal.h to
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
263 lwlib-utils.h, where it belongs.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
264
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
265 1999-09-21 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
266
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
267 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
268 with text.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
269
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
270 1999-09-22 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
271
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
272 * xlwtabs.c: Fix C++ compilability.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
273
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
274 1999-09-18 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
275
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
276 * xlwtabs.c: Put in tabs sync because clipping should fix useability
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
277 problems.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
278
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
279 1999-09-13 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
280
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
281 * xlwtabs.c: Back out tabs sync because of reported useability
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
282 problems.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
283
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
284 1999-09-09 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
285
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
286 * xlwtabs.c: updated tabs widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
287 * xlwtabs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
288 * xlwtabsP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
289 * xlwgcs.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
290 * xlwgcs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
291
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
292 1999-09-03 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
293
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
294 * xlwgauge.c: Ansify.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
295 Include <stdlib.h> to get prototype for atoi().
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
296 (GaugeSelect): Call GaugeExpose with the right number of args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
297 (GaugeLoseSel): Call GaugeExpose with the right number of args.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
298 (GaugeConvert): This is a XtConvertSelectionProc,
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
299 so 5th parameter must be of type XtPointer, not XPointer.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
300 (GaugeGetValue): This is a XtTimerCallbackProc,
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
301 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
302
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
303
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
304 1999-09-01 Martin Buchholz <martin@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
305
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
306 * lwlib.c (free_widget_value_contents): Use proper type for cast.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
307
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
308 * xlwradio.c: Use function prototypes everywhere.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
309 * xlwcheckbox.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
310 * xlwradio.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
311 * xlwradioP.h: Move declarations of non-static functions defined
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
312 in xlwradio.c into xlwradioP.h.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
313
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
314 1999-09-02 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
315
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
316 * xlwgcs.c: include xmu.h
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
317
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
318 1999-09-01 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
319
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
320 * xlwgauge.c: rearrange headers yet again.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
321 * xlwcheckbox.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
322 * xlwradio.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
323 * xlwtabs.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
324
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
325 1999-09-01 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
326
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
327 * xlwgauge.c: use xmu.h
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
328 * xlwcheckbox.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
329 * xlwradio.c: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
330
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
331 1999-08-31 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
332
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
333 * xlwtabs.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
334 * xlwgcs.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
335 * xlwradio.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
336 * xlwcheckbox.c:
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
337 * xlwgauge.c: Fix for losing systems without Xmu.
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
338
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
339 1999-08-31 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
340
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
341 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
342
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
343 1999-08-30 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
344
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
345 * lwlib.c (free_widget_value_contents): be more precise about
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
346 freeing user defined args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
347
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
348 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
349 its contents for hierarchies one deep.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
350
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
351 1999-08-29 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
352
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
353 * xlwtabs.c: temporary fixes pending a new release.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
354 * xlwtabsP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
355
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
356 * lwlib-Xm.c (xm_update_one_widget): update user defined args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
357 (xm_create_label): set args after creation as well as before.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
358
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
359 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
360 (xlw_update_tab_control): actually update the children rather than
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
361 the parent.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
362
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
363 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
364 (xaw_create_label): set args after creation as well as before.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
365
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
366 1999-08-23 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
367
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
368 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
369
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
370 * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
371 (xm_creation_table): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
372
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
373 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
374 (xaw_creation_table): use it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
375
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
376 1999-08-16 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
377
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
378 * lwlib.h: declare free_widget_value_tree.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
379
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
380 * lwlib.c (free_widget_value_tree): make non-static.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
381
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
382 * lwlib-Xm.c (xm_update_label): free val_string when updating.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
383
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
384 1999-08-04 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
385
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
386 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
387 defined for widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
388 (xm_nosel_callback): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
389
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
390 * xlwtabsP.h: sync with 1.5.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
391
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
392 * xlwtabs.c: sync with 1.18.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
393
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
394 1999-07-28 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
395
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
396 * xlwtabs.c: new lucid tabs widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
397 * xlwtabs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
398 * xlwtabsP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
399 * xlwgcs.c: GC manipulation for tab widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
400 * xlwgcs.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
401
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
402 * xlwgauge.c: new athena gauge widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
403 * xlwgauge.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
404 * xlwgaugeP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
405
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
406 * xlwradio.c: new athena radio widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
407 * xlwradio.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
408 * xlwradioP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
409
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
410 * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
411 * xlwcheckbox.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
412 * xlwcheckboxP.h: ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
413
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
414 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
415
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
416 * lwlib-internal.h: declare destroy_all_children.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
417
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
418 * lwlib-config.c: add widget checks.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
419
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
420 * lwlib-Xm.h: declare xm_create_label;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
421
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
422 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
423 (xm_update_label): enable for widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
424 (xm_update_one_widget): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
425 (xm_create_button): rename in line with lwlib-Xaw.c
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
426 (xm_create_progress): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
427 (xm_create_text_field): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
428 (xm_create_combo_box): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
429 (xm_create_label): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
430 (xm_creation_table): rename widget creation functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
431 (xm_destroy_instance): enable for widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
432 (xm_generic_callback): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
433 (xm_generic_callback): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
434
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
435 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
436 callback that calls the correct function depending on what tab is
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
437 selected.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
438 (xlw_create_tab_control): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
439 (build_tabs_in_widget): new function. puts tabs in a tab widget,
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
440 uses Xaw or Xm depending on how XEmacs was compiled.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
441 (xlw_update_tab_control): update the resources for each
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
442 tab. optionally rebuild the contents of the tab widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
443 (xlw_creation_table): add tab widget creation function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
444 (lw_lucid_widget_p): add tab widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
445 (xlw_update_one_widget): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
446
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
447 * lwlib-Xaw.h: declare xaw_create_label;
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
448
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
449 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
450 (xaw_update_one_widget): ditto.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
451 (xaw_update_one_value): add code from the Xm version.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
452 (xaw_generic_callback): add Xm hack for setting command
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
453 states. beef up lookup of call data.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
454 (xaw_create_button): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
455 (xaw_create_label): new function for use by tab widget.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
456 (xaw_create_progress): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
457 (xaw_create_text_field): new function.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
458 (xaw_creation_table): add new widget type creation functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
459
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
460 * Makefile.in.in: add dependencies for new lw widgets.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
461
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
462 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
463
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
464 * XEmacs 21.2.19 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
465
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
466 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
467
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
468 * XEmacs 21.2.18 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
469
404
2f8bb876ab1d Import from CVS: tag r21-2-32
cvs
parents: 402
diff changeset
470 1999-07-05 Didier Verna <didier@xemacs.org>
398
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
471
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
472 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
473 call to xm_update_label.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
474
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
475 1999-06-28 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
476
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
477 * lwlib-Xm.c: unconditionally enable text field & list code.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
478 (make_progress): new function. creates a slider.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
479 (make_text_field): new function. creates an edit field.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
480 (make_combo_box): new function. creates a combo box.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
481 (xm_creation_table): add new widget functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
482
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
483 1999-06-25 Andy Piper <andy@xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
484
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
485 * lwlib.h (_widget_value): add arglist slots.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
486 declare new functions.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
487
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
488 * lwlib.c (free_widget_value_contents): handle arglists when
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
489 freeing.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
490 (lw_add_value_args_to_args): new function. add arglist entries
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
491 from a widget_value structure.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
492
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
493 * lwlib-Xm.c (make_button): new function, create a motif button
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
494 for display in a buffer as a glyph.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
495 (xm_creation_table): add make_button.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
496
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
497 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
498
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
499 * XEmacs 21.2.17 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
500
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
501 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
502
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
503 * XEmacs 21.2.16 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
504
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
505 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
506
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
507 * XEmacs 21.2.15 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
508
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
509 1999-05-17 Jerry James <jerry@cs.ucsb.edu>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
510
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
511 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
512 using it.
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
513
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
514 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
515
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
516 * XEmacs 21.2.14 is released
74fd4e045ea6 Import from CVS: tag r21-2-29
cvs
parents: 396
diff changeset
517
396
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
518 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
519
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
520 * XEmacs 21.2.13 is released
6719134a07c2 Import from CVS: tag r21-2-13
cvs
parents: 394
diff changeset
521
394
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
522 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
523
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
524 * XEmacs 21.2.12 is released
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
525
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
526 1999-02-18 Martin Buchholz <martin@xemacs.org>
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
527
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
528 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
7d59cb494b73 Import from CVS: tag r21-2-12
cvs
parents:
diff changeset
529 - Have to toupper ((int) (unsigned char) x) to be portable.