X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lwlib%2FChangeLog;h=7f0de40ec54654685b319be42d95bf3d91c852bf;hp=c5c748fd03bfb489aa8d2883923a95d2fdac9bd0;hb=f7019bf646d0d4e750e0186d6e912ec7a3b9da90;hpb=d8654f7c5ad0c04060008c6fbbd90add1f4537e3 diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index c5c748f..7f0de40 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,138 @@ +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.