]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Sun, 21 Nov 2004 00:47:35 +0000 (00:47 +0000)
committerRichard M. Stallman <rms@gnu.org>
Sun, 21 Nov 2004 00:47:35 +0000 (00:47 +0000)
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog
src/ChangeLog

index cb6d32a458a05816af8227040442c77c3ca579e1..0a7537c9bef81c52e045279b26cfb10d52218169 100644 (file)
@@ -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): 
index fa5ca38e4e27574fba9d325056d936643c638d03..f792c8d4c38130d78764605c0ea535add8705a0c 100644 (file)
@@ -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.
 
index 791c386832dc8754e052a81a5b408460d84fccd5..9bf33e9b8b94d3c827e2339aed2711e54a26e887 100644 (file)
@@ -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.
index a01cbece1a7d3be8cece435653b4ed012eca75ba..299217c925d8511c513c8bcec697ee63e1f9eb59 100644 (file)
@@ -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.