Kenichi Handa
dbeabda3e3
(encoded-kbd-self-insert-iso2022-8bit): New arg ARG. Directly
...
call self-insert-command. This is a temporary workaround to
make it work with latin-1.
(encoded-kbd-mode): Change `sjis' to `shift-jis'.
2002-05-14 07:50:09 +00:00
Kenichi Handa
ed0cb46526
Setup char-width-table for CJK characters.
2002-05-14 07:48:11 +00:00
Dave Love
356212fe86
*** empty log message ***
2002-05-13 18:28:25 +00:00
Dave Love
fd334a5e61
Log for previous change:
...
(encoded-kbd-self-insert-ccl): Fix
getting decoder.
(encoded-kbd-mode): Fix code for coding system type and
designations.
2002-05-13 18:27:28 +00:00
Dave Love
602493a815
*** empty log message ***
2002-05-13 18:24:52 +00:00
Dave Love
24adcac198
Speling fixes.
2002-05-13 17:56:01 +00:00
Kenichi Handa
b2b3bb62ea
*** empty log message ***
2002-05-13 13:06:25 +00:00
Kenichi Handa
fd94f26370
(fontset-plain-name): Handle the case
...
that size, weight, slant are not specified in the fontset name.
2002-05-13 13:01:22 +00:00
Kenichi Handa
56b9c6d5e7
*** empty log message ***
2002-05-13 07:40:23 +00:00
Kenichi Handa
515747915c
(chinese-big5): Change :coding-type to `charset'.
2002-05-10 03:56:47 +00:00
Kenichi Handa
62c16ea28e
(greek-iso-8bit): Fix typo.
2002-05-10 03:56:23 +00:00
Kenichi Handa
e6d10035e7
Change encoding to utf-8-emacs. Remove apparent duplicate codes.
2002-05-09 06:44:06 +00:00
Kenichi Handa
26dbea9943
*** empty log message ***
2002-05-09 06:43:40 +00:00
Kenichi Handa
1a0c5ca966
*** empty log message ***
2002-05-07 04:55:49 +00:00
Kenichi Handa
66b820bac0
(titdic-convert): Read into a unibyte buffer then make the buffer
...
multibyte.
2002-05-07 04:49:14 +00:00
Kenichi Handa
7c9e10248b
(chinese-gbk): New charset.
2002-05-07 04:48:48 +00:00
Kenichi Handa
103cc921ac
(charset-chars): Fix typo.
2002-05-07 04:48:27 +00:00
Kenichi Handa
67f7cceccb
Change the registry for chinese-gb2312 and add the registry for
...
chinese-gbk.
2002-05-07 04:48:05 +00:00
Kenichi Handa
dd6d5c0113
*** empty log message ***
2002-03-08 00:22:54 +00:00
Kenichi Handa
a44cf41b73
(utf-16-le): Use :bom attribute instead of :signature.
...
(utf-16-be): Likewise.
2002-03-08 00:20:24 +00:00
Kenichi Handa
3e4abc9e90
*** empty log message ***
2002-03-05 01:07:22 +00:00
Kenichi Handa
678fea0e74
Set iso-8859-2' for nonascii-translation'.
2002-03-05 01:06:51 +00:00
Kenichi Handa
ecc8f164e8
("Czech"): Set iso-8859-2' for nonascii-translation'.
2002-03-05 01:04:59 +00:00
Kenichi Handa
e2cc40b79e
Optimize calls of modify-category-entry.
2002-03-05 00:06:48 +00:00
Kenichi Handa
78da4a936e
*** empty log message ***
2002-03-05 00:06:27 +00:00
Kenichi Handa
1f9944a74c
(DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
...
utf-8.el, and utf-8-subst.el as they can't be bytecompiled
currently. This is just a temporary workaround.
2002-03-01 05:34:13 +00:00
Kenichi Handa
202c1ac894
*** empty log message ***
2002-03-01 05:33:48 +00:00
Kenichi Handa
6f33797458
*** empty log message ***
2002-03-01 04:27:37 +00:00
Kenichi Handa
4f8b265894
Deleted unnecessary calls of set-fontset-font.
...
(ccl-encode-mac-roman-font): Deleted.
2002-03-01 02:29:38 +00:00
Kenichi Handa
f5027deb92
(sgml-mode-map): Use encode-char instead
...
of make-char.
(sgml-char-names-table): Iteration limit fixed.
2002-03-01 02:29:13 +00:00
Kenichi Handa
e1915ab396
Call define-coding-system instead of make-coding-system. All CCL program deleted.
2002-03-01 02:28:29 +00:00
Kenichi Handa
c184177262
(char-valid-p): Make it an alias of characterp.
...
(define-charset): Fully re-designed.
(charset-quoted-standard-p): Deleted.
(charsetp): Moved to charset.c.
(charset-info, charset-id, charset-bytes, charset-width,
charset-directioin, charset-iso-graphic-plane,
charset-reverse-charset): Deleted.
(charset-dimension, charset-chars, charset-iso-final-char,
charset-description, charset-short-name, charset-long-name): Call
charset-plist instead of charset-info.
(charset-plist, set-charset-plist): Moved to charset.c.
(get-charset-property, put-charset-property): Moved from
mule-cmds.el. Call charset-plist and set-charset-plist.
(make-char): Deleted.
(generic-char-p): Make it always return nil.
(decode-char, encode-char): Moved to charset.c.
(coding-spec-XXX-idx): Variables deleted.
(coding-system-iso-2022-flags): New variable.
(define-coding-system): New function.
(transform-make-coding-system-args, make-coding-system): Deleted.
(set-coding-priority): Make it obsolete.
(after-insert-file-set-buffer-file-coding-system): Adjusted for
the new coding system structure.
(find-new-buffer-file-coding-system): Likewise.
2002-03-01 02:22:38 +00:00
Kenichi Handa
2c390c27dc
(print-designation): Arguments changed.
...
(print-iso-2022-flags): New function.
(describe-coding-system): Adjusted for the new structure of coding
system.
(describe-current-coding-system): Likewise.
2002-03-01 02:21:53 +00:00
Kenichi Handa
c0e17dd87e
Fully Re-written.
2002-03-01 02:12:59 +00:00
Kenichi Handa
97941b0525
Don't use coding category. Call
...
set-coding-system-priority instead of set-coding-priority.
(sort-coding-systems): Call coding-system-priority-list to get the
most preferred one.
(select-safe-coding-system): Likewise.
(reset-language-environment): Order of coding system priority
changed. Set primary charset to iso-8859-1.
(set-language-environment-coding-systems): Call
set-coding-system-priority instead of set-coding-priority.
(get-charset-property, put-charset-property): Moved to mule.el.
2002-03-01 02:12:40 +00:00
Kenichi Handa
491d068e41
Don't bind set-case-syntax-offset.
2002-03-01 02:12:05 +00:00
Kenichi Handa
2db182782d
(titdic-convert): Bind coding-system-for-write to 'iso-2022-7bit.
...
Don't work on unibyte buffer.
2002-03-01 02:09:14 +00:00
Kenichi Handa
15e44df72a
(skkdic-jisx0208-hiragana-block): Value changed.
...
(skkdic-lookup-key): Call encode-char instead of split-char.
2002-03-01 02:08:45 +00:00
Kenichi Handa
a10201c805
(skkdic-get-kana-compact-codes): Call encode-char instead of
...
split-char.
2002-03-01 02:08:10 +00:00
Kenichi Handa
06f76f0d47
Mostly re-written.
2002-03-01 02:07:40 +00:00
Kenichi Handa
9617ce0676
(cp-make-translation-table,
...
cp-valid-codes, cp-fix-safe-chars): Deleted. Caller changed.
(cp-make-coding-system): Call define-coding-system.
2002-03-01 02:07:18 +00:00
Kenichi Handa
55bd52ea72
Adjusted for the deletion of generic characters.
2002-03-01 02:06:19 +00:00
Kenichi Handa
2494c91bdb
Adjusted for the change of map-char-table.
2002-03-01 02:05:45 +00:00
Kenichi Handa
6466bb34d9
(regexp-opt-charset): Adjusted for the
...
change of map-char-table.
2002-03-01 02:01:36 +00:00
Kenichi Handa
47351009e6
(emacs-version): Set to "22.0.0".
2002-03-01 02:00:58 +00:00
Kenichi Handa
5bb65bd43c
Don't load "international/utf-8". Don't call
...
update-coding-systems-internal. Bind coding-system-for-write to
`utf-8' while writing fns-XXX.el. Call clear-charset-maps before
dumping.
2002-03-01 02:00:32 +00:00
Kenichi Handa
5760cdc1d4
(isearch-mode-map): Call set-char-table-range to bind
...
characters to isearch-printing-char.
2002-03-01 01:59:51 +00:00
Kenichi Handa
5ee54361ba
(set-case-syntax-offset): Variable deleted.
...
(set-case-syntax-1): Function deleted. Callers changed.
(set-case-syntax-delims): Don't check byte length of characters.
2002-03-01 01:59:32 +00:00
Kenichi Handa
cd2086e4c3
Don't bind multibyte characters to self-insert-command here. It's
...
done in mule-conf.el
2002-03-01 01:58:36 +00:00
Richard M. Stallman
a608ec1b84
(remote-shell-program): Add doc string.
2002-02-26 21:56:12 +00:00