comparison lisp/ChangeLog @ 96442:55e5e3d0a166

*** empty log message ***
author Juri Linkov <juri@jurta.org>
date Mon, 30 Jun 2008 19:40:47 +0000
parents 3dc335bd8a91
children 10b6d5ab8f11
comparison
equal deleted inserted replaced
96441:40356b7a4808 96442:55e5e3d0a166
1 2008-06-30 Juri Linkov <juri@jurta.org>
2
3 * faces.el (face-name-history): New variable.
4 (make-face, make-empty-face): Replace interactive spec "S"
5 with `read-from-minibuffer' where `read' arg is t and
6 `hist' arg is `face-name-history'.
7 (read-face-name): Set `hist' arg of `completing-read-multiple'
8 to `face-name-history'.
9 (list-faces-display): Use `read-regexp' instead of `read-string'
10 to read regexp.
11
12 * hi-lock.el (hi-lock-regexp-history): Make it an obsolete alias
13 to `regexp-history'.
14 (hi-lock-face-history): Rename to `hi-lock-face-defaults' and
15 make it an obsolete alias to it.
16 (hi-lock-face-defaults): New variable renamed from
17 `hi-lock-face-history'.
18 (hi-lock-line-face-buffer, hi-lock-face-buffer)
19 (hi-lock-face-phrase-buffer): Use `read-regexp' instead of
20 `read-from-minibuffer'. Doc fix.
21 (hi-lock-read-face-name): Replace `hi-lock-face-history' with
22 `hi-lock-face-defaults'. Remove `mapcar (lambda (f) (cons f f))'.
23 Set `hist' arg of `completing-read' to `face-name-history'.
24 Put a list of default faces to `default' arg instead of `hist' arg.
25
26 * bindings.el (abbrev-map, narrow-map): New variables.
27 Bind `C-x a' to `abbrev-map' and `C-x n' to `narrow-map'.
28 Rebind related commands to these new maps.
29 (ctl-x-r-map): New variable for rectangle, register and bookmark
30 keys. Move rectangle keybindings to rect.el and register
31 keybindings to register.el.
32 (next-buffer, previous-buffer): Remove C-x prefix and move
33 keybindings to ctl-x-map.
34
35 * bookmark.el: Rebind three global `C-x r' keys "b", "m", "l"
36 to the new map `ctl-x-r-map' in autoload cookies.
37
38 * expand.el: Rebind two global `C-x a' keys "n", "p"
39 to the new map `abbrev-map' in autoload cookies.
40
41 * rect.el: Bind global keys to ctl-x-r-map in autoload cookies.
42
43 * register.el: Bind global keys to ctl-x-r-map in autoload cookies.
44
1 2008-06-30 Miles Bader <miles@gnu.org> 45 2008-06-30 Miles Bader <miles@gnu.org>
2 46
3 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character 47 * net/rcirc.el (rcirc-markup-attributes): Don't skip a character
4 after processing an escape sequence. 48 after processing an escape sequence.
5 49