Mercurial > hg > xemacs-beta
comparison lib-src/ChangeLog @ 284:558f606b08ae r21-0b40
Import from CVS: tag r21-0b40
author | cvs |
---|---|
date | Mon, 13 Aug 2007 10:34:13 +0200 |
parents | c42ec1d1cded |
children | 57709be46d1b |
comparison
equal
deleted
inserted
replaced
283:fa3d41851a08 | 284:558f606b08ae |
---|---|
1 1998-05-11 Martin Buchholz <martin@xemacs.org> | |
2 | |
3 * Makefile.in.in: | |
4 - Adjust for luser's CDPATH being set to something weird. | |
5 - Take into account bash 2.02's tendency to print the cwd when | |
6 using CDPATH. Always use `cd ./foo' instead of `cd foo'. | |
7 - fix the run-temacs target to use $(DUMPENV) | |
8 - fix the run-puremacs target to use $(DUMPENV) | |
9 - fix the `depend' target to properly $(RM) the right files | |
10 - Generate a better TAGS file for XEmacs' lisp code using | |
11 hand-crafted regexps. | |
12 - Use standard coding conventions for modules/Makefile.in | |
13 | |
1 1998-05-07 Andy Piper <andyp@parallax.co.uk> | 14 1998-05-07 Andy Piper <andyp@parallax.co.uk> |
2 | 15 |
3 * update-elc.sh: test x && y loses in the presence of set -e, use | 16 * update-elc.sh: test x && y loses in the presence of set -e, use |
4 if instead. | 17 if instead. |
5 | 18 |