Kenichi Handa
3bf297da64
*** empty log message ***
2002-05-31 03:41:42 +00:00
Kenichi Handa
4ebd58eaa3
Replace commented-out lines with a condition
...
that is always false. The same change by Eli on 2002-04-19 in
the HEAD trunk.
2002-05-31 01:22:25 +00:00
Kenichi Handa
51460fc488
*** empty log message ***
2002-05-31 01:22:02 +00:00
Kenichi Handa
16eafb5da6
(encode_coding_emacs_mule): Pay attention to raw-8-bit chars.
...
(encode_coding_iso_2022): Likewise.
(encode_coding_sjis): Likewise.
(encode_coding_big5): Likewise.
(encode_coding_charset): Likewise.
2002-05-31 01:03:50 +00:00
Dave Love
812b392550
Fix description of ranges.
2002-05-30 21:52:50 +00:00
Kenichi Handa
2ec49574a7
*** empty log message ***
2002-05-30 11:11:09 +00:00
Kenichi Handa
050c6022b8
(lisp): Change chienese.elc to chinese.el. They are
...
not bytecompiled now.
(shortlisp): Likewise.
2002-05-30 11:10:55 +00:00
Kenichi Handa
0783a1ec78
(japanese-iso-7bit-1978-irv): Add
...
`designation' to :flags, `ascii' to :charset-list.
2002-05-30 11:07:27 +00:00
Kenichi Handa
3ed58a1549
(coding-system-iso-2022-flags): Add use-roman, use-oldjis.
2002-05-30 11:05:50 +00:00
Kenichi Handa
7c7dceee95
(charset_jisx0201_roman, charset_jisx0208_1978,
...
charset_jisx0208): New variables.
(Fdefine_charset_internal): Setup them if appropriate.
(init_charset_once): Initialize them to -1.
2002-05-30 11:04:58 +00:00
Kenichi Handa
e73576a3f3
(charset_jisx0201_roman, charset_jisx0208_1978,
...
charset_jisx0208): Extern them.
2002-05-30 11:03:06 +00:00
Kenichi Handa
bf16eb23a0
(CODING_ISO_FLAG_USE_ROMAN): New macro
...
(CODING_ISO_FLAG_USE_OLDJIS): New macro.
(CODING_ISO_FLAG_FULL_SUPPORT): Macro definition changed.
(setup_iso_safe_charsets): Fix arguemtns to Fassq.
(DECODE_DESIGNATION): Pay attention to CODING_ISO_FLAG_USE_ROMAN
and CODING_ISO_FLAG_USE_OLDJIS.
(ENCODE_ISO_CHARACTER_DIMENSION1): Likewise.
(ENCODE_ISO_CHARACTER_DIMENSION2): Likewise.
(encode_coding_iso_2022): Change the 1st arg to
ENCODE_ISO_CHARACTER to a variable.
2002-05-30 11:02:01 +00:00
Kenichi Handa
b1a7946125
(define-charset): New args :min-code and :max-code.
2002-05-30 00:32:34 +00:00
Kenichi Handa
1929453f88
*** empty log message ***
2002-05-30 00:32:05 +00:00
Kenichi Handa
820ee24996
(CODE_POINT_TO_INDEX): Take charset->char_index_offset
...
into account.
(INDEX_TO_CODE_POINT): Likewise.
(Fdefine_charset_internal): Handle args[charset_arg_min_code] and
args[charset_arg_max_code]. Setup charset.char_index_offset.
(syms_of_charset): Fix args to Fdefine_charset_internal.
2002-05-30 00:27:27 +00:00
Kenichi Handa
315c0139fb
(sturct define_charset_arg_index): New enums charset_arg_min_code and
...
charset_arg_max_code.
(struct charset): New member char_index_offset.
2002-05-30 00:26:21 +00:00
Kenichi Handa
d40413a620
*** empty log message ***
2002-05-30 00:25:31 +00:00
Kenichi Handa
64762f77c0
(chinese-gbk): Change :code-offset to
...
#x160000.
(gb18030-2-byte, gb18030-4-byte-bmp, gb18030-4-byte-smp,
gb18030-4-byte-ext-1, gb18030-4-byte-ext-2, gb18030): New
charsets.
2002-05-30 00:25:01 +00:00
Kenichi Handa
70db2f0600
New file.
2002-05-30 00:21:40 +00:00
Dave Love
b491fe8920
*** empty log message ***
2002-05-29 22:46:50 +00:00
Dave Love
2d244aeb04
(iso-8859-11): New coding system.
2002-05-29 22:45:23 +00:00
Dave Love
bbe3715ccf
Doc fixes.
...
(iso-8859-11): New.
2002-05-29 22:44:56 +00:00
Dave Love
b0edb2c59c
(decode_coding_utf_8): Reject overlong sequences.
2002-05-27 22:19:17 +00:00
Dave Love
afb2e0083a
Comment.
2002-05-27 18:27:40 +00:00
Dave Love
75b96b6ef9
*** empty log message ***
2002-05-27 18:26:15 +00:00
Dave Love
155b256a32
Doc fixes.
...
(cp936): New alias.
(cp720, cp858): New charsets.
2002-05-27 18:25:48 +00:00
Dave Love
01ca179cf8
(DONTCOMPILE): Add language/chinese.el,
...
language/japanese.el.
2002-05-27 18:24:43 +00:00
Dave Love
1de0d939bd
Add pseudo-maths example.
2002-05-27 18:23:13 +00:00
Dave Love
5dbcfc113e
Elide ASCII part.
2002-05-27 18:22:38 +00:00
Dave Love
155486b6b4
New file.
2002-05-27 18:21:58 +00:00
Dave Love
a89c695e49
*** empty log message ***
2002-05-27 14:54:53 +00:00
Dave Love
8bebeb10c5
(mm-auto-save-coding-system): Prefer utf-8-emacs
...
coding system to emacs-mule.
2002-05-27 14:53:41 +00:00
Dave Love
eca8bedbde
(desktop-save): Use utf-8-emacs coding system, not
...
emacs-mule.
2002-05-27 14:52:46 +00:00
Dave Love
41db09b7a3
(revert-buffer, recover-file): Use utf-8-emacs coding
...
system, not emacs-mule.
2002-05-27 14:52:32 +00:00
Dave Love
7f04a67e3b
(mail-recover-1, mail-recover): Use utf-8-emacs
...
coding system, not emacs-mule.
2002-05-27 14:51:57 +00:00
Dave Love
e160cfd46d
*** empty log message ***
2002-05-26 22:56:19 +00:00
Dave Love
a8692ed88e
(print-coding-system-briefly): Fix
...
printing aliases.
(print-coding-system): Use coding-system-aliases.
(mule-diag): Don't list coding categories.
2002-05-26 22:45:31 +00:00
Dave Love
0855c6cdae
(describe-language-environment): Use
...
coding-system-aliases.
(prefer-coding-system): Doc fix.
2002-05-26 22:43:14 +00:00
Dave Love
b4bb307b63
(encoded-kbd-setup-keymap) <ccl>:
...
Use :valid property.
2002-05-26 22:42:31 +00:00
Dave Love
2b7d6c1a8b
(coding-system-post-read-conversion)
...
(coding-system-pre-write-conversion)
(coding-system-translation-table-for-decode)
(coding-system-translation-table-for-encode): Get the right
properties.
(with-coding-priority): New macro.
(detect-coding-with-language-environment): Use it.
(coding-system-equal): Use coding-system-plist.
2002-05-26 22:42:00 +00:00
Dave Love
687441de88
(with-category-table): Use make-symbol.
...
(coding-system-list): Use coding-system-aliases.
(make-translation-table): Don't deal with generic characters.
2002-05-26 22:41:07 +00:00
Dave Love
d88a0654a9
*** empty log message ***
2002-05-26 17:23:53 +00:00
Dave Love
bc304a2060
(encode-coding-char): Use
...
find-coding-systems-string. Don't use make-char.
2002-05-26 17:22:23 +00:00
Dave Love
8285fa96b1
(describe-current-coding-system): Fix
...
aliases listing.
(print-iso-2022-flags): Deleted.
(print-designation): Partly re-written.
(describe-coding-system): Deal with iso-2022 designations, flags.
Fix shift_jis case.
(describe-char-after): Use characterp. Print explicit unicode.
Remove some obsolete code.
2002-05-26 17:19:34 +00:00
Dave Love
cb269bb104
Doc fixes. Remove redundant
...
:long-name properties. Re-order charset priorities.
(binary): New alias.
(iso-8859-16): Fix nickname.
(define-iso-single-byte-charset): Un-define after use.
2002-05-26 17:17:32 +00:00
Dave Love
1965cb73a0
(Qmac): Remove (duplicated) definition.
2002-05-26 17:11:04 +00:00
Dave Love
da7db22498
Doc fixes.
...
(Fcoding_system_aliases): Fix return value.
2002-05-26 17:07:35 +00:00
Dave Love
76ed8f14a7
*** empty log message ***
2002-05-26 00:02:28 +00:00
Dave Love
caa7db3a1b
(coding-system-iso-2022-flags): Revert
...
last change.
2002-05-26 00:01:51 +00:00
Dave Love
173f18ce3c
Additional double width specifications.
2002-05-25 23:30:45 +00:00