# HG changeset patch # User Gerd Moellmann # Date 968169438 0 # Node ID 160321ab5c3dd66354fe7470cc275c1e441b0855 # Parent 0b8165a82e3435c81cca94619d32bf221176eaf2 *** empty log message *** diff -r 0b8165a82e34 -r 160321ab5c3d lisp/ChangeLog --- a/lisp/ChangeLog Tue Sep 05 15:54:58 2000 +0000 +++ b/lisp/ChangeLog Tue Sep 05 15:57:18 2000 +0000 @@ -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 -r 0b8165a82e34 -r 160321ab5c3d src/ChangeLog --- a/src/ChangeLog Tue Sep 05 15:54:58 2000 +0000 +++ b/src/ChangeLog Tue Sep 05 15:57:18 2000 +0000 @@ -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.