comparison src/ChangeLog @ 82984:3b1f99f17618

Merged in changes from CVS head Patches applied: * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-5 Add =cvs-sync-make-log script * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-6 Update from CVS * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-7 Use absolute tla-tools filenames in =cvs-sync-make-log * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-8 Use proper arch-tag: syntax for lispintro/texinfo.tex * miles@gnu.org--gnu-2004/emacs--cvs-trunk--0--patch-9 Update from CVS git-archimport-id: lorentey@elte.hu--2004/emacs--multi-tty--0--patch-24
author Karoly Lorentey <lorentey@elte.hu>
date Tue, 30 Dec 2003 17:05:05 +0000
parents 5d8c5698bbf7
children c8eb797b2bb9
comparison
equal deleted inserted replaced
82983:21720c013048 82984:3b1f99f17618
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.
4 47
5 2003-12-28 Kim F. Storm <storm@cua.dk> 48 2003-12-28 Kim F. Storm <storm@cua.dk>