comparison lisp/ChangeLog @ 109602:a86a4e812897

Package listing tweaks. * emacs-lisp/package.el (package--list-packages): Fix column alignment. (package--builtins): Tweak descriptions. (package-print-package): Upcase descriptions if necessary. Show all built-in packages in font-lock-builtin-face. (package-list-packages-internal): Omit "emacs" package. Show status of built-in packages as "built-in".
author Chong Yidong <cyd@stupidchicken.com>
date Sat, 31 Jul 2010 20:38:19 -0400
parents 52a2d97e28e4
children 43eca6c9f493
comparison
equal deleted inserted replaced
109601:0a12f74cc5d8 109602:a86a4e812897
1 2010-08-01 Chong Yidong <cyd@stupidchicken.com>
2
3 * emacs-lisp/package.el (package--list-packages): Fix column
4 alignment.
5 (package--builtins): Tweak descriptions.
6 (package-print-package): Upcase descriptions if necessary. Show
7 all built-in packages in font-lock-builtin-face.
8 (package-list-packages-internal): Omit "emacs" package. Show
9 status of built-in packages as "built-in".
10
1 2010-07-31 Chong Yidong <cyd@stupidchicken.com> 11 2010-07-31 Chong Yidong <cyd@stupidchicken.com>
2 12
3 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark 13 * mouse.el (mouse-save-then-kill): Doc fix. Deactivate mark
4 before killing to preserve the primary selection (Bug#6701). 14 before killing to preserve the primary selection (Bug#6701).
5 15