comparison lisp/ChangeLog @ 110056:8be2f62f7851

Fix several Package Menu and Finder bugs. * finder.el: Load finder-inf using `require'. (finder-list-matches): Sorting by status is now the default. (finder-compile-keywords): Simpify printing. * emacs-lisp/package.el (package--read-archive-file): Just use `read', to avoid copying an additional string. (package-menu-mode): Set header-line-format here. (package-menu-refresh, package-menu-revert): Signal an error if not in the Package Menu. (package-menu-package-list): New var. (package--generate-package-list): Operate on the current buffer; don't assume that it is *Packages*, since the user may rename it. Allow persistent package listings and sort keys using package-menu-package-list and package-menu-package-sort-key. (package-menu--version-predicate): Fix version calculation. (package-menu-sort-by-column): Don't select the window. (package--list-packages): Create the *Packages* buffer. Set package-menu-package-list-key. (list-packages): Sorting by status is now the default. (package-buffer-info): Use match-string-no-properties. (define-package): Add a &rest argument for future proofing, but don't use it yet. (package-install-from-buffer, package-install-buffer-internal): Merged into a single function, package-install-from-buffer. (package-install-file): Caller changed. Also, fix headers for hfy-cmap.el and ps-print.el.
author Chong Yidong <cyd@stupidchicken.com>
date Mon, 30 Aug 2010 21:53:46 -0400
parents 6939db1ee97b
children 5ef877197e04
comparison
equal deleted inserted replaced
110055:140a469a3964 110056:8be2f62f7851
1 2010-08-31 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (package--read-archive-file): Just use
4 `read', to avoid copying an additional string.
5 (package-menu-mode): Set header-line-format here.
6 (package-menu-refresh, package-menu-revert): Signal an error if
7 not in the Package Menu.
8 (package-menu-package-list): New var.
9 (package--generate-package-list): Operate on the current buffer;
10 don't assume that it is *Packages*, since the user may rename it.
11 Allow persistent package listings and sort keys using
12 package-menu-package-list and package-menu-package-sort-key.
13 (package-menu--version-predicate): Fix version calculation.
14 (package-menu-sort-by-column): Don't select the window.
15 (package--list-packages): Create the *Packages* buffer. Set
16 package-menu-package-list-key.
17 (list-packages): Sorting by status is now the default.
18 (package-buffer-info): Use match-string-no-properties.
19 (define-package): Add a &rest argument for future proofing, but
20 don't use it yet.
21 (package-install-from-buffer, package-install-buffer-internal):
22 Merged into a single function, package-install-from-buffer.
23 (package-install-file): Caller changed.
24
25 * finder.el: Load finder-inf using `require'.
26 (finder-list-matches): Sorting by status is now the default.
27 (finder-compile-keywords): Simpify printing.
28
1 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca> 29 2010-08-30 Stefan Monnier <monnier@iro.umontreal.ca>
2 30
3 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt. 31 * progmodes/octave-mod.el (octave-font-lock-keywords): Use regexp-opt.
4 (octave-mode-map): Remove special bindings for forward/backward-block 32 (octave-mode-map): Remove special bindings for forward/backward-block
5 and octave-backward-up-block. Use smie-close-block. 33 and octave-backward-up-block. Use smie-close-block.