1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-12-01 08:17:38 +00:00
Commit Graph

217 Commits

Author SHA1 Message Date
Eli Zaretskii
5f7b6438fb (menu-bar-showhide-scroll-bar-menu)
(menu-bar-showhide-menu): Use display-graphic-p, not
widnow-system.
(menu-bar-showhide-menu) <showhide-menu-bar, showhide-tool-bar>:
Run a named function.
(showhide-menu-bar, showhide-toolbar): Invoke customize-mark-as-set.
(menu-bar-showhide-menu) <column-number-mode, line-number-mode>:
Fix help text.
2002-05-10 09:42:49 +00:00
Kim F. Storm
06753468d3 (menu-bar-make-toggle): Added optional PROPS arg.
(menu-bar-options-save): Added cua-mode.
(menu-bar-options-menu): Added toggle for cua-mode.  Disable
toggle for transient-mark-mode if cua-mode is enabled.
2002-05-01 22:01:16 +00:00
Kim F. Storm
6e0fbd659e (menu-bar-custom-menu): Change "Recently Changed Options"
to "New Options..."; rephrase tooltip.
Rephrase tooltip for "Specific Option...".
Added "Saved Options" item.  [from Simon Marshall]
2002-04-30 20:39:00 +00:00
Richard M. Stallman
332b907c86 (menu-bar-update-buffers): Add menu items Next Buffer and Previous Buffer. 2002-04-27 23:18:21 +00:00
Eli Zaretskii
929fa5ce07 (menu-bar-adv-search-menu, menu-bar-adv-search-menu): Improve the help text. 2002-04-24 17:17:10 +00:00
Miles Bader
68310f2a12 (buffers-menu-show-directories, buffers-menu-show-status): New variables.
(menu-bar-update-buffers-1): Use them.
2002-04-24 05:35:03 +00:00
Miles Bader
7c1fc73398 (menu-bar-update-buffers-1): Make sure `uniquify-buffer-name-style' is bound. 2002-04-24 00:08:34 +00:00
Andreas Schwab
262748c574 (menu-bar-goto-menu): Fix bindings for next-tag and next-tag-otherw. 2002-04-23 15:16:54 +00:00
Miles Bader
68703c1156 (menu-bar-update-buffers-1): Don't display a directory separator if
there's no directory.  Don't display directories at all if uniquify is
active.  Some code cleanup.
(uniquify-buffer-name-style): Declare (but don't initialize).
2002-04-23 14:33:02 +00:00
Miles Bader
887d3c942f (menu-bar-update-buffers): Don't use constant lists for command menu
entries, since the low-level menu code modifies them.  Cache the
resulting list.
(menu-bar-buffers-menu-command-entries): New variable.
2002-04-23 08:36:35 +00:00
Miles Bader
8b621d39e2 (menu-bar-update-buffers): Add `Select Named Buffer'.
Add separator line before commands
Remove old crufty code that tried to line things up by adding
spaces to entries (it doesn't work).
Move `Frames' submenu after the normal buffers, and add a
separator line before it.
(menu-bar-buffers-menu-list-buffers-entry): Variable removed.
2002-04-23 05:02:14 +00:00
Pavel Janík
bc6f379196 (menu-bar-adv-search-menu): Add incremental search. 2002-04-11 13:41:49 +00:00
Richard M. Stallman
39328775af (menu-bar-tools-menu): Rename gdb item to say GDB. 2002-03-31 03:16:26 +00:00
Richard M. Stallman
e51c889c5d (menu-bar-options-menu): Cope if text-mode-hook is not a list. 2002-03-18 09:06:35 +00:00
Per Abrahamsen
9b2d1d408c 2002-02-19 Per Abrahamsen <abraham@dina.kvl.dk>
* facemenu.el (describe-text-mode-map): Removed bootstrap kludge.

	* toolbar/tool-bar.el (tool-bar-mode): Made the standard value t.
	* menu-bar.el (menu-bar-mode): Ditto.
2002-02-19 10:30:30 +00:00
Per Abrahamsen
a9c6d330d5 2002-02-17 Per Abrahamsen <abraham@dina.kvl.dk>
* menu-bar.el (menu-bar-showhide-menu): Added speedbar.
	(menu-bar-tools-menu): Removed speedbar.

	* textmodes/ispell.el (ispell-menu-map): Added `customize-ispell'
	and `flyspell-mode' entries.

	* textmodes/flyspell.el (flyspell): Add to ispell group.
2002-02-17 12:15:17 +00:00
Eli Zaretskii
9a45aa3da0 (menu-bar-tools-menu): Add an item for Calculator. 2002-02-15 13:59:05 +00:00
Per Abrahamsen
0ac1c4cf3a 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
* menu-bar.el (menu-bar-options-save): Removed `truncate-lines'.
	(menu-bar-options-menu): Don't set default value for
	`truncate-lines'.
2002-02-12 16:37:11 +00:00
Per Abrahamsen
f49909700b 2002-02-12 Per Abrahamsen <abraham@dina.kvl.dk>
* menu-bar.el (menu-bar-options-save): Only save
	`current-language-environment' and `default-input-method' when
	marked as customized.

	* international/mule-cmds.el
	(setup-specified-language-environment): Mark
	`current-language-environment' as customized.
	(set-input-method): Mark
	`default-input-method' as customized when called interactively.
	(toggle-input-method): Ditto.
2002-02-12 09:49:46 +00:00
Per Abrahamsen
4f9b906041 2002-02-11 Per Abrahamsen <abraham@dina.kvl.dk>
* toolbar/tool-bar.el (tool-bar-mode): Removed standard value.
	* menu-bar.el (menu-bar-mode): Ditto.
	* cus-edit.el (customize-mark-to-save): Always save variables
	without a standard value.

	* menu-bar.el (menu-bar-make-toggle): Made it aware of customize.
	(menu-bar-options-save): Ditto.
	(menu-bar-showhide-menu): Ditto.
	(menu-bar-options-menu): Ditto.
	(menu-bar-scroll-bar-right, menu-bar-scroll-bar-left,
	menu-bar-scroll-bar-none): Removed.
	(menu-bar-showhide-scroll-bar-menu): Use customize aware lambda
	expressions instead.

	* cus-edit.el (customize-set-value): Return value.
	(customize-set-variable): Ditto.
	(customize-save-variable): Ditto.
	(customize-set-variable): Load dependencies before setting value.
        (custom-load-symbol): Autoload it.
	(customize-mark-as-set): New function.
2002-02-11 16:47:55 +00:00
Pavel Janík
d38c4312e3 (menu-bar-showhide-menu): Rename function for toggling. 2002-02-10 17:28:41 +00:00
Pavel Janík
d0e1c755a1 (menu-bar-options-save): Take care of line-number-mode and
column-number-mode variables.
(menu-bar-showhide-menu): New menu-items "Show Line Number" and "Show
Column Number" in "Show/Hide" menu.
2002-02-09 13:56:42 +00:00
Per Abrahamsen
414fd7021a 2002-02-05 Per Abrahamsen <abraham@dina.kvl.dk>
* cus-edit.el (customize-mark-to-save): New function.
	* menu-bar.el (menu-bar-options-save): Rewrote.
2002-02-07 17:32:18 +00:00
Pavel Janík
40189bd6e9 (menu-bar-help-menu): Use different text for tool-tip.
(menu-bar-options-save): Save also the value of `display-time-mode'.
(showhide-date-time): New function.
(menu-bar-showhide-menu): New menu-item "Date and time".
2002-02-03 11:28:28 +00:00
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