Mercurial > hg > xemacs-beta
comparison lisp/ChangeLog @ 1561:6f4c71266175
[xemacs-hg @ 2003-07-05 08:40:36 by adrian]
xemacs-21.5: package installation fixes
-------------------- ChangeLog entries follow: --------------------
lisp/ChangeLog addition:
2003-07-05 Adrian Aichner <adrian@xemacs.org>
* package-admin.el (package-admin-find-top-directory): Simplify
directory comparisions and fix substring errors on short path
components.
* package-get.el (package-get-package-index-file-location):
Default to first component of "EMACSPACKAGEPATH", if set.
author | adrian |
---|---|
date | Sat, 05 Jul 2003 08:40:37 +0000 |
parents | 5365af805d4c |
children | dc1a3d060f4f |
comparison
equal
deleted
inserted
replaced
1560:c69c3868eeeb | 1561:6f4c71266175 |
---|---|
1 2003-07-05 Adrian Aichner <adrian@xemacs.org> | |
2 | |
3 * package-admin.el (package-admin-find-top-directory): Simplify | |
4 directory comparisions and fix substring errors on short path | |
5 components. | |
6 * package-get.el (package-get-package-index-file-location): | |
7 Default to first component of "EMACSPACKAGEPATH", if set. | |
8 | |
1 2003-06-17 Stephen J. Turnbull <stephen@xemacs.org> | 9 2003-06-17 Stephen J. Turnbull <stephen@xemacs.org> |
2 | 10 |
3 * bytecomp.el (byte-compile-lambda): Discard docstring only if it | 11 * bytecomp.el (byte-compile-lambda): Discard docstring only if it |
4 is not also the value of the lambda. | 12 is not also the value of the lambda. |
5 | 13 |