From: Gerd Moellmann Date: Tue, 18 Jul 2000 19:43:58 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.90~2745 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=dc1cac5985c88bc22d4e241989a3dc566bf8d7f2;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 25cea086cb8..d737fa22455 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,8 @@ +2000-07-18 Gerd Moellmann + + * faces.el (face-font-selection-order) + (face-font-family-alternatives): Add custom type. + 2000-07-18 Dave Love * cus-edit.el (custom-variable-reset-saved) diff --git a/src/ChangeLog b/src/ChangeLog index bfcf0ce93c9..d236750cf9e 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,8 @@ 2000-07-18 Gerd Moellmann + * dispnew.c (update_text_area): Write the whole row if it + has mouse-face in it. + * xfaces.c (face-alternative-font-family-alist): Remove DEFVAR_LISP; staticpro instead.