XEmacs 21.2.28 "Hermes".
[chise/xemacs-chise.git.1] / lwlib / ChangeLog
1 2000-02-07  Martin Buchholz <martin@xemacs.org>
2
3         * XEmacs 21.2.28 is released.
4
5 2000-01-25  Andy Piper  <andy@xemacs.org>
6
7         * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
8         widget as well.
9
10 2000-01-28  Martin Buchholz  <martin@xemacs.org>
11
12         * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
13
14 2000-01-24  Andy Piper  <andy@xemacs.org>
15
16         * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
17         stacking order.
18         (XawTabsSetHighlight): Don't unhighlight here.
19
20 2000-01-22  Martin Buchholz  <martin@xemacs.org>
21
22         * *.h: Use consistent C-standards-approved guard macro names.
23
24 2000-01-18  Martin Buchholz <martin@xemacs.org>
25
26         * XEmacs 21.2.27 is released.
27
28 2000-01-15  Andy Piper  <andy@xemacs.org>
29
30         * lwlib-Xlw.c (lw_update_one_widget): make sure global
31         properties gets set.
32
33 2000-01-07  Martin Buchholz  <martin@xemacs.org>
34
35         * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
36         This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
37
38         * lwlib.c: Fix up memset calls.
39
40         * lwlib-Xm.c (xm_update_text): Warning suppression.
41         (xm_update_text_field): Warning suppression.
42
43 2000-01-03  Martin Buchholz  <martin@xemacs.org>
44
45         * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
46         (yes-or-no-p-dialog-box "Yes or No")
47
48 1999-12-31  Martin Buchholz <martin@xemacs.org>
49
50         * XEmacs 21.2.26 is released.
51
52 1999-12-29  Andy Piper  <andy@xemacs.org>
53
54         * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
55         not num_children.
56         (TabsPage): ditto.
57
58 1999-12-24  Martin Buchholz <martin@xemacs.org>
59
60         * XEmacs 21.2.25 is released.
61
62 1999-12-23  Andy Piper  <andy@xemacs.org>
63
64         * lwlib.c (lw_copy_widget_value_args): don't create empty
65         widget_args just because someone might use them later. This makes
66         all widgets look like they've changed.
67
68 1999-12-22  Andy Piper  <andy@xemacs.org>
69
70         * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
71         <lipp@primus.com>.
72
73 1999-12-21  Martin Buchholz  <martin@xemacs.org>
74
75         * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
76
77 1999-12-12  Daniel Pittman  <daniel@danann.net>
78
79         * lwlib-Xaw.c: 
80         * xlwcheckbox.c:
81         * xlwgauge.h:
82         * xlwgaugeP.h:
83         * xlwradio.c:
84         * xlwradio.h:
85         * xlwradioP.h:
86         Clean up Athena widget support:
87         - Athena headers now use dynamic include paths.
88
89 1999-12-08  Andy Piper  <andy@xemacs.org>
90
91         * xlwtabs.c: sync with Tabs 2.2.
92         * xlwtabP.h: ditto.
93
94 1999-12-14  Martin Buchholz <martin@xemacs.org>
95
96         * XEmacs 21.2.24 is released.
97
98 1999-12-14  Andy Piper  <andy@xemacs.org>
99
100         * xlwtabs.c (TabsResize): reset need_layout so that we don't go
101         into infloop death.
102
103 1999-12-14  Andy Piper  <andy@xemacs.org>
104
105         * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
106
107 1999-12-13  Andy Piper  <andy@xemacs.org>
108
109         * xlwtabs.c (TabsResize): We need to expose the tabs after
110         clearing the window they are in.
111
112 1999-12-08  Andy Piper  <andy@xemacs.org>
113
114         * xlwtabs.c: sync with Tabs 2.1.
115
116 1999-12-07  Andy Piper  <andy@xemacs.org>
117
118         * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
119         clip-window as well.
120
121 1999-12-07  Martin Buchholz <martin@xemacs.org>
122
123         * XEmacs 21.2.23 is released.
124
125 1999-12-05  Andy Piper  <andy@xemacs.org>
126
127         * xlwtabs.c: back up to previous rev to make syncing easier. Fix
128         gcc moans.
129
130         * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
131
132 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
133
134         * XEmacs 21.2.22 is released
135
136 1999-11-28  Martin Buchholz <martin@xemacs.org>
137
138         * XEmacs 21.2.21 is released.
139
140 1999-11-26  Martin Buchholz  <martin@xemacs.org>
141
142         * xlwtabs.c: Remove unused variables.  Fix warnings.
143
144 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
145
146         * XEmacs 21.2.20 is released
147
148 1999-09-09  Andy Piper  <andy@xemacs.org>
149
150         * xlwtabs.c: updated tabs widget from Ed Falk.
151         * xlwtabs.h: ditto.
152         * xlwtabsP.h: ditto.
153
154 1999-09-22  Martin Buchholz  <martin@xemacs.org>
155
156         * lwlib-internal.h:
157         * lwlib-utils.h:
158         Move declaration of destroy_all_children from lwlib-internal.h to
159         lwlib-utils.h, where it belongs.
160
161 1999-09-21  Andy Piper  <andy@xemacs.org>
162
163         * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
164         with text.
165
166 1999-09-22  Martin Buchholz  <martin@xemacs.org>
167
168         * xlwtabs.c: Fix C++ compilability.
169
170 1999-09-18  Andy Piper  <andy@xemacs.org>
171
172         * xlwtabs.c: Put in tabs sync because clipping should fix useability
173         problems.
174
175 1999-09-13  Andy Piper  <andy@xemacs.org>
176
177         * xlwtabs.c: Back out tabs sync because of reported useability
178         problems.
179
180 1999-09-09  Andy Piper  <andy@xemacs.org>
181
182         * xlwtabs.c: updated tabs widget from Ed Falk.
183         * xlwtabs.h: ditto.
184         * xlwtabsP.h: ditto.
185         * xlwgcs.c: ditto.
186         * xlwgcs.h: ditto.
187
188 1999-09-03  Martin Buchholz  <martin@xemacs.org>
189
190         * xlwgauge.c: Ansify.
191         Include <stdlib.h> to get prototype for atoi().
192         (GaugeSelect): Call GaugeExpose with the right number of args.
193         (GaugeLoseSel): Call GaugeExpose with the right number of args.
194         (GaugeConvert): This is a XtConvertSelectionProc, 
195         so 5th parameter must be of type XtPointer, not XPointer.
196         (GaugeGetValue): This is a XtTimerCallbackProc, 
197         so 2nd parameter must be of type XtIntervalId *, not XtIntervalId.
198         
199
200 1999-09-01  Martin Buchholz  <martin@xemacs.org>
201
202         * lwlib.c (free_widget_value_contents): Use proper type for cast.
203
204         * xlwradio.c: Use function prototypes everywhere.
205         * xlwcheckbox.c:
206         * xlwradio.c:
207         * xlwradioP.h: Move declarations of non-static functions defined
208         in xlwradio.c into xlwradioP.h.
209
210 1999-09-02  Andy Piper  <andy@xemacs.org>
211
212         * xlwgcs.c: include xmu.h
213
214 1999-09-01  Andy Piper  <andy@xemacs.org>
215
216         * xlwgauge.c: rearrange headers yet again.
217         * xlwcheckbox.c: ditto.
218         * xlwradio.c: ditto.
219         * xlwtabs.c: ditto.
220
221 1999-09-01  Andy Piper  <andy@xemacs.org>
222
223         * xlwgauge.c: use xmu.h
224         * xlwcheckbox.c: ditto.
225         * xlwradio.c: ditto.
226
227 1999-08-31  Andy Piper  <andy@xemacs.org>
228
229         * xlwtabs.c:
230         * xlwgcs.c:
231         * xlwradio.c:
232         * xlwcheckbox.c:
233         * xlwgauge.c: Fix for losing systems without Xmu.
234         
235 1999-08-31  Andy Piper  <andy@xemacs.org>
236
237         * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
238
239 1999-08-30  Andy Piper  <andy@xemacs.org>
240
241         * lwlib.c (free_widget_value_contents): be more precise about
242         freeing user defined args.
243
244         * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
245         its contents for hierarchies one deep.
246
247 1999-08-29  Andy Piper  <andy@xemacs.org>
248
249         * xlwtabs.c: temporary fixes pending a new release.
250         * xlwtabsP.h: ditto.
251
252         * lwlib-Xm.c (xm_update_one_widget): update user defined args.
253         (xm_create_label): set args after creation as well as before.
254
255         * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
256         (xlw_update_tab_control): actually update the children rather than
257         the parent.
258
259         * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
260         (xaw_create_label): set args after creation as well as before.
261
262 1999-08-23  Andy Piper  <andy@xemacs.org>
263
264         * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
265
266         * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
267         (xm_creation_table): use it.
268
269         * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
270         (xaw_creation_table): use it.
271
272 1999-08-16  Andy Piper  <andy@xemacs.org>
273
274         * lwlib.h: declare free_widget_value_tree.
275
276         * lwlib.c (free_widget_value_tree): make non-static.
277
278         * lwlib-Xm.c (xm_update_label): free val_string when updating.
279
280 1999-08-04  Andy Piper  <andy@xemacs.org>
281
282         * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
283         defined for widgets.
284         (xm_nosel_callback): ditto.
285
286         * xlwtabsP.h: sync with 1.5.
287
288         * xlwtabs.c: sync with 1.18.
289
290 1999-07-28  Andy Piper  <andy@xemacs.org>
291
292         * xlwtabs.c: new lucid tabs widget from Ed Falk.
293         * xlwtabs.h: ditto.
294         * xlwtabsP.h: ditto.
295         * xlwgcs.c: GC manipulation for tab widgets.
296         * xlwgcs.h: ditto.
297
298         * xlwgauge.c: new athena gauge widget from Ed Falk.
299         * xlwgauge.h: ditto.
300         * xlwgaugeP.h: ditto.
301
302         * xlwradio.c: new athena radio widget from Ed Falk.
303         * xlwradio.h: ditto.
304         * xlwradioP.h: ditto.
305
306         * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
307         * xlwcheckbox.h: ditto.
308         * xlwcheckboxP.h: ditto.
309
310         * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
311
312         * lwlib-internal.h: declare destroy_all_children.
313
314         * lwlib-config.c: add widget checks.
315
316         * lwlib-Xm.h: declare xm_create_label;
317
318         * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c.
319         (xm_update_label): enable for widgets.
320         (xm_update_one_widget): ditto.
321         (xm_create_button): rename in line with lwlib-Xaw.c
322         (xm_create_progress): ditto.
323         (xm_create_text_field): ditto.
324         (xm_create_combo_box): ditto.
325         (xm_create_label): new function.
326         (xm_creation_table): rename widget creation functions.
327         (xm_destroy_instance): enable for widgets.
328         (xm_generic_callback): ditto.
329         (xm_generic_callback): ditto.
330
331         * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
332         callback that calls the correct function depending on what tab is
333         selected.
334         (xlw_create_tab_control): new function.
335         (build_tabs_in_widget): new function. puts tabs in a tab widget,
336         uses Xaw or Xm depending on how XEmacs was compiled.
337         (xlw_update_tab_control): update the resources for each
338         tab. optionally rebuild the contents of the tab widget.
339         (xlw_creation_table): add tab widget creation function.
340         (lw_lucid_widget_p): add tab widget.
341         (xlw_update_one_widget): ditto.
342
343         * lwlib-Xaw.h: declare xaw_create_label;
344
345         * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes.
346         (xaw_update_one_widget): ditto.
347         (xaw_update_one_value): add code from the Xm version.
348         (xaw_generic_callback): add Xm hack for setting command
349         states. beef up lookup of call data.
350         (xaw_create_button): new function.
351         (xaw_create_label): new function for use by tab widget.
352         (xaw_create_progress): new function.
353         (xaw_create_text_field): new function.
354         (xaw_creation_table): add new widget type creation functions.
355
356         * Makefile.in.in: add dependencies for new lw widgets.
357
358 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
359
360         * XEmacs 21.2.19 is released
361
362 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
363
364         * XEmacs 21.2.18 is released
365
366 1999-07-05  Didier Verna  <verna@inf.enst.fr>
367
368         * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
369         call to xm_update_label.
370
371 1999-06-28  Andy Piper  <andy@xemacs.org>
372
373         * lwlib-Xm.c: unconditionally enable text field & list code.
374         (make_progress): new function. creates a slider.
375         (make_text_field): new function. creates an edit field.
376         (make_combo_box): new function. creates a combo box.
377         (xm_creation_table): add new widget functions.
378
379 1999-06-25  Andy Piper  <andy@xemacs.org>
380
381         * lwlib.h (_widget_value): add arglist slots.
382         declare new functions.
383
384         * lwlib.c (free_widget_value_contents): handle arglists when
385         freeing.
386         (lw_add_value_args_to_args): new function. add arglist entries
387         from a widget_value structure.
388
389         * lwlib-Xm.c (make_button): new function, create a motif button
390         for display in a buffer as a glyph.
391         (xm_creation_table): add make_button.
392
393 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
394
395         * XEmacs 21.2.17 is released
396
397 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
398
399         * XEmacs 21.2.16 is released
400
401 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
402
403         * XEmacs 21.2.15 is released
404
405 1999-05-17  Jerry James  <jerry@cs.ucsb.edu>
406
407         * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
408         using it.
409
410 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
411
412         * XEmacs 21.2.14 is released
413
414 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
415
416         * XEmacs 21.2.13 is released
417
418 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
419
420         * XEmacs 21.2.12 is released
421
422 1999-02-18  Martin Buchholz  <martin@xemacs.org>
423
424         * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
425         - Have to toupper ((int) (unsigned char) x) to be portable.