From: Richard M. Stallman Date: Sun, 21 Nov 2004 00:47:35 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: ttn-vms-21-2-B4~3793 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=fd6866c86dc0f28c483acc091915cfc2a48e90b9;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index cb6d32a458a..0a7537c9bef 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,5 +1,9 @@ 2004-11-20 Richard M. Stallman + * emacs-lisp/bytecomp.el (byte-compile-form): + Move the calls to byte-compile-set-symbol-position, + to avoid having two for the same symbol occurrence. + * comint.el (comint-input-ring-size): Increase to 150. * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): diff --git a/lispref/ChangeLog b/lispref/ChangeLog index fa5ca38e4e2..f792c8d4c38 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,5 +1,9 @@ 2004-11-20 Richard M. Stallman + * Makefile.in (elisp): New target. + (dist): Depend on $(infodir)/elisp, not elisp. + Copy the info files from $(infodir). + * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in read-from-minibuffer. diff --git a/man/ChangeLog b/man/ChangeLog index 791c386832d..9bf33e9b8b9 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,7 @@ +2004-11-20 Richard M. Stallman + + * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line. + 2004-11-09 Lars Brinkhoff * building.texi (Lisp Eval): Delete hyphen in section name. diff --git a/src/ChangeLog b/src/ChangeLog index a01cbece1a7..299217c925d 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,10 +1,12 @@ -2004-11-16 Stefan Monnier +2004-11-20 Stefan Monnier * minibuf.c (Fminibuffer_complete_and_exit): Fixup the case of the completed value, for case-indep completion. 2004-11-20 Richard M. Stallman + * lisp.h (Fread_from_minibuffer): Add arg in decl. + * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed. (Fread_from_minibuffer): New ark KEEP_ALL. Callers changed.