From 8330e2f91456297cb96834a2a6c611516083870a Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Tue, 7 Mar 2000 06:14:45 +0000 Subject: [PATCH] *** empty log message *** --- lisp/ChangeLog | 17 +++++++++++++++++ 1 file changed, 17 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 98ca64719a8..dfbf32ad455 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,20 @@ +2000-03-07 Miyashita Hisashi + + * international/mule.el: Modify comment about coding system + property `coding-category'. + (make-coding-system): New argument EOL-TYPE. Pay attention to + coding-category property of PROPERTIES. + + * international/mule-conf.el (coding-category-utf-8, + coding-category-utf-16-be, coding-category-utf-16-le): New coding + categories. Include them in the argument for set-coding-priority. + + * international/mule-cmds.el (reset-language-environment): Include + coding-category-utf-8, coding-category-utf-16-be, and + coding-category-utf-16-le in the argument for set-coding-priority. + (reset-language-environment): Initialize coding-category-utf-8, + coding-category-utf-16-be, and coding-category-utf-16-le to nil. + 2000-03-06 Karl Fogel * bookmark.el (bookmark-file-or-variation-thereof): New func, for -- 2.39.5