Mercurial > emacs
changeset 53366:68a9f6cc8cd5
*** empty log message ***
author | Richard M. Stallman <rms@gnu.org> |
---|---|
date | Mon, 29 Dec 2003 11:29:18 +0000 |
parents | 3ca4a81861a1 |
children | fbdcff26f02a |
files | src/ChangeLog |
diffstat | 1 files changed, 21 insertions(+), 0 deletions(-) [+] |
line wrap: on
line diff
--- a/src/ChangeLog Mon Dec 29 11:26:22 2003 +0000 +++ b/src/ChangeLog Mon Dec 29 11:29:18 2003 +0000 @@ -1,3 +1,16 @@ +2003-12-29 Richard M. Stallman <rms@gnu.org> + + * data.c (store_symval_forwarding): Handle setting + default-fill-column, etc., by changing the value in + buffers that use the default. + + * minibuf.c (Fset_minibuffer_window): Doc fix. + + * fileio.c (choose_write_coding_system): Ignore auto_saving + if using the visited file for auto saves. + (Fwrite_region): Don't update SAVE_MODIFF + if auto-saving in visited file. + 2003-12-29 Kenichi Handa <handa@m17n.org> * dispextern.h (face_font_available_p): Extern it. @@ -16,6 +29,14 @@ * xfaces.c (face_font_available_p): New function. +2003-12-28 Richard M. Stallman <rms@gnu.org> + + * buffer.c (Fother_buffer): Don't crash if BUF is nil + or if its name is nil. + + * buffer.c (Fkill_buffer): Don't delete auto-save file + if it's the same as the visited file. + 2003-12-28 Luc Teirlinck <teirllm@auburn.edu> * coding.c (Fcheck_coding_system): Doc fix.