X-Git-Url: http://git.chise.org/gitweb/?p=chise%2Fxemacs-chise.git.1;a=blobdiff_plain;f=lwlib%2FChangeLog;h=df27f9e925d117d568a4b74cdf68096ee8a992f7;hp=0e8b92c7821c5669288a12ff0362df31000d7f5b;hb=89559a53b9683058a6cea41ce3f8f6c9bd067238;hpb=ee38d21b330f5001b47a577cefb5ba7b82a3b7d3 diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 0e8b92c..df27f9e 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,50 @@ +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