comparison lisp/ChangeLog @ 109992:640cdeb464c1

Improvements to describe-package buffer. * lisp/help.el (help-map): Bind `C-h P' to describe-package. * lisp/menu-bar.el (menu-bar-describe-menu): Add describe-package. * lisp/emacs-lisp/package.el (package-refresh-contents): Catch errors when downloading archives. (describe-package-1): Add package commentary. (package-install-button-action): New function. (package-menu-mode-map): Bind ? to package-menu-describe-package. (package-menu-view-commentary): Function removed. (package-list-packages-internal): Hide the `package' package too.
author Chong Yidong <cyd@stupidchicken.com>
date Wed, 25 Aug 2010 23:31:34 -0400
parents 2e817b887353
children 2192a4648d21
comparison
equal deleted inserted replaced
109991:7a475b5bbabe 109992:640cdeb464c1
1 2010-08-26 Chong Yidong <cyd@stupidchicken.com>
2
3 * help.el (help-map): Bind `C-h P' to describe-package.
4
5 * menu-bar.el (menu-bar-describe-menu): Add describe-package.
6
7 * emacs-lisp/package.el (package-refresh-contents): Catch errors
8 when downloading archives.
9 (describe-package-1): Add package commentary.
10 (package-install-button-action): New function.
11 (package-menu-mode-map): Bind ? to package-menu-describe-package.
12 (package-menu-view-commentary): Function removed.
13 (package-list-packages-internal): Hide the `package' package too.
14
1 2010-08-25 Kenichi Handa <handa@m17n.org> 15 2010-08-25 Kenichi Handa <handa@m17n.org>
2 16
3 * language/misc-lang.el ("Arabic"): New language environment. 17 * language/misc-lang.el ("Arabic"): New language environment.
4 Setup composition-function-table for Arabic characters. 18 Setup composition-function-table for Arabic characters.
5 19