aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2010-08-25 23:31:34 -0400
committerChong Yidong2010-08-25 23:31:34 -0400
commitcb6c4991ef19e3325d56f46aba4abd576bdbf3d2 (patch)
tree4659a4d5b70d6a451054f6e04abbf9f78abed311 /lisp/ChangeLog
parentfe50eb41eac9d38909937f7da3bf394b96fb44af (diff)
downloademacs-cb6c4991ef19e3325d56f46aba4abd576bdbf3d2.tar.gz
emacs-cb6c4991ef19e3325d56f46aba4abd576bdbf3d2.zip
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.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog14
1 files changed, 14 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 83d93e9b5ef..28bc8123501 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,17 @@
12010-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
12010-08-25 Kenichi Handa <handa@m17n.org> 152010-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.