all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
* adding Calc to menu
@ 2002-05-13 22:03 Colin Walters
  2002-05-14 11:32 ` Robert J. Chassell
  2002-05-15  7:01 ` Richard Stallman
  0 siblings, 2 replies; 11+ messages in thread
From: Colin Walters @ 2002-05-13 22:03 UTC (permalink / raw)


[-- Attachment #1: Type: text/plain, Size: 336 bytes --]

Would anyone have any objections to the following patch?  I don't think
it's a very invasive change, but it's probably best to always ask about
changes to the menu.

2002-05-13  Colin Walters  <walters@debian.org>

	* menu-bar.el (menu-bar-tools-menu) <calculator>: Renamed to
	"Simple Calculator".
	(menu-bar-tools-menu) <calc>: New.


[-- Attachment #2: menu-bar.patch --]
[-- Type: text/plain, Size: 773 bytes --]

--- menu-bar.el.~1.217.~	Sat May 11 18:03:01 2002
+++ menu-bar.el	Sat May 11 20:52:07 2002
@@ -904,9 +904,12 @@
   '(menu-item "5x5" 5x5
 	      :help "Fill in all the squares on a 5x5 board"))
 
-(define-key menu-bar-tools-menu [calculator]
-  '(menu-item "Calculator" calculator
-	      :help "Invoke the Emacs built-in scientific calculator"))
+(define-key menu-bar-tools-menu [simple-calculator]
+  '(menu-item "Simple Calculator" calculator
+	      :help "Invoke the Emacs built-in quick calculator"))
+(define-key menu-bar-tools-menu [calc]
+  '(menu-item "Programmable Calculator" calc
+	      :help "Invoke the Emacs built-in full scientific calculator"))
 (define-key menu-bar-tools-menu [calendar]
   '(menu-item "Display Calendar" calendar))
 

^ permalink raw reply	[flat|nested] 11+ messages in thread

end of thread, other threads:[~2002-05-17 19:29 UTC | newest]

Thread overview: 11+ messages (download: mbox.gz follow: Atom feed
-- links below jump to the message on this page --
2002-05-13 22:03 adding Calc to menu Colin Walters
2002-05-14 11:32 ` Robert J. Chassell
2002-05-14 13:18   ` Miles Bader
2002-05-14 18:26     ` Robert J. Chassell
2002-05-15  7:01     ` Richard Stallman
2002-05-14 17:38   ` Colin Walters
2002-05-16  7:21     ` Richard Stallman
2002-05-16 18:59       ` Colin Walters
2002-05-16 19:15         ` Miles Bader
2002-05-17 19:29         ` Richard Stallman
2002-05-15  7:01 ` Richard Stallman

Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.