From: Pavel Janík Date: Tue, 29 Jan 2002 13:55:43 +0000 (+0000) Subject: (menu-bar-help-menu): Change menu-item "Show Emacs Version" to "About X-Git-Tag: ttn-vms-21-2-B4~16921 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=008cea2cfa38d6861ae0ab34020d1aa88cd51c59;p=emacs.git (menu-bar-help-menu): Change menu-item "Show Emacs Version" to "About Emacs". --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 0d70b1d33bc..c05e430aa29 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-01-29 Pavel Jan,Bm(Bk + + * menu-bar.el (menu-bar-help-menu): Change menu-item "Show Emacs + Version" to "About Emacs". + + * startup.el (normal-splash-screen, display-splash-screen): + New functions (separated from command-line-1). + (command-line-1): Use them. + 2002-01-28 Eli Zaretskii * 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)")) data-directory)) (goto-address))) :help "Where to find some extra packages and possible updates")) -(define-key menu-bar-help-menu [emacs-version] - '(menu-item "Show Emacs Version" emacs-version)) +(define-key menu-bar-help-menu [about] + '(menu-item "About Emacs" display-splash-screen + :help "Display splash screen, version, and instructions")) (define-key menu-bar-help-menu [sep2] '("--")) (define-key menu-bar-help-menu [finder-by-keyword]