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