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