X-Git-Url: http://git.chise.org/gitweb/?a=blobdiff_plain;f=lib-src%2FChangeLog;h=60ba093f2411476daa45f8f0f839298ddfaf8d6e;hb=c5c2458485923ea8dec0ff3ca9469496bdbb5786;hp=4c9d07137956a5d93ce09f2fb1eb8f5af01cddc2;hpb=ac7d0619aad74b1d57c4748ebb3ab29d9c32e3d8;p=chise%2Fxemacs-chise.git.1 diff --git a/lib-src/ChangeLog b/lib-src/ChangeLog index 4c9d071..60ba093 100644 --- a/lib-src/ChangeLog +++ b/lib-src/ChangeLog @@ -1,3 +1,115 @@ +2008-12-28 Vin Shelton + + * XEmacs 21.4.22 is released + +2008-01-09 Vin Shelton + + * winclient.c: Create CONNECT_RETRIES and increase retry count + from 5 to 10. + +2007-10-07 Vin Shelton + + * XEmacs 21.4.21 is released + +2006-12-09 Vin Shelton + + * XEmacs 21.4.20 is released + +2006-08-11 Jerry James + + * gnuslib.c (disconnect_from_server): shutdown() has been fine on + Linux for a long time now; use it. Also, don't use length to + access the buffer unless it is positive, not just nonzero. + * gnuclient.c (filename_expand): Initialize the last array element + to get a valid C string in case of overflow. Use strncat to avoid + buffer overruns. + * gnuclient.c (main): Use strncpy to avoid buffer overruns. + +2006-08-11 Jerry James + + * pop.h: Sync with Emacs. + * pop.c: Ditto. + +2006-07-21 Stephen J. Turnbull + + * etags.c: Xemacs -> XEmacs + +2006-01-28 Vin Shelton + + * XEmacs 21.4.19 is released + +2005-12-03 Vin Shelton + + * XEmacs 21.4.18 is released + +2005-09-18 Mike Alexander + + * installexe.sh: Don't add an exe extention to a file that already + has one. Patch from Rick Rankin. + +2005-02-06 Vin Shelton + + * XEmacs 21.4.17 is released + +2005-01-29 Vin Shelton + + * movemail.c (popmail): Pass error string as format parameter + instead of as part of format string. Security fixes for + CAN-2005-0100. + +2005-01-09 Steve Youngs + + From Andrey Slusar : + + * fakemail.c (CURRENT_USER): Define it if FreeBSD version is >= + 400000. Also, when FreeBSD version is >= 400000 geteuid returns + uid_t instead of unsigned short. + +2004-12-17 Vin Shelton + * etags.c (add_regex): Use zeropattern to initialize patbuf and + thus avoid a segv. + +2004-12-05 Vin Shelton + + * XEmacs 21.4.16 is released + +2004-06-23 Sean Legassick + + * etags.c: Allow whitespace before python function definitions. + +2004-02-02 Vin Shelton + + * XEmacs 21.4.15 is released + +2003-09-03 Vin Shelton + + * XEmacs 21.4.14 is released + +2003-06-30 Andrew Begel + + * make-docfile.c (write_c_args): Escape newlines that arise in the + C argument list. + +2003-05-25 XEmacs Build Bot + + * XEmacs 21.4.13 is released + +2003-01-30 Vin Shelton + + * rcs2log: Synch to GNU version [patch from Jens Petersen]. + +2003-01-15 Stephen J. Turnbull + + * XEmacs 21.4.12 "Portable Code" is released. + +2003-01-03 Stephen J. Turnbull + + * XEmacs 21.4.11 "Native Windows TTY Support" is released. + +2002-12-14 Ben Wing + + * config.values.in: Typo fix. + 2002-11-02 Stephen J. Turnbull * XEmacs 21.4.10 "Military Intelligence" is released.