1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
Commit Graph

283 Commits

Author SHA1 Message Date
Juri Linkov
37fec9becb (menu-bar-edit-menu): Add listp around pending-undo-list to disable
menu item "undo" when pending undo list is empty.
2005-12-09 10:02:19 +00:00
Eli Zaretskii
eeb935fd22 (menu-bar-describe-menu) <list-keybindings>: Mention "keyboard shortcuts"
in the help text.
2005-11-19 11:23:38 +00:00
Richard M. Stallman
957dc1a49d (menu-bar-help-menu): Rename Find Extra Packages to External Packages. 2005-11-16 22:17:29 +00:00
Dan Nicolaescu
dea2460818 (menu-bar-options-menu): Delete "Syntax
Highlighting" entry, it is on by default now.
(menu-bar-options-save): Do not save global-font-lock-mode.
2005-11-14 16:20:34 +00:00
Dan Nicolaescu
cadb1c906a (menu-bar-options-menu): Delete "Syntax
Highlighting" entry, it is on by default now.
2005-11-14 08:03:59 +00:00
Kim F. Storm
899481b730 (menu-bar-options-menu): Show "Shift Movement (CUA)"
item instead of "C-x/C-c/C-v (CUA)" if cua-enable-cua-keys is nil.
2005-11-01 23:21:39 +00:00
Richard M. Stallman
8e7af2c6c5 (menu-bar-help-menu): Say which kind of therapist. 2005-10-25 19:20:22 +00:00
Chong Yidong
24bdbffe0b * menu-bar.el (menu-bar-help-menu): Rename "psychiatrist", in line
with 2005-10-23 change to doctor.el.

	* finder.el (finder-mode-map): Add follow-link binding.
2005-10-24 22:13:08 +00:00
Richard M. Stallman
220602e9d3 (menu-bar-file-menu) <dired>: Change help-echo string.
(menu-bar-file-menu) <new-file>: Likewise.
2005-10-23 18:29:43 +00:00
Bill Wohler
ffda926c9c Moved all remaining images from lisp/toolbar to etc/images, moved
lisp/toolbar/tool-bar to lisp and "deleted" lisp/toolbar. The low
resolution images were placed in their own directory (low-color).
Replaced underscore (_) in filenames with dash (-) per convention

* make-dist: Create and populate etc/images/low-color.

* admin/FOR-RELEASE (DOCUMENTATION): Removed lisp/toolbar from list
  since it's gone. Also marked mh-e as done.

* lisp/toolbar/attach.*, lisp/toolbar/cancel.*, lisp/toolbar/close.*:
* lisp/toolbar/copy.*, lisp/toolbar/cut.*, lisp/toolbar/diropen.*:
* lisp/toolbar/exit.*, lisp/toolbar/help.*, lisp/toolbar/home.*:
* lisp/toolbar/index.*, lisp/toolbar/info.*, lisp/toolbar/mail.*:
* lisp/toolbar/new.*, lisp/toolbar/open.*, lisp/toolbar/paste.*, *
* lisp/toolbar/preferences.*, lisp/toolbar/print.*, lisp/toolbar/save.*:
* lisp/toolbar/saveas.*, lisp/toolbar/search.*:
* lisp/toolbar/search-replace.*: lisp/toolbar/spell.*:
* lisp/toolbar/undo.*: Moved to etc/images.

* lisp/toolbar/lc-copy.*: Moved to etc/images/low-color/copy.*.
* lisp/toolbar/lc-cut.*: Moved to etc/images/low-color/cut.*.
* lisp/toolbar/lc-help.*: Moved to etc/images/low-color/help.*.
* lisp/toolbar/lc-home.*: Moved to etc/images/low-color/home.*.
* lisp/toolbar/lc-index.*: Moved to etc/images/low-color/index.*.
* lisp/toolbar/lc-new.*: Moved to etc/images/low-color/new.*.
* lisp/toolbar/lc-open.*: Moved to etc/images/low-color/open.*.
* lisp/toolbar/lc-paste.*: Moved to etc/images/low-color/paste.*.
* lisp/toolbar/lc-preferences.*: Moved to etc/images/low-color/preferences.*.
* lisp/toolbar/lc-print.*: Moved to etc/images/low-color/print.*.
* lisp/toolbar/lc-save.*: Moved to etc/images/low-color/save.*.
* lisp/toolbar/lc-saveas.*: Moved to etc/images/low-color/saveas.*.
* lisp/toolbar/lc-search.*: Moved to etc/images/low-color/search.*.
* lisp/toolbar/lc-spell.*: Moved to etc/images/low-color/spell.*.
* lisp/toolbar/lc-undo.*: Moved to etc/images/low-color/undo.*.

To conform with convention, the underscore (_) in the following image
names were replaced with dash (-) or (/) as appropriate.

* lisp/toolbar/back_arrow.*: Moved to etc/images/back-arrow.*.
* lisp/toolbar/fld_open.*: Moved to etc/images/fld-open.*.
* lisp/toolbar/fwd_arrow.*: Moved to etc/images/fwd-arrow.*.
* lisp/toolbar/jump_to.*: Moved to etc/images/jump-to.*.
* lisp/toolbar/left_arrow.*: Moved to etc/images/left-arrow.*.
* lisp/toolbar/right_arrow.*: Moved to etc/images/right-arrow.*.
* lisp/toolbar/up_arrow.*: Moved to etc/images/up-arrow.*.
* lisp/toolbar/lc-back_arrow.*.: Moved to etc/images/low-color/back-arrow.*.
* lisp/toolbar/lc-fwd_arrow.*.: Moved to etc/images/low-color/fwd-arrow.*.
* lisp/toolbar/lc-jump_to.*: Moved to etc/images/low-color/jump-to.*.
* lisp/toolbar/lc-left_arrow.*.: Moved to etc/images/low-color/left-arrow.*.
* lisp/toolbar/lc-right_arrow.*.: Moved to etc/images/low-color/right-arrow.*.
* lisp/toolbar/lc-up_arrow.*: Moved to etc/images/low-color/up-arrow.*.
* lisp/toolbar/mail_compose.*.: Moved to etc/images/mail/compose.*.
* lisp/toolbar/mail_send.*: Moved to etc/images/mail/send.*.

* lisp/info.el (info-tool-bar-map): Replaced underscores in image
names with dashes.

* lisp/makefile.w32-in (WINS): Removed toolbar.

* lisp/menu-bar.el: Replaced toolbar/tool-bar.el with tool-bar.el in
comment.

* lisp/tool-bar.el: Moved to lisp from lisp/toolbar. Now that
lisp/toolbar is empty, it should be deleted when folks run "cvs up
-P".

* etc/images/README: Incorporated the content of lisp/toolbar/README
now that all of the images are here.
2005-10-17 22:21:06 +00:00
Eli Zaretskii
92752c3ada (menu-bar-menu-frame-live-and-visible-p)
(menu-bar-non-minibuffer-window-p): New functions.
("Split Window", "Save As..."): Use them.
("Postscript Print Buffer (B+W)", "Postscript Print Buffer")
("Print Buffer", "Truncate Long Lines in this Buffer"):  Use
menu-bar-menu-frame-live-and-visible-p.
("Save Buffer", "Insert File", "Open Directory...")
("Open File...", "Visit New File..."): Use
menu-bar-non-minibuffer-window-p.
(kill-this-buffer-enabled-p, dired <menu-enable>): Use
menu-bar-non-minibuffer-window-p.
2005-09-10 10:55:14 +00:00
Eli Zaretskii
76e4a9fd2a ("Split Window", "Postscript Print Buffer (B+W)")
("Postscript Print Buffer", "Print Region", "Save As...")
("Save", "Insert File...", "Open Directory...")
("Open File...", "Visit New File..."")
("Truncate Long Lines in this Buffer"): Don't look at
menu-updating-frame if this display does not support multiple
frames.
2005-09-09 13:40:46 +00:00
Eli Zaretskii
8248b7cace (truncate-lines, write-file, print-buffer)
(ps-print-buffer-faces, ps-print-buffer, split-window): Disable
menu items when the frame they refer to is invisible, or when they
refer to a buffer and the minibuffer is selected.
2005-08-26 14:11:29 +00:00
Juri Linkov
537fd670e9 (menu-bar-options-menu, menu-bar-options-save):
Delete "Automatic File De/compression" (auto-compression-mode).
2005-08-25 19:11:00 +00:00
Richard M. Stallman
c6a816dfe1 (menu-bar-describe-menu): Delete "What's New".
Rename "Describe Key" to "Describe Key or Mouse Operation".
2005-08-25 11:03:32 +00:00
Luc Teirlinck
1f742f74f5 (menu-bar-options-menu): Standardize capitalization of menu items. 2005-08-11 20:57:36 +00:00
Luc Teirlinck
704c78e9c5 (menu-bar-showhide-menu): Rename "Date, Time and Mail" item to
"Time, Load and Mail".  Change help echo text.
2005-08-11 01:54:40 +00:00
Luc Teirlinck
142b8412ec (menu-bar-options-save): Move `display-time-mode' to correct group: it
is set with `menu-bar-make-mm-toggle' (pointed out by Juri Linkov).
Add `display-battery-mode'.
2005-08-10 00:01:06 +00:00
Juri Linkov
87737bc2a1 (menu-bar-showhide-menu): Add `showhide-battery'. 2005-08-09 21:39:34 +00:00
Richard M. Stallman
a7384d3dc1 (menu-bar-file-menu): Rename some menu items and improve help strings. 2005-08-09 11:28:26 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Luc Teirlinck
622a878599 (menu-bar-options-save): Replace `fringe-indicators'
with `indicate-empty-lines' and `indicate-buffer-boundaries'.
(menu-bar-showhide-fringe-menu): Add new item "Empty line indicators"
running new function `toggle-indicate-empty-lines'.
Rename "Customize" item to "Customize fringe".
Rename "Indicators" item to "Buffer boundaries" and change help echo.
(menu-bar-showhide-fringe-ind-menu): Change several help echos.
Add `menu-bar-showhide-fringe-ind-customize' as "Other (customize)".
Delete "Empty lines only" item.
(menu-bar-showhide-fringe-ind-customize): New function.
(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): Use `indicate-buffer-boundaries'
instead of `fringe-indicators'.
2005-08-06 21:51:38 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Juanma Barranquero
df9b6d77fe (menu-bar-games-menu): Fix typo in menu help string. 2005-06-16 16:02:11 +00:00
Luc Teirlinck
d02c57d351 (menu-bar-make-toggle): Remove stray backslash.
A newline is needed in the docstring there.
2005-06-12 00:04:44 +00:00
Lute Kamstra
e157359534 (menu-bar-options-save, menu-bar-showhide-menu): Add size-indication-mode. 2005-04-21 10:31:01 +00:00
Nick Roberts
73ae229c58 (menu-bar-options-save, menu-bar-showhide-menu):
Add tooltip-mode.
2005-04-21 00:07:38 +00:00
Juri Linkov
bd649ca3ce (menu-bar-file-menu): Remove ellipsis from "Recover Crashed Session".
(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".
2005-03-28 01:16:44 +00:00
Stefan Monnier
4a4a82d641 (showhide-date-time): Remove.
(menu-bar-showhide-menu): Use menu-bar-make-mm-toggle.
(menu-bar-make-mm-toggle): Simplify.
2005-03-22 19:44:38 +00:00
Jan Djärv
bf7970c564 * menu-bar.el (menu-bar-file-menu): Add the same :enable to
"Open Directory" as for "Open File".
2005-03-06 20:18:06 +00:00
Luc Teirlinck
7faa9d0221 (menu-bar-make-mm-toggle): Doc fix.
(menu-bar-options-save): Add blink-cursor-mode.
(menu-bar-options-menu): Add blink-cursor-mode.
2005-03-05 01:18:06 +00:00
Richard M. Stallman
f48e845f51 (menu-bar-select-frame): FRAME defaults to selected. 2005-02-16 09:47:37 +00:00
Kim F. Storm
f748174960 (menu-bar-options-save): Add fringe-indicators.
(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.
2004-11-28 00:56:43 +00:00
Richard M. Stallman
5373d675b5 (menu-bar-options-save): For the options
that are toggled with menu-bar-make-mm-toggle, don't check
for customized-value prop.
2004-11-27 19:01:02 +00:00
Richard M. Stallman
b23b6fecf7 (menu-bar-file-menu): Make this the real name
and menu-bar-files-menu the alias.  Use the former.
(global-map): Use `file', not `files', as the symbol.
2004-11-08 16:44:15 +00:00
Jan Djärv
46bfc73bed * files.el (find-file-existing): New function.
* 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.
2004-11-02 07:57:53 +00:00
Richard M. Stallman
da67fa9af8 (menu-bar-make-toggle): Instead of interactive-p,
use an arg set non-nil by the interactive spec.
2004-10-26 08:31:40 +00:00
Kim F. Storm
4bf6af929c (menu-bar-options-menu): Change menu text for CUA. 2004-04-30 21:44:12 +00:00
Richard M. Stallman
d08fd12f3a (menu-bar-update-buffers): Call copy-sequence so "Buffers" won't be pure. 2004-04-20 20:54:00 +00:00
Dave Love
e3fa3057d7 (menu-bar-showhide-menu): Amend date and time label
and :help; also line and column numbers labels.
2003-09-01 18:48:10 +00:00
Miles Bader
ab5796a9f9 Add arch taglines 2003-09-01 15:45:59 +00:00
Karl Fogel
aef1a2e639 * menu-bar.el (menu-bar-options-menu): Supply a body for the
[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.
2003-08-12 05:14:49 +00:00
Richard M. Stallman
ee103a412e (menu-bar-tools-menu): Minor change in strings. 2003-07-25 07:03:21 +00:00
Richard M. Stallman
3f9f1c1fba (menu-bar-options-menu): Move mouse-set-fonts item here. 2003-06-28 11:54:09 +00:00
Stefan Monnier
9817a6a3ee (ispell-menu-bar): Don't autoload.
(cvs-global-menu): Use the function rather than the variable.
2003-06-16 20:30:31 +00:00
Stefan Monnier
c960446b52 (menu-bar-options-menu) <cua-mode>: Use menu-bar-make-mm-toggle. 2003-05-13 19:13:13 +00:00
Jan Djärv
8ab9589dfc * startup.el (command-line): Call menu-bar-mode with 1 instead of t.
* menu-bar.el (menu-bar-mode): Change to define-minor-mode
and initialize as for tool-bar-mode.
2003-03-01 15:55:04 +00:00
Richard M. Stallman
59dac63b7f (Revert Buffer): Condition on buffer-file-number. 2003-02-23 15:17:29 +00:00
Juanma Barranquero
f1180544bb Trailing whitespace deleted. 2003-02-04 12:29:42 +00:00
John Paul Wallington
0e5ddee193 (menu-bar-left-scroll-bar): Set `scroll-bar-mode'
to `left'.
2003-01-02 16:08:15 +00:00