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