comparison lisp/ChangeLog @ 110017:10e66ac64b61

Merge Finder and package-menu functionality. * lisp/finder.el: Require `package'. (finder-known-keywords): Tweak descriptions. Retire `oop' keyword. (finder-package-info): Var deleted. (finder-keywords-hash, finder--builtins-alist): New vars. (finder-compile-keywords): Compute package--builtins and finder-keywords-hash instead of finder-keywords-hash, respecting the "Package" header. (finder-unknown-keywords, finder-list-matches): Use finder-keywords-hash and package--list-packages. (finder-mode): Don't set font-lock-defaults. (finder-exit): We don't use "*Finder-package*" and "*Finder Category*" buffers anymore. * lisp/info.el (Info-finder-find-node): Search package-alist instead of finder-package-info. * lisp/emacs-lisp/package.el (package--builtins-base): Var deleted. (package--builtins): Set default value to nil. (package-initialize): Load precomputed value of package--builtins from finder-inf.el. (package-alist, package-compute-transaction) (package-download-transaction): Improve docstring. (package-read-all-archive-contents): Do not change package--builtins here. (list-packages): Make package-list-packages an alias for this. Sort by status by default. (package--list-packages): Add optional PACKAGES arg. (describe-package-1): Use font-lock-face property. For built-in packages, insert file commentary. (package--generate-package-list): Rename from package-list-packages-internal; all callers changed. Add optional PACKAGES arg. Add alphabetical sort fallbacks. (package-menu--version-predicate, package-menu--status-predicate) (package-menu--description-predicate) (package-menu--name-predicate): New functions.
author Chong Yidong <cyd@stupidchicken.com>
date Sun, 29 Aug 2010 18:15:09 -0400
parents 0fb70b0c7489
children c87f89486bb7
comparison
equal deleted inserted replaced
110016:a3e1f7134e6e 110017:10e66ac64b61
1 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2
3 * finder.el: Require `package'.
4 (finder-known-keywords): Tweak descriptions. Retire `oop' keyword.
5 (finder-package-info): Var deleted.
6 (finder-keywords-hash, finder--builtins-alist): New vars.
7 (finder-compile-keywords): Compute package--builtins and
8 finder-keywords-hash instead of finder-keywords-hash, respecting
9 the "Package" header.
10 (finder-unknown-keywords, finder-list-matches): Use
11 finder-keywords-hash and package--list-packages.
12 (finder-mode): Don't set font-lock-defaults.
13 (finder-exit): We don't use "*Finder-package*" and "*Finder
14 Category*" buffers anymore.
15
16 * emacs-lisp/package.el (package--builtins-base): Var deleted.
17 (package--builtins): Set default value to nil.
18 (package-initialize): Load precomputed value of package--builtins
19 from finder-inf.el.
20 (package-alist, package-compute-transaction)
21 (package-download-transaction): Improve docstring.
22 (package-read-all-archive-contents): Do not change
23 package--builtins here.
24 (list-packages): Make package-list-packages an alias for this.
25 Sort by status by default.
26 (package--list-packages): Add optional PACKAGES arg.
27 (describe-package-1): Use font-lock-face property. For built-in
28 packages, insert file commentary.
29 (package--generate-package-list): Rename from
30 package-list-packages-internal; all callers changed. Add optional
31 PACKAGES arg. Add alphabetical sort fallbacks.
32 (package-menu--version-predicate, package-menu--status-predicate)
33 (package-menu--description-predicate)
34 (package-menu--name-predicate): New functions.
35
36 * info.el (Info-finder-find-node): Search package-alist instead of
37 finder-package-info.
38
1 2010-08-29 Chong Yidong <cyd@stupidchicken.com> 39 2010-08-29 Chong Yidong <cyd@stupidchicken.com>
2 40
3 * subr.el (version-regexp-alist): Don't use "a" and "b" for 41 * subr.el (version-regexp-alist): Don't use "a" and "b" for
4 "alpha" and "beta". 42 "alpha" and "beta".
5 (version-to-list): Handle versions like "10.3d". 43 (version-to-list): Handle versions like "10.3d".