summaryrefslogtreecommitdiff
path: root/lisp/menu-bar.el
Commit message (Collapse)AuthorAgeFilesLines
* (menu-bar-games-menu): Fix typo in menu help string.Juanma Barranquero2005-06-161-1/+1
|
* (menu-bar-make-toggle): Remove stray backslash.Luc Teirlinck2005-06-121-1/+1
| | | | A newline is needed in the docstring there.
* (menu-bar-options-save, menu-bar-showhide-menu): Add size-indication-mode.Lute Kamstra2005-04-211-3/+8
|
* (menu-bar-options-save, menu-bar-showhide-menu):Nick Roberts2005-04-211-1/+8
| | | | Add tooltip-mode.
* (menu-bar-file-menu): Remove ellipsis from "Recover Crashed Session".Juri Linkov2005-03-281-9/+9
| | | | | | | | | | | (menu-bar-search-menu): Add ellipsis to "Search tagged files". (menu-bar-replace-menu): Add ellipsis to "Replace in tagged files". (menu-bar-goto-menu): Add ellipsis to "Set Tags File Name". (menu-bar-goto-menu): Add ellipsis to "Tags Apropos". (menu-bar-options-menu): Add ellipsis to "Set Font/Fontset". (menu-bar-manuals-menu): Add ellipsis to "Find Command in Manual". (menu-bar-manuals-menu): Add ellipsis to "Find Key in Manual". (menu-bar-help-menu): Remove ellipsis from "Find Emacs Packages".
* (showhide-date-time): Remove.Stefan Monnier2005-03-221-13/+6
| | | | | (menu-bar-showhide-menu): Use menu-bar-make-mm-toggle. (menu-bar-make-mm-toggle): Simplify.
* * menu-bar.el (menu-bar-file-menu): Add the same :enable toJan Djärv2005-03-061-0/+2
| | | | "Open Directory" as for "Open File".
* (menu-bar-make-mm-toggle): Doc fix.Luc Teirlinck2005-03-051-2/+11
| | | | | (menu-bar-options-save): Add blink-cursor-mode. (menu-bar-options-menu): Add blink-cursor-mode.
* (menu-bar-select-frame): FRAME defaults to selected.Richard M. Stallman2005-02-161-3/+5
|
* (menu-bar-options-save): Add fringe-indicators.Kim F. Storm2004-11-281-1/+87
| | | | | | | | | | | (menu-bar-showhide-fringe-ind-menu): New keymap. (menu-bar-showhide-fringe-ind-empty) (menu-bar-showhide-fringe-ind-mixed) (menu-bar-showhide-fringe-ind-box) (menu-bar-showhide-fringe-ind-right) (menu-bar-showhide-fringe-ind-left) (menu-bar-showhide-fringe-ind-none): New defuns. (menu-bar-showhide-fringe-menu): Add "Indicators" sub-menu.
* (menu-bar-options-save): For the optionsRichard M. Stallman2004-11-271-3/+8
| | | | | that are toggled with menu-bar-make-mm-toggle, don't check for customized-value prop.
* (menu-bar-file-menu): Make this the real nameRichard M. Stallman2004-11-081-28/+28
| | | | | and menu-bar-files-menu the alias. Use the former. (global-map): Use `file', not `files', as the symbol.
* * files.el (find-file-existing): New function.Jan Djärv2004-11-021-2/+7
| | | | | | | | * menu-bar.el (menu-bar-files-menu): Make "Open File..." call find-file-existing. Add "New File..." that calls find-file. * dired.el (dired-read-dir-and-switches): Call read-driectory-name instead of read-file-name.
* (menu-bar-make-toggle): Instead of interactive-p,Richard M. Stallman2004-10-261-4/+6
| | | | use an arg set non-nil by the interactive spec.
* (menu-bar-options-menu): Change menu text for CUA.Kim F. Storm2004-04-301-1/+1
|
* (menu-bar-update-buffers): Call copy-sequence so "Buffers" won't be pure.Richard M. Stallman2004-04-201-1/+2
|
* (menu-bar-showhide-menu): Amend date and time labelDave Love2003-09-011-5/+7
| | | | and :help; also line and column numbers labels.
* Add arch taglinesMiles Bader2003-09-011-0/+1
|
* * menu-bar.el (menu-bar-options-menu): Supply a body for theKarl Fogel2003-08-121-1/+6
| | | | | | [save-place] binding in the Options menu. Have it require 'saveplace' and then toggle the variable manually, to avoid an an unbound variable error. Thanks to <Sebastien.Kirche@sage.com> for the bug report.
* (menu-bar-tools-menu): Minor change in strings.Richard M. Stallman2003-07-251-2/+2
|
* (menu-bar-options-menu): Move mouse-set-fonts item here.Richard M. Stallman2003-06-281-0/+5
|
* (ispell-menu-bar): Don't autoload.Stefan Monnier2003-06-161-4/+2
| | | | (cvs-global-menu): Use the function rather than the variable.
* (menu-bar-options-menu) <cua-mode>: Use menu-bar-make-mm-toggle.Stefan Monnier2003-05-131-17/+4
|
* * startup.el (command-line): Call menu-bar-mode with 1 instead of t.Jan Djärv2003-03-011-49/+32
| | | | | * menu-bar.el (menu-bar-mode): Change to define-minor-mode and initialize as for tool-bar-mode.
* (Revert Buffer): Condition on buffer-file-number.Richard M. Stallman2003-02-231-1/+1
|
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-1/+1
|
* (menu-bar-left-scroll-bar): Set `scroll-bar-mode'John Paul Wallington2003-01-021-1/+1
| | | | to `left'.
* (menu-bar-describe-menu): Add "What's This?" item.Richard M. Stallman2002-11-241-1/+6
|
* (menu-bar-options-menu): Improve tooltip string.Richard M. Stallman2002-11-181-1/+1
|
* (menu-bar-search-menu): Nicer help string.Richard M. Stallman2002-09-181-1/+1
|
* (menu-bar-last-search-type): New var.Kim F. Storm2002-09-151-78/+109
| | | | | | | | | | | | | | | | (nonincremental-repeat-search-forward) (nonincremental-repeat-search-backward): Repeat string or regexp search depending on menu-bar-last-search-type. (nonincremental-search-forward, nonincremental-re-search-forward) (nonincremental-search-backward, nonincremental-re-search-backward): Set menu-bar-last-search-type to string or regexp. (nonincremental-repeat-re-search-forward): Removed. (nonincremental-repeat-re-search-backward): Removed. (menu-bar-replace-menu): New keymap for "Edit->Replace" submenu. (menu-bar-i-search-menu): New keymap for "Incremental Search" submenu. (menu-bar-adv-search-menu): Removed. (menu-bar-search-menu): Reorganized. (menu-bar-edit-menu): Added "Replace" submenu.
* (menu-bar-make-mm-toggle): Don't put a quote befor FNAMERichard M. Stallman2002-09-151-1/+1
| | | | when it's not being evaluated.
* (line-number-mode, column-number-mode)Stefan Monnier2002-09-111-43/+34
| | | | | | (transient-mark-mode): Use minor mode directly. (menu-bar-make-toggle): Remove `props' arg. Move customize-mark-as-set directly into the toggle function.
* (menu-bar-make-mm-toggle): New macro.Stefan Monnier2002-09-061-58/+51
| | | | | | | | (showhide-menu-bar, showhide-toolbar, menu-bar-toggle-auto-compression) (toggle-highlight-paren-mode, toggle-global-lazy-font-lock-mode): Remove. Use the minor mode function directly instead. (menu-bar-mode): Add message and customize-mark-as-set and return the new value as do other minor modes.
* (menu-bar-read-mail): Doc fix.Markus Rost2002-08-301-1/+1
|
* (fringe-mode): Set to nil.Richard M. Stallman2002-08-171-0/+4
|
* (menu-bar-next-tag-other-window, menu-bar-next-tag)Richard M. Stallman2002-08-151-67/+99
| | | | | | | | | | | | | | | | | (menu-bar-right-scroll-bar, menu-bar-left-scroll-bar) (menu-bar-no-scroll-bar, menu-bar-toggle-auto-compression) (menu-bar-toggle-cua-mode, menu-bar-read-mail) (menu-bar-help-extra-packages, help-with-tutorial-spec-language) (menu-bar-text-mode-auto-fill): New commands, used in menu bar menus instead of lambda expressions. (menu-bar-showhide-fringe-menu-customize-left) (menu-bar-showhide-fringe-menu-customize-right) (menu-bar-showhide-fringe-menu-customize-disable) (menu-bar-showhide-fringe-menu-customize-reset): Doc fixes. (menu-bar-options-menu): Use toggle-truncate-lines. (showhide-date-time): Call customize-mark-as-set.
* 2002-06-30 Simon Josefsson <jas@extundo.com>Simon Josefsson2002-06-301-8/+8
| | | | | * menu-bar.el (menu-bar-options-menu): Move elisp mode names from menu entry into balloon help.
* (menu-bar-showhide-fringe-menu): Don't use `fringe-mode'Stefan Monnier2002-06-121-4/+8
| | | | without first making sure it's bound.
* (menu-bar-showhide-fringe-menu): Use defvar.Richard M. Stallman2002-05-301-1/+1
|
* (menu-bar-showhide-fringe-menu-customize-left)Miles Bader2002-05-251-3/+6
| | | | | | | (menu-bar-showhide-fringe-menu-customize-right) (menu-bar-showhide-fringe-menu-customize-disable): Use proper calling convention for `customize-set-value'. Require `fringe' before setting variable.
* (menu-bar-options-save): Add fringe-mode.Simon Josefsson2002-05-241-1/+62
| | | | | (menu-bar-showhide-fringe-menu): New menu. (menu-bar-showhide-menu): Add Fringe sub-menu.
* (menu-bar-tools-menu) <calculator>: Renamed to "Simple Calculator".Colin Walters2002-05-161-3/+6
| | | | (menu-bar-tools-menu) <calc>: New.
* (menu-bar-showhide-scroll-bar-menu)Eli Zaretskii2002-05-101-26/+20
| | | | | | | | | | (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.
* (menu-bar-make-toggle): Added optional PROPS arg.Kim F. Storm2002-05-011-3/+16
| | | | | | (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.
* (menu-bar-custom-menu): Change "Recently Changed Options"Kim F. Storm2002-04-301-4/+9
| | | | | | to "New Options..."; rephrase tooltip. Rephrase tooltip for "Specific Option...". Added "Saved Options" item. [from Simon Marshall]
* (menu-bar-update-buffers): Add menu items Next Buffer and Previous Buffer.Richard M. Stallman2002-04-271-0/+10
|
* (menu-bar-adv-search-menu, menu-bar-adv-search-menu): Improve the help text.Eli Zaretskii2002-04-241-2/+2
|
* (buffers-menu-show-directories, buffers-menu-show-status): New variables.Miles Bader2002-04-241-10/+44
| | | | (menu-bar-update-buffers-1): Use them.
* (menu-bar-update-buffers-1): Make sure `uniquify-buffer-name-style' is bound.Miles Bader2002-04-241-1/+2
|