# HG changeset patch # User Gerd Moellmann # Date 990010187 0 # Node ID 16563487a397fd9d68998ee016efb9bbb01bdf1b # Parent e5c590c9fe660189fb32ddbf51343890b8145ce7 *** empty log message *** diff -r e5c590c9fe66 -r 16563487a397 lisp/ChangeLog --- a/lisp/ChangeLog Wed May 16 10:49:21 2001 +0000 +++ b/lisp/ChangeLog Wed May 16 10:49:47 2001 +0000 @@ -1,3 +1,9 @@ +2001-05-16 Gerd Moellmann + + * international/mule.el (auto-coding-regexp-alist): New user-option. + (auto-coding-from-file-contents): New function. + (set-auto-coding): Use it to determine a coding system. + 2001-05-15 Gerd Moellmann * mouse.el (mouse-delete-other-windows): Doc fix. diff -r e5c590c9fe66 -r 16563487a397 src/ChangeLog --- a/src/ChangeLog Wed May 16 10:49:21 2001 +0000 +++ b/src/ChangeLog Wed May 16 10:49:47 2001 +0000 @@ -1,5 +1,8 @@ 2001-05-16 Gerd Moellmann + * keymap.c (Fsingle_key_description): Replace a build_string with + a make_multibyte_string. From Kenichi Handa . + * fontset.c (Ffontset_info): Check that face is non-null before accessing its fields.