From bfa025635408c58b385d7a7b64e13cf1c8fd3ec6 Mon Sep 17 00:00:00 2001 From: "Kim F. Storm" Date: Tue, 14 Sep 2004 20:03:34 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 4 ++++ src/ChangeLog | 11 ++++++++++- 2 files changed, 14 insertions(+), 1 deletion(-) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 8eafef3771e..bba5b368d84 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-09-14 Kim F. Storm + + * faces.el (cursor): Add face-no-inherit property. Doc fix. + 2004-09-14 Simon Josefsson * files.el (auto-mode-alist): Map .soa and .zone to dns-mode. diff --git a/src/ChangeLog b/src/ChangeLog index 7e3d4ee465b..2a61f030055 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2004-09-14 Kim F. Storm + + * xfaces.c (Qface_no_inherit): New var. + (syms_of_xfaces): Intern and staticpro it. + (Finternal_make_lisp_face, Finternal_set_lisp_face_attribute) + (Finternal_copy_lisp_face, update_face_from_frame_parameter): + Don't increment face_change_count when face has non-nil + face-no-inherit property. + 2004-09-13 Stefan Monnier * bytecode.c (BYTE_CODE_QUIT): Add missing AFTER_POTENTIAL_GC. @@ -12512,7 +12521,7 @@ 2002-02-15 Andreas Schwab - * puresize.h (BASE_PURESIZE): Increase to 9/5. + * puresize.h (PURESIZE_RATIO): Increase to 9/5. * alloc.c (NSTATICS): Increase to 1280. -- 2.39.2