summaryrefslogtreecommitdiff
path: root/lisp
diff options
context:
space:
mode:
authorChong Yidong <cyd@stupidchicken.com>2011-09-14 22:05:17 -0400
committerChong Yidong <cyd@stupidchicken.com>2011-09-14 22:05:17 -0400
commitd770725a3df5529f046198b2f7014918e13a06b1 (patch)
treefa4ba55f7530e24304097d9fa016a3215583866d /lisp
parent25322144fc19c9e3dd04a6530e9dcdddffd7bccb (diff)
downloademacs-d770725a3df5529f046198b2f7014918e13a06b1.tar.gz
emacs-d770725a3df5529f046198b2f7014918e13a06b1.tar.bz2
emacs-d770725a3df5529f046198b2f7014918e13a06b1.zip
Add package-menu-mark-upgrades to the Package Menu menu bar map.
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog2
-rw-r--r--lisp/emacs-lisp/package.el3
2 files changed, 4 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9c37f630d72..91ffbcff96b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -10,7 +10,7 @@
package-menu-get-status instead of a regexp search.
(package-menu-get-status): Use tabulated-list-entry.
(package-menu-mark-upgrades): New command.
- (package-menu-mode-map): Bind it to U.
+ (package-menu-mode-map): Bind it to U. Add it to menu bar.
(package-menu-execute): Do installation before deletion.
(package-menu-refresh, package-menu-execute): Use derived-mode-p
instead of checking major-mode.
diff --git a/lisp/emacs-lisp/package.el b/lisp/emacs-lisp/package.el
index 92223b33733..f0b1537e2b3 100644
--- a/lisp/emacs-lisp/package.el
+++ b/lisp/emacs-lisp/package.el
@@ -1305,6 +1305,9 @@ If optional arg NO-ACTIVATE is non-nil, don't activate packages."
(define-key menu-map [mi]
'(menu-item "Mark for install" package-menu-mark-install
:help "Mark a package for installation and move to the next line"))
+ (define-key menu-map [mupgrades]
+ '(menu-item "Mark upgradable packages" package-menu-mark-upgrades
+ :help "Mark packages that have a newer version for upgrading"))
(define-key menu-map [s3] '("--"))
(define-key menu-map [mg]
'(menu-item "Update package list" revert-buffer