1 2007-10-07 Vin Shelton <acs@xemacs.org>
3 * XEmacs 21.4.21 is released
5 2007-05-20 Stephen J. Turnbull <stephen@xemacs.org>
7 Gauge values are signed integers (ints).
8 (XawGaugeGetValue): Declare return value as int.
9 (XawGaugeSetValue): Declare value as int.
11 * xlwgauge.h: Get rid of references to Cardinal in comment.
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.
18 2007-05-17 Stephen J. Turnbull <stephen@xemacs.org>
20 * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell
21 (there may be more than one) to find our widget.
23 2006-12-09 Vin Shelton <acs@xemacs.org>
25 * XEmacs 21.4.20 is released
27 2006-06-22 Jerry James <james@xemacs.org>
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
34 2006-01-28 Vin Shelton <acs@xemacs.org>
36 * XEmacs 21.4.19 is released
38 2005-12-03 Vin Shelton <acs@xemacs.org>
40 * XEmacs 21.4.18 is released
42 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org>
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.
48 2005-02-06 Vin Shelton <acs@xemacs.org>
50 * XEmacs 21.4.17 is released
52 2004-12-05 Vin Shelton <acs@xemacs.org>
54 * XEmacs 21.4.16 is released
56 2004-04-23 Jerry James <james@xemacs.org>
58 * xlwradio.c (RadioExpose): Do not blindly copy one GC over
59 another. It messes up the ref counts and is wrong for radio
62 2004-02-02 Vin Shelton <acs@xemacs.org>
64 * XEmacs 21.4.15 is released
66 2003-09-03 Vin Shelton <acs@xemacs.org>
68 * XEmacs 21.4.14 is released
70 2003-05-25 XEmacs Build Bot <builds@cvs.xemacs.org>
72 * XEmacs 21.4.13 is released
74 2003-01-31 Martin Buchholz <martin@xemacs.org>
76 * lwlib-Xm.c (xm_update_progress):
77 Don't define unless LWLIB_WIDGETS_MOTIF.
79 2003-02-13 Martin Buchholz <martin@xemacs.org>
81 * xlwmenu.c (xlwMenuClassRec):
82 Use symbolic name `XtExposeCompressMaximal' instead of `TRUE'.
84 2003-01-15 Stephen J. Turnbull <stephen@xemacs.org>
86 * XEmacs 21.4.12 "Portable Code" is released.
88 2003-01-14 Stephen J. Turnbull <stephen@xemacs.org>
90 * lwlib-Xm.c (): Don't reference xm_update_progress
91 --without-widgets. Thanks Martin Buchholz <martin@xemacs.org>.
93 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org>
95 * XEmacs 21.4.11 "Native Windows TTY Support" is released.
97 2002-11-02 Stephen J. Turnbull <stephen@xemacs.org>
99 * XEmacs 21.4.10 "Military Intelligence" is released.
101 2002-08-23 Stephen J. Turnbull <stephen@xemacs.org>
103 * XEmacs 21.4.9 "Informed Management" is released.
105 2002-06-07 Andy Piper <andy@xemacs.org>
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.
113 2002-08-14 Stephen J. Turnbull <stephen@xemacs.org>
115 * lwlib-Xm.c: revert Darryl's patch in favor of Andy's.
117 2002-07-17 Stephen J. Turnbull <stephen@xemacs.org>
119 * lwlib-utils.c (XtApplyUntilToWidgets):
120 * xlwmenu.c (close_to_reference_time):
123 2002-05-14 Darryl Okahata <darrylo@xemacs.org>
125 * lwlib-Xm.c: prevent non-label widgets from being treated as
126 labels and having their "labels" updated.
128 2002-05-09 Stephen J. Turnbull <stephen@xemacs.org>
130 * XEmacs 21.4.8 "Honest Recruiter" is released.
132 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
134 * XEmacs 21.4.7 "Economic Science" is released.
136 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org>
138 * lwlib-Xm.c (make_dialog): Fix XmProcessTraversal crash.
140 2001-12-19 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
142 * xlwscrollbar.c: Fix Xt translations comment.
144 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org>
146 * XEmacs 21.4.6 "Common Lisp" is released.
148 2001-10-23 Stephen J. Turnbull <stephen@xemacs.org>
150 * XEmacs 21.4.5 "Civil Service" is released.
152 2001-10-02 Darryl Okahata <darrylo@sonic.net>
154 * If HAVE_XMU was not defined (xmu was not being used), xlwgcs.c
155 was still referencing xmu functions.
157 2001-04-08 Danny Colascione <qtmstr@optonline.net>
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.
166 2001-07-26 Andy Piper <andy@xemacs.org>
168 Fix progress gauge flashing under OpenMotif:
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
176 * lwlib.h: declare it.
178 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
180 * XEmacs 21.4.4 "Artificial Intelligence" is released.
182 2001-05-17 Stephen J. Turnbull <stephen@xemacs.org>
184 * XEmacs 21.4.3 "Academic Rigor" is released.
186 2001-05-10 Stephen J. Turnbull <stephen@xemacs.org>
188 * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
190 2001-04-25 Ben Wing <ben@xemacs.org>
192 * lwlib-utils.c (destroy_all_children): fix warning reported by
193 Isaac Hollander <ysh@mindspring.com>.
195 2001-04-19 Stephen J. Turnbull <stephen@xemacs.org>
197 * XEmacs 21.4.1 "Copyleft" is released.
199 2001-04-16 Stephen J. Turnbull <stephen@xemacs.org>
201 * XEmacs 21.4.0 "Solid Vapor" is released.
203 2001-04-14 Stephen J. Turnbull <stephen@xemacs.org>
205 * XEmacs 21.2.47 "Zephir" is released.
207 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
209 * ChangeLog: Restore logs lost in the GTK merge.
211 2001-03-21 Martin Buchholz <martin@xemacs.org>
213 * XEmacs 21.2.46 "Urania" is released.
215 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
217 * xlwradio.c: Revert gratuitous whitespace changes from GTK merge.
219 2001-02-23 Martin Buchholz <martin@xemacs.org>
221 * XEmacs 21.2.45 "Thelxepeia" is released.
223 2001-02-16 Raymond Toy <toy@rtp.ericsson.se>
225 * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the
227 (xaw_creation_table): Always include the text-field widget
229 2001-02-08 Martin Buchholz <martin@xemacs.org>
231 * XEmacs 21.2.44 "Thalia" is released.
233 2001-02-06 Martin Buchholz <martin@xemacs.org>
237 * xlwgcs.c (XtAllocateGC): Fix typo for X11R4.
239 * xlwradio.c (RadioExpose):
241 Remove use of BSD-specific types.
242 s/u_(char|short|int_long)/unsigned $1/g
244 2001-02-05 Martin Buchholz <martin@xemacs.org>
246 * lwlib-Xm.c (xm_update_one_value):
247 Obey the man page; use XtFree instead of free.
249 2001-02-02 Martin Buchholz <martin@xemacs.org>
251 * config.h.in: Use "..." to include config.h
253 2001-01-26 Martin Buchholz <martin@xemacs.org>
255 * XEmacs 21.2.43 "Terspichore" is released.
257 2001-01-20 Martin Buchholz <martin@xemacs.org>
259 * XEmacs 21.2.42 "Poseidon" is released.
261 2001-01-17 Martin Buchholz <martin@xemacs.org>
263 * XEmacs 21.2.41 "Polyhymnia" is released.
265 2001-01-08 Martin Buchholz <martin@xemacs.org>
267 * XEmacs 21.2.40 is released.
269 2001-01-06 Martin Buchholz <martin@xemacs.org>
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.
279 2001-01-02 Andy Piper <andy@xemacs.org>
281 * lwlib.h (_widget_args): add args_changed. Necessary because we
282 reference count args.
284 * lwlib.c (lw_add_widget_value_arg): set args_changed flag.
285 (merge_widget_value_args): mark as changed if args_changed is
287 (update_all_widget_values): reset args_changed.
288 (initialize_widget_instance): ditto.
290 2000-12-31 Martin Buchholz <martin@xemacs.org>
292 * XEmacs 21.2.39 is released.
294 2000-12-30 Andy Piper <andy@xemacs.org>
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.
303 (DrawFrame): be clever about the enclosing frame if the child
305 (TabsResize): don't configure children that are no visible
306 anyway. Make sure geometry calculations don't end up negative.
308 * lwlib-internal.h: put in assertion definitions.
310 2000-12-05 Martin Buchholz <martin@xemacs.org>
312 * XEmacs 21.2.38 is released.
314 2000-11-30 Andy Piper <andy@xemacs.org>
316 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until
317 someone fixes it properly.
319 2000-11-24 Andy Piper <andy@xemacs.org>
321 * xlwtabsP.h: add visible flag, realRows and remove displayChildren.
323 * xlwtabs.c (TabVisible): new macro. Consults visible flag.
324 (TabsInit): remove displayChildren, add realRows.
325 (TabsConstraintInitialize): ditto.
327 (TabsGeometryManager): ditto.
328 (TabsChangeManaged): ditto.
331 (TabsHighlight): 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.
339 2000-11-19 Martin Buchholz <martin@xemacs.org>
341 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead.
343 2000-11-18 Martin Buchholz <martin@xemacs.org>
345 * xlwmenu.c (make_windows_if_needed):
347 The proper type for `mask' is `unsigned long', not `int'.
349 2000-11-18 Martin Buchholz <martin@xemacs.org>
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.
356 2000-11-14 Martin Buchholz <martin@xemacs.org>
358 * XEmacs 21.2.37 is released.
360 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
362 * lwlib.h: Typo fixes and tiny clarifications.
364 2000-10-04 Martin Buchholz <martin@xemacs.org>
366 * XEmacs 21.2.36 is released.
368 2000-09-21 Andy Piper <andy@xemacs.org>
370 * lwlib.h: declare copy_widget_value_tree.
372 * lwlib.c (copy_widget_value_tree): make non-static.
374 2000-09-19 Martin Buchholz <martin@xemacs.org>
376 * *: Spelling mega-patch
378 2000-09-16 Martin Buchholz <martin@xemacs.org>
380 * lwlib.c (ascii_strcasecmp): New.
381 * lwlib.c (find_in_table): Use ascii_strcasecmp.
382 Avoid using non-standard non-portable strcasecmp.
384 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
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.
390 2000-07-30 Ben Wing <ben@xemacs.org>
392 * lwlib-Xaw.c (xaw_update_one_widget):
393 Remove accelerator specs from buttons, since Athena doesn't handle
396 * lwlib.c (lw_remove_accelerator_spec):
398 Define function and prototype to do this.
400 2000-07-15 Ben Wing <ben@xemacs.org>
403 Remove duplicate definition of streq().
405 2000-07-19 Martin Buchholz <martin@xemacs.org>
407 * XEmacs 21.2.35 is released.
409 2000-07-09 Martin Buchholz <martin@xemacs.org>
420 Replace SMART_INCLUDE with a dumber, but more reliable method.
422 * xlwmenu.c (parameterize_string): Fix C++ compilation warnings.
424 2000-06-10 Ben Wing <ben@xemacs.org>
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.
429 2000-05-28 Martin Buchholz <martin@xemacs.org>
431 * XEmacs 21.2.34 is released.
433 2000-05-01 Martin Buchholz <martin@xemacs.org>
435 * XEmacs 21.2.33 is released.
437 2000-04-19 Martin Buchholz <martin@xemacs.org>
439 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes.
440 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes.
442 2000-04-12 Andy Piper <andy@xemacs.org>
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.
448 2000-04-05 Andy Piper <andy@xemacs.org>
450 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as
453 2000-04-05 Andy Piper <andy@xemacs.org>
455 * xlwradio.c (RadioSetValues): resize if position information has
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.
462 2000-04-03 Andy Piper <andy@xemacs.org>
464 * lwlib.c (merge_widget_value_args): only merge when the two args
465 are actually different.
467 2000-03-21 Didier Verna <didier@xemacs.org>
469 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to
471 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro.
473 2000-03-20 Martin Buchholz <martin@xemacs.org>
475 * XEmacs 21.2.32 is released.
477 2000-03-14 Ben Wing <ben@xemacs.org>
479 * xlwmenu.c (massage_resource_name): Handle %_ and %%.
481 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk>
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.
487 2000-02-23 Martin Buchholz <martin@xemacs.org>
489 * XEmacs 21.2.31 is released.
491 2000-02-22 Andy Piper <andy@xemacs.org>
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.
498 2000-02-21 Martin Buchholz <martin@xemacs.org>
500 * XEmacs 21.2.30 is released.
502 2000-02-21 Andy Piper <andy@xemacs.org>
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
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.
512 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
514 * lwlib-Xaw.c (xaw_create_progress): ditto.
516 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch>
518 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
519 compatible resource names.
521 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
522 even if we are only 'compatible' with the Motif resources.
524 2000-02-15 Andy Piper <andy@xemacs.org>
526 * xlwgauge.c (GaugeExpose): remove shadows.
528 2000-02-16 Martin Buchholz <martin@xemacs.org>
530 * XEmacs 21.2.29 is released.
532 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
534 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
537 2000-02-07 Martin Buchholz <martin@xemacs.org>
539 * XEmacs 21.2.28 is released.
541 2000-01-25 Andy Piper <andy@xemacs.org>
543 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
546 2000-01-28 Martin Buchholz <martin@xemacs.org>
548 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
550 2000-01-24 Andy Piper <andy@xemacs.org>
552 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
554 (XawTabsSetHighlight): Don't unhighlight here.
556 2000-01-22 Martin Buchholz <martin@xemacs.org>
558 * *.h: Use consistent C-standards-approved guard macro names.
560 2000-01-18 Martin Buchholz <martin@xemacs.org>
562 * XEmacs 21.2.27 is released.
564 2000-01-15 Andy Piper <andy@xemacs.org>
566 * lwlib-Xlw.c (lw_update_one_widget): make sure global
569 2000-01-07 Martin Buchholz <martin@xemacs.org>
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)
574 * lwlib.c: Fix up memset calls.
576 * lwlib-Xm.c (xm_update_text): Warning suppression.
577 (xm_update_text_field): Warning suppression.
579 2000-01-03 Martin Buchholz <martin@xemacs.org>
581 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
582 (yes-or-no-p-dialog-box "Yes or No")
584 1999-12-31 Martin Buchholz <martin@xemacs.org>
586 * XEmacs 21.2.26 is released.
588 1999-12-29 Andy Piper <andy@xemacs.org>
590 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
594 1999-12-24 Martin Buchholz <martin@xemacs.org>
596 * XEmacs 21.2.25 is released.
598 1999-12-23 Andy Piper <andy@xemacs.org>
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.
604 1999-12-22 Andy Piper <andy@xemacs.org>
606 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
609 1999-12-21 Martin Buchholz <martin@xemacs.org>
611 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
613 1999-12-12 Daniel Pittman <daniel@danann.net>
622 Clean up Athena widget support:
623 - Athena headers now use dynamic include paths.
625 1999-12-08 Andy Piper <andy@xemacs.org>
627 * xlwtabs.c: sync with Tabs 2.2.
630 1999-12-14 Martin Buchholz <martin@xemacs.org>
632 * XEmacs 21.2.24 is released.
634 1999-12-14 Andy Piper <andy@xemacs.org>
636 * xlwtabs.c (TabsResize): reset need_layout so that we don't go
639 1999-12-14 Andy Piper <andy@xemacs.org>
641 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
643 1999-12-13 Andy Piper <andy@xemacs.org>
645 * xlwtabs.c (TabsResize): We need to expose the tabs after
646 clearing the window they are in.
648 1999-12-08 Andy Piper <andy@xemacs.org>
650 * xlwtabs.c: sync with Tabs 2.1.
652 1999-12-07 Andy Piper <andy@xemacs.org>
654 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
657 1999-12-07 Martin Buchholz <martin@xemacs.org>
659 * XEmacs 21.2.23 is released.
661 1999-12-05 Andy Piper <andy@xemacs.org>
663 * xlwtabs.c: back up to previous rev to make syncing easier. Fix
666 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
668 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
670 * XEmacs 21.2.22 is released
672 1999-11-28 Martin Buchholz <martin@xemacs.org>
674 * XEmacs 21.2.21 is released.
676 1999-11-26 Martin Buchholz <martin@xemacs.org>
678 * xlwtabs.c: Remove unused variables. Fix warnings.
680 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
682 * XEmacs 21.2.20 is released
684 1999-09-09 Andy Piper <andy@xemacs.org>
686 * xlwtabs.c: updated tabs widget from Ed Falk.
690 1999-09-22 Martin Buchholz <martin@xemacs.org>
694 Move declaration of destroy_all_children from lwlib-internal.h to
695 lwlib-utils.h, where it belongs.
697 1999-09-21 Andy Piper <andy@xemacs.org>
699 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
702 1999-09-22 Martin Buchholz <martin@xemacs.org>
704 * xlwtabs.c: Fix C++ compilability.
706 1999-09-18 Andy Piper <andy@xemacs.org>
708 * xlwtabs.c: Put in tabs sync because clipping should fix useability
711 1999-09-13 Andy Piper <andy@xemacs.org>
713 * xlwtabs.c: Back out tabs sync because of reported useability
716 1999-09-09 Andy Piper <andy@xemacs.org>
718 * xlwtabs.c: updated tabs widget from Ed Falk.
724 1999-09-03 Martin Buchholz <martin@xemacs.org>
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.
736 1999-09-01 Martin Buchholz <martin@xemacs.org>
738 * lwlib.c (free_widget_value_contents): Use proper type for cast.
740 * xlwradio.c: Use function prototypes everywhere.
743 * xlwradioP.h: Move declarations of non-static functions defined
744 in xlwradio.c into xlwradioP.h.
746 1999-09-02 Andy Piper <andy@xemacs.org>
748 * xlwgcs.c: include xmu.h
750 1999-09-01 Andy Piper <andy@xemacs.org>
752 * xlwgauge.c: rearrange headers yet again.
753 * xlwcheckbox.c: ditto.
757 1999-09-01 Andy Piper <andy@xemacs.org>
759 * xlwgauge.c: use xmu.h
760 * xlwcheckbox.c: ditto.
763 1999-08-31 Andy Piper <andy@xemacs.org>
769 * xlwgauge.c: Fix for losing systems without Xmu.
771 1999-08-31 Andy Piper <andy@xemacs.org>
773 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
775 1999-08-30 Andy Piper <andy@xemacs.org>
777 * lwlib.c (free_widget_value_contents): be more precise about
778 freeing user defined args.
780 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
781 its contents for hierarchies one deep.
783 1999-08-29 Andy Piper <andy@xemacs.org>
785 * xlwtabs.c: temporary fixes pending a new release.
788 * lwlib-Xm.c (xm_update_one_widget): update user defined args.
789 (xm_create_label): set args after creation as well as before.
791 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
792 (xlw_update_tab_control): actually update the children rather than
795 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
796 (xaw_create_label): set args after creation as well as before.
798 1999-08-23 Andy Piper <andy@xemacs.org>
800 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
802 * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
803 (xm_creation_table): use it.
805 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
806 (xaw_creation_table): use it.
808 1999-08-16 Andy Piper <andy@xemacs.org>
810 * lwlib.h: declare free_widget_value_tree.
812 * lwlib.c (free_widget_value_tree): make non-static.
814 * lwlib-Xm.c (xm_update_label): free val_string when updating.
816 1999-08-04 Andy Piper <andy@xemacs.org>
818 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
820 (xm_nosel_callback): ditto.
822 * xlwtabsP.h: sync with 1.5.
824 * xlwtabs.c: sync with 1.18.
826 1999-07-28 Andy Piper <andy@xemacs.org>
828 * xlwtabs.c: new lucid tabs widget from Ed Falk.
831 * xlwgcs.c: GC manipulation for tab widgets.
834 * xlwgauge.c: new athena gauge widget from Ed Falk.
836 * xlwgaugeP.h: ditto.
838 * xlwradio.c: new athena radio widget from Ed Falk.
840 * xlwradioP.h: ditto.
842 * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
843 * xlwcheckbox.h: ditto.
844 * xlwcheckboxP.h: ditto.
846 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
848 * lwlib-internal.h: declare destroy_all_children.
850 * lwlib-config.c: add widget checks.
852 * lwlib-Xm.h: declare xm_create_label;
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.
867 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
868 callback that calls the correct function depending on what tab is
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.
879 * lwlib-Xaw.h: declare xaw_create_label;
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.
892 * Makefile.in.in: add dependencies for new lw widgets.
894 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
896 * XEmacs 21.2.19 is released
898 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
900 * XEmacs 21.2.18 is released
902 1999-07-05 Didier Verna <didier@xemacs.org>
904 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
905 call to xm_update_label.
907 1999-06-28 Andy Piper <andy@xemacs.org>
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.
915 1999-06-25 Andy Piper <andy@xemacs.org>
917 * lwlib.h (_widget_value): add arglist slots.
918 declare new functions.
920 * lwlib.c (free_widget_value_contents): handle arglists when
922 (lw_add_value_args_to_args): new function. add arglist entries
923 from a widget_value structure.
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.
929 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
931 * XEmacs 21.2.17 is released
933 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
935 * XEmacs 21.2.16 is released
937 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
939 * XEmacs 21.2.15 is released
941 1999-05-17 Jerry James <jerry@cs.ucsb.edu>
943 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
946 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
948 * XEmacs 21.2.14 is released
950 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
952 * XEmacs 21.2.13 is released
954 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
956 * XEmacs 21.2.12 is released
958 1999-02-18 Martin Buchholz <martin@xemacs.org>
960 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
961 - Have to toupper ((int) (unsigned char) x) to be portable.