]> git.eshelyaron.com Git - emacs.git/commitdiff
*** empty log message ***
authorLuc Teirlinck <teirllm@auburn.edu>
Wed, 8 Sep 2004 03:26:24 +0000 (03:26 +0000)
committerLuc Teirlinck <teirllm@auburn.edu>
Wed, 8 Sep 2004 03:26:24 +0000 (03:26 +0000)
etc/NEWS
lisp/ChangeLog
lispref/ChangeLog
src/ChangeLog

index 021b9f32efa0b5e535b29adca07f146c7c966bc6..9765b900e5a63ed59b5d1703f417e687289e5c0f 100644 (file)
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -2226,6 +2226,10 @@ configuration files.
 \f
 * Lisp Changes in Emacs 21.4
 
++++
+** `auto-save-file-format' has been renamed to
+`buffer-auto-save-file-format' and made into a permanent local.
+
 +++
 ** Both the variable and the function `disabled-command-hook' have
 been renamed to `disabled-command-function'.  The variable
index a37e803d11e8377e645da0db6406de8774583f00..d06f94a9a1473f02262b3b6193825c0e970d9778 100644 (file)
@@ -1,3 +1,7 @@
+2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * format.el (buffer-auto-save-file-format): Make it permanent local.
+
 2004-09-07  Kim F. Storm  <storm@cua.dk>
 
        * emacs-lisp/authors.el (authors-aliases): Add more aliases.
index 234cc77901973981fb0a977395ee946071ddce4b..7eb522400d6209c9254c4eea60bbeb4da54cb389 100644 (file)
@@ -1,3 +1,12 @@
+2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
+
+       * locals.texi (Standard Buffer-Local Variables): Add
+       `buffer-auto-save-file-format'.
+       * internals.texi (Buffer Internals): Describe new
+       auto_save_file_format field of the buffer structure.
+       * files.texi (Format Conversion): `auto-save-file-format' has been
+       renamed `buffer-auto-save-file-format'.
+
 2004-08-27  Luc Teirlinck  <teirllm@auburn.edu>
 
        * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be
index 498af248e85a3be38b23d2e06561c7ba54dd1468..dea219368b4c779a791fe38534b5fb9341091f8c 100644 (file)
@@ -1,12 +1,10 @@
 2004-09-07  Luc Teirlinck  <teirllm@auburn.edu>
 
        * buffer.h (struct buffer): Add auto_save_file_format field.
-
        * buffer.c (reset_buffer, init_buffer_once): Handle
        auto_save_file_format field.
        (syms_of_buffer): Add DEFVAR_PER_BUFFER for
        `buffer-auto-save-file-format'.
-
        * fileio.c: Delete declaration for removed Vauto_save_file_format.
        (build_annotations): Adapt to replacement of
        `auto-save-file-format' with the new buffer-local variable