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