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