Improvements to describe-package buffer.
authorChong Yidong <cyd@stupidchicken.com>
Thu, 26 Aug 2010 03:31:34 +0000 (23:31 -0400)
committerChong Yidong <cyd@stupidchicken.com>
Thu, 26 Aug 2010 03:31:34 +0000 (23:31 -0400)
commitcb6c4991ef19e3325d56f46aba4abd576bdbf3d2
tree4659a4d5b70d6a451054f6e04abbf9f78abed311
parentfe50eb41eac9d38909937f7da3bf394b96fb44af
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.
etc/NEWS
lisp/ChangeLog
lisp/emacs-lisp/package.el
lisp/help.el
lisp/menu-bar.el