From: Gerd Moellmann Date: Wed, 16 May 2001 10:49:47 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-21.0.104~490 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=9bae8781fc43e8bebf2accc4d8e07423ce2a24f3;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 4eed367cb29..f72b57946d0 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -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 --git a/src/ChangeLog b/src/ChangeLog index 7c3d7b660a6..2e06bfbfb56 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -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.