bpt/emacs.git
22 years ago(encode_coding_object): Give correct arguments ot
Kenichi Handa [Tue, 14 May 2002 13:03:45 +0000 (13:03 +0000)]
(encode_coding_object): Give correct arguments ot
pre-write-conversion.  Ignore the return value of
pre-write-conversion function.  Pay attention for the case that
pre-write-conversion change the current buffer.  If dst_object is
Qt, even if coding->src_bytes is zero, allocate at least one byte
to coding->destination.

22 years ago(x_encode_text): Allocate coding.destination here, and
Kenichi Handa [Tue, 14 May 2002 13:02:54 +0000 (13:02 +0000)]
(x_encode_text): Allocate coding.destination here, and
call encode_coding_object with dst_object Qnil.

22 years ago(Fset_buffer_multibyte): Convert 8-bit bytes to
Kenichi Handa [Tue, 14 May 2002 11:51:08 +0000 (11:51 +0000)]
(Fset_buffer_multibyte): Convert 8-bit bytes to
multibyte form correctly.

22 years ago(decode_coding_object): Move point to coding->dst_pos before
Kenichi Handa [Tue, 14 May 2002 11:47:35 +0000 (11:47 +0000)]
(decode_coding_object): Move point to coding->dst_pos before
calling post-read-conversion function.

22 years agoFix mime-charset properties.
Dave Love [Tue, 14 May 2002 10:21:06 +0000 (10:21 +0000)]
Fix mime-charset properties.

22 years ago(utf-8-emacs): Add various
Dave Love [Tue, 14 May 2002 10:17:56 +0000 (10:17 +0000)]
(utf-8-emacs): Add various
:mime-charset properties.

22 years ago(sort-coding-systems)
Dave Love [Tue, 14 May 2002 10:16:42 +0000 (10:16 +0000)]
(sort-coding-systems)
(select-safe-coding-system, select-message-coding-system): Use
:mime-charset, not 'mime-charset.

22 years ago(fs_load_font): Check fontp->full_name (not fontname)
Kenichi Handa [Tue, 14 May 2002 08:52:40 +0000 (08:52 +0000)]
(fs_load_font): Check fontp->full_name (not fontname)
against Vfont_encoding_alist.

22 years ago(JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).
Kenichi Handa [Tue, 14 May 2002 08:01:50 +0000 (08:01 +0000)]
(JIS_TO_SJIS): Fix typo (j1->s1, j2->s2).

22 years ago(Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
Kenichi Handa [Tue, 14 May 2002 08:00:53 +0000 (08:00 +0000)]
(Fdecode_sjis_char): Fix typo (0x7F->0xFF).  Fix the
handling of charset list.
(encode_coding_iso_2022): Setup coding->safe_charsets in advance.

22 years ago(Fmap_charset_chars): Fix docstring.
Kenichi Handa [Tue, 14 May 2002 07:59:29 +0000 (07:59 +0000)]
(Fmap_charset_chars): Fix docstring.

22 years ago(define-coding-system): Docstring fixed (sjis->shift-jis).
Kenichi Handa [Tue, 14 May 2002 07:58:24 +0000 (07:58 +0000)]
(define-coding-system): Docstring fixed (sjis->shift-jis).

22 years agoUse decode-char instead of make-char.
Kenichi Handa [Tue, 14 May 2002 07:57:32 +0000 (07:57 +0000)]
Use decode-char instead of make-char.

22 years ago(encoded-kbd-self-insert-iso2022-8bit): New arg ARG. Directly
Kenichi Handa [Tue, 14 May 2002 07:50:09 +0000 (07:50 +0000)]
(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'.

22 years agoSetup char-width-table for CJK characters.
Kenichi Handa [Tue, 14 May 2002 07:48:11 +0000 (07:48 +0000)]
Setup char-width-table for CJK characters.

22 years ago(Fmake_char): Make it more backward compatible.
Kenichi Handa [Tue, 14 May 2002 00:40:45 +0000 (00:40 +0000)]
(Fmake_char): Make it more backward compatible.

22 years ago*** empty log message ***
Dave Love [Mon, 13 May 2002 18:28:25 +0000 (18:28 +0000)]
*** empty log message ***

22 years agoLog for previous change:
Dave Love [Mon, 13 May 2002 18:27:28 +0000 (18:27 +0000)]
Log for previous change:
(encoded-kbd-self-insert-ccl): Fix
getting decoder.
(encoded-kbd-mode): Fix code for coding system type and
designations.

22 years ago*** empty log message ***
Dave Love [Mon, 13 May 2002 18:24:52 +0000 (18:24 +0000)]
*** empty log message ***

22 years agoSpeling fixes.
Dave Love [Mon, 13 May 2002 17:56:01 +0000 (17:56 +0000)]
Speling fixes.

22 years agoDoc fixes.
Dave Love [Mon, 13 May 2002 17:50:19 +0000 (17:50 +0000)]
Doc fixes.
(Fdefine_coding_system_alias): Use names, not symbols, in
coding-system-alist.

22 years ago*** empty log message ***
Kenichi Handa [Mon, 13 May 2002 13:06:25 +0000 (13:06 +0000)]
*** empty log message ***

22 years ago(fontset-plain-name): Handle the case
Kenichi Handa [Mon, 13 May 2002 13:01:22 +0000 (13:01 +0000)]
(fontset-plain-name): Handle the case
that size, weight, slant are not specified in the fontset name.

22 years ago(free_realized_fontsets): Call Fclear_face_cache instead
Kenichi Handa [Mon, 13 May 2002 12:09:57 +0000 (12:09 +0000)]
(free_realized_fontsets): Call Fclear_face_cache instead
of calling free_reazlied_face.

22 years ago*** empty log message ***
Kenichi Handa [Mon, 13 May 2002 07:40:23 +0000 (07:40 +0000)]
*** empty log message ***

22 years ago(chinese-big5): Change :coding-type to `charset'.
Kenichi Handa [Fri, 10 May 2002 03:56:47 +0000 (03:56 +0000)]
(chinese-big5): Change :coding-type to `charset'.

22 years ago(greek-iso-8bit): Fix typo.
Kenichi Handa [Fri, 10 May 2002 03:56:23 +0000 (03:56 +0000)]
(greek-iso-8bit): Fix typo.

22 years ago(coding_set_source): Delete the local variable beg_byte.
Kenichi Handa [Fri, 10 May 2002 03:56:05 +0000 (03:56 +0000)]
(coding_set_source): Delete the local variable beg_byte.
(encode_coding_charset): Delete the local variable charset.
(Fdefine_coding_system_internal): Likewise.
(Fdefine_coding_system_internal): Setup
attrs[coding_attr_charset_valids] correctly.

22 years ago(struct charset): New member `code_space_mask'.
Kenichi Handa [Fri, 10 May 2002 03:55:12 +0000 (03:55 +0000)]
(struct charset): New member `code_space_mask'.

22 years ago(load_charset_map): Fix previous change.
Kenichi Handa [Fri, 10 May 2002 03:54:48 +0000 (03:54 +0000)]
(load_charset_map): Fix previous change.
(read_hex): Don't treat SPC as a comment starter.
(decode_char): If CODE_POINT_TO_INDEX retruns -1, always return
-1.
(Fdecode_char): Fix typo.
(CODE_POINT_TO_INDEX): Utilize `code_space_mask'
member to check if CODE is valid or not.
(Fdefine_charset_internal): Initialize `code_space_mask' member.
(encode_char): Before calling CODE_POINT_TO_INDEX, check if CODE
is within the range of charset->min_code and carset->max_code.

22 years ago(coding_inherit_eol_type)
Dave Love [Thu, 9 May 2002 18:00:40 +0000 (18:00 +0000)]
(coding_inherit_eol_type)
(Fset_terminal_coding_system_internal)
(Fset_safe_terminal_coding_system_internal): Fix arg declarations.

22 years ago(generate_ascii_font): Fix return type.
Dave Love [Thu, 9 May 2002 17:59:15 +0000 (17:59 +0000)]
(generate_ascii_font): Fix return type.

22 years ago(syntax_temp) [!__GNUC__]: Declare.
Dave Love [Thu, 9 May 2002 17:59:01 +0000 (17:59 +0000)]
(syntax_temp) [!__GNUC__]: Declare.

22 years ago(generate_ascii_font): Fix arg declaration.
Dave Love [Thu, 9 May 2002 17:57:26 +0000 (17:57 +0000)]
(generate_ascii_font): Fix arg declaration.

22 years agoChange encoding to utf-8-emacs. Remove apparent duplicate codes.
Kenichi Handa [Thu, 9 May 2002 06:44:06 +0000 (06:44 +0000)]
Change encoding to utf-8-emacs.  Remove apparent duplicate codes.

22 years ago*** empty log message ***
Kenichi Handa [Thu, 9 May 2002 06:43:40 +0000 (06:43 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Wed, 8 May 2002 23:32:40 +0000 (23:32 +0000)]
*** empty log message ***

22 years ago(END): Initialize lastgb and gbtable[lastgb] correctly.
Kenichi Handa [Wed, 8 May 2002 23:32:27 +0000 (23:32 +0000)]
(END): Initialize lastgb and gbtable[lastgb] correctly.

22 years ago(decode_coding_charset, encode_coding_charset): Handle
Kenichi Handa [Wed, 8 May 2002 04:19:41 +0000 (04:19 +0000)]
(decode_coding_charset, encode_coding_charset): Handle
multiple charsets correctly.

22 years ago*** empty log message ***
Kenichi Handa [Wed, 8 May 2002 04:19:21 +0000 (04:19 +0000)]
*** empty log message ***

22 years ago(boyer_moore): Fix handling of mulitbyte character translation.
Kenichi Handa [Tue, 7 May 2002 12:46:21 +0000 (12:46 +0000)]
(boyer_moore): Fix handling of mulitbyte character translation.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 7 May 2002 12:46:06 +0000 (12:46 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Tue, 7 May 2002 04:55:49 +0000 (04:55 +0000)]
*** empty log message ***

22 years ago(display_mode_element): When the variable `elt' is
Kenichi Handa [Tue, 7 May 2002 04:55:32 +0000 (04:55 +0000)]
(display_mode_element): When the variable `elt' is
changed, update `this' and `lisp_string'.

22 years ago(try_font_list): Give higher priority to fontset's
Kenichi Handa [Tue, 7 May 2002 04:51:47 +0000 (04:51 +0000)]
(try_font_list): Give higher priority to fontset's
family than face's family.

22 years ago(Finsert_file_contents): Set coding_system instead of
Kenichi Handa [Tue, 7 May 2002 04:51:06 +0000 (04:51 +0000)]
(Finsert_file_contents): Set coding_system instead of
val.  If the current buffer is multibyte, always call
decode_coding_gap.

22 years ago(coding_alloc_by_making_gap): Check the case that the
Kenichi Handa [Tue, 7 May 2002 04:50:48 +0000 (04:50 +0000)]
(coding_alloc_by_making_gap): Check the case that the
source and destination are the same correctly.
(decode_coding_raw_text): Set coding->consumed_char and
coding->consumed to 0.
(produce_chars): If coding->chars_at_source is nonzero, update
coding->consumed_char and coding->consumed before calling
alloc_destination.
(Fdefine_coding_system_alias): Register ALIAS in
Vcoding_system_alist.
(syms_of_coding): Define `no-convesion' coding system at the tail.

22 years ago(struct charset_map_entries): New struct.
Kenichi Handa [Tue, 7 May 2002 04:50:29 +0000 (04:50 +0000)]
(struct charset_map_entries): New struct.
(load_charset_map): Renamed from parse_charset_map.  New args
entries and n_entries.  Caller changed.
(load_charset_map_from_file): Renamed from load_charset_map.
Caller changed.  New arg control_flag.  Call load_charset_map at
the tail.
(load_charset_map_from_vector): New function.
(Fdefine_charset_internal): Setup charset.compact_codes_p.
(encode_char): If the charset is compact, change a character index
to a code point.

22 years ago(Fcall_process): Be sure to give the current buffer
Kenichi Handa [Tue, 7 May 2002 04:50:09 +0000 (04:50 +0000)]
(Fcall_process): Be sure to give the current buffer
to decode_coding_c_string.  Update PT and PT_BYTE after the
insertion.

22 years ago(Fset_buffer_multibyte): Fix 8-bit char handling.
Kenichi Handa [Tue, 7 May 2002 04:49:50 +0000 (04:49 +0000)]
(Fset_buffer_multibyte): Fix 8-bit char handling.

22 years ago(titdic-convert): Read into a unibyte buffer then make the buffer
Kenichi Handa [Tue, 7 May 2002 04:49:14 +0000 (04:49 +0000)]
(titdic-convert): Read into a unibyte buffer then make the buffer
multibyte.

22 years ago(chinese-gbk): New charset.
Kenichi Handa [Tue, 7 May 2002 04:48:48 +0000 (04:48 +0000)]
(chinese-gbk): New charset.

22 years ago(charset-chars): Fix typo.
Kenichi Handa [Tue, 7 May 2002 04:48:27 +0000 (04:48 +0000)]
(charset-chars): Fix typo.

22 years agoChange the registry for chinese-gb2312 and add the registry for
Kenichi Handa [Tue, 7 May 2002 04:48:05 +0000 (04:48 +0000)]
Change the registry for chinese-gb2312 and add the registry for
chinese-gbk.

22 years agoNew file.
Kenichi Handa [Tue, 7 May 2002 04:47:34 +0000 (04:47 +0000)]
New file.

22 years ago(MAPS): Add gbk.map and gb18030-bmp.map.
Kenichi Handa [Tue, 7 May 2002 04:46:19 +0000 (04:46 +0000)]
(MAPS): Add gbk.map and gb18030-bmp.map.
(ICUDIR): New macro.
(gbk.map, gb18030-bmp.map): New targets.

22 years ago(display_mode_element): Fix calculation of `bytepos'.
Kenichi Handa [Tue, 9 Apr 2002 07:42:27 +0000 (07:42 +0000)]
(display_mode_element): Fix calculation of `bytepos'.

22 years ago(Finsert_file_contents): Fix calculation of `inserted'.
Kenichi Handa [Tue, 9 Apr 2002 07:42:06 +0000 (07:42 +0000)]
(Finsert_file_contents): Fix calculation of `inserted'.
Fix arguments to insert_from_buffer.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 9 Apr 2002 07:39:44 +0000 (07:39 +0000)]
*** empty log message ***

22 years ago(produce_chars): Set the variable `multibytep' correctly.
Kenichi Handa [Mon, 11 Mar 2002 11:28:41 +0000 (11:28 +0000)]
(produce_chars): Set the variable `multibytep' correctly.
(decode_coding_gap): Set coding->dst_multibyte correctly.

22 years ago*** empty log message ***
Kenichi Handa [Mon, 11 Mar 2002 11:28:06 +0000 (11:28 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Mar 2002 00:22:54 +0000 (00:22 +0000)]
*** empty log message ***

22 years ago(utf-16-le): Use :bom attribute instead of :signature.
Kenichi Handa [Fri, 8 Mar 2002 00:20:24 +0000 (00:20 +0000)]
(utf-16-le): Use :bom attribute instead of :signature.
(utf-16-be): Likewise.

22 years ago(insert_from_gap): Call record_insert.
Kenichi Handa [Fri, 8 Mar 2002 00:19:56 +0000 (00:19 +0000)]
(insert_from_gap): Call record_insert.

22 years ago(encode_coding_utf_8): Initialize produced_chars to 0.
Kenichi Handa [Fri, 8 Mar 2002 00:19:39 +0000 (00:19 +0000)]
(encode_coding_utf_8): Initialize produced_chars to 0.
(decode_coding_utf_16): Fix converting high and low bytes to
code-point.
(encode_coding_utf_16): Substitute coding->default_char for
non-Unicode characters.
(decode_coding): Don't call record_insert here.
(setup_coding_system): Initialize `surrogate' of
coding->spec.utf_16 to 0.
(EMIT_ONE_BYTE): Fix for multibyte case.

22 years ago*** empty log message ***
Kenichi Handa [Fri, 8 Mar 2002 00:18:28 +0000 (00:18 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Kenichi Handa [Tue, 5 Mar 2002 01:07:22 +0000 (01:07 +0000)]
*** empty log message ***

22 years agoSet `iso-8859-2' for `nonascii-translation'.
Kenichi Handa [Tue, 5 Mar 2002 01:06:51 +0000 (01:06 +0000)]
Set `iso-8859-2' for `nonascii-translation'.

22 years ago("Czech"): Set `iso-8859-2' for `nonascii-translation'.
Kenichi Handa [Tue, 5 Mar 2002 01:04:59 +0000 (01:04 +0000)]
("Czech"): Set `iso-8859-2' for `nonascii-translation'.

22 years ago(parse_charset_map): Remove an unused variable.
Kenichi Handa [Tue, 5 Mar 2002 01:03:08 +0000 (01:03 +0000)]
(parse_charset_map): Remove an unused variable.

22 years ago(SET_RAW_SYNTAX_ENTRY): Don't call make_number.
Kenichi Handa [Tue, 5 Mar 2002 00:09:36 +0000 (00:09 +0000)]
(SET_RAW_SYNTAX_ENTRY): Don't call make_number.

22 years ago(Finsert_file_contents): Set coding_system to Qnil
Kenichi Handa [Tue, 5 Mar 2002 00:09:15 +0000 (00:09 +0000)]
(Finsert_file_contents): Set coding_system to Qnil
earlier.  If inserted is zero and the coding system doesn't
require flushing, don't call decode_coding_gap.

22 years ago* coding.c: Delete unused variables.
Kenichi Handa [Tue, 5 Mar 2002 00:08:50 +0000 (00:08 +0000)]
* coding.c: Delete unused variables.

22 years ago(sub_char_table_set_range): Optimized for the case
Kenichi Handa [Tue, 5 Mar 2002 00:08:31 +0000 (00:08 +0000)]
(sub_char_table_set_range): Optimized for the case
DEPTH == 3.  Add workaround code for a GCC optimization bug.

22 years ago(CHAR_VALID_P): Don't call CHARACTERP.
Kenichi Handa [Tue, 5 Mar 2002 00:08:10 +0000 (00:08 +0000)]
(CHAR_VALID_P): Don't call CHARACTERP.
(CHAR_STRING): Adjusted for the change of
char_string_with_unification.
(CHAR_STRING_ADVANCE): Make it do-while statement.

22 years ago(c_string_width): Add return type `int'.
Kenichi Handa [Tue, 5 Mar 2002 00:07:51 +0000 (00:07 +0000)]
(c_string_width): Add return type `int'.
(char_string_with_unification): Arg ADVANCED deleted.

22 years ago(casify_region): Fix multibyte case.
Kenichi Handa [Tue, 5 Mar 2002 00:07:19 +0000 (00:07 +0000)]
(casify_region): Fix multibyte case.

22 years agoOptimize calls of modify-category-entry.
Kenichi Handa [Tue, 5 Mar 2002 00:06:48 +0000 (00:06 +0000)]
Optimize calls of modify-category-entry.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 5 Mar 2002 00:06:27 +0000 (00:06 +0000)]
*** empty log message ***

22 years ago(DONTCOMPILE): Add latin1-disp.el, ucs-tables.el,
Kenichi Handa [Fri, 1 Mar 2002 05:34:13 +0000 (05:34 +0000)]
(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.

22 years ago*** empty log message ***
Kenichi Handa [Fri, 1 Mar 2002 05:33:48 +0000 (05:33 +0000)]
*** empty log message ***

22 years agoDon't include "charset.h".
Kenichi Handa [Fri, 1 Mar 2002 04:28:00 +0000 (04:28 +0000)]
Don't include "charset.h".
(selection_data_to_lisp_data): Adjusted for the new code
covnersion API.

22 years ago*** empty log message ***
Kenichi Handa [Fri, 1 Mar 2002 04:27:37 +0000 (04:27 +0000)]
*** empty log message ***

22 years agoInclude "character.h".
Kenichi Handa [Fri, 1 Mar 2002 04:15:33 +0000 (04:15 +0000)]
Include "character.h".
(x_encode_char): New argument CHARSET.  Caller changed.
(x_get_char_face_and_encoding): Call ENCODE_CHAR instead of
SPLIT_CHAR.
(x_get_glyph_face_and_encoding): Likewise.
(x_produce_glyphs): Don't check Vnonascii_translation_table Call
CHAR_WIDTH instead of CHARSET_WIDTH.
(XTread_socket): Adjusted for the new code-conversion API.
(x_new_font): Adjusted for the change of FS_LOAD_FONT.
(x_load_font): Adjusted for the change of struct font.

22 years agoNew file.
Kenichi Handa [Fri, 1 Mar 2002 03:34:44 +0000 (03:34 +0000)]
New file.

22 years agoDeleted unnecessary calls of set-fontset-font.
Kenichi Handa [Fri, 1 Mar 2002 02:29:38 +0000 (02:29 +0000)]
Deleted unnecessary calls of set-fontset-font.
(ccl-encode-mac-roman-font): Deleted.

22 years ago(sgml-mode-map): Use encode-char instead
Kenichi Handa [Fri, 1 Mar 2002 02:29:13 +0000 (02:29 +0000)]
(sgml-mode-map): Use encode-char instead
of make-char.
(sgml-char-names-table): Iteration limit fixed.

22 years agoCall define-coding-system instead of make-coding-system. All CCL program deleted.
Kenichi Handa [Fri, 1 Mar 2002 02:28:29 +0000 (02:28 +0000)]
Call define-coding-system instead of make-coding-system.  All CCL program deleted.

22 years ago(char-valid-p): Make it an alias of characterp.
Kenichi Handa [Fri, 1 Mar 2002 02:22:38 +0000 (02:22 +0000)]
(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.

22 years ago(print-designation): Arguments changed.
Kenichi Handa [Fri, 1 Mar 2002 02:21:53 +0000 (02:21 +0000)]
(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.

22 years agoFully Re-written.
Kenichi Handa [Fri, 1 Mar 2002 02:12:59 +0000 (02:12 +0000)]
Fully Re-written.

22 years agoDon't use coding category. Call
Kenichi Handa [Fri, 1 Mar 2002 02:12:40 +0000 (02:12 +0000)]
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.

22 years agoDon't bind set-case-syntax-offset.
Kenichi Handa [Fri, 1 Mar 2002 02:12:05 +0000 (02:12 +0000)]
Don't bind set-case-syntax-offset.

22 years ago(titdic-convert): Bind coding-system-for-write to 'iso-2022-7bit.
Kenichi Handa [Fri, 1 Mar 2002 02:09:14 +0000 (02:09 +0000)]
(titdic-convert): Bind coding-system-for-write to 'iso-2022-7bit.
Don't work on unibyte buffer.

22 years ago(skkdic-jisx0208-hiragana-block): Value changed.
Kenichi Handa [Fri, 1 Mar 2002 02:08:45 +0000 (02:08 +0000)]
(skkdic-jisx0208-hiragana-block): Value changed.
(skkdic-lookup-key): Call encode-char instead of split-char.

22 years ago(skkdic-get-kana-compact-codes): Call encode-char instead of
Kenichi Handa [Fri, 1 Mar 2002 02:08:10 +0000 (02:08 +0000)]
(skkdic-get-kana-compact-codes): Call encode-char instead of
split-char.

22 years agoMostly re-written.
Kenichi Handa [Fri, 1 Mar 2002 02:07:40 +0000 (02:07 +0000)]
Mostly re-written.

22 years ago(cp-make-translation-table,
Kenichi Handa [Fri, 1 Mar 2002 02:07:18 +0000 (02:07 +0000)]
(cp-make-translation-table,
cp-valid-codes, cp-fix-safe-chars): Deleted.  Caller changed.
(cp-make-coding-system): Call define-coding-system.

22 years agoAdjusted for the deletion of generic characters.
Kenichi Handa [Fri, 1 Mar 2002 02:06:19 +0000 (02:06 +0000)]
Adjusted for the deletion of generic characters.

22 years agoAdjusted for the change of map-char-table.
Kenichi Handa [Fri, 1 Mar 2002 02:05:45 +0000 (02:05 +0000)]
Adjusted for the change of map-char-table.