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.