1 2008-12-28 Vin Shelton <acs@xemacs.org>
3 * XEmacs 21.4.22 is released
5 2007-10-07 Vin Shelton <acs@xemacs.org>
7 * XEmacs 21.4.21 is released
9 2007-05-20 Stephen J. Turnbull <stephen@xemacs.org>
11 Gauge values are signed integers (ints).
12 (XawGaugeGetValue): Declare return value as int.
13 (XawGaugeSetValue): Declare value as int.
15 * xlwgauge.h: Get rid of references to Cardinal in comment.
17 * xlwgauge.c (GaugeGetValue): Declare value as int.
18 (GaugeMercury): Declare val0 and val1 as int. Remove redundant casts.
19 (XawGaugeGetValue): Declare return value as int.
20 (XawGaugeSetValue): Declare value as int.
22 2007-05-17 Stephen J. Turnbull <stephen@xemacs.org>
24 * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell
25 (there may be more than one) to find our widget.
27 2006-12-09 Vin Shelton <acs@xemacs.org>
29 * XEmacs 21.4.20 is released
31 2006-06-22 Jerry James <james@xemacs.org>
33 * lwlib-Xlw.c (xlw_scrollbar_callback): Do not dereference
34 instance before checking whether it is NULL.
35 * xlwmenu.c (xlw_map_menu): Prevent uninitialized access to root
38 2006-01-28 Vin Shelton <acs@xemacs.org>
40 * XEmacs 21.4.19 is released
42 2005-12-03 Vin Shelton <acs@xemacs.org>
44 * XEmacs 21.4.18 is released
46 2005-03-07 Stephen J. Turnbull <stephen@xemacs.org>
48 * lwlib-Xlw.c (build_tabs_in_widget): Correctly disable geometry
49 negotiation for tab children.
50 (xlw_create_tab_control): Don't set nonexistent resizable resource.
52 2005-02-06 Vin Shelton <acs@xemacs.org>
54 * XEmacs 21.4.17 is released
56 2004-12-05 Vin Shelton <acs@xemacs.org>
58 * XEmacs 21.4.16 is released
60 2004-04-23 Jerry James <james@xemacs.org>
62 * xlwradio.c (RadioExpose): Do not blindly copy one GC over
63 another. It messes up the ref counts and is wrong for radio
66 2004-02-02 Vin Shelton <acs@xemacs.org>
68 * XEmacs 21.4.15 is released
70 2003-09-03 Vin Shelton <acs@xemacs.org>
72 * XEmacs 21.4.14 is released
74 2003-05-25 XEmacs Build Bot <builds@cvs.xemacs.org>
76 * XEmacs 21.4.13 is released
78 2003-01-31 Martin Buchholz <martin@xemacs.org>
80 * lwlib-Xm.c (xm_update_progress):
81 Don't define unless LWLIB_WIDGETS_MOTIF.
83 2003-02-13 Martin Buchholz <martin@xemacs.org>
85 * xlwmenu.c (xlwMenuClassRec):
86 Use symbolic name `XtExposeCompressMaximal' instead of `TRUE'.
88 2003-01-15 Stephen J. Turnbull <stephen@xemacs.org>
90 * XEmacs 21.4.12 "Portable Code" is released.
92 2003-01-14 Stephen J. Turnbull <stephen@xemacs.org>
94 * lwlib-Xm.c (): Don't reference xm_update_progress
95 --without-widgets. Thanks Martin Buchholz <martin@xemacs.org>.
97 2003-01-03 Stephen J. Turnbull <stephen@xemacs.org>
99 * XEmacs 21.4.11 "Native Windows TTY Support" is released.
101 2002-11-02 Stephen J. Turnbull <stephen@xemacs.org>
103 * XEmacs 21.4.10 "Military Intelligence" is released.
105 2002-08-23 Stephen J. Turnbull <stephen@xemacs.org>
107 * XEmacs 21.4.9 "Informed Management" is released.
109 2002-06-07 Andy Piper <andy@xemacs.org>
111 * lwlib-Xm.c: (xm_safe_update_label): new function. Call
112 xm_update_label if the class is appropriate.
113 (make_menu_in_widget): use it.
114 (update_one_menu_entry): ditto.
115 (xm_update_one_widget): ditto.
117 2002-08-14 Stephen J. Turnbull <stephen@xemacs.org>
119 * lwlib-Xm.c: revert Darryl's patch in favor of Andy's.
121 2002-07-17 Stephen J. Turnbull <stephen@xemacs.org>
123 * lwlib-utils.c (XtApplyUntilToWidgets):
124 * xlwmenu.c (close_to_reference_time):
127 2002-05-14 Darryl Okahata <darrylo@xemacs.org>
129 * lwlib-Xm.c: prevent non-label widgets from being treated as
130 labels and having their "labels" updated.
132 2002-05-09 Stephen J. Turnbull <stephen@xemacs.org>
134 * XEmacs 21.4.8 "Honest Recruiter" is released.
136 2002-05-04 Stephen J. Turnbull <stephen@xemacs.org>
138 * XEmacs 21.4.7 "Economic Science" is released.
140 2002-02-13 Stephen J. Turnbull <stephen@xemacs.org>
142 * lwlib-Xm.c (make_dialog): Fix XmProcessTraversal crash.
144 2001-12-19 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
146 * xlwscrollbar.c: Fix Xt translations comment.
148 2001-12-17 Stephen J. Turnbull <stephen@xemacs.org>
150 * XEmacs 21.4.6 "Common Lisp" is released.
152 2001-10-23 Stephen J. Turnbull <stephen@xemacs.org>
154 * XEmacs 21.4.5 "Civil Service" is released.
156 2001-10-02 Darryl Okahata <darrylo@sonic.net>
158 * If HAVE_XMU was not defined (xmu was not being used), xlwgcs.c
159 was still referencing xmu functions.
161 2001-04-08 Danny Colascione <qtmstr@optonline.net>
166 Force buffer-tab highlight update when moving the buffer, avoiding
167 an ugly black border, used for keyboard focus indication, on a
168 widget that can never have keyboard focus, the buffer tab.
170 2001-07-26 Andy Piper <andy@xemacs.org>
172 Fix progress gauge flashing under OpenMotif:
174 * lwlib-Xm.c (xm_update_progress): new function. Set Scale height
175 and width from normal height and width.
176 * lwlib-Xm.c (xm_create_progress): ditto.
177 * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress.
178 * lwlib.c (lw_get_value_arg): new function. Return an argument
180 * lwlib.h: declare it.
182 2001-07-28 Stephen J. Turnbull <stephen@xemacs.org>
184 * XEmacs 21.4.4 "Artificial Intelligence" is released.
186 2001-05-17 Stephen J. Turnbull <stephen@xemacs.org>
188 * XEmacs 21.4.3 "Academic Rigor" is released.
190 2001-05-10 Stephen J. Turnbull <stephen@xemacs.org>
192 * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released.
194 2001-04-25 Ben Wing <ben@xemacs.org>
196 * lwlib-utils.c (destroy_all_children): fix warning reported by
197 Isaac Hollander <ysh@mindspring.com>.
199 2001-04-19 Stephen J. Turnbull <stephen@xemacs.org>
201 * XEmacs 21.4.1 "Copyleft" is released.
203 2001-04-16 Stephen J. Turnbull <stephen@xemacs.org>
205 * XEmacs 21.4.0 "Solid Vapor" is released.
207 2001-04-14 Stephen J. Turnbull <stephen@xemacs.org>
209 * XEmacs 21.2.47 "Zephir" is released.
211 2001-03-30 Stephen J. Turnbull <stephen@xemacs.org>
213 * ChangeLog: Restore logs lost in the GTK merge.
215 2001-03-21 Martin Buchholz <martin@xemacs.org>
217 * XEmacs 21.2.46 "Urania" is released.
219 2001-03-15 Stephen J. Turnbull <stephen@xemacs.org>
221 * xlwradio.c: Revert gratuitous whitespace changes from GTK merge.
223 2001-02-23 Martin Buchholz <martin@xemacs.org>
225 * XEmacs 21.2.45 "Thelxepeia" is released.
227 2001-02-16 Raymond Toy <toy@rtp.ericsson.se>
229 * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the
231 (xaw_creation_table): Always include the text-field widget
233 2001-02-08 Martin Buchholz <martin@xemacs.org>
235 * XEmacs 21.2.44 "Thalia" is released.
237 2001-02-06 Martin Buchholz <martin@xemacs.org>
241 * xlwgcs.c (XtAllocateGC): Fix typo for X11R4.
243 * xlwradio.c (RadioExpose):
245 Remove use of BSD-specific types.
246 s/u_(char|short|int_long)/unsigned $1/g
248 2001-02-05 Martin Buchholz <martin@xemacs.org>
250 * lwlib-Xm.c (xm_update_one_value):
251 Obey the man page; use XtFree instead of free.
253 2001-02-02 Martin Buchholz <martin@xemacs.org>
255 * config.h.in: Use "..." to include config.h
257 2001-01-26 Martin Buchholz <martin@xemacs.org>
259 * XEmacs 21.2.43 "Terspichore" is released.
261 2001-01-20 Martin Buchholz <martin@xemacs.org>
263 * XEmacs 21.2.42 "Poseidon" is released.
265 2001-01-17 Martin Buchholz <martin@xemacs.org>
267 * XEmacs 21.2.41 "Polyhymnia" is released.
269 2001-01-08 Martin Buchholz <martin@xemacs.org>
271 * XEmacs 21.2.40 is released.
273 2001-01-06 Martin Buchholz <martin@xemacs.org>
275 * lwlib-Xaw.c (xaw_creation_table): Make const.
276 * lwlib-Xaw.h (xaw_creation_table): Make const.
277 * lwlib-Xlw.c (xlw_creation_table): Make const.
278 * lwlib-Xlw.h (xlw_creation_table): Make const.
279 * lwlib-Xm.c (xm_creation_table): Make const.
280 * lwlib-Xm.h (xm_creation_table): Make const.
281 * lwlib.c (find_in_table): Use const.
283 2001-01-02 Andy Piper <andy@xemacs.org>
285 * lwlib.h (_widget_args): add args_changed. Necessary because we
286 reference count args.
288 * lwlib.c (lw_add_widget_value_arg): set args_changed flag.
289 (merge_widget_value_args): mark as changed if args_changed is
291 (update_all_widget_values): reset args_changed.
292 (initialize_widget_instance): ditto.
294 2000-12-31 Martin Buchholz <martin@xemacs.org>
296 * XEmacs 21.2.39 is released.
298 2000-12-30 Andy Piper <andy@xemacs.org>
300 * xlwtabs.c: remove assertion definitions and put them in
301 lwlib-internal.h. This has the effect of enabling assertions which
302 should have been done from the very start.
303 (TabsShuffleRows): fix duff assertion.
304 (PreferredSize3): use dimensions throughout.
305 (PreferredSize2): ditto.
307 (DrawFrame): be clever about the enclosing frame if the child
309 (TabsResize): don't configure children that are no visible
310 anyway. Make sure geometry calculations don't end up negative.
312 * lwlib-internal.h: put in assertion definitions.
314 2000-12-05 Martin Buchholz <martin@xemacs.org>
316 * XEmacs 21.2.38 is released.
318 2000-11-30 Andy Piper <andy@xemacs.org>
320 * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until
321 someone fixes it properly.
323 2000-11-24 Andy Piper <andy@xemacs.org>
325 * xlwtabsP.h: add visible flag, realRows and remove displayChildren.
327 * xlwtabs.c (TabVisible): new macro. Consults visible flag.
328 (TabsInit): remove displayChildren, add realRows.
329 (TabsConstraintInitialize): ditto.
331 (TabsGeometryManager): ditto.
332 (TabsChangeManaged): ditto.
335 (TabsHighlight): ditto.
337 (TabLayout): Caclulate rows for all children and whether they
338 should be visible or not..
339 (TabsShuffleRows): shuffle rows based on both real and displayed
340 rows. Adjust visibility of all children.
341 (PreferredSize): ditto.
343 2000-11-19 Martin Buchholz <martin@xemacs.org>
345 * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead.
347 2000-11-18 Martin Buchholz <martin@xemacs.org>
349 * xlwmenu.c (make_windows_if_needed):
351 The proper type for `mask' is `unsigned long', not `int'.
353 2000-11-18 Martin Buchholz <martin@xemacs.org>
355 * xlwtabs.c (defaultAccelerators): Add #### to unused var.
356 (TabsResize): Remove unused var.
357 * xlwmenu.c (XlwMenuInitialize): Remove unused vars.
358 * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug.
360 2000-11-14 Martin Buchholz <martin@xemacs.org>
362 * XEmacs 21.2.37 is released.
364 2000-11-02 Stephen J. Turnbull <stephen@xemacs.org>
366 * lwlib.h: Typo fixes and tiny clarifications.
368 2000-10-04 Martin Buchholz <martin@xemacs.org>
370 * XEmacs 21.2.36 is released.
372 2000-09-21 Andy Piper <andy@xemacs.org>
374 * lwlib.h: declare copy_widget_value_tree.
376 * lwlib.c (copy_widget_value_tree): make non-static.
378 2000-09-19 Martin Buchholz <martin@xemacs.org>
380 * *: Spelling mega-patch
382 2000-09-16 Martin Buchholz <martin@xemacs.org>
384 * lwlib.c (ascii_strcasecmp): New.
385 * lwlib.c (find_in_table): Use ascii_strcasecmp.
386 Avoid using non-standard non-portable strcasecmp.
388 2000-08-02 Stephen J. Turnbull <stephen@xemacs.org>
390 * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for
391 setting fontList match code. Suggest using same algorithm for
392 X Font Set resources in native lw code.
394 2000-07-30 Ben Wing <ben@xemacs.org>
396 * lwlib-Xaw.c (xaw_update_one_widget):
397 Remove accelerator specs from buttons, since Athena doesn't handle
400 * lwlib.c (lw_remove_accelerator_spec):
402 Define function and prototype to do this.
404 2000-07-15 Ben Wing <ben@xemacs.org>
407 Remove duplicate definition of streq().
409 2000-07-19 Martin Buchholz <martin@xemacs.org>
411 * XEmacs 21.2.35 is released.
413 2000-07-09 Martin Buchholz <martin@xemacs.org>
424 Replace SMART_INCLUDE with a dumber, but more reliable method.
426 * xlwmenu.c (parameterize_string): Fix C++ compilation warnings.
428 2000-06-10 Ben Wing <ben@xemacs.org>
430 * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit.
431 (xaw_update_one_value): fix crash due to incorrect arg count.
433 2000-05-28 Martin Buchholz <martin@xemacs.org>
435 * XEmacs 21.2.34 is released.
437 2000-05-01 Martin Buchholz <martin@xemacs.org>
439 * XEmacs 21.2.33 is released.
441 2000-04-19 Martin Buchholz <martin@xemacs.org>
443 * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes.
444 * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes.
446 2000-04-12 Andy Piper <andy@xemacs.org>
448 * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets.
449 (xaw_update_one_value): Get strings safely.
450 (xaw_create_text_field): add some extra properties.
452 2000-04-05 Andy Piper <andy@xemacs.org>
454 * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as
457 2000-04-05 Andy Piper <andy@xemacs.org>
459 * xlwradio.c (RadioSetValues): resize if position information has
462 * lwlib-Xm.c (xm_create_text_field): text fields should be enabled
463 even if there is no callback.
464 * lwlib-Xaw.c (xaw_create_text_field): ditto.
466 2000-04-03 Andy Piper <andy@xemacs.org>
468 * lwlib.c (merge_widget_value_args): only merge when the two args
469 are actually different.
471 2000-03-21 Didier Verna <didier@xemacs.org>
473 * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to
475 * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro.
477 2000-03-20 Martin Buchholz <martin@xemacs.org>
479 * XEmacs 21.2.32 is released.
481 2000-03-14 Ben Wing <ben@xemacs.org>
483 * xlwmenu.c (massage_resource_name): Handle %_ and %%.
485 2000-02-20 Gunnar Evermann <ge204@eng.cam.ac.uk>
487 * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP
488 even if we are only 'compatible' with the Motif resources.
489 (XmUNSPECIFIED_PIXMAP): Define unconditionally.
491 2000-02-23 Martin Buchholz <martin@xemacs.org>
493 * XEmacs 21.2.31 is released.
495 2000-02-22 Andy Piper <andy@xemacs.org>
497 * lwlib-Xm.c (xm_update_one_widget): set widget args last in case
498 anything messes with them in the meantime.
499 * lwlib-Xlw.c (xlw_update_one_widget): ditto.
500 * lwlib-Xaw.c (xaw_update_one_widget): ditto.
502 2000-02-21 Martin Buchholz <martin@xemacs.org>
504 * XEmacs 21.2.30 is released.
506 2000-02-21 Andy Piper <andy@xemacs.org>
508 * lwlib.c (merge_widget_value_args): don't delete the args before
509 copying, lw_copy_widget_value_args will do this for us if
511 (lw_add_widget_value_arg): Allow existing args to be replaced.
512 (free_widget_value_args): Set args to 0 rather than 0xdeadbeef,
513 reference couting works better that way.
514 (lw_copy_widget_value_args): Do the right thing.
516 * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks
518 * lwlib-Xaw.c (xaw_create_progress): ditto.
520 2000-02-12 Jan Vroonhof <vroonhof@math.ethz.ch>
522 * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif
523 compatible resource names.
525 * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP
526 even if we are only 'compatible' with the Motif resources.
528 2000-02-15 Andy Piper <andy@xemacs.org>
530 * xlwgauge.c (GaugeExpose): remove shadows.
532 2000-02-16 Martin Buchholz <martin@xemacs.org>
534 * XEmacs 21.2.29 is released.
536 2000-02-09 Valdis Kletnieks <Valdis.Kletnieks@vt.edu>
538 * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and
541 2000-02-07 Martin Buchholz <martin@xemacs.org>
543 * XEmacs 21.2.28 is released.
545 2000-01-25 Andy Piper <andy@xemacs.org>
547 * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight
550 2000-01-28 Martin Buchholz <martin@xemacs.org>
552 * xlwgauge.c (GaugeConvert): bcopy ==> memcpy
554 2000-01-24 Andy Piper <andy@xemacs.org>
556 * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the
558 (XawTabsSetHighlight): Don't unhighlight here.
560 2000-01-22 Martin Buchholz <martin@xemacs.org>
562 * *.h: Use consistent C-standards-approved guard macro names.
564 2000-01-18 Martin Buchholz <martin@xemacs.org>
566 * XEmacs 21.2.27 is released.
568 2000-01-15 Andy Piper <andy@xemacs.org>
570 * lwlib-Xlw.c (lw_update_one_widget): make sure global
573 2000-01-07 Martin Buchholz <martin@xemacs.org>
575 * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy.
576 This extends support for gcc 2.6 (e.g. on BSD/OS 2.0)
578 * lwlib.c: Fix up memset calls.
580 * lwlib-Xm.c (xm_update_text): Warning suppression.
581 (xm_update_text_field): Warning suppression.
583 2000-01-03 Martin Buchholz <martin@xemacs.org>
585 * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash:
586 (yes-or-no-p-dialog-box "Yes or No")
588 1999-12-31 Martin Buchholz <martin@xemacs.org>
590 * XEmacs 21.2.26 is released.
592 1999-12-29 Andy Piper <andy@xemacs.org>
594 * xlwtabs.c (TabsHighlight): use displayChildren for highlighting
598 1999-12-24 Martin Buchholz <martin@xemacs.org>
600 * XEmacs 21.2.25 is released.
602 1999-12-23 Andy Piper <andy@xemacs.org>
604 * lwlib.c (lw_copy_widget_value_args): don't create empty
605 widget_args just because someone might use them later. This makes
606 all widgets look like they've changed.
608 1999-12-22 Andy Piper <andy@xemacs.org>
610 * xlwtabs.c: Fix for X11R5 from Damon Lipparelli
613 1999-12-21 Martin Buchholz <martin@xemacs.org>
615 * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr)
617 1999-12-12 Daniel Pittman <daniel@danann.net>
626 Clean up Athena widget support:
627 - Athena headers now use dynamic include paths.
629 1999-12-08 Andy Piper <andy@xemacs.org>
631 * xlwtabs.c: sync with Tabs 2.2.
634 1999-12-14 Martin Buchholz <martin@xemacs.org>
636 * XEmacs 21.2.24 is released.
638 1999-12-14 Andy Piper <andy@xemacs.org>
640 * xlwtabs.c (TabsResize): reset need_layout so that we don't go
643 1999-12-14 Andy Piper <andy@xemacs.org>
645 * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed.
647 1999-12-13 Andy Piper <andy@xemacs.org>
649 * xlwtabs.c (TabsResize): We need to expose the tabs after
650 clearing the window they are in.
652 1999-12-08 Andy Piper <andy@xemacs.org>
654 * xlwtabs.c: sync with Tabs 2.1.
656 1999-12-07 Andy Piper <andy@xemacs.org>
658 * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the
661 1999-12-07 Martin Buchholz <martin@xemacs.org>
663 * XEmacs 21.2.23 is released.
665 1999-12-05 Andy Piper <andy@xemacs.org>
667 * xlwtabs.c: back up to previous rev to make syncing easier. Fix
670 * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass.
672 1999-11-29 XEmacs Build Bot <builds@cvs.xemacs.org>
674 * XEmacs 21.2.22 is released
676 1999-11-28 Martin Buchholz <martin@xemacs.org>
678 * XEmacs 21.2.21 is released.
680 1999-11-26 Martin Buchholz <martin@xemacs.org>
682 * xlwtabs.c: Remove unused variables. Fix warnings.
684 1999-11-10 XEmacs Build Bot <builds@cvs.xemacs.org>
686 * XEmacs 21.2.20 is released
688 1999-09-09 Andy Piper <andy@xemacs.org>
690 * xlwtabs.c: updated tabs widget from Ed Falk.
694 1999-09-22 Martin Buchholz <martin@xemacs.org>
698 Move declaration of destroy_all_children from lwlib-internal.h to
699 lwlib-utils.h, where it belongs.
701 1999-09-21 Andy Piper <andy@xemacs.org>
703 * lwlib-Xm.c (xm_update_label): don't clobber pixmap type labels
706 1999-09-22 Martin Buchholz <martin@xemacs.org>
708 * xlwtabs.c: Fix C++ compilability.
710 1999-09-18 Andy Piper <andy@xemacs.org>
712 * xlwtabs.c: Put in tabs sync because clipping should fix useability
715 1999-09-13 Andy Piper <andy@xemacs.org>
717 * xlwtabs.c: Back out tabs sync because of reported useability
720 1999-09-09 Andy Piper <andy@xemacs.org>
722 * xlwtabs.c: updated tabs widget from Ed Falk.
728 1999-09-03 Martin Buchholz <martin@xemacs.org>
730 * xlwgauge.c: Ansify.
731 Include <stdlib.h> to get prototype for atoi().
732 (GaugeSelect): Call GaugeExpose with the right number of args.
733 (GaugeLoseSel): Call GaugeExpose with the right number of args.
734 (GaugeConvert): This is a XtConvertSelectionProc,
735 so 5th parameter must be of type XtPointer, not XPointer.
736 (GaugeGetValue): This is a XtTimerCallbackProc,
737 so 2nd parameter must be of type XtIntervalId *, not XtIntervalId.
740 1999-09-01 Martin Buchholz <martin@xemacs.org>
742 * lwlib.c (free_widget_value_contents): Use proper type for cast.
744 * xlwradio.c: Use function prototypes everywhere.
747 * xlwradioP.h: Move declarations of non-static functions defined
748 in xlwradio.c into xlwradioP.h.
750 1999-09-02 Andy Piper <andy@xemacs.org>
752 * xlwgcs.c: include xmu.h
754 1999-09-01 Andy Piper <andy@xemacs.org>
756 * xlwgauge.c: rearrange headers yet again.
757 * xlwcheckbox.c: ditto.
761 1999-09-01 Andy Piper <andy@xemacs.org>
763 * xlwgauge.c: use xmu.h
764 * xlwcheckbox.c: ditto.
767 1999-08-31 Andy Piper <andy@xemacs.org>
773 * xlwgauge.c: Fix for losing systems without Xmu.
775 1999-08-31 Andy Piper <andy@xemacs.org>
777 * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage.
779 1999-08-30 Andy Piper <andy@xemacs.org>
781 * lwlib.c (free_widget_value_contents): be more precise about
782 freeing user defined args.
784 * lwlib-Xaw.c (xaw_update_one_widget): make sure we use val not
785 its contents for hierarchies one deep.
787 1999-08-29 Andy Piper <andy@xemacs.org>
789 * xlwtabs.c: temporary fixes pending a new release.
792 * lwlib-Xm.c (xm_update_one_widget): update user defined args.
793 (xm_create_label): set args after creation as well as before.
795 * lwlib-Xlw.c (xlw_create_tab_control): orient tabs horizontally.
796 (xlw_update_tab_control): actually update the children rather than
799 * lwlib-Xaw.c (xaw_update_one_widget): update user defined args.
800 (xaw_create_label): set args after creation as well as before.
802 1999-08-23 Andy Piper <andy@xemacs.org>
804 * lwlib-Xm.c (xm_update_label): don't concatenate value to itself.
806 * lwlib-Xm.c (xm_create_label_field): new function for creating labels.
807 (xm_creation_table): use it.
809 * lwlib-Xaw.c (xaw_create_label_field): new function for creating labels.
810 (xaw_creation_table): use it.
812 1999-08-16 Andy Piper <andy@xemacs.org>
814 * lwlib.h: declare free_widget_value_tree.
816 * lwlib.c (free_widget_value_tree): make non-static.
818 * lwlib-Xm.c (xm_update_label): free val_string when updating.
820 1999-08-04 Andy Piper <andy@xemacs.org>
822 * lwlib-Xm.c (mark_dead_instance_destroyed): change so that its
824 (xm_nosel_callback): ditto.
826 * xlwtabsP.h: sync with 1.5.
828 * xlwtabs.c: sync with 1.18.
830 1999-07-28 Andy Piper <andy@xemacs.org>
832 * xlwtabs.c: new lucid tabs widget from Ed Falk.
835 * xlwgcs.c: GC manipulation for tab widgets.
838 * xlwgauge.c: new athena gauge widget from Ed Falk.
840 * xlwgaugeP.h: ditto.
842 * xlwradio.c: new athena radio widget from Ed Falk.
844 * xlwradioP.h: ditto.
846 * xlwcheckbox.c: new athena checkbox widget from Ed Falk.
847 * xlwcheckbox.h: ditto.
848 * xlwcheckboxP.h: ditto.
850 * lwlib-utils.c (destroy_all_children): moved from lwlib-Xm.c.
852 * lwlib-internal.h: declare destroy_all_children.
854 * lwlib-config.c: add widget checks.
856 * lwlib-Xm.h: declare xm_create_label;
858 * lwlib-Xm.c (destroy_all_children): move to lwlib-utils.c.
859 (xm_update_label): enable for widgets.
860 (xm_update_one_widget): ditto.
861 (xm_create_button): rename in line with lwlib-Xaw.c
862 (xm_create_progress): ditto.
863 (xm_create_text_field): ditto.
864 (xm_create_combo_box): ditto.
865 (xm_create_label): new function.
866 (xm_creation_table): rename widget creation functions.
867 (xm_destroy_instance): enable for widgets.
868 (xm_generic_callback): ditto.
869 (xm_generic_callback): ditto.
871 * lwlib-Xlw.c (xlw_tab_control_callback): new function. a special
872 callback that calls the correct function depending on what tab is
874 (xlw_create_tab_control): new function.
875 (build_tabs_in_widget): new function. puts tabs in a tab widget,
876 uses Xaw or Xm depending on how XEmacs was compiled.
877 (xlw_update_tab_control): update the resources for each
878 tab. optionally rebuild the contents of the tab widget.
879 (xlw_creation_table): add tab widget creation function.
880 (lw_lucid_widget_p): add tab widget.
881 (xlw_update_one_widget): ditto.
883 * lwlib-Xaw.h: declare xaw_create_label;
885 * lwlib-Xaw.c (lw_xaw_widget_p): add widgets classes.
886 (xaw_update_one_widget): ditto.
887 (xaw_update_one_value): add code from the Xm version.
888 (xaw_generic_callback): add Xm hack for setting command
889 states. beef up lookup of call data.
890 (xaw_create_button): new function.
891 (xaw_create_label): new function for use by tab widget.
892 (xaw_create_progress): new function.
893 (xaw_create_text_field): new function.
894 (xaw_creation_table): add new widget type creation functions.
896 * Makefile.in.in: add dependencies for new lw widgets.
898 1999-07-30 XEmacs Build Bot <builds@cvs.xemacs.org>
900 * XEmacs 21.2.19 is released
902 1999-07-13 XEmacs Build Bot <builds@cvs.xemacs.org>
904 * XEmacs 21.2.18 is released
906 1999-07-05 Didier Verna <didier@xemacs.org>
908 * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around
909 call to xm_update_label.
911 1999-06-28 Andy Piper <andy@xemacs.org>
913 * lwlib-Xm.c: unconditionally enable text field & list code.
914 (make_progress): new function. creates a slider.
915 (make_text_field): new function. creates an edit field.
916 (make_combo_box): new function. creates a combo box.
917 (xm_creation_table): add new widget functions.
919 1999-06-25 Andy Piper <andy@xemacs.org>
921 * lwlib.h (_widget_value): add arglist slots.
922 declare new functions.
924 * lwlib.c (free_widget_value_contents): handle arglists when
926 (lw_add_value_args_to_args): new function. add arglist entries
927 from a widget_value structure.
929 * lwlib-Xm.c (make_button): new function, create a motif button
930 for display in a buffer as a glyph.
931 (xm_creation_table): add make_button.
933 1999-06-22 XEmacs Build Bot <builds@cvs.xemacs.org>
935 * XEmacs 21.2.17 is released
937 1999-06-11 XEmacs Build Bot <builds@cvs.xemacs.org>
939 * XEmacs 21.2.16 is released
941 1999-06-04 XEmacs Build Bot <builds@cvs.xemacs.org>
943 * XEmacs 21.2.15 is released
945 1999-05-17 Jerry James <jerry@cs.ucsb.edu>
947 * xlwmenu.c (make_shadow_gcs): Test bottom_shadow_pixmap before
950 1999-05-14 XEmacs Build Bot <builds@cvs.xemacs.org>
952 * XEmacs 21.2.14 is released
954 1999-03-12 XEmacs Build Bot <builds@cvs.xemacs.org>
956 * XEmacs 21.2.13 is released
958 1999-03-05 XEmacs Build Bot <builds@cvs.xemacs.org>
960 * XEmacs 21.2.12 is released
962 1999-02-18 Martin Buchholz <martin@xemacs.org>
964 * lwlib/xlwmenu.c (massage_resource_name): Fix compiler warning
965 - Have to toupper ((int) (unsigned char) x) to be portable.