diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 43 |
1 files changed, 43 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index f471cc99230..121142703c9 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,46 @@ | |||
| 1 | 2003-12-29 James Clark <jjc@jclark.com> (tiny change) | ||
| 2 | |||
| 3 | * fns.c (internal_equal): Return t for two NaN arguments. | ||
| 4 | |||
| 5 | 2003-12-29 Richard M. Stallman <rms@gnu.org> | ||
| 6 | |||
| 7 | * data.c (store_symval_forwarding): Handle setting | ||
| 8 | default-fill-column, etc., by changing the value in | ||
| 9 | buffers that use the default. | ||
| 10 | |||
| 11 | * minibuf.c (Fset_minibuffer_window): Doc fix. | ||
| 12 | |||
| 13 | * fileio.c (choose_write_coding_system): Ignore auto_saving | ||
| 14 | if using the visited file for auto saves. | ||
| 15 | (Fwrite_region): Don't update SAVE_MODIFF | ||
| 16 | if auto-saving in visited file. | ||
| 17 | |||
| 18 | 2003-12-29 Kenichi Handa <handa@m17n.org> | ||
| 19 | |||
| 20 | * dispextern.h (face_font_available_p): Extern it. | ||
| 21 | |||
| 22 | * fontset.c (Voverriding_fontspec_alist): New variable. | ||
| 23 | (lookup_overriding_fontspec): New function. | ||
| 24 | (fontset_ref_via_base): Call lookup_overriding_fontspec if | ||
| 25 | necessary. | ||
| 26 | (fontset_font_pattern): Likewise. | ||
| 27 | (regulalize_fontname): New function. | ||
| 28 | (Fset_fontset_font): Call regulalize_fontname. | ||
| 29 | (Fset_overriding_fontspec_internal): New function. | ||
| 30 | (syms_of_fontset): Initialize and staticprop | ||
| 31 | Voverriding_fontspec_alist. Defsubr | ||
| 32 | Sset_overriding_fontspec_internal. | ||
| 33 | |||
| 34 | * xfaces.c (face_font_available_p): New function. | ||
| 35 | |||
| 36 | 2003-12-28 Richard M. Stallman <rms@gnu.org> | ||
| 37 | |||
| 38 | * buffer.c (Fother_buffer): Don't crash if BUF is nil | ||
| 39 | or if its name is nil. | ||
| 40 | |||
| 41 | * buffer.c (Fkill_buffer): Don't delete auto-save file | ||
| 42 | if it's the same as the visited file. | ||
| 43 | |||
| 1 | 2003-12-28 Luc Teirlinck <teirllm@auburn.edu> | 44 | 2003-12-28 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 45 | ||
| 3 | * coding.c (Fcheck_coding_system): Doc fix. | 46 | * coding.c (Fcheck_coding_system): Doc fix. |