aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRichard M. Stallman2004-11-21 00:47:35 +0000
committerRichard M. Stallman2004-11-21 00:47:35 +0000
commitfd6866c86dc0f28c483acc091915cfc2a48e90b9 (patch)
tree2ce558ff4c177b901a29b1d696636054427bf12d
parent0b46acbff5889afe9442a588880e1f8e19ec8e30 (diff)
downloademacs-fd6866c86dc0f28c483acc091915cfc2a48e90b9.tar.gz
emacs-fd6866c86dc0f28c483acc091915cfc2a48e90b9.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog4
-rw-r--r--lispref/ChangeLog4
-rw-r--r--man/ChangeLog4
-rw-r--r--src/ChangeLog4
4 files changed, 15 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index cb6d32a458a..0a7537c9bef 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,9 @@
12004-11-20 Richard M. Stallman <rms@gnu.org> 12004-11-20 Richard M. Stallman <rms@gnu.org>
2 2
3 * emacs-lisp/bytecomp.el (byte-compile-form):
4 Move the calls to byte-compile-set-symbol-position,
5 to avoid having two for the same symbol occurrence.
6
3 * comint.el (comint-input-ring-size): Increase to 150. 7 * comint.el (comint-input-ring-size): Increase to 150.
4 8
5 * hexl.el (hexl-mode-old-hl-line-mode, hexl-mode-old-ruler-mode): 9 * 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 @@
12004-11-20 Richard M. Stallman <rms@gnu.org> 12004-11-20 Richard M. Stallman <rms@gnu.org>
2 2
3 * Makefile.in (elisp): New target.
4 (dist): Depend on $(infodir)/elisp, not elisp.
5 Copy the info files from $(infodir).
6
3 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in 7 * minibuf.texi (Text from Minibuffer): Document KEEP-ALL arg in
4 read-from-minibuffer. 8 read-from-minibuffer.
5 9
diff --git a/man/ChangeLog b/man/ChangeLog
index 791c386832d..9bf33e9b8b9 100644
--- a/man/ChangeLog
+++ b/man/ChangeLog
@@ -1,3 +1,7 @@
12004-11-20 Richard M. Stallman <rms@gnu.org>
2
3 * text.texi (Fill Prefix): M-q doesn't apply fill prefix to first line.
4
12004-11-09 Lars Brinkhoff <lars@nocrew.org> 52004-11-09 Lars Brinkhoff <lars@nocrew.org>
2 6
3 * building.texi (Lisp Eval): Delete hyphen in section name. 7 * 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 @@
12004-11-16 Stefan Monnier <monnier@iro.umontreal.ca> 12004-11-20 Stefan Monnier <monnier@iro.umontreal.ca>
2 2
3 * minibuf.c (Fminibuffer_complete_and_exit): 3 * minibuf.c (Fminibuffer_complete_and_exit):
4 Fixup the case of the completed value, for case-indep completion. 4 Fixup the case of the completed value, for case-indep completion.
5 5
62004-11-20 Richard M. Stallman <rms@gnu.org> 62004-11-20 Richard M. Stallman <rms@gnu.org>
7 7
8 * lisp.h (Fread_from_minibuffer): Add arg in decl.
9
8 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed. 10 * minibuf.c (read_minibuf): New arg KEEP_ALL. Callers changed.
9 (Fread_from_minibuffer): New ark KEEP_ALL. Callers changed. 11 (Fread_from_minibuffer): New ark KEEP_ALL. Callers changed.
10 12