# HG changeset patch # User John Paul Wallington # Date 1053976803 0 # Node ID e72f6ced64ab89073c1f87086d5ee0925a4e1085 # Parent e57c833c70539a5948dbee9f97af9c8b0b24eb21 *** empty log message *** diff -r e57c833c7053 -r e72f6ced64ab lisp/ChangeLog --- a/lisp/ChangeLog Mon May 26 19:19:06 2003 +0000 +++ b/lisp/ChangeLog Mon May 26 19:20:03 2003 +0000 @@ -1,3 +1,8 @@ +2003-05-26 John Paul Wallington + + * faces.el (display-supports-face-attributes-p): Doc fix. + (x-create-frame-with-faces): Call `face-set-after-frame-default'. + 2003-05-26 Kai Gro,A_(Bjohann * bindings.el (global-map): Don't bind S-. Too many diff -r e57c833c7053 -r e72f6ced64ab src/ChangeLog --- a/src/ChangeLog Mon May 26 19:19:06 2003 +0000 +++ b/src/ChangeLog Mon May 26 19:20:03 2003 +0000 @@ -1,3 +1,7 @@ +2003-05-26 John Paul Wallington + + * xfns.c (Fx_create_frame): Don't call Qface_set_after_frame_default. + 2003-05-25 Stefan Monnier * window.c (Fset_window_buffer): Add type of `keep_margins'.