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