comparison lisp/ChangeLog @ 28017:a89f451a3273

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 07 Mar 2000 06:14:45 +0000
parents 19422c062ade
children e93242dec637
comparison
equal deleted inserted replaced
28016:668aa57aa4bc 28017:a89f451a3273
1 2000-03-07 Miyashita Hisashi <himi@bird.scphys.kyoto-u.ac.jp>
2
3 * international/mule.el: Modify comment about coding system
4 property `coding-category'.
5 (make-coding-system): New argument EOL-TYPE. Pay attention to
6 coding-category property of PROPERTIES.
7
8 * international/mule-conf.el (coding-category-utf-8,
9 coding-category-utf-16-be, coding-category-utf-16-le): New coding
10 categories. Include them in the argument for set-coding-priority.
11
12 * international/mule-cmds.el (reset-language-environment): Include
13 coding-category-utf-8, coding-category-utf-16-be, and
14 coding-category-utf-16-le in the argument for set-coding-priority.
15 (reset-language-environment): Initialize coding-category-utf-8,
16 coding-category-utf-16-be, and coding-category-utf-16-le to nil.
17
1 2000-03-06 Karl Fogel <kfogel@red-bean.com> 18 2000-03-06 Karl Fogel <kfogel@red-bean.com>
2 19
3 * bookmark.el (bookmark-file-or-variation-thereof): New func, for 20 * bookmark.el (bookmark-file-or-variation-thereof): New func, for
4 code abstracted out of `bookmark-jump-noselect'. Now tries info 21 code abstracted out of `bookmark-jump-noselect'. Now tries info
5 extensions as well as compression extensions. 22 extensions as well as compression extensions.