From: Dave Love Date: Thu, 11 Jul 2002 23:16:17 +0000 (+0000) Subject: *** empty log message *** X-Git-Tag: emacs-pretest-23.0.90~8295^2~1864^2~576 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=3a5231505dddd409890f5cb4108e502c9614b88b;p=emacs.git *** empty log message *** --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fac049c0bfd..dbddb681aa8 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,12 @@ +2002-07-12 Dave Love + + * international/mule-conf.el (mule-unicode-e000-ffff): Set + :max-code. + + * international/mule-util.el (with-coding-priority): Fix. + + * international/mule.el (set-coding-priority): Fix obsolete spec. + 2002-07-05 Dave Love * international/mule-cmds.el (leim-list-header): Add coding tag. diff --git a/src/ChangeLog b/src/ChangeLog index 53ad42c8daa..e46672acaf4 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,7 @@ +2002-07-12 Dave Love + + * coding.c (Fset_coding_system_priority): Allow null arg list. + 2002-07-03 Dave Love * minibuf.c (Fminibuffer_complete_word): Remove unused var.