Mercurial > emacs
comparison 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 |
comparison
equal
deleted
inserted
replaced
56977:87de6585e906 | 56978:229351c08a59 |
---|---|
1 2004-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 | |
1 2004-09-07 Jason Rumney <jasonr@gnu.org> | 16 2004-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. |
4 | 19 |
5 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle | 20 * w32fns.c (w32_wnd_proc) [WM_MEASUREITEM, WM_DRAWITEM]: Handle |