aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/bindings.el
Commit message (Expand)AuthorAgeFilesLines
* (help-echo): Change tooltip string.Richard M. Stallman2002-12-211-1/+1
* (mode-name): Moved mark as risky-local-variable to files.el.Kim F. Storm2002-11-141-2/+0
* (mode-name): Mark it as risky-local-variable.Juanma Barranquero2002-11-111-1/+3
* (mode-line-change-eol, mode-line-eol-desc-cache, mode-line-eol-desc): New.Stefan Monnier2002-11-021-5/+38
* (mode-line-format): Moved global-mode-string last.Kim F. Storm2002-08-211-5/+8
* Remove macro related bindings (now in kmacro.el).Kim F. Storm2002-08-201-4/+0
* (help-echo): If global-mode-string is non-nil,Richard M. Stallman2002-07-291-0/+1
* (mode-line-format): Handle vc-mode specially.Richard M. Stallman2002-07-291-4/+6
* (last-buffer): Use buffer-list with frame arg.Richard M. Stallman2002-07-211-11/+11
* (last-buffer): Add missing frame argument.Juanma Barranquero2002-07-181-1/+1
* (last-buffer): Handle buffer-list and buffer-predicateRichard M. Stallman2002-07-181-4/+20
* (completion-ignored-extensions): Add .gmo and .mo.Richard M. Stallman2002-07-061-0/+2
* (mode-line-mode-menu): Update names to reflect latest changes.Pavel Janík2002-04-161-2/+2
* (mode-line-mule-info): Use :propertize, not :eval.Richard M. Stallman2002-03-281-8/+6
* (mode-line-mule-info): In computing help-echo prop,Richard M. Stallman2002-03-161-12/+10
* (mode-line-minor-mode-keymap): Definition moved up.Richard M. Stallman2002-02-131-44/+23
* (mode-line-copied-mode-name): New variable.Richard M. Stallman2002-01-221-19/+10
* (function-key-map): Don't bind shifted keypad numeric keys.Eli Zaretskii2002-01-021-8/+11
* (minibuffer-local-map): Undo last change.Stefan Monnier2001-12-051-1/+0
* (minibuffer-local-map): Bind TAB to insert-tab.Stefan Monnier2001-12-021-0/+1
* doc tweakSam Steingold2001-11-251-1/+1
* (last-buffer, unbury-buffer): Doc fixes.Richard M. Stallman2001-11-241-3/+3
* (last-buffer, unbury-buffer): New functions.Sam Steingold2001-11-191-6/+15
* Comment change.Richard M. Stallman2001-11-171-3/+3
* (mode-line-mode-name): Only put the help-echo propertyStefan Monnier2001-11-171-31/+45
* (mode-line-frame-identification): Add doc string.Richard M. Stallman2001-10-311-12/+27
* (ctl-x-map): Add binding for C-x (, C-x ) and C-x e.Stefan Monnier2001-10-311-0/+3
* (exec-suffixes): Initialize to a system-dependent value.Stefan Monnier2001-10-141-0/+8
* (completion-ignored-extensions) [ms-dos, windows-nt]:Eli Zaretskii2001-10-141-4/+4
* (esc-map): Revert `j' and `C-j' bindings toStefan Monnier2001-10-141-2/+2
* (minibuffer-local-map): Also bind next, C-n, C-s, prior,Stefan Monnier2001-10-121-9/+9
* (completion-ignored-extensions): CL-relatedSam Steingold2001-10-121-9/+11
* Remove no-byte-compile from file local variablesGerd Moellmann2001-10-051-2/+0
* (mode-line-coding-system-map): New variable.Gerd Moellmann2001-08-301-3/+19
* (mode-line-unbury-buffer): Add EVENT parameter.Gerd Moellmann2001-08-221-8/+23
* (minor-mode-alist): Use mode-line-minor-mode-keymapGerd Moellmann2001-08-091-28/+22
* (make-mode-line-mouse-map): Renamed fromGerd Moellmann2001-08-091-23/+24
* (mode-line-format): Specify help-echo for lineGerd Moellmann2001-08-091-3/+3
* Bind shifted and control-shifted kp-* keys to theEli Zaretskii2001-08-011-0/+32
* Emacs lisp coding convention fixes.Pavel Janík2001-07-141-2/+2
* (mode-line-mule-info): Don't show the tip withEli Zaretskii2001-07-061-6/+9
* (mode-line-modified): Unify help messages.Gerd Moellmann2001-04-091-1/+1
* (mode-line-mode-menu): `glasses-mode' might be unbound.Stefan Monnier2001-03-191-3/+1
* (features): Add `md5' and `overlay' to the list.Gerd Moellmann2001-03-141-1/+3
* Define `kp-delete' like `delete' in function-key-map.Gerd Moellmann2001-01-311-1/+1
* Bind <backspace> and <delete> via function-key-map.Gerd Moellmann2001-01-161-2/+5
* (global-map): Bind <home> to beginning-of-line,Gerd Moellmann2001-01-091-2/+4
* ([C-backspace]): Bind C-backspace to kill-word.Gerd Moellmann2000-12-221-1/+2
* (ctl-x-map): Bind `delete' to backward-delete-char.Gerd Moellmann2000-12-141-1/+1
* (mode-line-mode-menu): Add glasses-mode.Gerd Moellmann2000-12-071-0/+3