bpt/emacs.git
20 years ago(get_translation_table): New function.
Kenichi Handa [Sun, 25 Jan 2004 07:30:47 +0000 (07:30 +0000)]
(get_translation_table): New function.
(translate_chars): Fix the bug of skipping annotation data.
(decode_coding): Utilze get_translation_table.
(encode_coding): Likewise.
(char_encodable_p): Translate char if necessary.
(Funencodable_char_position): Likewise.
(Ffind_coding_systems_region_internal): Setup translation table
for encode in a coding system attribute vector in advance.
(Fcheck_coding_systems_region): Likewise.
(Fdefine_coding_system_internal): Allow a symbol as translation
table.  For shift-jis type coding system, allow 4th charset.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 24 Jan 2004 09:13:35 +0000 (09:13 +0000)]
*** empty log message ***

20 years ago(decode_coding_sjis): Check the first byte rigidly.
Kenichi Handa [Sat, 24 Jan 2004 09:13:19 +0000 (09:13 +0000)]
(decode_coding_sjis): Check the first byte rigidly.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 24 Jan 2004 05:01:45 +0000 (05:01 +0000)]
*** empty log message ***

20 years ago(get_next_display_element): Pass -1 as POS to
Kenichi Handa [Sat, 24 Jan 2004 05:00:26 +0000 (05:00 +0000)]
(get_next_display_element): Pass -1 as POS to
FACE_FOR_CHAR if displaying a C-string.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 23 Jan 2004 08:53:03 +0000 (08:53 +0000)]
*** empty log message ***

20 years ago(get_composition_id): Handle xoff and yoff in a
Kenichi Handa [Fri, 23 Jan 2004 08:49:11 +0000 (08:49 +0000)]
(get_composition_id): Handle xoff and yoff in a
composition rule.

20 years ago(COMPOSITION_DECODE_RULE): New arg xoff and yoff.
Kenichi Handa [Fri, 23 Jan 2004 08:48:19 +0000 (08:48 +0000)]
(COMPOSITION_DECODE_RULE): New arg xoff and yoff.
(struct composition): New member lbearing and rbearing.

20 years ago(move_it_to): Optimize for the case (op & MOVE_TO_Y).
Kenichi Handa [Fri, 23 Jan 2004 08:47:18 +0000 (08:47 +0000)]
(move_it_to): Optimize for the case (op & MOVE_TO_Y).
(x_get_glyph_overhangs): Handle a composition glyph.
(x_produce_glyphs): Setup lbearing and rbreaing for a composition
glyph.

20 years ago(x_compute_glyph_string_overhangs): Handle also a
Kenichi Handa [Fri, 23 Jan 2004 08:44:57 +0000 (08:44 +0000)]
(x_compute_glyph_string_overhangs): Handle also a
composition glyph.

20 years ago(reference-point-alist): Doc fixed.
Kenichi Handa [Fri, 23 Jan 2004 08:43:36 +0000 (08:43 +0000)]
(reference-point-alist): Doc fixed.
(encode-composition-rule): Handle a rule (GREF NREF XOFF YOFF).
(decode-composition-rule): Likewise.

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

20 years ago(diacritic-composition-function): Fix for the case that POS is at the
Kenichi Handa [Tue, 20 Jan 2004 08:27:17 +0000 (08:27 +0000)]
(diacritic-composition-function): Fix for the case that POS is at the
head.  Allow combining with more characters.

20 years ago(print_check_string_charset_prop): Fix previous change.
Kenichi Handa [Sun, 18 Jan 2004 23:45:31 +0000 (23:45 +0000)]
(print_check_string_charset_prop): Fix previous change.

20 years ago*** empty log message ***
Kenichi Handa [Sun, 18 Jan 2004 23:30:38 +0000 (23:30 +0000)]
*** empty log message ***

20 years agoInclude charset.h.
Kenichi Handa [Sun, 18 Jan 2004 23:27:07 +0000 (23:27 +0000)]
Include charset.h.
(Vprint_charset_text_property): New variable.
(Qdefault): Extern it.
(PRINT_STRING_NON_CHARSET_FOUND)
(PRINT_STRING_UNSAFE_CHARSET_FOUND): New macros.
(print_check_string_result): New variable.
(print_check_string_charset_prop): New function.
(print_prune_charset_plist): New variable.
(print_prune_string_charset): New function.
(print_object): Call print_prune_string_charset if
Vprint_charset_text_property is not t.
(print_interval): Print nothing if itnerval->plist is nil.
(syms_of_print): Declare Vprint_charset_text_property as a lisp
variable.  Init and staticpro print_prune_charset_plist.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 16 Jan 2004 00:35:52 +0000 (00:35 +0000)]
*** empty log message ***

20 years ago(describe-char): Check `charset' property.
Kenichi Handa [Fri, 16 Jan 2004 00:35:16 +0000 (00:35 +0000)]
(describe-char): Check `charset' property.
Show the code point in the charset in hexadigits.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 15 Jan 2004 23:04:06 +0000 (23:04 +0000)]
*** empty log message ***

20 years ago(stretches-for-character-list): Delete it.
Kenichi Handa [Thu, 15 Jan 2004 23:03:32 +0000 (23:03 +0000)]
(stretches-for-character-list): Delete it.
(list-block-of-chars): Use tabs instead of `display' property for
aligning characters.
(print-fontset-element): Fix the printing of XLFD.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 15 Jan 2004 12:10:35 +0000 (12:10 +0000)]
*** empty log message ***

20 years ago(new_fontset_from_font_name): Use the specified font
Kenichi Handa [Thu, 15 Jan 2004 12:10:04 +0000 (12:10 +0000)]
(new_fontset_from_font_name): Use the specified font
for all characters in the new fontset.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 15 Jan 2004 06:58:31 +0000 (06:58 +0000)]
*** empty log message ***

20 years ago(x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
Kenichi Handa [Thu, 15 Jan 2004 06:58:07 +0000 (06:58 +0000)]
(x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and
OBJECT args.

20 years ago(x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and OBJECT args.
Kenichi Handa [Thu, 15 Jan 2004 06:57:45 +0000 (06:57 +0000)]
(x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and OBJECT args.

20 years ago(x_produce_glyphs): Call FACE_FOR_CHAR with POS and
Kenichi Handa [Thu, 15 Jan 2004 06:57:02 +0000 (06:57 +0000)]
(x_produce_glyphs): Call FACE_FOR_CHAR with POS and
OBJECT args for composition too.

20 years ago(syms_of_composite): Fix comment.
Kenichi Handa [Thu, 15 Jan 2004 02:43:15 +0000 (02:43 +0000)]
(syms_of_composite): Fix comment.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 15 Jan 2004 02:16:11 +0000 (02:16 +0000)]
*** empty log message ***

20 years ago(encoded-kbd-self-insert-utf-8): New function.
Kenichi Handa [Thu, 15 Jan 2004 02:15:34 +0000 (02:15 +0000)]
(encoded-kbd-self-insert-utf-8): New function.
(encoded-kbd-setup-keymap): Add code for handling utf-8.
(encoded-kbd-mode): Likewise.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 13 Jan 2004 01:44:46 +0000 (01:44 +0000)]
*** empty log message ***

20 years ago(x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and OBJECT args.
Kenichi Handa [Tue, 13 Jan 2004 01:43:38 +0000 (01:43 +0000)]
(x_set_mouse_face_gc): Call FACE_FOR_CHAR with POS and OBJECT args.

20 years ago(compute_char_face): Call FACE_FOR_CHAR with POS and OBJECT args.
Kenichi Handa [Tue, 13 Jan 2004 01:43:00 +0000 (01:43 +0000)]
(compute_char_face): Call FACE_FOR_CHAR with POS and OBJECT args.

20 years ago(face_before_or_after_it_pos): Call FACE_FOR_CHAR with
Kenichi Handa [Tue, 13 Jan 2004 01:40:47 +0000 (01:40 +0000)]
(face_before_or_after_it_pos): Call FACE_FOR_CHAR with
POS and OBJECT args.
(get_next_display_element): Likewise.
(append_space): Likewise.
(extend_face_to_end_of_line): Likewise.
(get_char_face_and_encoding): Likewise.
(BUILD_COMPOSITE_GLYPH_STRING): Likewise.
(x_produce_glyphs): Likewise.

20 years ago(reorder_font_vector): Adjusted for the change of
Kenichi Handa [Tue, 13 Jan 2004 01:38:53 +0000 (01:38 +0000)]
(reorder_font_vector): Adjusted for the change of
FONT_DEF format.
(fontset_face): New arg id.  Caller changed.
(face_for_char): New args pos and object.
(make_fontset_for_ascii_face): Adjusted for the change of FONT_DEF
format.n
(fs_query_fontset): Check NAME by Fassoc too.
(Fset_fontset_font): Allow non-XLFD font name.
(Ffontset_info): Adjusted for the change of FONT_DEF format.

20 years ago(face_for_char): Prototype adjusted.
Kenichi Handa [Tue, 13 Jan 2004 01:35:47 +0000 (01:35 +0000)]
(face_for_char): Prototype adjusted.

20 years ago(FACE_FOR_CHAR): New args POS and OBJECT.
Kenichi Handa [Tue, 13 Jan 2004 01:34:56 +0000 (01:34 +0000)]
(FACE_FOR_CHAR): New args POS and OBJECT.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 7 Jan 2004 23:05:42 +0000 (23:05 +0000)]
*** empty log message ***

20 years ago(quail-indian-flatten-list): Delete it.
Kenichi Handa [Wed, 7 Jan 2004 23:04:47 +0000 (23:04 +0000)]
(quail-indian-flatten-list): Delete it.
(quail-define-inscript-package): Pay attention to `nil' values of
char/key-table.
(inscript-tml-keytable): New variable.  Use it for Tamil inscript.

20 years ago*** empty log message ***
Jason Rumney [Sat, 3 Jan 2004 17:38:03 +0000 (17:38 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Tue, 30 Dec 2003 01:00:13 +0000 (01:00 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Mon, 29 Dec 2003 07:57:38 +0000 (07:57 +0000)]
*** empty log message ***

20 years ago(handle_auto_composed_prop): Fix setting of limit.
Kenichi Handa [Mon, 29 Dec 2003 07:57:00 +0000 (07:57 +0000)]
(handle_auto_composed_prop): Fix setting of limit.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 29 Dec 2003 07:53:55 +0000 (07:53 +0000)]
*** empty log message ***

20 years ago(send_process): Be sure to set coding->src_multibyte.
Kenichi Handa [Mon, 29 Dec 2003 07:53:43 +0000 (07:53 +0000)]
(send_process): Be sure to set coding->src_multibyte.

20 years ago(CHARACTERBITS): Define as 22.
Kenichi Handa [Mon, 29 Dec 2003 07:53:29 +0000 (07:53 +0000)]
(CHARACTERBITS): Define as 22.

20 years ago(set_fontset_font): Fix args.
Kenichi Handa [Mon, 29 Dec 2003 07:53:13 +0000 (07:53 +0000)]
(set_fontset_font): Fix args.

20 years ago(Qinsufficient_source, Qinconsistent_eol)
Kenichi Handa [Mon, 29 Dec 2003 07:52:49 +0000 (07:52 +0000)]
(Qinsufficient_source, Qinconsistent_eol)
(Qinvalid_source, Qinterrupted, Qinsufficient_memory): New
variables.
(Vlast_code_conversion_error): New variables.
(syms_of_coding): DEFSYM or DEFVAR_LISP them.
(ONE_MORE_BYTE): Record error if any instead of signaling an
error.  If non-ASCII multibyte char is found, return the negative
value of the code.  All callers changed to check it.
(ONE_MORE_BYTE_NO_CHECK): Likewise.
(record_conversion_result): New function.  All codes setting
coding->result are changed to call this function.
(detect_coding_utf_8): Don't use the local variable incomplete.
(decode_coding_utf_8): Likewise.
(emacs_mule_char): Change the second arg to `const'.
(detect_coding_emacs_mule): Don't use the local variable
incomplete.
(detect_coding_sjis): Likewise.
(detect_coding_big5): Likewise.
(decode_coding): Fix of flushing out unprocessed data.
(make_conversion_work_buffer): Fix making of a work buffer.
(decode_coding_object): Return coding->dst_object;

20 years ago(enum coding_result_code): Delete
Kenichi Handa [Mon, 29 Dec 2003 07:52:30 +0000 (07:52 +0000)]
(enum coding_result_code): Delete
CODING_RESULT_INSUFFICIENT_CMP, add CODING_RESULT_INVALID_SRC.

20 years ago(map_sub_char_table_for_charset): Fix args to c_function with.
Kenichi Handa [Mon, 29 Dec 2003 07:52:13 +0000 (07:52 +0000)]
(map_sub_char_table_for_charset): Fix args to c_function with.

20 years ago(charset_table_used): Make it static.
Kenichi Handa [Mon, 29 Dec 2003 07:51:57 +0000 (07:51 +0000)]
(charset_table_used): Make it static.
(map_charset_chars): Fix args to c_function with.

20 years ago(charset_table_used): Delete extern.
Kenichi Handa [Mon, 29 Dec 2003 07:51:39 +0000 (07:51 +0000)]
(charset_table_used): Delete extern.

20 years ago(Fccl_execute_on_string): Fix the condition of loop.
Kenichi Handa [Mon, 29 Dec 2003 07:51:22 +0000 (07:51 +0000)]
(Fccl_execute_on_string): Fix the condition of loop.

20 years agoFix setting of category `|'.
Kenichi Handa [Mon, 29 Dec 2003 07:50:51 +0000 (07:50 +0000)]
Fix setting of category `|'.

20 years ago(set-locale-environment): Insert locale-translation-file-name in a
Kenichi Handa [Mon, 29 Dec 2003 07:50:35 +0000 (07:50 +0000)]
(set-locale-environment): Insert locale-translation-file-name in a
unibyte buffer.

20 years ago(read-face-font): Include fontsets in the completion list.
Kenichi Handa [Mon, 29 Dec 2003 07:50:17 +0000 (07:50 +0000)]
(read-face-font): Include fontsets in the completion list.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 2 Dec 2003 06:57:35 +0000 (06:57 +0000)]
*** empty log message ***

20 years ago(detect_coding): Fix previous change.
Kenichi Handa [Tue, 2 Dec 2003 06:57:17 +0000 (06:57 +0000)]
(detect_coding): Fix previous change.
(detect_coding_system): Likewise.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 2 Dec 2003 05:04:08 +0000 (05:04 +0000)]
*** empty log message ***

20 years ago(chinese-gb18030): Fix :charset-list.
Kenichi Handa [Tue, 2 Dec 2003 05:03:50 +0000 (05:03 +0000)]
(chinese-gb18030): Fix :charset-list.

20 years ago(handle_auto_composed_prop): Give limit to
Kenichi Handa [Tue, 2 Dec 2003 04:40:49 +0000 (04:40 +0000)]
(handle_auto_composed_prop): Give limit to
Fnext_single_char_property_change.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 2 Dec 2003 01:55:21 +0000 (01:55 +0000)]
*** empty log message ***

20 years ago(syms_of_composite): Don't make the compostion hash table week.
Kenichi Handa [Tue, 2 Dec 2003 01:55:06 +0000 (01:55 +0000)]
(syms_of_composite): Don't make the compostion hash table week.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 2 Dec 2003 01:47:37 +0000 (01:47 +0000)]
*** empty log message ***

20 years ago(Fset_fontset_font): Fix docstring.
Kenichi Handa [Tue, 2 Dec 2003 01:47:02 +0000 (01:47 +0000)]
(Fset_fontset_font): Fix docstring.

20 years ago(detect_coding_system): Adjust prototype.
Kenichi Handa [Tue, 2 Dec 2003 01:45:59 +0000 (01:45 +0000)]
(detect_coding_system): Adjust prototype.

20 years ago(kill_workbuf_unwind): Delete this function.
Kenichi Handa [Tue, 2 Dec 2003 01:45:13 +0000 (01:45 +0000)]
(kill_workbuf_unwind): Delete this function.
(Finsert_file_contents): Adjust the call of detect_coding_system.
Get conversion_buffer by code_conversion_save.  Use the macor
CODING_MAY_REQUIRE_DECODING.  After decoding, update
coding_system.

20 years ago(make_conversion_work_buffer): Delete extern.
Kenichi Handa [Tue, 2 Dec 2003 01:42:47 +0000 (01:42 +0000)]
(make_conversion_work_buffer): Delete extern.
(code_conversion_save): Extern it.

20 years ago(enum iso_code_class_type): Delete ISO_carriage_return.
Kenichi Handa [Tue, 2 Dec 2003 01:40:27 +0000 (01:40 +0000)]
(enum iso_code_class_type): Delete ISO_carriage_return.
(CODING_GET_INFO): Delete argument eol_type.  Callers changed.
(decode_coding_utf_8): Don't do eol converion.
(detect_coding_utf_16): Check coding->src_chars, not
coding->src_bytes.  Add heuristics for those that have no
signature.
(decode_coding_emacs_mule): Don't do eol converion.
(decode_coding_iso_2022): Likewise.
(decode_coding_sjis): Likewise.
(decode_coding_big5): Likewise.
(decode_coding_charset): Likewise.
(adjust_coding_eol_type): Return a new coding system.
(detect_coding): Don't detect eol.  Fix for utf-16 detection.
(decode_eol): In case of CRLF->LF conversion, use del_range_2 on
each change.
(decode_coding): Pay attention to undo_list.  Do eol convesion for
all types of coding-systems (if necessary).
(Vcode_conversion_work_buf_list): Delete it.
(Vcode_conversion_reused_workbuf): Renamed from
Vcode_conversion_reused_work_buf.
(Vcode_conversion_workbuf_name): New variable.
(reused_workbuf_in_use): New variable.
(make_conversion_work_buffer): Delete the arg DEPTH.
(code_conversion_restore): Argument changed to cons.
(code_conversion_save): Delete the argument BUFFER.  Callers
changed.
(detect_coding_system): New argument src_chars.  Callers changed.
Fix for utf-16 detection.
(init_coding_once): Don't use ISO_carriage_return.
(syms_of_coding): Initialized Vcode_conversion_workbuf_name and
reused_workbuf_in_use.

20 years ago(auto-compose-chars): Fix previous change.
Kenichi Handa [Wed, 26 Nov 2003 11:54:07 +0000 (11:54 +0000)]
(auto-compose-chars): Fix previous change.

20 years ago*** empty log message ***
Kenichi Handa [Wed, 26 Nov 2003 11:53:52 +0000 (11:53 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Tue, 25 Nov 2003 13:03:42 +0000 (13:03 +0000)]
*** empty log message ***

20 years ago(select-safe-coding-system): Fix for
Kenichi Handa [Tue, 25 Nov 2003 13:03:14 +0000 (13:03 +0000)]
(select-safe-coding-system): Fix for
the case that the first element of default-coding-system is t.
Fix a message when some coding systems are rejected.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 25 Nov 2003 08:07:54 +0000 (08:07 +0000)]
*** empty log message ***

20 years ago(auto-compose-chars): Fix previous change.
Kenichi Handa [Tue, 25 Nov 2003 08:07:41 +0000 (08:07 +0000)]
(auto-compose-chars): Fix previous change.

20 years ago(set-language-environment): Put higher priority to charsets listed in
Kenichi Handa [Mon, 24 Nov 2003 08:29:16 +0000 (08:29 +0000)]
(set-language-environment): Put higher priority to charsets listed in
`charset' property of the language environment.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 24 Nov 2003 08:28:58 +0000 (08:28 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Mon, 24 Nov 2003 02:46:35 +0000 (02:46 +0000)]
*** empty log message ***

20 years ago(store_in_keymap): Pay attention to the case that idx is a cons
Kenichi Handa [Mon, 24 Nov 2003 02:46:11 +0000 (02:46 +0000)]
(store_in_keymap): Pay attention to the case that idx is a cons
specifying a character range.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 24 Nov 2003 02:22:09 +0000 (02:22 +0000)]
*** empty log message ***

20 years ago(Fdefine_coding_system_internal): Fix previous change.
Kenichi Handa [Mon, 24 Nov 2003 02:21:55 +0000 (02:21 +0000)]
(Fdefine_coding_system_internal): Fix previous change.

20 years ago*** empty log message ***
Kenichi Handa [Sun, 23 Nov 2003 07:34:14 +0000 (07:34 +0000)]
*** empty log message ***

20 years ago(auto-compose-chars): Don't do unnecessary save-exclusion and
Kenichi Handa [Sun, 23 Nov 2003 07:33:48 +0000 (07:33 +0000)]
(auto-compose-chars): Don't do unnecessary save-exclusion and
save-restriction.

20 years ago(handle_auto_composed_prop): Fix the case of returning
Kenichi Handa [Sun, 23 Nov 2003 07:32:11 +0000 (07:32 +0000)]
(handle_auto_composed_prop): Fix the case of returning
HANDLED_RECOMPUTE_PROPS.

20 years ago*** empty log message ***
Kenichi Handa [Sun, 23 Nov 2003 02:17:43 +0000 (02:17 +0000)]
*** empty log message ***

20 years ago(Fdefine_coding_system_internal): Fix checking of ascii compatibility.
Kenichi Handa [Sun, 23 Nov 2003 02:17:20 +0000 (02:17 +0000)]
(Fdefine_coding_system_internal): Fix checking of ascii compatibility.

20 years ago(ctext-no-compositions): Remove garbage arguments.
Kenichi Handa [Sat, 22 Nov 2003 11:46:03 +0000 (11:46 +0000)]
(ctext-no-compositions): Remove garbage arguments.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 22 Nov 2003 11:41:15 +0000 (11:41 +0000)]
*** empty log message ***

20 years ago(find_charsets_in_text): Delete unused locale variable.
Kenichi Handa [Sat, 22 Nov 2003 11:40:57 +0000 (11:40 +0000)]
(find_charsets_in_text): Delete unused locale variable.
(Fset_charset_priority): Update Vemacs_mule_charset_list too.

20 years ago(encode_coding_emacs_mule): Resync charset_list to
Kenichi Handa [Sat, 22 Nov 2003 11:39:53 +0000 (11:39 +0000)]
(encode_coding_emacs_mule): Resync charset_list to
Vemacs_mule_charset_list.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 22 Nov 2003 11:20:45 +0000 (11:20 +0000)]
*** empty log message ***

20 years ago(encode_coding_emacs_mule): Emit bytes with MSB.
Kenichi Handa [Sat, 22 Nov 2003 11:20:05 +0000 (11:20 +0000)]
(encode_coding_emacs_mule): Emit bytes with MSB.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 22 Nov 2003 11:04:28 +0000 (11:04 +0000)]
*** empty log message ***

20 years ago(store_in_keymap): Pay attention to the case that idx
Kenichi Handa [Sat, 22 Nov 2003 11:04:01 +0000 (11:04 +0000)]
(store_in_keymap): Pay attention to the case that idx
is a cons specifying a character range.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 22 Nov 2003 07:46:40 +0000 (07:46 +0000)]
*** empty log message ***

20 years ago(make-coding-system): Fix generation of properties.
Kenichi Handa [Sat, 22 Nov 2003 07:46:20 +0000 (07:46 +0000)]
(make-coding-system): Fix generation of properties.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 22 Nov 2003 00:02:33 +0000 (00:02 +0000)]
*** empty log message ***

20 years ago(setup-default-fontset): Specify fonts for `symbol' script.
Kenichi Handa [Fri, 21 Nov 2003 23:57:35 +0000 (23:57 +0000)]
(setup-default-fontset): Specify fonts for `symbol' script.

20 years ago(script-list): Include `currency' in `symbol'.
Kenichi Handa [Fri, 21 Nov 2003 23:55:01 +0000 (23:55 +0000)]
(script-list): Include `currency' in `symbol'.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 18 Nov 2003 06:29:39 +0000 (06:29 +0000)]
*** empty log message ***

20 years ago(update_compositions): Bind inhibit-read-only, etc
Kenichi Handa [Tue, 18 Nov 2003 06:29:24 +0000 (06:29 +0000)]
(update_compositions): Bind inhibit-read-only, etc
to t before calling remove-list-of-text-properties.