diff options
| author | Richard M. Stallman | 2003-12-29 11:29:18 +0000 |
|---|---|---|
| committer | Richard M. Stallman | 2003-12-29 11:29:18 +0000 |
| commit | 7abd90ea9841ef2a09c1226dd3163b15e617d6b3 (patch) | |
| tree | d5eb343a29e87573d76707d04429542f545d7820 /src/ChangeLog | |
| parent | dea7e2ba8497d12ccbaf648253a10573220516b6 (diff) | |
| download | emacs-7abd90ea9841ef2a09c1226dd3163b15e617d6b3.tar.gz emacs-7abd90ea9841ef2a09c1226dd3163b15e617d6b3.zip | |
(store_symval_forwarding): Handle setting default-fill-column, etc.,
by changing buffers that use the default.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 119a849ba8d..17135ca34c7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2003-12-29 Richard M. Stallman <rms@gnu.org> | ||
| 2 | |||
| 3 | * data.c (store_symval_forwarding): Handle setting | ||
| 4 | default-fill-column, etc., by changing the value in | ||
| 5 | buffers that use the default. | ||
| 6 | |||
| 7 | * minibuf.c (Fset_minibuffer_window): Doc fix. | ||
| 8 | |||
| 9 | * fileio.c (choose_write_coding_system): Ignore auto_saving | ||
| 10 | if using the visited file for auto saves. | ||
| 11 | (Fwrite_region): Don't update SAVE_MODIFF | ||
| 12 | if auto-saving in visited file. | ||
| 13 | |||
| 1 | 2003-12-29 Kenichi Handa <handa@m17n.org> | 14 | 2003-12-29 Kenichi Handa <handa@m17n.org> |
| 2 | 15 | ||
| 3 | * dispextern.h (face_font_available_p): Extern it. | 16 | * dispextern.h (face_font_available_p): Extern it. |
| @@ -16,6 +29,14 @@ | |||
| 16 | 29 | ||
| 17 | * xfaces.c (face_font_available_p): New function. | 30 | * xfaces.c (face_font_available_p): New function. |
| 18 | 31 | ||
| 32 | 2003-12-28 Richard M. Stallman <rms@gnu.org> | ||
| 33 | |||
| 34 | * buffer.c (Fother_buffer): Don't crash if BUF is nil | ||
| 35 | or if its name is nil. | ||
| 36 | |||
| 37 | * buffer.c (Fkill_buffer): Don't delete auto-save file | ||
| 38 | if it's the same as the visited file. | ||
| 39 | |||
| 19 | 2003-12-28 Luc Teirlinck <teirllm@auburn.edu> | 40 | 2003-12-28 Luc Teirlinck <teirllm@auburn.edu> |
| 20 | 41 | ||
| 21 | * coding.c (Fcheck_coding_system): Doc fix. | 42 | * coding.c (Fcheck_coding_system): Doc fix. |