summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
Commit message (Collapse)AuthorAgeFilesLines
* Some fixes to follow coding conventions in files maintained by FSF.Pavel Janík2001-07-151-1/+3
|
* (menu-bar-make-toggle): Construct theRichard M. Stallman2001-06-221-10/+9
| | | | | | | | function's doc string from HELP, not DOC, and make it accurate by adding "Toggle whether to " at the front and downcasing the initial. Change the HELP arg in some calls to make it fit this usage. (toggle-debug-on-quit, toggle-debug-on-error): Undo previous change.
* (toggle-debug-on-quit, toggle-debug-on-error): Doc fix.Eli Zaretskii2001-06-221-2/+4
|
* (menu-bar-help-menu): Add an item for orderingGerd Moellmann2001-02-221-0/+3
| | | | manuals from the FSF.
* (menu-bar-update-buffers): Add optional parameterGerd Moellmann2001-02-201-2/+2
| | | | | FORCE. If set, update the menu even if frame-or-buffer-changed-p returns nil.
* (menu-bar-select-frame): Adjust forDave Love2001-02-131-5/+9
| | | | | | last-command-event being a frame name. (menu-bar-update-buffers): Build frame menu (like the buffer menu) using frame names.
* (menu-bar-files-menu): Add menu items forGerd Moellmann2001-01-291-1/+8
| | | | Postscript printing in black and white.
* (minibuffer maps): Use dolist rather than mapcar.Stefan Monnier2000-11-031-42/+31
|
* Modify some menu item help strings.Dave Love2000-10-261-4/+14
| | | | (menu-bar-help-menu): Add link to MORE.STUFF.
* (menu-bar-options-menu): Add a help string forGerd Moellmann2000-10-251-1/+1
| | | | `uniquify'.
* (send-mail-item-name): New function.Eli Zaretskii2000-10-091-2/+19
| | | | | | | | (menu-bar-tools-menu) <compose-mail>: Use it to display the value of mail-user-agent in the menu. Don't display the "Send Mail" item if mail-user-agent is nil or its value is ignore. (menu-bar-tools-menu) <rmail>: Don't display the "Read Mail" item if read-mail-command is nil or its value is ignore.
* (menu-bar-files-menu): Disable ``Save'' ifGerd Moellmann2000-09-151-0/+1
| | | | current buffer has no file name.
* (read-mail-item-name): New function.Eli Zaretskii2000-09-071-6/+15
| | | | | | (menu-bar-tools-menu): Use it to compute and display the package used to read email. (menu-bar-tools-menu): Fix typo in GUD's help string.
* (menu-bar-options-menu): Fix the font-lock toggle.Dave Love2000-09-071-3/+3
|
* (menu-bar-update-buffers): Call frame-parameterGerd Moellmann2000-09-071-2/+1
| | | | instead of frame-parameters.
* (menu-bar-help-menu): Add a :help string.Eli Zaretskii2000-08-111-1/+2
|
* (menu-bar-games-menu): Add Zone.Eli Zaretskii2000-08-041-0/+3
|
* (menu-bar-files-menu [recover-session]): Make sure auto save directoryNoah Friedman2000-07-241-1/+3
| | | | exists before calling directory-files.
* (menu-bar-edit-menu [mark-whole-buffer]): Change name to "Select All".Eli Zaretskii2000-06-281-3/+3
|
* (menu-bar-tools-menu): Call read-mail-commandGerd Moellmann2000-06-261-1/+3
| | | | interactively.
* (menu-bar-edit-menu): Add menu item for markingGerd Moellmann2000-06-191-0/+3
| | | | the whole buffer.
* (menu-bar-options-menu): Capitalize "Save Options".Dave Love2000-06-191-1/+1
|
* (menu-bar-options-save): New function.Dave Love2000-06-191-25/+47
| | | | | (menu-bar-options-menu): Use it. (menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: Simplify.
* (menu-bar-help-menu): Add menu item for non-EnglishGerd Moellmann2000-06-151-0/+4
| | | | tutorials.
* (menu-bar-update-buffers, menu-bar-update-buffers): Don't quote lambda.Stefan Monnier2000-06-121-2/+2
|
* (menu-bar-options-menu): Make `mule' always visible.Dave Love2000-04-121-15/+23
| | | | | | Modify `truncate-lines'. Make `describe-language-environment' always visible and add help. Modify `describe-key' help. Invoke Info-directory from `info'. New entry `emacs-manual'.
* Add an entry for PCL-CVS' global menu.Stefan Monnier2000-03-221-0/+3
|
* (menu-bar-goto-menu) [next-tag, next-tag-otherw]:Eli Zaretskii2000-02-201-2/+4
| | | | | Don't call ring-empty-p unless tags-location-ring is bound. From Noah Friedman <friedman@splode.com>.
* (global-map): Menu-bar items converted to the newEli Zaretskii2000-02-171-272/+548
| | | | | format (menu-item..., rearranged for better CUA compliance, and their names changed for better clarity. Help strings added.
* (menu-bar-tools-menu): Add EUDC submenu.Gerd Moellmann2000-01-141-0/+2
|
* (menu-bar-tools-menu): Use read-mail-command.Dave Love2000-01-071-1/+1
|
* (menu-bar-edit-menu): Define the Spell submenu evenEli Zaretskii1999-12-121-2/+1
| | | | | if start-process is not bound, since Ispell now supports such platforms as well.
* (menu-bar-manuals-menu): Add view-emacs-problems.Dave Love1999-12-071-0/+2
|
* (menu-bar-mode): Customize.Dave Love1999-11-261-1/+9
|
* (clipboard-yank): Doc fix.Richard M. Stallman1999-01-031-1/+1
|
* (menu-bar-options-menu): Add options for truncate-lines and show-paren.Richard M. Stallman1998-10-211-0/+6
|
* Added entry for Speedbar.Simon Marshall1998-10-051-0/+2
|
* (menu-bar-mode): Doc fix.Richard M. Stallman1998-07-021-2/+2
|
* (menu-bar-kill-ring-save): Fix message typo.Richard M. Stallman1998-07-021-1/+1
|
* (menu-bar-edit-menu): Rename Paste most RecentRichard M. Stallman1998-06-301-2/+1
| | | | to simply Paste, and put it above Select and Paste.
* (toggle-case-fold-search): New command.Richard M. Stallman1998-05-241-0/+4
| | | | (menu-bar-options-menu): Put that in the menu.
* *** empty log message ***Dan Nicolaescu1998-05-031-0/+2
|
* (menu-bar-options-menu): Remove "Toggle" from itemRichard M. Stallman1998-03-281-11/+17
| | | | | | | | | names, using buttons instead. (menu-bar-make-toggle): Define a menu-item toggle button. (menu-bar-options-menu [save-place]): (require 'saveplace). (menu-bar-options-menu [toggle-auto-compression], [auto-fill-mode]) (menu-bar-options-menu [toggle-global-lazy-font-lock-mode]): Define a menu-item button.
* (menu-bar-file-menu): Add Recover Session menu item.Richard M. Stallman1998-01-241-0/+17
| | | | | (menu-bar-help-menu): Add Getting New Versions, Copying Conditions and (Non)Warranty menu items.
* Added Print submenu to Edit menu.Simon Marshall1998-01-151-6/+13
|
* (menu-bar-select-yank): Add apropos-inhibit property.Richard M. Stallman1997-12-211-0/+1
|
* Fixed duplicate KEYs in menu-bar-describe-menu.Simon Marshall1997-11-241-3/+3
|
* (menu-bar-help-menu): Reorganize into more submenus.Richard M. Stallman1997-11-241-20/+47
| | | | | | Rename some menu item strings. (menu-bar-manuals-menu, menu-bar-describe-menu): New submenus. Add an Apropos Variables item.
* (menu-bar-options-menu): Simplify global-font-lock-modeRichard M. Stallman1997-09-071-15/+10
| | | | entry using enhanced global-font-lock-mode function.
* (menu-bar-help-menu): Rename info item to "Info (Browse Manuals)".Richard M. Stallman1997-09-031-6/+14
| | | | | | (menu-bar-options-menu): String now "Global Options". Rewrite the font lock toggle to turn off font lock on all buffers. Choose lazy-lock by setting font-lock-support-mode.