aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--lisp/ChangeLog5
-rw-r--r--src/ChangeLog3
2 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 25cea086cb8..d737fa22455 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12000-07-18 Gerd Moellmann <gerd@gnu.org>
2
3 * faces.el (face-font-selection-order)
4 (face-font-family-alternatives): Add custom type.
5
12000-07-18 Dave Love <fx@gnu.org> 62000-07-18 Dave Love <fx@gnu.org>
2 7
3 * cus-edit.el (custom-variable-reset-saved) 8 * 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 @@
12000-07-18 Gerd Moellmann <gerd@gnu.org> 12000-07-18 Gerd Moellmann <gerd@gnu.org>
2 2
3 * dispnew.c (update_text_area): Write the whole row if it
4 has mouse-face in it.
5
3 * xfaces.c (face-alternative-font-family-alist): Remove 6 * xfaces.c (face-alternative-font-family-alist): Remove
4 DEFVAR_LISP; staticpro instead. 7 DEFVAR_LISP; staticpro instead.
5 8