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