comparison lisp/ChangeLog @ 40277:61a533745adf

*** empty log message ***
author Richard M. Stallman <rms@gnu.org>
date Wed, 24 Oct 2001 22:57:07 +0000
parents 03eaa14e9bac
children ec4224073236
comparison
equal deleted inserted replaced
40276:f53d3da02996 40277:61a533745adf
1 2001-10-24 Richard M. Stallman <rms@gnu.org> 1 2001-10-24 Richard M. Stallman <rms@gnu.org>
2
3 * facemenu.el (facemenu-unlisted-faces): Improve doc strings
4 of t and nil values.
5 (facemenu-set-face): Handle START and END interactively.
6 (facemenu-set-foreground): Don't use a face; specify color directly.
7 (facemenu-set-background): Likewise.
8 (facemenu-set-face-from-menu): Doc fix.
9 (facemenu-active-faces): Use face-attribute-vector
10 to handle bare attributes not in faces.
11 (facemenu-get-face): Don't handle face names fg:... and bg:...
12 specially.
13 (facemenu-add-new-face): New argument MENU.
14 New way to handle adding colors to the color menus.
2 15
3 * env.el (substitute-env-vars): Quote the arg to rx. 16 * env.el (substitute-env-vars): Quote the arg to rx.
4 17
5 2001-10-24 Sam Steingold <sds@gnu.org> 18 2001-10-24 Sam Steingold <sds@gnu.org>
6 19