aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorPavel Janík2002-01-29 13:55:43 +0000
committerPavel Janík2002-01-29 13:55:43 +0000
commit008cea2cfa38d6861ae0ab34020d1aa88cd51c59 (patch)
tree71e9513a29ed710dbf1fa02fb313cb9c8136418b
parentc61453ea45686c95748678285c2905d55e3436f2 (diff)
downloademacs-008cea2cfa38d6861ae0ab34020d1aa88cd51c59.tar.gz
emacs-008cea2cfa38d6861ae0ab34020d1aa88cd51c59.zip
(menu-bar-help-menu): Change menu-item "Show Emacs Version" to "About
Emacs".
-rw-r--r--lisp/ChangeLog9
-rw-r--r--lisp/menu-bar.el5
2 files changed, 12 insertions, 2 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 0d70b1d33bc..c05e430aa29 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12002-01-29 Pavel Jan,Bm(Bk <Pavel@Janik.cz>
2
3 * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs
4 Version" to "About Emacs".
5
6 * startup.el (normal-splash-screen, display-splash-screen):
7 New functions (separated from command-line-1).
8 (command-line-1): Use them.
9
12002-01-28 Eli Zaretskii <eliz@is.elta.co.il> 102002-01-28 Eli Zaretskii <eliz@is.elta.co.il>
2 11
3 * calendar/calendar.el (generate-calendar-month): Doc fix. 12 * calendar/calendar.el (generate-calendar-month): Doc fix.
diff --git a/lisp/menu-bar.el b/lisp/menu-bar.el
index 6234ca873f4..95bc9a8f006 100644
--- a/lisp/menu-bar.el
+++ b/lisp/menu-bar.el
@@ -1040,8 +1040,9 @@ key (or menu-item)"))
1040 data-directory)) 1040 data-directory))
1041 (goto-address))) 1041 (goto-address)))
1042 :help "Where to find some extra packages and possible updates")) 1042 :help "Where to find some extra packages and possible updates"))
1043(define-key menu-bar-help-menu [emacs-version] 1043(define-key menu-bar-help-menu [about]
1044 '(menu-item "Show Emacs Version" emacs-version)) 1044 '(menu-item "About Emacs" display-splash-screen
1045 :help "Display splash screen, version, and instructions"))
1045(define-key menu-bar-help-menu [sep2] 1046(define-key menu-bar-help-menu [sep2]
1046 '("--")) 1047 '("--"))
1047(define-key menu-bar-help-menu [finder-by-keyword] 1048(define-key menu-bar-help-menu [finder-by-keyword]