mirror of
https://git.savannah.gnu.org/git/emacs.git
synced 2025-01-11 16:08:13 +00:00
*** empty log message ***
This commit is contained in:
parent
e41ef4d404
commit
af3b9e477a
3
etc/NEWS
3
etc/NEWS
@ -870,6 +870,9 @@ coding system now also encodes characters from most of Emacs's
|
||||
one-dimensional internal charsets, specifically the ISO-8859 ones.
|
||||
The utf-16 coding system is affected similarly.
|
||||
|
||||
** New variable `utf-translate-cjk-unicode-range' controls which
|
||||
Unicode characters to translate in `utf-translate-cjk-mode'.
|
||||
|
||||
** iso-10646-1 (`Unicode') fonts can be used to display any range of
|
||||
characters encodable by the utf-8 coding system. Just specify the
|
||||
fontset appropriately.
|
||||
|
@ -1,3 +1,21 @@
|
||||
2004-10-27 Kenichi Handa <handa@m17n.org>
|
||||
|
||||
* international/subst-jis.el: Use
|
||||
utf-translate-cjk-substitutable-p.
|
||||
|
||||
* international/subst-gb2312.el: Likewise.
|
||||
|
||||
* international/subst-big5.el: Likewise.
|
||||
|
||||
* international/subst-ksc.el: Likewise.
|
||||
|
||||
* international/utf-8.el (utf-translate-cjk-unicode-range-string):
|
||||
New variable.
|
||||
(utf-translate-cjk-set-unicode-range): New function.
|
||||
(utf-translate-cjk-unicode-range): Make it customizable.
|
||||
(utf-8-post-read-conversion): Use
|
||||
utf-translate-cjk-unicode-range-string.
|
||||
|
||||
2004-10-26 Daniel Pfeiffer <occitan@esperanto.org>
|
||||
|
||||
* files.el (auto-mode-alist): Add pod, js, xbm and xpm and group
|
||||
|
Loading…
Reference in New Issue
Block a user