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