From: Richard M. Stallman Date: Mon, 19 May 2003 14:52:43 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~10070 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=af253914f217ccfbc2fcae37d96e8adbd7163bc0;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 146813e5718..e90f4445ce0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2003-05-19 Richard M. Stallman + + * net/goto-addr.el (goto-address-fontify-maximum-size): + Value t means no limit. + (goto-address-fontify): Implement that feature. + + * emacs-lisp/find-func.el (find-function-on-key): + Move the call to find-function-other-window outside + the save-excursion. + + * find-file.el (ff-special-constructs): Delete the Ada entry. + + * faces.el (x-create-frame-with-faces): + Don't call face-set-after-frame-default. + (face-set-after-frame-default): Copy attrs of global `default' + face to FRAME's `default' face. + 2003-05-19 Joe Kelsey * skeleton.el (skeleton-internal-1): Allow - as alternate diff --git a/lispref/ChangeLog b/lispref/ChangeLog index ce6030c78a1..aba1d98718b 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,7 @@ +2003-05-19 Richard M. Stallman + + * elisp.texi: Correct invariant section names. + 2003-04-20 Richard M. Stallman * os.texi (Timers): Explain about timers and quitting. diff --git a/src/ChangeLog b/src/ChangeLog index bebd44753dc..345332affc4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,12 @@ +2003-05-19 Richard M. Stallman + + * xfaces.c (Finternal_set_lisp_face_attribute): Handle Qunspecified + as value for QCfont attribute. + (realize_default_face): lface should already exist; crash if not. + Specify 0 for FORCE_P when calling set_lface_from_font_name. + + * frame.c (Fignore_event): Doc fix. + 2003-05-19 Kenichi Handa * coding.c (decode_coding_string): Handle post-read-conversion