Mercurial > emacs
comparison etc/NEWS @ 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 | 894f06878a7e |
children | 1144008a2165 |
comparison
equal
deleted
inserted
replaced
109991:7a475b5bbabe | 109992:640cdeb464c1 |
---|---|
174 ** New option `list-colors-sort' defines the color sort order | 174 ** New option `list-colors-sort' defines the color sort order |
175 for `list-colors-display'. | 175 for `list-colors-display'. |
176 | 176 |
177 ** An Emacs Lisp package manager is now included. | 177 ** An Emacs Lisp package manager is now included. |
178 This is a convenient way to download and install additional packages, | 178 This is a convenient way to download and install additional packages, |
179 from elpa.gnu.org. `M-x package-list-packages' shows a list of | 179 from elpa.gnu.org. |
180 packages, which can be selected for installation. | 180 |
181 *** `M-x list-packages' shows a list of packages, which can be | |
182 selected for installation. | |
183 | |
184 *** New command `describe-package', bound to `C-h P'. | |
181 | 185 |
182 *** By default, all installed packages are loaded and activated | 186 *** By default, all installed packages are loaded and activated |
183 automatically when Emacs starts up. To disable this, set | 187 automatically when Emacs starts up. To disable this, set |
184 `package-enable-at-startup' to nil. To change which packages are | 188 `package-enable-at-startup' to nil. To change which packages are |
185 loaded, customize `package-load-list'. | 189 loaded, customize `package-load-list'. |