]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 16:19:49 +0000 (16:19 +0000)
committerRichard M. Stallman <rms@gnu.org>
Mon, 20 Sep 2004 16:19:49 +0000 (16:19 +0000)
admin/FOR-RELEASE
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
man/ChangeLog

index 65ff3a31e3ccdd13fc95318dedac4a3a34fb8f2f..a50e471501fd0621e1e5b8f7bb8e2ff42099d30b 100644 (file)
@@ -54,7 +54,7 @@ DONE1 DONE2   SECTION
                man/anti.texi
 LT             man/basic.texi
 LT             man/buffers.texi
-               man/building.texi
+               man/building.texi   "Ted Zlatanov" <tzz@lifelogs.com>
                man/calendar.texi
                man/cmdargs.texi
 LT             man/commands.texi
index c0dc82e7924dee709644568392c92a3144734d32..ad0b0a3d122682b29d92045545039953f0232e2d 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -98,6 +98,10 @@ types any more.  Add -DUSE_LISP_UNION_TYPE if you want union types.
 \f
 * Changes in Emacs 21.4
 
++++
+** In processing a local variables list, Emacs strips the prefix and
+suffix are from every line before processing all the lines.
+
 +++
 ** `apply-macro-to-region-lines' now operates on all lines that begin
 in the region, rather than on all complete lines in the region.
@@ -244,6 +248,7 @@ The new file etc/compilation.txt gives examples of each type of message.
 
 ** Compilation mode enhancements:
 
++++
 *** New user option `compilation-environment'.
 This option allows you to specify environment variables for inferior
 compilation processes without affecting the environment that all
index 95cd807ebccd01f3510e76a15d1b84f4cc3fda5b..599eb0a385455b601dae0a013ac45558fdbdcd95 100644 (file)
@@ -1,3 +1,31 @@
+2004-09-20  Richard M. Stallman  <rms@gnu.org>
+
+       * bindings.el (scroll-left): Make it disabled.
+
+       * files.el (enable-local-eval): Doc fix.
+
+       * indent.el (move-to-left-margin): Special case for minibuffer.
+
+       * term.el (term-emulate-terminal): Turn off undo for output.
+       Use with-current-buffer and save-selected-window.
+
+       * eshell/esh-ext.el (eshell-explicit-command-char): Doc fix.
+
+       * progmodes/make-mode.el (makefile-fill-paragraph): 
+       Don't insist on spaces when looking for comments.  # is enough.
+       
+       * files.el (hack-local-variables): Copy the variables list
+       to another buffer, strip prefixes and suffixes there, then read.
+       (enable-local-eval): Doc fix.
+       (ignored-local-variables): Initialize to nil.
+       (risky-local-variable-p): Don't check ignored-local-variables here.
+       (hack-one-local-variable): Ignore var if in ignored-local-variables.
+
+2004-09-20  Dan Nicolaescu  <dann@ics.uci.edu>
+
+       * progmodes/sh-script.el (sh-mode-default-syntax-table): Set syntax
+       of = to "." (punctuation).
+
 2004-09-19  Stefan  <monnier@iro.umontreal.ca>
 
        * subr.el (event-basic-type): Fix mask (extend to 22bits).
        * desktop.el (desktop-clear-preserve-buffers):
        Remove make-obsolete-variable.
 
+2004-09-08  Richard M. Stallman  <rms@gnu.org>
+
+       * buff-menu.el (list-buffers-noselect): Call format-mode-line
+       with the buffer as argument.
+
 2004-09-08  Stefan Monnier  <monnier@iro.umontreal.ca>
 
        * vc-arch.el (vc-arch-state): Fix parsing for `names' method.
index 56edf46be59683add43326461fd2fa10a2e6df97..994f3b3199ff39adb821fd25948a629a5163e275 100644 (file)
@@ -1,3 +1,8 @@
+2004-09-20  Richard M. Stallman  <rms@gnu.org>
+
+       * commands.texi (Key Sequence Input):
+       Clarify downcasing in read-key-sequence.
+
 2004-09-08  Juri Linkov  <juri@jurta.org>
 
        * minibuf.texi (Minibuffer History): Add `history-delete-duplicates'.
index 75e8d3d7c768c7977585238f16501c989412db66..2e59da4e0f1903de4bc563cc51393c58e0e42afb 100644 (file)
@@ -1,3 +1,13 @@
+2004-09-20  Richard M. Stallman  <rms@gnu.org>
+
+       * custom.texi (Hooks): Explain using setq to clear out a hook.
+       (File Variables): Explain multiline string constants.
+       (Non-ASCII Rebinding): Explain when you need to update
+       non-ASCII char codes in .emacs.
+
+       * building.texi (Compilation): Explain how to make a silent
+       subprocess that won't be terminated.  Explain compilation-environment.
+
 2004-09-13  Kim F. Storm  <storm@cua.dk>
 
        * mini.texi (Repetition): Rename isearch-resume-enabled to