comparison lisp/ChangeLog @ 50485:daa79910d356

*** empty log message ***
author Kenichi Handa <handa@m17n.org>
date Tue, 08 Apr 2003 07:26:33 +0000
parents ceac595b0881
children d100df2e7bdf
comparison
equal deleted inserted replaced
50484:6818550bfbc7 50485:daa79910d356
1 2003-04-08 Kenichi Handa <handa@etlken2>
2
3 * international/utf-16.el (utf-16-le-decode-loop)
4 (utf-16-be-decode-loop): New temporary variables.
5 (ccl-decode-mule-utf-16-le): Use utf-16-le-decode-loop.
6 (ccl-decode-mule-utf-16-be): Use utf-16-be-decode-loop
7 (ccl-decode-mule-utf-16-le-with-signature)
8 (ccl-decode-mule-utf-16-be-with-signature)
9 (ccl-decode-mule-utf-16): New CCL programs.
10 (utf-16-le-encode-loop, utf-16-be-encode-loop): New temporary
11 variables.
12 (ccl-encode-mule-utf-16-le): Use utf-16-le-encode-loop.
13 (ccl-encode-mule-utf-16-be): Use utf-16-be-encode-loop
14 (ccl-encode-mule-utf-16-le-with-signature)
15 (ccl-encode-mule-utf-16-be-with-signature): New CCL programs.
16 (mule-utf-16-post-read-conversion): New function.
17 (mule-utf-16-le-with-signature, mule-utf-16-be-with-signature),
18 (mule-utf-16): New coding systems.
19 (utf-16-le-with-signature, utf-16-be-with-signature),
20 (utf-16): Aliases of the above coding systems.
21
1 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org> 22 2003-04-08 Martin Stjernholm <bug-cc-mode@gnu.org>
2 23
3 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes 24 * progmodes/cc-langs.el (c-symbol-key): Use POSIX char classes
4 to match symbols. This makes CC Mode cope with the full range 25 to match symbols. This makes CC Mode cope with the full range
5 of identifier characters in e.g. Java. 26 of identifier characters in e.g. Java.