# HG changeset patch # User Kenichi Handa # Date 952409685 0 # Node ID a89f451a3273d42babe3801b3a2de601c79ac046 # Parent 668aa57aa4bcf4249400ed840d0f5883b7146abc *** empty log message *** diff -r 668aa57aa4bc -r a89f451a3273 lisp/ChangeLog --- a/lisp/ChangeLog Mon Mar 06 22:50:15 2000 +0000 +++ b/lisp/ChangeLog Tue Mar 07 06:14:45 2000 +0000 @@ -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