1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-26 19:18:50 +00:00
Commit Graph

180 Commits

Author SHA1 Message Date
Glenn Morris
4837b516ea Replace `iff' in doc-strings and comments. 2007-08-08 07:40:09 +00:00
Glenn Morris
b4aa60262c Switch license to GPLv3 or later. 2007-07-25 04:50:21 +00:00
Kim F. Storm
e3441e506a (ctl-x-map): Remove register compatibility bindings
C-x /, C-x j, C-x x, and C-x g (deprecated since Emacs 19).
2007-02-11 22:11:48 +00:00
Glenn Morris
d7a0267c8d Add 2007 to copyright years. 2007-01-21 03:53:13 +00:00
Juanma Barranquero
f14bbeeb0a (battery-search-for-one-match-in-files): Fix typo in docstring. 2007-01-08 23:00:24 +00:00
Kim F. Storm
653a910045 Bind sigusr1 and sigusr2 in special-event-map instead of global-map. 2006-12-19 15:38:42 +00:00
Kim F. Storm
56c5808a5d (global-map): Bind [signal t] to ignore, to have
user signals ignored by default.
2006-12-04 12:31:38 +00:00
Richard M. Stallman
41929f329c Shorten and clarify usual mode line mouse help string. 2006-11-06 15:49:22 +00:00
Nick Roberts
5400586c9b (mode-line-mode-menu): Remove bindings for global
minor modes (line/column number) as they are on the menubar.
2006-10-25 20:05:53 +00:00
Nick Roberts
1943acf777 (mode-line-mode-menu): List global minor modes
before local ones.
2006-10-23 06:33:25 +00:00
Nick Roberts
9f37aef4f5 (mode-line-mode-menu): Disable auto-revert-tail-mode
indicator if not visiting a file.
2006-10-21 23:42:21 +00:00
Kenichi Handa
f8e85ea8a7 Fix setting self-insert-command for multibyte
characters in global-map.
2006-09-22 12:55:25 +00:00
Stefan Monnier
b14f0dc311 (mode-line-buffer-identification-keymap): Remove duplicate line. 2006-09-14 15:33:19 +00:00
Stefan Monnier
a8b7149d7e (mode-line-buffer-identification-keymap):
Move initialization into declaration.
2006-09-11 07:11:21 +00:00
Chong Yidong
044c297897 * bindings.el: Give mode-line-format, mode-line-modes, and
mode-line-position `standard-value' properties.
2006-08-06 00:32:33 +00:00
Andreas Schwab
3862ba195c (mode-line-format): Simplify reference to vc-mode. 2006-08-02 09:56:16 +00:00
Nick Roberts
0bbb2a3a8d (map): Make mode-line-buffer-identification-keymap
before defining propertized-buffer-identification.
2006-08-02 09:49:08 +00:00
Richard M. Stallman
9593ae179d (mode-line-format): Adjust spacing around vc-mode. 2006-08-02 01:57:45 +00:00
Richard M. Stallman
3bd80f8b6b (mode-line-frame-identification)
(propertized-buffer-identification): Centralize the code
to initialize the variable.
2006-07-29 02:07:22 +00:00
Stefan Monnier
b0c2455471 (minibuffer-local-map): Rebind TAB so it inserts a \t. 2006-07-18 14:39:57 +00:00
Richard M. Stallman
cbfe5f37ef (mode-line-format): Save some mode line space. 2006-06-19 21:49:57 +00:00
Richard M. Stallman
d33c1fcea2 (mode-line-major-mode-keymap): Undo last change.
(mode-line-format): Further help-echo doc fixes.
2006-04-30 01:36:19 +00:00
Richard M. Stallman
af0efc3fd4 (mode-line-major-mode-keymap): Move the major mode menu to Mouse-3.
(help-echo): help-echo doc fixes.
2006-04-30 01:31:55 +00:00
Thien-Thi Nguyen
aaef169dc6 Update years in copyright notice; nfc. 2006-02-06 15:23:23 +00:00
Juri Linkov
4ec983f103 (propertized-buffer-identification): Use face
`mode-line-buffer-id' instead of `Buffer-menu-buffer'.
(mode-line-next-buffer, mode-line-previous-buffer): New functions.
(mode-line-buffer-identification-keymap): For mouse-1 replace
`mode-line-unbury-buffer' with `mode-line-previous-buffer'.
Replace `mode-line-bury-buffer' with `mode-line-next-buffer' for
mouse-3.
2006-01-16 23:50:39 +00:00
Károly Lőrentey
a74f9094c4 2005-12-16 Lőrentey Károly <lorentey@elte.hu>
* bindings.el (last-buffer): Move to simple.el.
	* simple.el (last-buffer): Move here.
	(get-next-valid-buffer): New function.
	(next-buffer): Use frame-local buffer list, maintain buried buffer list.
	(prev-buffer): Ditto. Rename to `previous-buffer'.

	* menu-bar.el (menu-bar-update-buffers): Update references to `prev-buffer'.
	* bindings.el (global-map): Ditto.
2005-12-16 11:35:25 +00:00
Richard M. Stallman
3d88265867 (help-echo): Add %e. 2005-10-28 16:19:16 +00:00
Stefan Monnier
f88febbb69 (global-map): Resync [home] and [end] bindings with C-a and C-e. 2005-10-04 21:50:34 +00:00
Nick Roberts
da16962a8f (mode-line-eol-desc, mode-line-coding-system-map)
(mode-line-mule-info, mode-line-modified): Move bindings from
mouse-3 to mouse-1.
2005-09-15 04:12:27 +00:00
Thien-Thi Nguyen
0d30b33766 Update years in copyright notice; nfc. 2005-08-06 22:13:43 +00:00
Lute Kamstra
086add1519 Update FSF's address. 2005-07-04 23:32:44 +00:00
Richard M. Stallman
8d79731e00 (global-map): Bind insertchar and its variants. 2005-06-28 18:53:30 +00:00
Miles Bader
5715f853a0 Revision: miles@gnu.org--gnu-2005/emacs--cvs-trunk--0--patch-441
Update reference to renamed Buffer-menu-buffer face

2005-06-22  Miles Bader  <miles@gnu.org>

   * lisp/bindings.el (propertized-buffer-identification): Use renamed
   `Buffer-menu-buffer' face.
2005-06-22 09:52:07 +00:00
Andreas Schwab
480c8cd32a Add binding of ESC functionkey' for every M-functionkey'. 2005-06-11 07:14:38 +00:00
Masatake YAMATO
359e4563ca Supprot mouse-face on mode-line.
2005-05-23  Masatake YAMATO  <jet@gyve.org>

	* xdisp.c (note_mode_line_or_margin_highlight): Added code
	for mouse-face. Change the type of the first argument from `window'
	to `List_Object'.
	(note_mouse_highlight): Call note_mode_line_or_margin_highlight with
	window instead of w.

2005-05-23  Masatake YAMATO  <jet@gyve.org>

	* bindings.el (mode-line-major-mode-keymap): Bind
	[mode-line down-mouse-1] to `mouse-major-mode-menu'.

	* faces.el (mode-line-highlight): New face.

	* ruler-mode.el (ruler-mode-ruler): Use mode-line-highlight
	as mouse-face.

	* bindings.el (top-level, help-echo, mode-line-modified)
	(mode-line-mule-info, mode-line-eol-desc): Use mode-line-highlight
	as mouse-face.
2005-05-23 11:19:17 +00:00
Nick Roberts
7917aa57df (mode-line-mode-menu): Remove tooltip-mode. 2005-04-21 00:06:54 +00:00
Kim F. Storm
ad1cc3463c (next-buffer, prev-buffer, next-error)
(scroll-other-window, keyboard-quit, keyboard-escape-quit)
(clone-indirect-buffer-other-window): Move bindings from simple.el.
(next-buffer, prev-buffer): Add C-x C-right and C-x C-left bindings.
(next-error, previous-error): Add M-g M-n/n and M-g M-p/p bindings.
2005-04-19 09:25:32 +00:00
Thien-Thi Nguyen
b9d8ddef39 (completion-ignored-extensions): Remove ".lis" for `vax-vms'. 2005-03-22 17:19:14 +00:00
Richard M. Stallman
231717ee73 (esc-map): Make M-g a prefix. Bind M-g g and M-g M-g to goto-line. 2005-03-17 23:43:17 +00:00
Nick Roberts
a69c614102 (mode-line-mode-menu): Add tooltip-mode to mode-line. 2005-03-09 23:19:31 +00:00
Kim F. Storm
d17a638d58 (global-map): Bind C-a to move-beginning-of-line. 2005-03-07 11:12:21 +00:00
Richard M. Stallman
613f367343 (esc-map): Bind M-g to goto-line. 2005-03-06 20:50:32 +00:00
Stefan Monnier
6455508dc3 (mode-line-mode-menu): Use bound-and-true-p for all the
non-preloaded variables.
2005-01-17 21:18:35 +00:00
Richard M. Stallman
ca0eea298f (mode-line-buffer-identification-keymap):
Don't cancel the mode-line's usual down-mouse-1 binding.
2004-12-13 19:41:34 +00:00
Richard M. Stallman
c77ddea7a7 (global-map): Bind C-e to move-end-of-line. 2004-11-20 19:09:13 +00:00
John Paul Wallington
2e74da96e5 (completion-ignored-extensions): Add .dfsl. 2004-09-20 17:39:21 +00:00
Richard M. Stallman
e980968dc5 (scroll-left): Make it disabled. 2004-09-20 16:14:28 +00:00
Daniel Pfeiffer
c29a05c8f0 (mode-line-mode-menu): Fix alphabetical ordering and add auto-revert-tail-mode. 2004-07-14 21:09:33 +00:00
Eli Zaretskii
7c226e4010 (completion-ignored-extensions): Add file extensions
of Python byte-compiled files.
2004-06-12 10:16:10 +00:00
Juri Linkov
cd8d6674f6 * bindings.el (debug-ignored-errors): Add regexps for history
related messages.  Remove $ from "No further undo information".
Move Ediff's messages to ediff.el.
2004-06-06 02:42:55 +00:00