From 08ba3862e35117bcbdc395173368ed2313d79b22 Mon Sep 17 00:00:00 2001 From: Gerd Moellmann Date: Tue, 5 Sep 2000 15:57:18 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 7 +++++++ src/ChangeLog | 5 +++++ 2 files changed, 12 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index e70a4123ddf..7525999db14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,10 @@ +2000-09-05 Gerd Moellmann + + * faces.el (set-face-attribute, face-spec-reset-face) + (face-spec-set): Avoid consing by removing calls to `apply'. + + * frame.el (frame-parameter): Move to C code. + 2000-09-05 Dave Love * help.el (help-manyarg-func-alist): Add ml-prefix-argument-loop, diff --git a/src/ChangeLog b/src/ChangeLog index bbaf75874fe..c97898e70d7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,5 +1,10 @@ 2000-09-05 Gerd Moellmann + * frame.c (Qdisplay_type): New variable. + (syms_of_frame_1): Initialize it. + (Fframe_parameter): New function that avoids consing. + (syms_of_frame): Defsubr it. + * buffer.c (Fother_buffer): Consider buffers as invisible when they are displayed in a window on an invisible frame. -- 2.39.2