From d436d53865993c4cd03177c65104168ad0d81d4c Mon Sep 17 00:00:00 2001 From: "Richard M. Stallman" Date: Wed, 24 Oct 2001 22:57:07 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 13 +++++++++++++ src/ChangeLog | 5 +++++ 2 files changed, 18 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 426434ad8a4..00c81718132 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,18 @@ 2001-10-24 Richard M. Stallman + * facemenu.el (facemenu-unlisted-faces): Improve doc strings + of t and nil values. + (facemenu-set-face): Handle START and END interactively. + (facemenu-set-foreground): Don't use a face; specify color directly. + (facemenu-set-background): Likewise. + (facemenu-set-face-from-menu): Doc fix. + (facemenu-active-faces): Use face-attribute-vector + to handle bare attributes not in faces. + (facemenu-get-face): Don't handle face names fg:... and bg:... + specially. + (facemenu-add-new-face): New argument MENU. + New way to handle adding colors to the color menus. + * env.el (substitute-env-vars): Quote the arg to rx. 2001-10-24 Sam Steingold diff --git a/src/ChangeLog b/src/ChangeLog index 747fb9c11b5..457118c4aaf 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,8 @@ +2001-10-24 Richard M. Stallman + + * xfaces.c (Fface_attributes_as_vector): New function. + (syms_of_xfaces): defsubr it. + 2001-10-24 Pavel Jan,Bm(Bk * dispnew.c (sync_window_with_frame_matrix_rows): Remove unused -- 2.39.5