Mercurial > emacs
diff src/ChangeLog @ 56978:229351c08a59
*** empty log message ***
author | Luc Teirlinck <teirllm@auburn.edu> |
---|---|
date | Wed, 08 Sep 2004 02:30:12 +0000 |
parents | 5b47e4751161 |
children | ef2bf59ff39e |
line wrap: on
line diff
--- a/src/ChangeLog Wed Sep 08 02:26:27 2004 +0000 +++ b/src/ChangeLog Wed Sep 08 02:30:12 2004 +0000 @@ -1,3 +1,18 @@ +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 + `buffer-auto-save-file-format'. + (syms_of_fileio): Delete DEFVAR_LISP for auto-save-file-format. + 2004-09-07 Jason Rumney <jasonr@gnu.org> * w32term.h (AppendMenuW_Proc): Move declaration from w32menu.c.