bpt/emacs.git
20 years ago(get_translation): Fix previous change.
Kenichi Handa [Thu, 11 Mar 2004 02:18:12 +0000 (02:18 +0000)]
(get_translation): Fix previous change.
(encode_coding): Don't call translate_chars.
(consume_chars): New arg translation_table.  Caller changed.
(translate_chars): Deleted.
(syms_of_coding): Make translation-table's number of extra slots 2.

20 years ago(define-translation-table): New function.
Kenichi Handa [Thu, 11 Mar 2004 02:12:36 +0000 (02:12 +0000)]
(define-translation-table): New function.

20 years ago(jisx0213-to-unicode, unicode-to-jisx0213):
Kenichi Handa [Thu, 11 Mar 2004 02:12:20 +0000 (02:12 +0000)]
(jisx0213-to-unicode, unicode-to-jisx0213):
New translation tables.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 10 Mar 2004 23:11:37 +0000 (23:11 +0000)]
*** empty log message ***

20 years ago(MAX_ANNOTATION_LENGTH): Adjusted for the change of
Kenichi Handa [Wed, 10 Mar 2004 23:11:18 +0000 (23:11 +0000)]
(MAX_ANNOTATION_LENGTH): Adjusted for the change of
annotation data format.
(ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
Change arguments FROM and TO to single argument NCHARS.  Caller
changed.
(decode_coding_utf_8): Pay attention to coding->charbuf_used.
(decode_coding_utf_16, decode_coding_emacs_mule)
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
(decode_coding_ccl, decode_coding_charset): Likewise.
(get_translation): New function.
(produce_chars): New arguments translation_table and last_block.
Translate characters here.  Return number of carryover chars.
Caller changed.
(produce_composition): New argument pos.  Caller changed.
Adjusted for the change of annotation data format.
(produce_charset, produce_annotation): Likewise.
(decode_coding): Don't call translate_chars.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 9 Mar 2004 02:30:13 +0000 (02:30 +0000)]
*** empty log message ***

20 years ago(simple_search): Fix settingthis_pos_byte in backward search.
Kenichi Handa [Tue, 9 Mar 2004 02:19:36 +0000 (02:19 +0000)]
(simple_search): Fix settingthis_pos_byte in backward search.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 8 Mar 2004 23:16:20 +0000 (23:16 +0000)]
*** empty log message ***

20 years ago(detect_coding_emacs_mule): Fix counting of encoded
Kenichi Handa [Mon, 8 Mar 2004 23:15:42 +0000 (23:15 +0000)]
(detect_coding_emacs_mule): Fix counting of encoded
byte sequence.
(detect_coding_ccl): Fix setting of the variable valids.

20 years agoSync to HEAD.
Kenichi Handa [Thu, 4 Mar 2004 23:33:44 +0000 (23:33 +0000)]
Sync to HEAD.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 4 Mar 2004 23:16:57 +0000 (23:16 +0000)]
*** empty log message ***

20 years ago(x_list_fonts): Fix the detection of an auto-scaled font.
Kenichi Handa [Thu, 4 Mar 2004 12:43:44 +0000 (12:43 +0000)]
(x_list_fonts): Fix the detection of an auto-scaled font.

20 years ago(build_scalable_font_name): If the scalable font is requested for
Kenichi Handa [Thu, 4 Mar 2004 12:42:56 +0000 (12:42 +0000)]
(build_scalable_font_name): If the scalable font is requested for
a specific size, don't change that size.
(try_font_list): Try a scalable font also in the case that a
pattern string is specified,

20 years ago*** empty log message ***
Kenichi Handa [Thu, 4 Mar 2004 07:49:52 +0000 (07:49 +0000)]
*** empty log message ***

20 years ago(decode_coding_utf_16): Fix handling of surrogate pare.
Kenichi Handa [Thu, 4 Mar 2004 07:49:18 +0000 (07:49 +0000)]
(decode_coding_utf_16): Fix handling of surrogate pare.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 4 Mar 2004 00:55:07 +0000 (00:55 +0000)]
*** empty log message ***

20 years ago(Ftranslate_region_internal): Renamed from
Kenichi Handa [Thu, 4 Mar 2004 00:54:46 +0000 (00:54 +0000)]
(Ftranslate_region_internal): Renamed from
Ftranslate_region.  Accept a char-table in TABLE.
(syms_of_editfns): Defsubr Stranslate_region_internal.

20 years ago(translate-region): Re-implement it here. Make it interactive.
Kenichi Handa [Thu, 4 Mar 2004 00:52:45 +0000 (00:52 +0000)]
(translate-region): Re-implement it here.  Make it interactive.

20 years ago(set_lface_from_font_name): If a font is specified for
Kenichi Handa [Thu, 4 Mar 2004 00:43:10 +0000 (00:43 +0000)]
(set_lface_from_font_name): If a font is specified for
a frame, generate a fontset from the font.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 3 Mar 2004 12:38:28 +0000 (12:38 +0000)]
*** empty log message ***

20 years ago(ps-mule-font-info-database): Typo in doc fixed.
Kenichi Handa [Wed, 3 Mar 2004 12:36:44 +0000 (12:36 +0000)]
(ps-mule-font-info-database): Typo in doc fixed.

20 years ago(Fface_font): New optional arg CHARACTER.
Kenichi Handa [Wed, 3 Mar 2004 12:33:33 +0000 (12:33 +0000)]
(Fface_font): New optional arg CHARACTER.

20 years agoMerged from HEAD (1.72).
Kenichi Handa [Tue, 2 Mar 2004 23:09:14 +0000 (23:09 +0000)]
Merged from HEAD (1.72).

20 years ago*** empty log message ***
Kenichi Handa [Tue, 17 Feb 2004 00:18:33 +0000 (00:18 +0000)]
*** empty log message ***

20 years ago(CHARSET_OFFSET): New macro.
Kenichi Handa [Tue, 17 Feb 2004 00:18:01 +0000 (00:18 +0000)]
(CHARSET_OFFSET): New macro.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 16 Feb 2004 00:11:54 +0000 (00:11 +0000)]
*** empty log message ***

20 years ago(font-encoding-alist): Cancel previous change.
Kenichi Handa [Mon, 16 Feb 2004 00:11:36 +0000 (00:11 +0000)]
(font-encoding-alist): Cancel previous change.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 13 Feb 2004 06:41:27 +0000 (06:41 +0000)]
*** empty log message ***

20 years ago(x_get_font_repertory): Fix for non-Unicode-bmp charset.
Kenichi Handa [Fri, 13 Feb 2004 06:40:15 +0000 (06:40 +0000)]
(x_get_font_repertory): Fix for non-Unicode-bmp charset.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 13 Feb 2004 02:26:48 +0000 (02:26 +0000)]
*** empty log message ***

20 years ago(Fset_fontset_font): Fix previous change.
Kenichi Handa [Fri, 13 Feb 2004 02:17:24 +0000 (02:17 +0000)]
(Fset_fontset_font): Fix previous change.

20 years ago(font-encoding-alist): Register "iso10646-2" for unicode-sip.
Kenichi Handa [Fri, 13 Feb 2004 01:46:50 +0000 (01:46 +0000)]
(font-encoding-alist): Register "iso10646-2" for unicode-sip.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 12 Feb 2004 11:05:52 +0000 (11:05 +0000)]
*** empty log message ***

20 years agoFix previous change.
Kenichi Handa [Thu, 12 Feb 2004 08:21:32 +0000 (08:21 +0000)]
Fix previous change.

20 years ago(chinese-cns11643-15): New charset.
Kenichi Handa [Thu, 12 Feb 2004 08:11:56 +0000 (08:11 +0000)]
(chinese-cns11643-15): New charset.

20 years agoFix previous change.
Kenichi Handa [Thu, 12 Feb 2004 08:08:55 +0000 (08:08 +0000)]
Fix previous change.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 12 Feb 2004 08:06:07 +0000 (08:06 +0000)]
*** empty log message ***

20 years agoNew file.
Kenichi Handa [Thu, 12 Feb 2004 08:05:56 +0000 (08:05 +0000)]
New file.

20 years agoFix previous change.
Kenichi Handa [Thu, 12 Feb 2004 08:04:00 +0000 (08:04 +0000)]
Fix previous change.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 12 Feb 2004 07:49:20 +0000 (07:49 +0000)]
*** empty log message ***

20 years ago(all): Rename target from charsets. Depend on
Kenichi Handa [Thu, 12 Feb 2004 07:48:24 +0000 (07:48 +0000)]
(all): Rename target from charsets.  Depend on
${TRANS_TABLE}
(CNS-2.map, CNS-3.map, CNS-4.map, CNS-5.map, CNS-6.map)
(CNS-7.map): Generate from cns2ucsdkw.txt.
(install): Copy updated files only.

20 years agoAdd code for handling KANJI-DATABASE format.
Kenichi Handa [Thu, 12 Feb 2004 07:38:43 +0000 (07:38 +0000)]
Add code for handling KANJI-DATABASE format.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 12 Feb 2004 07:30:45 +0000 (07:30 +0000)]
*** empty log message ***

20 years ago(install): Copy updated files only.
Kenichi Handa [Thu, 12 Feb 2004 07:25:52 +0000 (07:25 +0000)]
(install): Copy updated files only.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 10 Feb 2004 11:31:44 +0000 (11:31 +0000)]
*** empty log message ***

20 years ago(fontset_face): Handle fallback fonts correctly.
Kenichi Handa [Tue, 10 Feb 2004 11:30:55 +0000 (11:30 +0000)]
(fontset_face): Handle fallback fonts correctly.
(Ffontset_info): Return infomation about fallback fonts.

20 years ago(describe_vector): Handle default value of a char table.
Kenichi Handa [Tue, 10 Feb 2004 11:30:01 +0000 (11:30 +0000)]
(describe_vector): Handle default value of a char table.

20 years ago(font-encoding-alist): Add entries for
Kenichi Handa [Tue, 10 Feb 2004 11:28:38 +0000 (11:28 +0000)]
(font-encoding-alist): Add entries for
variations of cns11643 fonts.
(setup-default-fontset): Add cns11643 fonts as fallback fonts.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 6 Feb 2004 11:18:50 +0000 (11:18 +0000)]
*** empty log message ***

20 years ago(list-charset-chars): Put charset text property.
Kenichi Handa [Fri, 6 Feb 2004 11:13:07 +0000 (11:13 +0000)]
(list-charset-chars): Put charset text property.

20 years ago(setup-default-fontset): Delete the
Kenichi Handa [Fri, 6 Feb 2004 11:12:09 +0000 (11:12 +0000)]
(setup-default-fontset): Delete the
entry for symbol script, add JISX0213 to kana script, specify
fallback fonts.

20 years ago(FONTSET_DEFAULT): New macro.
Kenichi Handa [Fri, 6 Feb 2004 11:08:43 +0000 (11:08 +0000)]
(FONTSET_DEFAULT): New macro.
(FONTSET_ADD): Handle the case that range is nil.
(fontset_add): Likewise.
(Fset_fontset_font): Change the 2nd arg name to TARGET, and handle
the case that it is nil.
(dump_fontset): Call FONTSET_DEFAULT, not FONTSET_FALLBACK.
(syms_of_fontset): Set char-table-extra-slots property of fontset
to 9.

20 years ago(CHAR_CHARSET_P): Fix for the case that the method is subset or
Kenichi Handa [Fri, 6 Feb 2004 11:05:20 +0000 (11:05 +0000)]
(CHAR_CHARSET_P): Fix for the case that the method is subset or
superset.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 5 Feb 2004 09:07:39 +0000 (09:07 +0000)]
*** empty log message ***

20 years ago(font-encoding-alist): Register "JISX0213.2004-1".
Kenichi Handa [Thu, 5 Feb 2004 09:07:19 +0000 (09:07 +0000)]
(font-encoding-alist): Register "JISX0213.2004-1".

20 years ago*** empty log message ***
Kenichi Handa [Thu, 5 Feb 2004 04:38:19 +0000 (04:38 +0000)]
*** empty log message ***

20 years ago(setup-default-fontset): Register "JISX0213.2004-1".
Kenichi Handa [Thu, 5 Feb 2004 04:35:19 +0000 (04:35 +0000)]
(setup-default-fontset): Register "JISX0213.2004-1".

20 years ago(list-character-sets): Fix the first line message.
Kenichi Handa [Thu, 5 Feb 2004 04:34:22 +0000 (04:34 +0000)]
(list-character-sets): Fix the first line message.
(sort-listed-character-sets): Adjusted for the change of
list-characters-sets-1.
(list-character-sets-1): List supplementary character sets in a
different section.
(list-charset-chars): Validate charset at early stage.

20 years agoFix `han' script range.
Kenichi Handa [Thu, 5 Feb 2004 04:31:35 +0000 (04:31 +0000)]
Fix `han' script range.

20 years ago(japanese-jisx0213.2004-1): Specify :code-space.
Kenichi Handa [Thu, 5 Feb 2004 04:29:25 +0000 (04:29 +0000)]
(japanese-jisx0213.2004-1): Specify :code-space.
(cp932-2-byte): Fix :code-space.
(unicode-smp, unicode-sip, unicode-ssp): New charsets.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 4 Feb 2004 13:03:50 +0000 (13:03 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Tue, 3 Feb 2004 04:39:27 +0000 (04:39 +0000)]
*** empty log message ***

20 years ago(iso-2022-jp): Exclude japanese-jisx0212.
Kenichi Handa [Tue, 3 Feb 2004 04:39:16 +0000 (04:39 +0000)]
(iso-2022-jp): Exclude japanese-jisx0212.
(japanese-ucs-cp932-to-jis-map): Fix previous change.
(japanese-ucs-jis-to-cp932-map): Likewise.
(iso-2022-jp-2004, euc-jis-2004, japanese-shift-jis-2004): New
coding systems.
(iso-2022-jp-3, euc-jisx0213, shift_jis-2004): New coding system
aliases.
("Japanese"): Add new charsets and coding system.s

20 years ago(japanese-jisx0213.2004-1): Specify :dimension 2.
Kenichi Handa [Tue, 3 Feb 2004 04:34:12 +0000 (04:34 +0000)]
(japanese-jisx0213.2004-1): Specify :dimension 2.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 2 Feb 2004 11:43:43 +0000 (11:43 +0000)]
*** empty log message ***

20 years ago(japanese-ucs-cp932-to-jis-map): Renamed
Kenichi Handa [Mon, 2 Feb 2004 11:43:19 +0000 (11:43 +0000)]
(japanese-ucs-cp932-to-jis-map): Renamed
from japanese-ucs-cp932-map.
(japanese-ucs-jis-to-cp932-map): Renamed from
japanese-ucs-jis-map.
(japanese-ucs-glibc-map): Delete this tranlastion table.
(japanese-ucs-glibc-to-jis-map): New tranlastion table.
(japanese-ucs-jis-to-glibc-map): New tranlastion table.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 30 Jan 2004 04:53:19 +0000 (04:53 +0000)]
*** empty log message ***

20 years agoHandle charset-map-path, not charset-map-directory.
Kenichi Handa [Fri, 30 Jan 2004 04:52:43 +0000 (04:52 +0000)]
Handle charset-map-path, not charset-map-directory.

20 years ago(main): Call init_charset after syms_of_XXX.
Kenichi Handa [Fri, 30 Jan 2004 04:51:32 +0000 (04:51 +0000)]
(main): Call init_charset after syms_of_XXX.

20 years ago(Vcharset_map_directory): Deleted.
Kenichi Handa [Fri, 30 Jan 2004 02:14:46 +0000 (02:14 +0000)]
(Vcharset_map_directory): Deleted.
(Vcharset_map_path): New variable
(load_charset_map_from_file): Use Vcharset_map_path instead.
(init_charset): Initialize Vcharset_map_path.
(syms_of_charset): Delete declaration of "charset-map-directory",
add declaration of "charset-map-path".

20 years agoAppend user defined area of CP932.
Kenichi Handa [Fri, 30 Jan 2004 02:12:07 +0000 (02:12 +0000)]
Append user defined area of CP932.

20 years ago(x-selection-value): Optimize for ASCII only case.
Kenichi Handa [Thu, 29 Jan 2004 04:58:35 +0000 (04:58 +0000)]
(x-selection-value): Optimize for ASCII only case.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 29 Jan 2004 02:55:51 +0000 (02:55 +0000)]
*** empty log message ***

20 years ago(string_char_to_byte): Optimize for ASCII only string.
Kenichi Handa [Thu, 29 Jan 2004 02:55:34 +0000 (02:55 +0000)]
(string_char_to_byte): Optimize for ASCII only string.
(string_byte_to_char): Likewise.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 29 Jan 2004 01:27:24 +0000 (01:27 +0000)]
*** empty log message ***

20 years ago(Finsert_file_contents): Avoid detecting a code twice.
Kenichi Handa [Thu, 29 Jan 2004 01:27:12 +0000 (01:27 +0000)]
(Finsert_file_contents): Avoid detecting a code twice.

20 years ago(detect_coding_iso_2022): Fix handling of SS2 and SS3.
Kenichi Handa [Thu, 29 Jan 2004 01:25:50 +0000 (01:25 +0000)]
(detect_coding_iso_2022): Fix handling of SS2 and SS3.
(detect_coding): Treat '\0' as normal ASCII byte..
(detect_coding_system): Likewise.

20 years ago(decode_coding_sjis): Fix comment.
Kenichi Handa [Wed, 28 Jan 2004 11:03:31 +0000 (11:03 +0000)]
(decode_coding_sjis): Fix comment.

20 years agoRegenerated.
Kenichi Handa [Wed, 28 Jan 2004 11:01:54 +0000 (11:01 +0000)]
Regenerated.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 28 Jan 2004 11:01:03 +0000 (11:01 +0000)]
*** empty log message ***

20 years agoConvert 0x2299 to 0x29BF.
Kenichi Handa [Wed, 28 Jan 2004 11:00:38 +0000 (11:00 +0000)]
Convert 0x2299 to 0x29BF.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 28 Jan 2004 06:06:46 +0000 (06:06 +0000)]
*** empty log message ***

20 years agoRegenerated.
Kenichi Handa [Wed, 28 Jan 2004 06:06:16 +0000 (06:06 +0000)]
Regenerated.

20 years ago(JISX2131.map): Convert 0x2015 to 0x2014.
Kenichi Handa [Wed, 28 Jan 2004 06:05:40 +0000 (06:05 +0000)]
(JISX2131.map): Convert 0x2015 to 0x2014.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 28 Jan 2004 02:24:34 +0000 (02:24 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Tue, 27 Jan 2004 23:52:42 +0000 (23:52 +0000)]
*** empty log message ***

20 years agoAdd map #x00A6 <-> #xFFE4 to translation tables japanese-ucs-*-map.
Kenichi Handa [Tue, 27 Jan 2004 23:52:31 +0000 (23:52 +0000)]
Add map #x00A6 <-> #xFFE4 to translation tables japanese-ucs-*-map.

20 years ago(CJK): Include JISX213A.map.
Kenichi Handa [Tue, 27 Jan 2004 12:51:08 +0000 (12:51 +0000)]
(CJK): Include JISX213A.map.
(JISX213A.map): New target.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 27 Jan 2004 12:50:49 +0000 (12:50 +0000)]
*** empty log message ***

20 years agoNew file.
Kenichi Handa [Tue, 27 Jan 2004 12:49:05 +0000 (12:49 +0000)]
New file.

20 years ago(japanese-jisx0213-a): New supplementary charset.
Kenichi Handa [Tue, 27 Jan 2004 12:48:23 +0000 (12:48 +0000)]
(japanese-jisx0213-a): New supplementary charset.
(japanese-jisx0213.2004-1): New charset.

20 years ago(SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.
Kenichi Handa [Tue, 27 Jan 2004 12:12:16 +0000 (12:12 +0000)]
(SJIS_TO_JIS2, JIS_TO_SJIS2): New macros.

20 years ago(decode_coding_sjis): Handle 4th charset (typically JISX0212).
Kenichi Handa [Tue, 27 Jan 2004 12:11:41 +0000 (12:11 +0000)]
(decode_coding_sjis): Handle 4th charset (typically JISX0212).
(encode_coding_sjis): Likewise.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 27 Jan 2004 08:40:22 +0000 (08:40 +0000)]
*** empty log message ***

20 years agoNew file (automatically generated by admin/charset/Makefile).
Kenichi Handa [Tue, 27 Jan 2004 08:40:02 +0000 (08:40 +0000)]
New file (automatically generated by admin/charset/Makefile).

20 years ago*** empty log message ***
Kenichi Handa [Tue, 27 Jan 2004 02:43:05 +0000 (02:43 +0000)]
*** empty log message ***

20 years agoLoad cp51932 and eucjp-ms.
Kenichi Handa [Tue, 27 Jan 2004 02:39:40 +0000 (02:39 +0000)]
Load cp51932 and eucjp-ms.
(japanese-ucs-cp932-map, japanese-ucs-jis-map)
(japanese-ucs-glibc-map): New translation tables.
(eucjp-ms): New coding system.

20 years ago(QCmnemonic, QCdefalut_char)
Kenichi Handa [Tue, 27 Jan 2004 02:21:37 +0000 (02:21 +0000)]
(QCmnemonic, QCdefalut_char)
(QCdecode_translation_table, QCencode_translation_table)
(QCpost_read_conversion, QCpre_write_conversion): New variables.
(get_translation_table): Return a list of translation tables if
necessary.
(decode_coding): Call get_translation_table with ENCODEP 0.
(char_encodable_p): If translation_table is non-nil, always call
translate_char.
(Fdefine_coding_system_internal): Accept list of translation
tables as :encode-translation-table and :decode-translation-table.
(Fcoding_system_put): New function.
(syms_of_coding): Declare new symbols.  Defsubr
Scoding_system_put.

20 years ago(map_charset_chars): Fix arg to map_charset_chars in
Kenichi Handa [Tue, 27 Jan 2004 02:17:46 +0000 (02:17 +0000)]
(map_charset_chars): Fix arg to map_charset_chars in
when the charset is superset type.

20 years ago(translate_char): Accept list of translation tables.
Kenichi Handa [Tue, 27 Jan 2004 02:16:25 +0000 (02:16 +0000)]
(translate_char): Accept list of translation tables.