comparison lisp/ChangeLog @ 3179:15139dbf89f4

[xemacs-hg @ 2005-12-27 18:50:47 by michaels] This: 2005-11-25 Mike Sperber <mike@xemacs.org> * CHANGES-beta: * configure.ac: Zap --with-package-prefix; instead, add --with-user-packages/--with-early-packages, --with-system-packages/--with-late-packages, and --with-legacy-packages/--with-last-packages. ... and the changes that result from it throughout the code.
author michaels
date Tue, 27 Dec 2005 18:51:30 +0000
parents 588878f5a654
children 072ccc89ac3c
comparison
equal deleted inserted replaced
3178:632fdf307588 3179:15139dbf89f4
1 2005-11-25 Mike Sperber <mike@xemacs.org>
2
3 * packages.el (packages-find-package-hierarchies-named): Use
4 `file-name-as-directory' to normalize something which may not
5 have a trailing path separator.
6
7 * package-get.el (package-get-package-index-file-location): Fix
8 essentially bogus definition.
9
10 * package-admin.el (package-admin-find-top-directory): Use the
11 existing variables rather than groking the paths from scratch, and
12 greatly simplify.
13
14 * packages.el (packages-find-all-package-hierarchies):
15 Take into account `configure-early-package-hierarchies',
16 `configure-late-package-hierarchies',
17 `configure-last-package-hierarchies', as set by configure.
18
1 2005-12-24 Aidan Kehoe <kehoea@parhasard.net> 19 2005-12-24 Aidan Kehoe <kehoea@parhasard.net>
2 20
3 * mule/chinese.el: 21 * mule/chinese.el:
4 * mule/chinese.el ('euc-china): Removed. Shouldn't have been 22 * mule/chinese.el ('euc-china): Removed. Shouldn't have been
5 uncommented in the first place. 23 uncommented in the first place.