Mercurial > emacs
changeset 58378:da1fdf9e696b
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Sun, 21 Nov 2004 00:47:35 +0000 |
parents | 01886d0fea34 |
children | 0f1b514dc439 |
files | lisp/ChangeLog lispref/ChangeLog man/ChangeLog src/ChangeLog |
diffstat | 4 files changed, 15 insertions(+), 1 deletions(-) [+] |
line wrap: on
line diff
--- a/lisp/ChangeLog Sun Nov 21 00:47:13 2004 +0000 +++ b/lisp/ChangeLog Sun Nov 21 00:47:35 2004 +0000 @@ -1,5 +1,9 @@ 2004-11-20 Richard M. Stallman <rms@gnu.org> + * 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):
--- a/lispref/ChangeLog Sun Nov 21 00:47:13 2004 +0000 +++ b/lispref/ChangeLog Sun Nov 21 00:47:35 2004 +0000 @@ -1,5 +1,9 @@ 2004-11-20 Richard M. Stallman <rms@gnu.org> + * 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.
--- a/man/ChangeLog Sun Nov 21 00:47:13 2004 +0000 +++ b/man/ChangeLog Sun Nov 21 00:47:35 2004 +0000 @@ -1,3 +1,7 @@ +2004-11-20 Richard M. Stallman <rms@gnu.org> + + * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line. + 2004-11-09 Lars Brinkhoff <lars@nocrew.org> * building.texi (Lisp Eval): Delete hyphen in section name.
--- a/src/ChangeLog Sun Nov 21 00:47:13 2004 +0000 +++ b/src/ChangeLog Sun Nov 21 00:47:35 2004 +0000 @@ -1,10 +1,12 @@ -2004-11-16 Stefan Monnier <monnier@iro.umontreal.ca> +2004-11-20 Stefan Monnier <monnier@iro.umontreal.ca> * minibuf.c (Fminibuffer_complete_and_exit): Fixup the case of the completed value, for case-indep completion. 2004-11-20 Richard M. Stallman <rms@gnu.org> + * 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.