XEmacs 21.4.0 "Solid Vapor".
[chise/xemacs-chise.git.1] / lwlib / ChangeLog
1 2001-04-16  Stephen J. Turnbull  <stephen@xemacs.org>
2
3         * XEmacs 21.4.0 "Solid Vapor" is released.
4
5 2001-04-14  Stephen J. Turnbull  <stephen@xemacs.org>
6
7         * XEmacs 21.2.47 "Zephir" is released.
8
9 2001-03-30  Stephen J. Turnbull  <stephen@xemacs.org>
10
11         * ChangeLog: Restore logs lost in the GTK merge.
12
13 2001-03-21  Martin Buchholz <martin@xemacs.org>
14
15         * XEmacs 21.2.46 "Urania" is released.
16
17 2001-03-15  Stephen J. Turnbull  <stephen@xemacs.org>
18
19         * xlwradio.c: Revert gratuitous whitespace changes from GTK merge.
20
21 2001-02-23  Martin Buchholz <martin@xemacs.org>
22
23         * XEmacs 21.2.45 "Thelxepeia" is released.
24
25 2001-02-16  Raymond Toy  <toy@rtp.ericsson.se>
26
27         * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the
28         text-field widget.
29         (xaw_creation_table): Always include the text-field widget
30
31 2001-02-08  Martin Buchholz <martin@xemacs.org>
32
33         * XEmacs 21.2.44 "Thalia" is released.
34
35 2001-02-06  Martin Buchholz  <martin@xemacs.org>
36
37         * xlwgauge.c:
38         * xlwgcs.c:
39         * xlwgcs.c (XtAllocateGC): Fix typo for X11R4.
40         * xlwgcs.h:
41         * xlwradio.c (RadioExpose):
42         * xlwcheckbox.c:
43         Remove use of BSD-specific types.
44         s/u_(char|short|int_long)/unsigned $1/g
45
46 2001-02-05  Martin Buchholz  <martin@xemacs.org>
47
48         * lwlib-Xm.c (xm_update_one_value):
49         Obey the man page; use XtFree instead of free.
50
51 2001-02-02  Martin Buchholz  <martin@xemacs.org>
52
53         * config.h.in: Use "..." to include config.h
54
55 2001-01-26  Martin Buchholz <martin@xemacs.org>
56
57         * XEmacs 21.2.43 "Terspichore" is released.
58
59 2001-01-20  Martin Buchholz <martin@xemacs.org>
60
61         * XEmacs 21.2.42 "Poseidon" is released.
62
63 2001-01-17  Martin Buchholz <martin@xemacs.org>
64
65         * XEmacs 21.2.41 "Polyhymnia" is released.
66
67 2001-01-08  Martin Buchholz <martin@xemacs.org>
68
69         * XEmacs 21.2.40 is released.
70
71 2001-01-06  Martin Buchholz  <martin@xemacs.org>
72
73         * lwlib-Xaw.c (xaw_creation_table): Make const.
74         * lwlib-Xaw.h (xaw_creation_table): Make const.
75         * lwlib-Xlw.c (xlw_creation_table): Make const.
76         * lwlib-Xlw.h (xlw_creation_table): Make const.
77         * lwlib-Xm.c (xm_creation_table): Make const.
78         * lwlib-Xm.h (xm_creation_table): Make const.
79         * lwlib.c (find_in_table): Use const.
80
81 2001-01-02  Andy Piper  <andy@xemacs.org>
82
83         * lwlib.h (_widget_args): add args_changed. Necessary because we
84         reference count args.
85
86         * lwlib.c (lw_add_widget_value_arg): set args_changed flag.
87         (merge_widget_value_args): mark as changed if args_changed is
88         true.
89         (update_all_widget_values): reset args_changed.
90         (initialize_widget_instance): ditto.
91
92 2000-12-31  Martin Buchholz <martin@xemacs.org>
93
94         * XEmacs 21.2.39 is released.
95
96 2000-12-30  Andy Piper  <andy@xemacs.org>
97
98         * xlwtabs.c: remove assertion definitions and put them in
99         lwlib-internal.h. This has the effect of enabling assertions which
100         should have been done from the very start.
101         (TabsShuffleRows): fix duff assertion.
102         (PreferredSize3): use dimensions throughout.
103         (PreferredSize2): ditto.
104         (TabLayout): ditto.
105         (DrawFrame): be clever about the enclosing frame if the child
106         height is 0.
107         (TabsResize): don't configure children that are no visible
108         anyway. Make sure geometry calculations don't end up negative.
109
110         * lwlib-internal.h: put in assertion definitions.
111
112 2000-12-05  Martin Buchholz <martin@xemacs.org>
113
114         * XEmacs 21.2.38 is released.
115
116 2000-11-30  Andy Piper  <andy@xemacs.org>
117
118         * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until
119         someone fixes it properly.
120
121 2000-11-24  Andy Piper  <andy@xemacs.org>
122
123         * xlwtabsP.h: add visible flag, realRows and remove displayChildren.
124
125         * xlwtabs.c (TabVisible): new macro. Consults visible flag.
126         (TabsInit): remove displayChildren, add realRows.
127         (TabsConstraintInitialize): ditto.
128         (TabsResize): ditto.
129         (TabsGeometryManager): ditto.
130         (TabsChangeManaged): ditto.
131         (TabsSelect): ditto.
132         (TabsPage): ditto.
133         (TabsHighlight): ditto.
134         (DrawTabs): ditto.
135         (TabLayout): Caclulate rows for all children and whether they
136         should be visible or not..
137         (TabsShuffleRows): shuffle rows based on both real and displayed
138         rows. Adjust visibility of all children.
139         (PreferredSize): ditto.
140
141 2000-11-19  Martin Buchholz  <martin@xemacs.org>
142
143         * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead.
144
145 2000-11-18  Martin Buchholz  <martin@xemacs.org>
146
147         * xlwmenu.c (make_windows_if_needed): 
148         (XlwMenuRealize): 
149         The proper type for `mask' is `unsigned long', not `int'.
150
151 2000-11-18  Martin Buchholz  <martin@xemacs.org>
152
153         * xlwtabs.c (defaultAccelerators): Add #### to unused var.
154         (TabsResize): Remove unused var.
155         * xlwmenu.c (XlwMenuInitialize): Remove unused vars.
156         * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug.
157
158 2000-11-14  Martin Buchholz <martin@xemacs.org>
159
160         * XEmacs 21.2.37 is released.
161
162 2000-11-02  Stephen J. Turnbull  <stephen@xemacs.org>
163
164         * lwlib.h: Typo fixes and tiny clarifications.
165
166 2000-10-04  Martin Buchholz <martin@xemacs.org>
167
168         * XEmacs 21.2.36 is released.
169
170 2000-09-21  Andy Piper  <andy@xemacs.org>
171
172         * lwlib.h: declare copy_widget_value_tree.
173
174         * lwlib.c (copy_widget_value_tree): make non-static.
175
176 2000-09-19  Martin Buchholz  <martin@xemacs.org>
177
178         * *: Spelling mega-patch
179
180 2000-09-16  Martin Buchholz  <martin@xemacs.org>
181
182         * lwlib.c (ascii_strcasecmp): New.
183         * lwlib.c (find_in_table): Use ascii_strcasecmp.
184         Avoid using non-standard non-portable strcasecmp.
185
186 2000-08-02  Stephen J. Turnbull <stephen@xemacs.org>
187
188         * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for
189         setting fontList match code.  Suggest using same algorithm for
190         X Font Set resources in native lw code.
191
192 2000-07-30  Ben Wing  <ben@xemacs.org>
193
194         * lwlib-Xaw.c (xaw_update_one_widget):
195         Remove accelerator specs from buttons, since Athena doesn't handle
196         them.
197         
198         * lwlib.c (lw_remove_accelerator_spec):
199         * lwlib.h:
200         Define function and prototype to do this.
201
202 2000-07-15  Ben Wing  <ben@xemacs.org>
203
204         * xlwradioP.h:
205         Remove duplicate definition of streq().
206
207 2000-07-19  Martin Buchholz <martin@xemacs.org>
208
209         * XEmacs 21.2.35 is released.
210
211 2000-07-09  Martin Buchholz  <martin@xemacs.org>
212
213         * xlwcheckbox.c:
214         * xlwgauge.h:
215         * xlwgaugeP.h:
216         * xlwradio.h:
217         * xlwradioP.h:
218         * xlwgauge.c:
219         * config.h.in:
220         * xlwradio.c:
221         * lwlib-Xaw.c:
222         Replace SMART_INCLUDE with a dumber, but more reliable method.
223
224         * xlwmenu.c (parameterize_string): Fix C++ compilation warnings.
225
226 2000-06-10  Ben Wing  <ben@xemacs.org>
227
228         * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit.
229         (xaw_update_one_value): fix crash due to incorrect arg count.
230
231 2000-05-28  Martin Buchholz <martin@xemacs.org>
232
233         * XEmacs 21.2.34 is released.
234
235 2000-05-01  Martin Buchholz <martin@xemacs.org>
236
237         * XEmacs 21.2.33 is released.
238
239 2000-04-19  Martin Buchholz  <martin@xemacs.org>
240
241         * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes.
242         * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes.
243
244 2000-04-12  Andy Piper  <andy@xemacs.org>
245
246         * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets.
247         (xaw_update_one_value): Get strings safely.
248         (xaw_create_text_field): add some extra properties.
249
250 2000-04-05  Andy Piper  <andy@xemacs.org>
251
252         * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as
253         an athena widget.
254
255 2000-04-05  Andy Piper  <andy@xemacs.org>
256
257         * xlwradio.c (RadioSetValues): resize if position information has
258         changed.
259
260         * lwlib-Xm.c (xm_create_text_field): text fields should be enabled
261         even if there is no callback.
262         * lwlib-Xaw.c (xaw_create_text_field): ditto.
263
264 2000-04-03  Andy Piper  <andy@xemacs.org>
265
266         * lwlib.c (merge_widget_value_args): only merge when the two args
267         are actually different.
268
269 2000-03-21  Didier Verna  <didier@xemacs.org>
270
271         * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to
272         src/config.h.in.
273         * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro.
274
275 2000-03-20  Martin Buchholz <martin@xemacs.org>
276
277         * XEmacs 21.2.32 is released.
278
279 2000-03-14  Ben Wing  <ben@xemacs.org>
280
281         * xlwmenu.c (massage_resource_name): Handle %_ and %%.
282
283 2000-02-20  Gunnar Evermann  <ge204@eng.cam.ac.uk>
284
285         * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP
286         even if we are only 'compatible' with the Motif resources.
287         (XmUNSPECIFIED_PIXMAP): Define unconditionally.
288
289 2000-02-23  Martin Buchholz <martin@xemacs.org>
290
291         * XEmacs 21.2.31 is released.
292
293 2000-02-22  Andy Piper  <andy@xemacs.org>
294
295         * lwlib-Xm.c (xm_update_one_widget): set widget args last in case
296         anything messes with them in the meantime.
297         * lwlib-Xlw.c (xlw_update_one_widget): ditto.
298         * lwlib-Xaw.c (xaw_update_one_widget): ditto.
299
300 2000-02-21  Martin Buchholz <martin@xemacs.org>
301
302         * XEmacs 21.2.30 is released.
303
304 2000-02-21  Andy Piper  <andy@xemacs.org>
305
306         * lwlib.c (merge_widget_value_args): don't delete the args before
307         copying, lw_copy_widget_value_args will do this for us if
308         necessary.
309         (lw_add_widget_value_arg): Allow existing args to be replaced.
310         (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
311         reference couting works better that way.
312         (lw_copy_widget_value_args): Do the right thing.
313
314         * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
315         much better.
316         * lwlib-Xaw.c (xaw_create_progress): ditto.
317
318 2000-02-12  Jan Vroonhof  <vroonhof@math.ethz.ch>
319
320         * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
321         compatible resource names.
322
323         * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
324         even if we are only 'compatible' with the Motif resources.
325
326 2000-02-15  Andy Piper  <andy@xemacs.org>
327
328         * xlwgauge.c (GaugeExpose): remove shadows.
329
330 2000-02-16  Martin Buchholz <martin@xemacs.org>
331
332         * XEmacs 21.2.29 is released.
333
334 2000-02-09  Valdis Kletnieks  <Valdis.Kletnieks@vt.edu>
335
336         * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
337         old gccs.
338
339 2000-02-07  Martin Buchholz <martin@xemacs.org>
340
341         * XEmacs 21.2.28 is released.
342
343 2000-01-25  Andy Piper  <andy@xemacs.org>
344
345         * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
346         widget as well.
347
348 2000-01-28  Martin Buchholz  <martin@xemacs.org>
349
350         * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
351
352 2000-01-24  Andy Piper  <andy@xemacs.org>
353
354         * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
355         stacking order.
356         (XawTabsSetHighlight): Don't unhighlight here.
357
358 2000-01-22  Martin Buchholz  <martin@xemacs.org>
359
360         * *.h: Use consistent C-standards-approved guard macro names.
361
362 2000-01-18  Martin Buchholz <martin@xemacs.org>
363
364         * XEmacs 21.2.27 is released.
365
366 2000-01-15  Andy Piper  <andy@xemacs.org>
367
368         * lwlib-Xlw.c (lw_update_one_widget): make sure global
369         properties gets set.
370
371 2000-01-07  Martin Buchholz  <martin@xemacs.org>
372
373         * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
374         This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
375
376         * lwlib.c: Fix up memset calls.
377
378         * lwlib-Xm.c (xm_update_text): Warning suppression.
379         (xm_update_text_field): Warning suppression.
380
381 2000-01-03  Martin Buchholz  <martin@xemacs.org>
382
383         * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
384         (yes-or-no-p-dialog-box "Yes or No")
385
386 1999-12-31  Martin Buchholz <martin@xemacs.org>
387
388         * XEmacs 21.2.26 is released.
389
390 1999-12-29  Andy Piper  <andy@xemacs.org>
391
392         * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
393         not num_children.
394         (TabsPage): ditto.
395
396 1999-12-24  Martin Buchholz <martin@xemacs.org>
397
398         * XEmacs 21.2.25 is released.
399
400 1999-12-23  Andy Piper  <andy@xemacs.org>
401
402         * lwlib.c (lw_copy_widget_value_args): don't create empty
403         widget_args just because someone might use them later. This makes
404         all widgets look like they've changed.
405
406 1999-12-22  Andy Piper  <andy@xemacs.org>
407
408         * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
409         <lipp@primus.com>.
410
411 1999-12-21  Martin Buchholz  <martin@xemacs.org>
412
413         * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
414
415 1999-12-12  Daniel Pittman  <daniel@danann.net>
416
417         * lwlib-Xaw.c:
418         * xlwcheckbox.c:
419         * xlwgauge.h:
420         * xlwgaugeP.h:
421         * xlwradio.c:
422         * xlwradio.h:
423         * xlwradioP.h:
424         Clean up Athena widget support:
425         - Athena headers now use dynamic include paths.
426
427 1999-12-08  Andy Piper  <andy@xemacs.org>
428
429         * xlwtabs.c: sync with Tabs 2.2.
430         * xlwtabP.h: ditto.
431
432 1999-12-14  Martin Buchholz <martin@xemacs.org>
433
434         * XEmacs 21.2.24 is released.
435
436 1999-12-14  Andy Piper  <andy@xemacs.org>
437
438         * xlwtabs.c (TabsResize): reset need_layout so that we don't go
439         into infloop death.
440
441 1999-12-14  Andy Piper  <andy@xemacs.org>
442
443         * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
444
445 1999-12-13  Andy Piper  <andy@xemacs.org>
446
447         * xlwtabs.c (TabsResize): We need to expose the tabs after
448         clearing the window they are in.
449
450 1999-12-08  Andy Piper  <andy@xemacs.org>
451
452         * xlwtabs.c: sync with Tabs 2.1.
453
454 1999-12-07  Andy Piper  <andy@xemacs.org>
455
456         * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
457         clip-window as well.
458
459 1999-12-07  Martin Buchholz <martin@xemacs.org>
460
461         * XEmacs 21.2.23 is released.
462
463 1999-12-05  Andy Piper  <andy@xemacs.org>
464
465         * xlwtabs.c: back up to previous rev to make syncing easier. Fix
466         gcc moans.
467
468         * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
469
470 1999-11-29  XEmacs Build Bot <builds@cvs.xemacs.org>
471
472         * XEmacs 21.2.22 is released
473
474 1999-11-28  Martin Buchholz <martin@xemacs.org>
475
476         * XEmacs 21.2.21 is released.
477
478 1999-11-26  Martin Buchholz  <martin@xemacs.org>
479
480         * xlwtabs.c: Remove unused variables.  Fix warnings.
481
482 1999-11-10  XEmacs Build Bot <builds@cvs.xemacs.org>
483
484         * XEmacs 21.2.20 is released
485
486 1999-09-09  Andy Piper  <andy@xemacs.org>
487
488         * xlwtabs.c: updated tabs widget from Ed Falk.
489         * xlwtabs.h: ditto.
490         * xlwtabsP.h: ditto.
491
492 1999-09-22  Martin Buchholz  <martin@xemacs.org>
493
494         * lwlib-internal.h:
495         * lwlib-utils.h:
496         Move declaration of destroy_all_children from lwlib-internal.h to
497         lwlib-utils.h, where it belongs.
498
499 1999-09-21  Andy Piper  <andy@xemacs.org>
500
501         * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
502         with text.
503
504 1999-09-22  Martin Buchholz  <martin@xemacs.org>
505
506         * xlwtabs.c: Fix C++ compilability.
507
508 1999-09-18  Andy Piper  <andy@xemacs.org>
509
510         * xlwtabs.c: Put in tabs sync because clipping should fix useability
511         problems.
512
513 1999-09-13  Andy Piper  <andy@xemacs.org>
514
515         * xlwtabs.c: Back out tabs sync because of reported useability
516         problems.
517
518 1999-09-09  Andy Piper  <andy@xemacs.org>
519
520         * xlwtabs.c: updated tabs widget from Ed Falk.
521         * xlwtabs.h: ditto.
522         * xlwtabsP.h: ditto.
523         * xlwgcs.c: ditto.
524         * xlwgcs.h: ditto.
525
526 1999-09-03  Martin Buchholz  <martin@xemacs.org>
527
528         * xlwgauge.c: Ansify.
529         Include <stdlib.h> to get prototype for atoi().
530         (GaugeSelect): Call GaugeExpose with the right number of args.
531         (GaugeLoseSel): Call GaugeExpose with the right number of args.
532         (GaugeConvert): This is a XtConvertSelectionProc,
533         so 5th parameter must be of type XtPointer, not XPointer.
534         (GaugeGetValue): This is a XtTimerCallbackProc,
535         so 2nd parameter must be of type XtIntervalId *, not XtIntervalId.
536
537
538 1999-09-01  Martin Buchholz  <martin@xemacs.org>
539
540         * lwlib.c (free_widget_value_contents): Use proper type for cast.
541
542         * xlwradio.c: Use function prototypes everywhere.
543         * xlwcheckbox.c:
544         * xlwradio.c:
545         * xlwradioP.h: Move declarations of non-static functions defined
546         in xlwradio.c into xlwradioP.h.
547
548 1999-09-02  Andy Piper  <andy@xemacs.org>
549
550         * xlwgcs.c: include xmu.h
551
552 1999-09-01  Andy Piper  <andy@xemacs.org>
553
554         * xlwgauge.c: rearrange headers yet again.
555         * xlwcheckbox.c: ditto.
556         * xlwradio.c: ditto.
557         * xlwtabs.c: ditto.
558
559 1999-09-01  Andy Piper  <andy@xemacs.org>
560
561         * xlwgauge.c: use xmu.h
562         * xlwcheckbox.c: ditto.
563         * xlwradio.c: ditto.
564
565 1999-08-31  Andy Piper  <andy@xemacs.org>
566
567         * xlwtabs.c:
568         * xlwgcs.c:
569         * xlwradio.c:
570         * xlwcheckbox.c:
571         * xlwgauge.c: Fix for losing systems without Xmu.
572
573 1999-08-31  Andy Piper  <andy@xemacs.org>
574
575         * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
576
577 1999-08-30  Andy Piper  <andy@xemacs.org>
578
579         * lwlib.c (free_widget_value_contents): be more precise about
580         freeing user defined args.
581
582         * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
583         its contents for hierarchies one deep.
584
585 1999-08-29  Andy Piper  <andy@xemacs.org>
586
587         * xlwtabs.c: temporary fixes pending a new release.
588         * xlwtabsP.h: ditto.
589
590         * lwlib-Xm.c (xm_update_one_widget): update user defined args.
591         (xm_create_label): set args after creation as well as before.
592
593         * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
594         (xlw_update_tab_control): actually update the children rather than
595         the parent.
596
597         * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
598         (xaw_create_label): set args after creation as well as before.
599
600 1999-08-23  Andy Piper  <andy@xemacs.org>
601
602         * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
603
604         * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
605         (xm_creation_table): use it.
606
607         * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
608         (xaw_creation_table): use it.
609
610 1999-08-16  Andy Piper  <andy@xemacs.org>
611
612         * lwlib.h: declare free_widget_value_tree.
613
614         * lwlib.c (free_widget_value_tree): make non-static.
615
616         * lwlib-Xm.c (xm_update_label): free val_string when updating.
617
618 1999-08-04  Andy Piper  <andy@xemacs.org>
619
620         * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
621         defined for widgets.
622         (xm_nosel_callback): ditto.
623
624         * xlwtabsP.h: sync with 1.5.
625
626         * xlwtabs.c: sync with 1.18.
627
628 1999-07-28  Andy Piper  <andy@xemacs.org>
629
630         * xlwtabs.c: new lucid tabs widget from Ed Falk.
631         * xlwtabs.h: ditto.
632         * xlwtabsP.h: ditto.
633         * xlwgcs.c: GC manipulation for tab widgets.
634         * xlwgcs.h: ditto.
635
636         * xlwgauge.c: new athena gauge widget from Ed Falk.
637         * xlwgauge.h: ditto.
638         * xlwgaugeP.h: ditto.
639
640         * xlwradio.c: new athena radio widget from Ed Falk.
641         * xlwradio.h: ditto.
642         * xlwradioP.h: ditto.
643
644         * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
645         * xlwcheckbox.h: ditto.
646         * xlwcheckboxP.h: ditto.
647
648         * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
649
650         * lwlib-internal.h: declare destroy_all_children.
651
652         * lwlib-config.c: add widget checks.
653
654         * lwlib-Xm.h: declare xm_create_label;
655
656         * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c.
657         (xm_update_label): enable for widgets.
658         (xm_update_one_widget): ditto.
659         (xm_create_button): rename in line with lwlib-Xaw.c
660         (xm_create_progress): ditto.
661         (xm_create_text_field): ditto.
662         (xm_create_combo_box): ditto.
663         (xm_create_label): new function.
664         (xm_creation_table): rename widget creation functions.
665         (xm_destroy_instance): enable for widgets.
666         (xm_generic_callback): ditto.
667         (xm_generic_callback): ditto.
668
669         * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
670         callback that calls the correct function depending on what tab is
671         selected.
672         (xlw_create_tab_control): new function.
673         (build_tabs_in_widget): new function. puts tabs in a tab widget,
674         uses Xaw or Xm depending on how XEmacs was compiled.
675         (xlw_update_tab_control): update the resources for each
676         tab. optionally rebuild the contents of the tab widget.
677         (xlw_creation_table): add tab widget creation function.
678         (lw_lucid_widget_p): add tab widget.
679         (xlw_update_one_widget): ditto.
680
681         * lwlib-Xaw.h: declare xaw_create_label;
682
683         * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes.
684         (xaw_update_one_widget): ditto.
685         (xaw_update_one_value): add code from the Xm version.
686         (xaw_generic_callback): add Xm hack for setting command
687         states. beef up lookup of call data.
688         (xaw_create_button): new function.
689         (xaw_create_label): new function for use by tab widget.
690         (xaw_create_progress): new function.
691         (xaw_create_text_field): new function.
692         (xaw_creation_table): add new widget type creation functions.
693
694         * Makefile.in.in: add dependencies for new lw widgets.
695
696 1999-07-30  XEmacs Build Bot <builds@cvs.xemacs.org>
697
698         * XEmacs 21.2.19 is released
699
700 1999-07-13  XEmacs Build Bot <builds@cvs.xemacs.org>
701
702         * XEmacs 21.2.18 is released
703
704 1999-07-05  Didier Verna  <didier@xemacs.org>
705
706         * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
707         call to xm_update_label.
708
709 1999-06-28  Andy Piper  <andy@xemacs.org>
710
711         * lwlib-Xm.c: unconditionally enable text field & list code.
712         (make_progress): new function. creates a slider.
713         (make_text_field): new function. creates an edit field.
714         (make_combo_box): new function. creates a combo box.
715         (xm_creation_table): add new widget functions.
716
717 1999-06-25  Andy Piper  <andy@xemacs.org>
718
719         * lwlib.h (_widget_value): add arglist slots.
720         declare new functions.
721
722         * lwlib.c (free_widget_value_contents): handle arglists when
723         freeing.
724         (lw_add_value_args_to_args): new function. add arglist entries
725         from a widget_value structure.
726
727         * lwlib-Xm.c (make_button): new function, create a motif button
728         for display in a buffer as a glyph.
729         (xm_creation_table): add make_button.
730
731 1999-06-22  XEmacs Build Bot <builds@cvs.xemacs.org>
732
733         * XEmacs 21.2.17 is released
734
735 1999-06-11  XEmacs Build Bot <builds@cvs.xemacs.org>
736
737         * XEmacs 21.2.16 is released
738
739 1999-06-04  XEmacs Build Bot <builds@cvs.xemacs.org>
740
741         * XEmacs 21.2.15 is released
742
743 1999-05-17  Jerry James  <jerry@cs.ucsb.edu>
744
745         * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
746         using it.
747
748 1999-05-14  XEmacs Build Bot <builds@cvs.xemacs.org>
749
750         * XEmacs 21.2.14 is released
751
752 1999-03-12  XEmacs Build Bot <builds@cvs.xemacs.org>
753
754         * XEmacs 21.2.13 is released
755
756 1999-03-05  XEmacs Build Bot <builds@cvs.xemacs.org>
757
758         * XEmacs 21.2.12 is released
759
760 1999-02-18  Martin Buchholz  <martin@xemacs.org>
761
762         * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
763         - Have to toupper ((int) (unsigned char) x) to be portable.