From a020987fb78247c6454e8b5a483907bdbf71c70b Mon Sep 17 00:00:00 2001 From: Luc Teirlinck Date: Wed, 8 Sep 2004 03:26:24 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 4 ++++ lisp/ChangeLog | 4 ++++ lispref/ChangeLog | 9 +++++++++ src/ChangeLog | 2 -- 4 files changed, 17 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 021b9f32efa..9765b900e5a 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -2226,6 +2226,10 @@ configuration files. * 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 diff --git a/lisp/ChangeLog b/lisp/ChangeLog index a37e803d11e..d06f94a9a14 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,7 @@ +2004-09-07 Luc Teirlinck + + * format.el (buffer-auto-save-file-format): Make it permanent local. + 2004-09-07 Kim F. Storm * emacs-lisp/authors.el (authors-aliases): Add more aliases. diff --git a/lispref/ChangeLog b/lispref/ChangeLog index 234cc779019..7eb522400d6 100644 --- a/lispref/ChangeLog +++ b/lispref/ChangeLog @@ -1,3 +1,12 @@ +2004-09-07 Luc Teirlinck + + * 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 * abbrevs.texi (Abbrev Expansion): `abbrev-start-location' can be diff --git a/src/ChangeLog b/src/ChangeLog index 498af248e85..dea219368b4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,12 +1,10 @@ 2004-09-07 Luc Teirlinck * 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 -- 2.39.2