X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lwlib%2FChangeLog;h=7f0de40ec54654685b319be42d95bf3d91c852bf;hp=fc9120774869693427d2a3ae6c288b39eb1f7679;hb=f7019bf646d0d4e750e0186d6e912ec7a3b9da90;hpb=afa9772e3fcbb4e80e3e4cfd1a40b4fccc6d08b8 diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index fc91207..7f0de40 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,674 @@ +2008-12-28 Vin Shelton + + * XEmacs 21.4.22 is released + +2007-10-07 Vin Shelton + + * XEmacs 21.4.21 is released + +2007-05-20 Stephen J. Turnbull + + Gauge values are signed integers (ints). + (XawGaugeGetValue): Declare return value as int. + (XawGaugeSetValue): Declare value as int. + + * xlwgauge.h: Get rid of references to Cardinal in comment. + + * xlwgauge.c (GaugeGetValue): Declare value as int. + (GaugeMercury): Declare val0 and val1 as int. Remove redundant casts. + (XawGaugeGetValue): Declare return value as int. + (XawGaugeSetValue): Declare value as int. + +2007-05-17 Stephen J. Turnbull + + * lwlib-Xaw.c (wm_delete_window): Iterate over children of shell + (there may be more than one) to find our widget. + +2006-12-09 Vin Shelton + + * XEmacs 21.4.20 is released + +2006-06-22 Jerry James + + * lwlib-Xlw.c (xlw_scrollbar_callback): Do not dereference + instance before checking whether it is NULL. + * xlwmenu.c (xlw_map_menu): Prevent uninitialized access to root + and waste. + +2006-01-28 Vin Shelton + + * XEmacs 21.4.19 is released + +2005-12-03 Vin Shelton + + * XEmacs 21.4.18 is released + +2005-03-07 Stephen J. Turnbull + + * lwlib-Xlw.c (build_tabs_in_widget): Correctly disable geometry + negotiation for tab children. + (xlw_create_tab_control): Don't set nonexistent resizable resource. + +2005-02-06 Vin Shelton + + * XEmacs 21.4.17 is released + +2004-12-05 Vin Shelton + + * XEmacs 21.4.16 is released + +2004-04-23 Jerry James + + * xlwradio.c (RadioExpose): Do not blindly copy one GC over + another. It messes up the ref counts and is wrong for radio + buttons in any case. + +2004-02-02 Vin Shelton + + * XEmacs 21.4.15 is released + +2003-09-03 Vin Shelton + + * XEmacs 21.4.14 is released + +2003-05-25 XEmacs Build Bot + + * XEmacs 21.4.13 is released + +2003-01-31 Martin Buchholz + + * lwlib-Xm.c (xm_update_progress): + Don't define unless LWLIB_WIDGETS_MOTIF. + +2003-02-13 Martin Buchholz + + * xlwmenu.c (xlwMenuClassRec): + Use symbolic name `XtExposeCompressMaximal' instead of `TRUE'. + +2003-01-15 Stephen J. Turnbull + + * XEmacs 21.4.12 "Portable Code" is released. + +2003-01-14 Stephen J. Turnbull + + * lwlib-Xm.c (): Don't reference xm_update_progress + --without-widgets. Thanks Martin Buchholz . + +2003-01-03 Stephen J. Turnbull + + * XEmacs 21.4.11 "Native Windows TTY Support" is released. + +2002-11-02 Stephen J. Turnbull + + * XEmacs 21.4.10 "Military Intelligence" is released. + +2002-08-23 Stephen J. Turnbull + + * XEmacs 21.4.9 "Informed Management" is released. + +2002-06-07 Andy Piper + + * lwlib-Xm.c: (xm_safe_update_label): new function. Call + xm_update_label if the class is appropriate. + (make_menu_in_widget): use it. + (update_one_menu_entry): ditto. + (xm_update_one_widget): ditto. + +2002-08-14 Stephen J. Turnbull + + * lwlib-Xm.c: revert Darryl's patch in favor of Andy's. + +2002-07-17 Stephen J. Turnbull + + * lwlib-utils.c (XtApplyUntilToWidgets): + * xlwmenu.c (close_to_reference_time): + Fix warnings. + +2002-05-14 Darryl Okahata + + * lwlib-Xm.c: prevent non-label widgets from being treated as + labels and having their "labels" updated. + +2002-05-09 Stephen J. Turnbull + + * XEmacs 21.4.8 "Honest Recruiter" is released. + +2002-05-04 Stephen J. Turnbull + + * XEmacs 21.4.7 "Economic Science" is released. + +2002-02-13 Stephen J. Turnbull + + * lwlib-Xm.c (make_dialog): Fix XmProcessTraversal crash. + +2001-12-19 Valdis Kletnieks + + * xlwscrollbar.c: Fix Xt translations comment. + +2001-12-17 Stephen J. Turnbull + + * XEmacs 21.4.6 "Common Lisp" is released. + +2001-10-23 Stephen J. Turnbull + + * XEmacs 21.4.5 "Civil Service" is released. + +2001-10-02 Darryl Okahata + + * If HAVE_XMU was not defined (xmu was not being used), xlwgcs.c + was still referencing xmu functions. + +2001-04-08 Danny Colascione + + * lwlib-Xlw.c: + xlwtabs.c: + xlwtabs.h: + Force buffer-tab highlight update when moving the buffer, avoiding + an ugly black border, used for keyboard focus indication, on a + widget that can never have keyboard focus, the buffer tab. + +2001-07-26 Andy Piper + + Fix progress gauge flashing under OpenMotif: + + * lwlib-Xm.c (xm_update_progress): new function. Set Scale height + and width from normal height and width. + * lwlib-Xm.c (xm_create_progress): ditto. + * lwlib-Xm.c (xm_update_one_widget): call xm_update_progress. + * lwlib.c (lw_get_value_arg): new function. Return an argument + based on its name. + * lwlib.h: declare it. + +2001-07-28 Stephen J. Turnbull + + * XEmacs 21.4.4 "Artificial Intelligence" is released. + +2001-05-17 Stephen J. Turnbull + + * XEmacs 21.4.3 "Academic Rigor" is released. + +2001-05-10 Stephen J. Turnbull + + * XEmacs 21.4.2 "Developer-Friendly Unix APIs" is released. + +2001-04-25 Ben Wing + + * lwlib-utils.c (destroy_all_children): fix warning reported by + Isaac Hollander . + +2001-04-19 Stephen J. Turnbull + + * XEmacs 21.4.1 "Copyleft" is released. + +2001-04-16 Stephen J. Turnbull + + * XEmacs 21.4.0 "Solid Vapor" is released. + +2001-04-14 Stephen J. Turnbull + + * XEmacs 21.2.47 "Zephir" is released. + +2001-03-30 Stephen J. Turnbull + + * ChangeLog: Restore logs lost in the GTK merge. + +2001-03-21 Martin Buchholz + + * XEmacs 21.2.46 "Urania" is released. + +2001-03-15 Stephen J. Turnbull + + * xlwradio.c: Revert gratuitous whitespace changes from GTK merge. + +2001-02-23 Martin Buchholz + + * XEmacs 21.2.45 "Thelxepeia" is released. + +2001-02-16 Raymond Toy + + * lwlib-Xaw.c: Always include ATHENA_AsciiText_h_ to get the + text-field widget. + (xaw_creation_table): Always include the text-field widget + +2001-02-08 Martin Buchholz + + * XEmacs 21.2.44 "Thalia" is released. + +2001-02-06 Martin Buchholz + + * xlwgauge.c: + * xlwgcs.c: + * xlwgcs.c (XtAllocateGC): Fix typo for X11R4. + * xlwgcs.h: + * xlwradio.c (RadioExpose): + * xlwcheckbox.c: + Remove use of BSD-specific types. + s/u_(char|short|int_long)/unsigned $1/g + +2001-02-05 Martin Buchholz + + * lwlib-Xm.c (xm_update_one_value): + Obey the man page; use XtFree instead of free. + +2001-02-02 Martin Buchholz + + * config.h.in: Use "..." to include config.h + +2001-01-26 Martin Buchholz + + * XEmacs 21.2.43 "Terspichore" is released. + +2001-01-20 Martin Buchholz + + * XEmacs 21.2.42 "Poseidon" is released. + +2001-01-17 Martin Buchholz + + * XEmacs 21.2.41 "Polyhymnia" is released. + +2001-01-08 Martin Buchholz + + * XEmacs 21.2.40 is released. + +2001-01-06 Martin Buchholz + + * lwlib-Xaw.c (xaw_creation_table): Make const. + * lwlib-Xaw.h (xaw_creation_table): Make const. + * lwlib-Xlw.c (xlw_creation_table): Make const. + * lwlib-Xlw.h (xlw_creation_table): Make const. + * lwlib-Xm.c (xm_creation_table): Make const. + * lwlib-Xm.h (xm_creation_table): Make const. + * lwlib.c (find_in_table): Use const. + +2001-01-02 Andy Piper + + * lwlib.h (_widget_args): add args_changed. Necessary because we + reference count args. + + * lwlib.c (lw_add_widget_value_arg): set args_changed flag. + (merge_widget_value_args): mark as changed if args_changed is + true. + (update_all_widget_values): reset args_changed. + (initialize_widget_instance): ditto. + +2000-12-31 Martin Buchholz + + * XEmacs 21.2.39 is released. + +2000-12-30 Andy Piper + + * xlwtabs.c: remove assertion definitions and put them in + lwlib-internal.h. This has the effect of enabling assertions which + should have been done from the very start. + (TabsShuffleRows): fix duff assertion. + (PreferredSize3): use dimensions throughout. + (PreferredSize2): ditto. + (TabLayout): ditto. + (DrawFrame): be clever about the enclosing frame if the child + height is 0. + (TabsResize): don't configure children that are no visible + anyway. Make sure geometry calculations don't end up negative. + + * lwlib-internal.h: put in assertion definitions. + +2000-12-05 Martin Buchholz + + * XEmacs 21.2.38 is released. + +2000-11-30 Andy Piper + + * lwlib-Xm.c (xm_update_label): Hack to stop %_ labels until + someone fixes it properly. + +2000-11-24 Andy Piper + + * xlwtabsP.h: add visible flag, realRows and remove displayChildren. + + * xlwtabs.c (TabVisible): new macro. Consults visible flag. + (TabsInit): remove displayChildren, add realRows. + (TabsConstraintInitialize): ditto. + (TabsResize): ditto. + (TabsGeometryManager): ditto. + (TabsChangeManaged): ditto. + (TabsSelect): ditto. + (TabsPage): ditto. + (TabsHighlight): ditto. + (DrawTabs): ditto. + (TabLayout): Caclulate rows for all children and whether they + should be visible or not.. + (TabsShuffleRows): shuffle rows based on both real and displayed + rows. Adjust visibility of all children. + (PreferredSize): ditto. + +2000-11-19 Martin Buchholz + + * xlwtabs.c (TabsResize): Don't delete `tab', mark unused instead. + +2000-11-18 Martin Buchholz + + * xlwmenu.c (make_windows_if_needed): + (XlwMenuRealize): + The proper type for `mask' is `unsigned long', not `int'. + +2000-11-18 Martin Buchholz + + * xlwtabs.c (defaultAccelerators): Add #### to unused var. + (TabsResize): Remove unused var. + * xlwmenu.c (XlwMenuInitialize): Remove unused vars. + * lwlib-Xlw.c (xlw_update_one_widget): Add #### for probable bug. + +2000-11-14 Martin Buchholz + + * XEmacs 21.2.37 is released. + +2000-11-02 Stephen J. Turnbull + + * lwlib.h: Typo fixes and tiny clarifications. + +2000-10-04 Martin Buchholz + + * XEmacs 21.2.36 is released. + +2000-09-21 Andy Piper + + * lwlib.h: declare copy_widget_value_tree. + + * lwlib.c (copy_widget_value_tree): make non-static. + +2000-09-19 Martin Buchholz + + * *: Spelling mega-patch + +2000-09-16 Martin Buchholz + + * lwlib.c (ascii_strcasecmp): New. + * lwlib.c (find_in_table): Use ascii_strcasecmp. + Avoid using non-standard non-portable strcasecmp. + +2000-08-02 Stephen J. Turnbull + + * xlwmenu.c (XlwMenuInitialize): make comment on algorithm for + setting fontList match code. Suggest using same algorithm for + X Font Set resources in native lw code. + +2000-07-30 Ben Wing + + * lwlib-Xaw.c (xaw_update_one_widget): + Remove accelerator specs from buttons, since Athena doesn't handle + them. + + * lwlib.c (lw_remove_accelerator_spec): + * lwlib.h: + Define function and prototype to do this. + +2000-07-15 Ben Wing + + * xlwradioP.h: + Remove duplicate definition of streq(). + +2000-07-19 Martin Buchholz + + * XEmacs 21.2.35 is released. + +2000-07-09 Martin Buchholz + + * xlwcheckbox.c: + * xlwgauge.h: + * xlwgaugeP.h: + * xlwradio.h: + * xlwradioP.h: + * xlwgauge.c: + * config.h.in: + * xlwradio.c: + * lwlib-Xaw.c: + Replace SMART_INCLUDE with a dumber, but more reliable method. + + * xlwmenu.c (parameterize_string): Fix C++ compilation warnings. + +2000-06-10 Ben Wing + + * lwlib-Xaw.c (xaw_create_label): add sanity check on arg limit. + (xaw_update_one_value): fix crash due to incorrect arg count. + +2000-05-28 Martin Buchholz + + * XEmacs 21.2.34 is released. + +2000-05-01 Martin Buchholz + + * XEmacs 21.2.33 is released. + +2000-04-19 Martin Buchholz + + * lwlib.c (lw_destroy_everything): Always use full ANSI prototypes. + * lwlib.c (lw_destroy_all_pop_ups): Always use full ANSI prototypes. + +2000-04-12 Andy Piper + + * lwlib-Xaw.c (xaw_update_one_widget): no-op for text widgets. + (xaw_update_one_value): Get strings safely. + (xaw_create_text_field): add some extra properties. + +2000-04-05 Andy Piper + + * lwlib-Xaw.c (lw_xaw_widget_p): include asciiTextWidgetClass as + an athena widget. + +2000-04-05 Andy Piper + + * xlwradio.c (RadioSetValues): resize if position information has + changed. + + * lwlib-Xm.c (xm_create_text_field): text fields should be enabled + even if there is no callback. + * lwlib-Xaw.c (xaw_create_text_field): ditto. + +2000-04-03 Andy Piper + + * lwlib.c (merge_widget_value_args): only merge when the two args + are actually different. + +2000-03-21 Didier Verna + + * config.h.in: move INCLUDE_GLUE_1 and INCLUDE_GLUE_2 to + src/config.h.in. + * config.h.in (ATHENA_INCLUDE): use the `SMART_INCLUDE' macro. + +2000-03-20 Martin Buchholz + + * XEmacs 21.2.32 is released. + +2000-03-14 Ben Wing + + * xlwmenu.c (massage_resource_name): Handle %_ and %%. + +2000-02-20 Gunnar Evermann + + * xlwscrollbar.c (get_gc): Always check for XmUNSPECIFIED_PIXMAP + even if we are only 'compatible' with the Motif resources. + (XmUNSPECIFIED_PIXMAP): Define unconditionally. + +2000-02-23 Martin Buchholz + + * XEmacs 21.2.31 is released. + +2000-02-22 Andy Piper + + * lwlib-Xm.c (xm_update_one_widget): set widget args last in case + anything messes with them in the meantime. + * lwlib-Xlw.c (xlw_update_one_widget): ditto. + * lwlib-Xaw.c (xaw_update_one_widget): ditto. + +2000-02-21 Martin Buchholz + + * XEmacs 21.2.30 is released. + +2000-02-21 Andy Piper + + * lwlib.c (merge_widget_value_args): don't delete the args before + copying, lw_copy_widget_value_args will do this for us if + necessary. + (lw_add_widget_value_arg): Allow existing args to be replaced. + (free_widget_value_args): Set args to 0 rather than 0xdeadbeef, + reference couting works better that way. + (lw_copy_widget_value_args): Do the right thing. + + * lwlib-Xm.c (xm_create_progress): Make sensitive as this looks + much better. + * lwlib-Xaw.c (xaw_create_progress): ditto. + +2000-02-12 Jan Vroonhof + + * xlwmenu.h (XmUNSPECIFIED_PIXMAP): Define this if we are using Motif + compatible resource names. + + * xlwmenu.c (make_shadow_gcs): Always check for XmUNSPECIFIED_PIXMAP + even if we are only 'compatible' with the Motif resources. + +2000-02-15 Andy Piper + + * xlwgauge.c (GaugeExpose): remove shadows. + +2000-02-16 Martin Buchholz + + * XEmacs 21.2.29 is released. + +2000-02-09 Valdis Kletnieks + + * config.h.in (ATHENA_INCLUDE): Workaround bugs in both xlc and + old gccs. + +2000-02-07 Martin Buchholz + + * XEmacs 21.2.28 is released. + +2000-01-25 Andy Piper + + * xlwtabs.c (TabsChangeManaged): Make sure we unmanage the hilight + widget as well. + +2000-01-28 Martin Buchholz + + * xlwgauge.c (GaugeConvert): bcopy ==> memcpy + +2000-01-24 Andy Piper + + * xlwtabs.c (XawTabsSetTop): Unhighlight before changing the + stacking order. + (XawTabsSetHighlight): Don't unhighlight here. + +2000-01-22 Martin Buchholz + + * *.h: Use consistent C-standards-approved guard macro names. + +2000-01-18 Martin Buchholz + + * XEmacs 21.2.27 is released. + +2000-01-15 Andy Piper + + * lwlib-Xlw.c (lw_update_one_widget): make sure global + properties gets set. + +2000-01-07 Martin Buchholz + + * config.h.in (ATHENA_INCLUDE): CPP trickery to make old cpps happy. + This extends support for gcc 2.6 (e.g. on BSD/OS 2.0) + + * lwlib.c: Fix up memset calls. + + * lwlib-Xm.c (xm_update_text): Warning suppression. + (xm_update_text_field): Warning suppression. + +2000-01-03 Martin Buchholz + + * lwlib-Xaw.c (xaw_update_one_widget): Emergency fix for this crash: + (yes-or-no-p-dialog-box "Yes or No") + +1999-12-31 Martin Buchholz + + * XEmacs 21.2.26 is released. + +1999-12-29 Andy Piper + + * xlwtabs.c (TabsHighlight): use displayChildren for highlighting + not num_children. + (TabsPage): ditto. + +1999-12-24 Martin Buchholz + + * XEmacs 21.2.25 is released. + +1999-12-23 Andy Piper + + * lwlib.c (lw_copy_widget_value_args): don't create empty + widget_args just because someone might use them later. This makes + all widgets look like they've changed. + +1999-12-22 Andy Piper + + * xlwtabs.c: Fix for X11R5 from Damon Lipparelli + . + +1999-12-21 Martin Buchholz + + * xlwscrollbar.c (seg_pixel_sizes): ((expr)) ==> (expr) + +1999-12-12 Daniel Pittman + + * lwlib-Xaw.c: + * xlwcheckbox.c: + * xlwgauge.h: + * xlwgaugeP.h: + * xlwradio.c: + * xlwradio.h: + * xlwradioP.h: + Clean up Athena widget support: + - Athena headers now use dynamic include paths. + +1999-12-08 Andy Piper + + * xlwtabs.c: sync with Tabs 2.2. + * xlwtabP.h: ditto. + +1999-12-14 Martin Buchholz + + * XEmacs 21.2.24 is released. + +1999-12-14 Andy Piper + + * xlwtabs.c (TabsResize): reset need_layout so that we don't go + into infloop death. + +1999-12-14 Andy Piper + + * xlwtabs.c (TabsSetValues): re-allocate GCs if font has changed. + +1999-12-13 Andy Piper + + * xlwtabs.c (TabsResize): We need to expose the tabs after + clearing the window they are in. + +1999-12-08 Andy Piper + + * xlwtabs.c: sync with Tabs 2.1. + +1999-12-07 Andy Piper + + * lwlib-Xlw.c (lw_lucid_widget_p): make sure we pick up the + clip-window as well. + +1999-12-07 Martin Buchholz + + * XEmacs 21.2.23 is released. + +1999-12-05 Andy Piper + + * xlwtabs.c: back up to previous rev to make syncing easier. Fix + gcc moans. + + * lwlib-Xaw.c (xaw_update_one_widget): use XtIsSubclass. + 1999-11-29 XEmacs Build Bot * XEmacs 21.2.22 is released @@ -60,11 +731,11 @@ Include to get prototype for atoi(). (GaugeSelect): Call GaugeExpose with the right number of args. (GaugeLoseSel): Call GaugeExpose with the right number of args. - (GaugeConvert): This is a XtConvertSelectionProc, + (GaugeConvert): This is a XtConvertSelectionProc, so 5th parameter must be of type XtPointer, not XPointer. - (GaugeGetValue): This is a XtTimerCallbackProc, + (GaugeGetValue): This is a XtTimerCallbackProc, so 2nd parameter must be of type XtIntervalId *, not XtIntervalId. - + 1999-09-01 Martin Buchholz @@ -100,7 +771,7 @@ * xlwradio.c: * xlwcheckbox.c: * xlwgauge.c: Fix for losing systems without Xmu. - + 1999-08-31 Andy Piper * lwlib-Xm.c (xm_update_one_widget): fix for AIX compiler lossage. @@ -232,7 +903,7 @@ * XEmacs 21.2.18 is released -1999-07-05 Didier Verna +1999-07-05 Didier Verna * lwlib-Xm.c (xm_update_one_widget): add missing #ifdefs around call to xm_update_label.