From 07b1485745c00e3e80196a86c1a6c3dea9f63c72 Mon Sep 17 00:00:00 2001 From: Kenichi Handa Date: Fri, 21 Jul 2000 06:59:01 +0000 Subject: [PATCH] *** empty log message *** --- etc/NEWS | 9 +++++++-- leim/quail/japanese.elc | Bin 17140 -> 17362 bytes src/ChangeLog | 3 +++ 3 files changed, 10 insertions(+), 2 deletions(-) diff --git a/etc/NEWS b/etc/NEWS index 4df0b405fba..3a724c14805 100644 --- a/etc/NEWS +++ b/etc/NEWS @@ -52,9 +52,10 @@ coding system detection algorithm should pay attention to ISO2022's escape sequences. If this variable is non-nil, the algorithm ignores such escape sequences. The default value is nil, and it is recommended not to change it except for the special case that you -always want to read any escape code verbatimly. If you just want to +always want to read any escape code verbatim. If you just want to read a specific file without decoding escape codes, use C-x RET c -(`universal-coding-system-argument'). +(`universal-coding-system-argument'). For instance, C-x RET c latin-1 +RET C-x C-f filename RET. ** Variable `default-korean-keyboard' is initialized properly from the environment variable `HANGUL_KEYBOARD_TYPE'. @@ -1286,6 +1287,10 @@ functionality with aliases for the mldrag functions. * Lisp changes made after edition 2.6 of the Emacs Lisp Manual, (Display-related features are described in a page of their own below.) +** Function `aset' stores any multibyte character in any string +without signaling "Attempt to change char length of a string". It may +convert a unibyte string to multibyte if necessary. + ** The value of the `help-echo' text property is called as a function or evaluated, if it is not a string already, to obtain a help string. diff --git a/leim/quail/japanese.elc b/leim/quail/japanese.elc index 09a6c78e2370b700314bda6a52dccf026e595b13..d1c76e5ca6aa36c5c5202418006a4371476b224c 100644 GIT binary patch delta 440 zcmey;%6O@rae^UVX^w)Sg@U1_m5G^^snJCHNKQjN13gOvJ!7+p3uT$i4K^MSV6)&1 zPKz-%GzyI|GBB2B;7p1!GBf}R7z441B9vpA3}u+bjo=S&*8dkdU37tXrIsU#^>+pI4SzRGgWgr<;>mTms~m=9Q=`lw{_n z7V7{Vfsj{7PRvWmOi3(BEmlY@N>u=9&r`_EQz*$uRY*c!+a>lScwf-EQ~ jn#?V4H6U)tfw%zV#>t=LMJA`n%T88S2-ti{UP&1M0XUUE delta 186 zcmccA&iJL3ae^UVVxEG6iGrc2m4Ts^vH3*%NKOMiQ$0%~Jwx+}3uT#1EjAtyV6%=f zHZ + * data.c (Faset): Allow storing any multibyte character in a + string. Convert unibyte string to multibyte if necessary. + * xfns.c (x_encode_text): New function. (x_set_name): Use x_encode_text. (x_set_title): Likewise. -- 2.39.2