comparison lisp/ChangeLog @ 42984:069f39874fde

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Sat, 26 Jan 2002 23:08:16 +0000
parents 41ffbfee5d0b
children 51ad1ea00be6
comparison
equal deleted inserted replaced
42983:f939e64a198b 42984:069f39874fde
1 2002-01-26 Evgeny Roubinchtein <evgenyr@cs.washington.edu>
2
3 * pc-select.el (pc-selection-mode-hook)
4 (pc-select-saved-settings-alist, pc-select-map)
5 (pc-select-saved-global-map, pc-select-key-bindings-alist)
6 (pc-select-default-key-bindings, pc-select-extra-key-bindings)
7 (pc-select-meta-moves-sexps-key-bindings)
8 (pc-select-tty-key-bindings, pc-select-old-M-delete-binding):
9 New variables.
10 (pc-select-define-keys, pc-select-restore-keys): New functions.
11 (pc-select-add-to-alist, pc-select-save-and-set-var)
12 (pc-select-save-and-set-mode, pc-select-restore-var)
13 (pc-select-restore-mode): New macros.
14 (pc-selection-mode): Completely rewrote the body of the function;
15 the main goal was to make pc-selection-mode "turn-off"-able, like
16 other minor modes. Use define-minore-mode instead of just a
17 defun. Store the key bindings into four alists:
18 pc-select-default-key-bindings, pc-select-extra-key-bindings,
19 pc-select-meta-moves-sexps-key-bindings, and
20 pc-select-tty-key-bindings; then have the pc-select-define-keys
21 function walk those alists instead of calling define-key
22 repeatedly. When the mode is turned on, set the
23 keybindings in global-map and remember the old keybindings; when
24 the mode is turned off, restore the previously-saved keybindings.
25 (pc-selection-mode defcustom): Reflect the fact that the mode is
26 now "turn-off"-able.
27
1 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il> 28 2002-01-26 Eli Zaretskii <eliz@is.elta.co.il>
2 29
3 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval 30 * eshell/esh-cmd.el (eshell-eval-command): If eshell-resume-eval
4 returns t, don't treat that as an error. 31 returns t, don't treat that as an error.
5 32