1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-16 09:50:25 +00:00
Commit Graph

193 Commits

Author SHA1 Message Date
Pavel Janík
c2ca4babdc (menu-bar-options-save): Add `default-frame-alist' to saved variables.
(menu-bar-showhide-scroll-bar-menu): Use frame-parameters instead of the
variable `scroll-bar-mode'.
2002-01-29 14:19:21 +00:00
Pavel Janík
008cea2cfa (menu-bar-help-menu): Change menu-item "Show Emacs Version" to "About
Emacs".
2002-01-29 13:55:43 +00:00
Pavel Janík
a27aa3204e (menu-bar-showhide-scroll-bar-menu): Quote `window-system'. 2002-01-27 14:19:16 +00:00
Pavel Janík
25fe14a0f0 (menu-bar-scroll-bar-right)
(menu-bar-scroll-bar-left, menu-bar-scroll-bar-none)
(showhide-menu-bar): New functions.
(menu-bar-showhide-menu): New submenu "Show/Hide".
(menu-bar-showhide-scroll-bar-menu): "Scroll-bar" submenu of "Show/Hide".
Update copyright notice.
2002-01-27 11:17:39 +00:00
Richard M. Stallman
6fa4074323 (menu-bar-mode): Make arg optional. 2001-12-10 20:39:26 +00:00
Eli Zaretskii
5275d6a8c3 (menu-bar-read-lispref, menu-bar-read-lispintro)
(menu-bar-read-emacs-man, search-emacs-glossary)
(emacs-index-search, elisp-index-search): New functions.
(apropso-documentation, apropos, apropos-value, apropos-variable)
(apropos-commands): Modify menu item names and help text.
(elisp-index-search, emacs-index-search, emacs-glossary): New
menu items.
(menu-bar-manuals-menu): Move the Ordering Manuals item to a
submenu.
(info-elisp, info-elintro): New menu items.
(apropos): Modify the menu item name.
2001-11-30 10:23:23 +00:00
Sam Steingold
df5bde6d9a (menu-bar-apropos-menu): Moved all `apropos' bindings here.
(menu-bar-help-menu): Added `menu-bar-apropos-menu'.
2001-11-25 05:46:35 +00:00
Richard M. Stallman
75547194d3 (menu-bar-update-buffers-1): Don't pad the buffer name. 2001-11-17 22:30:16 +00:00
Stefan Monnier
84932bf6ac (menu-bar-edit-menu) <copy>: Put an explicit key binding. 2001-11-15 20:34:35 +00:00
Eli Zaretskii
721c26b86b (menu-bar-edit-menu): Don't use x-selection-exists-p if
it is not fboundp.
(clipboard-yank): Ditto.
2001-11-11 14:02:54 +00:00
Stefan Monnier
32993295b9 (minibuffer-local-*map): Take inheritance into account. 2001-10-12 19:59:43 +00:00
Eli Zaretskii
e5b3142402 Minor fixes for text of help-echo in some options. 2001-09-23 11:59:20 +00:00
Eli Zaretskii
2eef02ab27 Fix separators in the Edit menu. Bring "Fill" near "Text Properties". 2001-09-04 08:10:29 +00:00
Eli Zaretskii
19bd58e821 (menu-bar-edit-menu) <yank-menu, yank>: Mention
"yank" in the help-echo text.  Suggested by Pavel Janik <Pavel@Janik.cz>.
2001-09-02 13:19:33 +00:00
Eli Zaretskii
b2408b0fa7 Capitalize Transient Make. 2001-08-31 10:01:47 +00:00
Eli Zaretskii
79f5f9ec95 (menu-bar-options-menu) <transient-mark-mode>: Fix
the menu entry to mention transient-mark-mode.
2001-08-31 07:33:26 +00:00
Gerd Moellmann
53ca4610ef (menu-bar-options-menu): Make option text, messages
and tooltips more consistent.  From "Marshall, Simon"
<Simon.Marshall@midas-kapiti.com>.
2001-08-29 15:15:41 +00:00
Andreas Schwab
d004e96a07 (toggle-highlight-paren-mode): Use `(show-paren-mode)' as body. 2001-07-30 19:09:07 +00:00
Pavel Janík
5553563924 Some fixes to follow coding conventions in files maintained by FSF. 2001-07-15 16:15:35 +00:00
Richard M. Stallman
e8dd28e747 (menu-bar-make-toggle): Construct the
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.
2001-06-22 20:06:07 +00:00
Eli Zaretskii
5f0e1d4262 (toggle-debug-on-quit, toggle-debug-on-error): Doc fix. 2001-06-22 10:38:20 +00:00
Gerd Moellmann
ac0a46469f (menu-bar-help-menu): Add an item for ordering
manuals from the FSF.
2001-02-22 11:17:41 +00:00
Gerd Moellmann
ee1dbcebdc (menu-bar-update-buffers): Add optional parameter
FORCE.  If set, update the menu even if frame-or-buffer-changed-p
returns nil.
2001-02-20 15:25:06 +00:00
Dave Love
dfe5e27fc1 (menu-bar-select-frame): Adjust for
last-command-event being a frame name.
(menu-bar-update-buffers): Build frame menu (like the buffer menu)
using frame names.
2001-02-13 19:18:01 +00:00
Gerd Moellmann
438c2df049 (menu-bar-files-menu): Add menu items for
Postscript printing in black and white.
2001-01-29 14:59:34 +00:00
Stefan Monnier
d918e2dcea (minibuffer maps): Use dolist rather than mapcar. 2000-11-03 22:28:30 +00:00
Dave Love
ae65cd8467 Modify some menu item help strings.
(menu-bar-help-menu): Add link to MORE.STUFF.
2000-10-26 21:51:22 +00:00
Gerd Moellmann
83de0a1878 (menu-bar-options-menu): Add a help string for
`uniquify'.
2000-10-25 12:13:52 +00:00
Eli Zaretskii
e4ca8f8c2e (send-mail-item-name): New function.
(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.
2000-10-09 10:28:16 +00:00
Gerd Moellmann
7a98d82123 (menu-bar-files-menu): Disable ``Save'' if
current buffer has no file name.
2000-09-15 20:28:56 +00:00
Eli Zaretskii
0a1f9f1d9e (read-mail-item-name): New function.
(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.
2000-09-07 17:14:55 +00:00
Dave Love
dbcee71a27 (menu-bar-options-menu): Fix the font-lock toggle. 2000-09-07 13:51:59 +00:00
Gerd Moellmann
ce9561acfd (menu-bar-update-buffers): Call frame-parameter
instead of frame-parameters.
2000-09-07 10:40:33 +00:00
Eli Zaretskii
968280cc5f (menu-bar-help-menu): Add a :help string. 2000-08-11 07:49:47 +00:00
Eli Zaretskii
7bff37dc16 (menu-bar-games-menu): Add Zone. 2000-08-04 08:34:51 +00:00
Noah Friedman
db3ca487f6 (menu-bar-files-menu [recover-session]): Make sure auto save directory
exists before calling directory-files.
2000-07-24 00:28:27 +00:00
Eli Zaretskii
496b749108 (menu-bar-edit-menu [mark-whole-buffer]): Change name to "Select All". 2000-06-28 04:48:17 +00:00
Gerd Moellmann
b2df30a65d (menu-bar-tools-menu): Call read-mail-command
interactively.
2000-06-26 13:09:24 +00:00
Gerd Moellmann
c17f27f009 (menu-bar-edit-menu): Add menu item for marking
the whole buffer.
2000-06-19 16:05:18 +00:00
Dave Love
48c9f05418 (menu-bar-options-menu): Capitalize "Save Options". 2000-06-19 15:36:47 +00:00
Dave Love
10013d74ed (menu-bar-options-save): New function.
(menu-bar-options-menu): Use it.
(menu-bar-options-menu) <toggle-global-lazy-font-lock-mode>: Simplify.
2000-06-19 14:55:15 +00:00
Gerd Moellmann
451ec4e3a3 (menu-bar-help-menu): Add menu item for non-English
tutorials.
2000-06-15 19:52:15 +00:00
Stefan Monnier
f2116cf90d (menu-bar-update-buffers, menu-bar-update-buffers): Don't quote lambda. 2000-06-12 05:19:26 +00:00
Dave Love
506c6d61a6 (menu-bar-options-menu): Make `mule' always visible.
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'.
2000-04-12 18:26:04 +00:00
Stefan Monnier
eccd9bd5a3 Add an entry for PCL-CVS' global menu. 2000-03-22 03:05:09 +00:00
Eli Zaretskii
0ae278818a (menu-bar-goto-menu) [next-tag, next-tag-otherw]:
Don't call ring-empty-p unless tags-location-ring is bound.
From Noah Friedman <friedman@splode.com>.
2000-02-20 12:22:14 +00:00
Eli Zaretskii
7f315c7cd9 (global-map): Menu-bar items converted to the new
format (menu-item..., rearranged for better CUA compliance, and
their names changed for better clarity.  Help strings added.
2000-02-17 11:08:09 +00:00
Gerd Moellmann
39d632fad8 (menu-bar-tools-menu): Add EUDC submenu. 2000-01-14 12:03:53 +00:00
Dave Love
1804e74006 (menu-bar-tools-menu): Use read-mail-command. 2000-01-07 12:55:26 +00:00
Eli Zaretskii
01511f50e3 (menu-bar-edit-menu): Define the Spell submenu even
if start-process is not bound, since Ispell now supports such
platforms as well.
1999-12-12 13:15:07 +00:00