aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLuc Teirlinck2004-09-08 02:30:12 +0000
committerLuc Teirlinck2004-09-08 02:30:12 +0000
commitf844ba4efd84606ff612639de472c1ac83e7a2b6 (patch)
tree40b81b789a8198dbe2f0e6b62ef47572656d8236 /src/ChangeLog
parent71ed49fa37c34dbedbb38d534a7e6ee0ebdf4832 (diff)
downloademacs-f844ba4efd84606ff612639de472c1ac83e7a2b6.tar.gz
emacs-f844ba4efd84606ff612639de472c1ac83e7a2b6.zip
Delete declaration for removed Vauto_save_file_format.
(build_annotations): Adapt to replacement of `auto-save-file-format' with the new buffer-local variable `buffer-auto-save-file-format'. (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog15
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 08783ab0f8e..498af248e85 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,18 @@
12004-09-07 Luc Teirlinck <teirllm@auburn.edu>
2
3 * buffer.h (struct buffer): Add auto_save_file_format field.
4
5 * buffer.c (reset_buffer, init_buffer_once): Handle
6 auto_save_file_format field.
7 (syms_of_buffer): Add DEFVAR_PER_BUFFER for
8 `buffer-auto-save-file-format'.
9
10 * fileio.c: Delete declaration for removed Vauto_save_file_format.
11 (build_annotations): Adapt to replacement of
12 `auto-save-file-format' with the new buffer-local variable
13 `buffer-auto-save-file-format'.
14 (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format.
15
12004-09-07 Jason Rumney <jasonr@gnu.org> 162004-09-07 Jason Rumney <jasonr@gnu.org>
2 17
3 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c. 18 * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.