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