Mercurial > hg > xemacs-beta
diff lib-src/ChangeLog @ 259:11cf20601dec r20-5b28
Import from CVS: tag r20-5b28
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:23:02 +0200 |
parents | 084402c475ba |
children | 405dd6d1825b |
line wrap: on
line diff
--- a/lib-src/ChangeLog Mon Aug 13 10:22:10 2007 +0200 +++ b/lib-src/ChangeLog Mon Aug 13 10:23:02 2007 +0200 @@ -1,3 +1,27 @@ +Tue Feb 17 12:50:37 1998 Andy Piper <andyp@parallax.co.uk> + + * lib-src/Makefile.in.in: make sure clean removes msw executables + +1998-02-24 SL Baur <steve@altair.xemacs.org> + + * gnuserv.h: Enable USE_TMPDIR. + +1998-02-23 Glynn Clements <glynn@sensei.co.uk> + + * gnuclient.c (main): initialise variable `tmpdir' from the TMPDIR + environment variable. + + * gnuserv.c (various): replace hardcoded references to /tmp with + the value of `tmpdir'. + (main): initialise variable `tmpdir' from the TMPDIR + environment variable. + + * gnuserv.h: include (commented-out) definition of USE_TMPDIR. + Add `extern char *tmpdir'. + + * gnuslib.c (various): replace hardcoded references to /tmp with + the value of `tmpdir'. + 1998-02-15 SL Baur <steve@altair.xemacs.org> * getopt.c (_getopt_internal): Add braces for clarity.