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