X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lwlib%2FChangeLog;h=7f0de40ec54654685b319be42d95bf3d91c852bf;hb=18ec35c35a1f69d24e1ccf1ad6b0fe962bece005;hp=43763b1c57bb19b893459197933a47c4d2d3a0c7;hpb=8b2e8ef2dee7da2f0d4cea712b0fc55902c3cff7;p=chise%2Fxemacs-chise.git diff --git a/lwlib/ChangeLog b/lwlib/ChangeLog index 43763b1..7f0de40 100644 --- a/lwlib/ChangeLog +++ b/lwlib/ChangeLog @@ -1,3 +1,29 @@ +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