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