bpt/emacs.git
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.

20 years ago*** empty log message ***
Kenichi Handa [Tue, 18 Nov 2003 02:44:59 +0000 (02:44 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Mon, 17 Nov 2003 23:49:33 +0000 (23:49 +0000)]
*** empty log message ***

20 years ago(print_object): Always print ASCII chars as is.
Kenichi Handa [Mon, 17 Nov 2003 23:48:44 +0000 (23:48 +0000)]
(print_object): Always print ASCII chars as is.

20 years ago(mm-enable-multibyte): Call set-buffer-multibyte with the arg `to'.
Kenichi Handa [Mon, 17 Nov 2003 03:58:13 +0000 (03:58 +0000)]
(mm-enable-multibyte): Call set-buffer-multibyte with the arg `to'.

20 years ago(private-char-area-1-min)
Kenichi Handa [Mon, 17 Nov 2003 03:57:03 +0000 (03:57 +0000)]
(private-char-area-1-min)
(private-char-area-1-max, private-char-area-2-min)
(private-char-area-2-max, emacs-mule-charset-table): New
variables.
(convert-define-charset-argument): New function.
(define-charset): Handle the old calling style.  Update
emacs-mule-charset-table.
(make-char-internal): New function.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 17 Nov 2003 01:06:53 +0000 (01:06 +0000)]
*** empty log message ***

20 years ago(Fdefine_key): Fix handling of Lucid style event type list.
Kenichi Handa [Mon, 17 Nov 2003 01:06:37 +0000 (01:06 +0000)]
(Fdefine_key): Fix handling of Lucid style event type list.

20 years ago*** empty log message ***
Kenichi Handa [Mon, 17 Nov 2003 00:58:25 +0000 (00:58 +0000)]
*** empty log message ***

20 years ago(Fmapconcat): Signal an error if SEQUENCE is a char table.
Kenichi Handa [Mon, 17 Nov 2003 00:58:10 +0000 (00:58 +0000)]
(Fmapconcat): Signal an error if SEQUENCE is a char table.
(Fmapcar): Likewise.
(Fmapc): Likewise.

20 years ago*** empty log message ***
Kenichi Handa [Sat, 15 Nov 2003 00:59:51 +0000 (00:59 +0000)]
*** empty log message ***

20 years ago(skip_chars): Be sure to alloca char_ranges when necessary.
Kenichi Handa [Sat, 15 Nov 2003 00:59:37 +0000 (00:59 +0000)]
(skip_chars): Be sure to alloca char_ranges when necessary.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Nov 2003 23:35:01 +0000 (23:35 +0000)]
*** empty log message ***

20 years ago(set_lface_from_font_name): Fix for the case that
Kenichi Handa [Thu, 13 Nov 2003 23:33:48 +0000 (23:33 +0000)]
(set_lface_from_font_name): Fix for the case that
FONTNAME is not fontset name.

20 years ago*** empty log message ***
Alex Schroeder [Thu, 13 Nov 2003 18:19:24 +0000 (18:19 +0000)]
*** empty log message ***

20 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Nov 2003 08:49:46 +0000 (08:49 +0000)]
*** empty log message ***

20 years ago* rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
Kenichi Handa [Thu, 13 Nov 2003 08:49:29 +0000 (08:49 +0000)]
* rfc2104.el (rfc2104-hexstring-to-byte-list): Renamed from
rfc2104-hexstring-to-bitstring and changed to return a byte list.
(rfc2104-hash): Convert the result of concat to unibyte string.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 13 Nov 2003 06:04:36 +0000 (06:04 +0000)]
*** empty log message ***

20 years ago(base64_encode_1): Fix previous change.
Kenichi Handa [Thu, 13 Nov 2003 06:03:46 +0000 (06:03 +0000)]
(base64_encode_1): Fix previous change.

20 years ago(set_fontset_font): New function.
Kenichi Handa [Sat, 8 Nov 2003 00:54:53 +0000 (00:54 +0000)]
(set_fontset_font): New function.
(Fset_fontset_font): If a font is specified for a charset, use
map_charset_chars to store the font spec in a fontset.

20 years ago*** empty log message ***
Jason Rumney [Mon, 3 Nov 2003 22:24:31 +0000 (22:24 +0000)]
*** empty log message ***

20 years agoEnsure iso10646-1 is always defined
Jason Rumney [Mon, 3 Nov 2003 22:24:01 +0000 (22:24 +0000)]
Ensure iso10646-1 is always defined

20 years ago*** empty log message ***
Kenichi Handa [Wed, 29 Oct 2003 11:51:55 +0000 (11:51 +0000)]
*** empty log message ***

20 years ago(fontset_face): Create a fallback fontset on demand
Kenichi Handa [Wed, 29 Oct 2003 11:51:42 +0000 (11:51 +0000)]
(fontset_face): Create a fallback fontset on demand
(make_fontset): Don't create a fallback fontset here.
(free_face_fontset): Free a fallback fontset (if any) too.
(n_auto_fontsets): Delete this variable.
(auto_fontset_alist): New variable.
(new_fontset_from_font_name): Check auto_fontset_alist.
(dump_fontset) [FONTSET_DEBUG]: Fully re-written.
(Ffontset_list_all) [FONTSET_DEBUG]: New function.
(syms_of_fontset): Initialize and staticpro auto_fontset_alist.
Defsubr Sfontset_list_all.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 24 Oct 2003 02:40:38 +0000 (02:40 +0000)]
*** empty log message ***

20 years ago(compose-region): Doc fix (delete duplicated line).
Kenichi Handa [Fri, 24 Oct 2003 02:40:27 +0000 (02:40 +0000)]
(compose-region): Doc fix (delete duplicated line).

20 years ago(Fnew_fontset): Check NAME more rigidly.
Kenichi Handa [Fri, 24 Oct 2003 00:44:48 +0000 (00:44 +0000)]
(Fnew_fontset): Check NAME more rigidly.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 24 Oct 2003 00:42:37 +0000 (00:42 +0000)]
*** empty log message ***

20 years ago(x_list_fonts): Fix excluding of auto-scaled fonts.
Kenichi Handa [Fri, 24 Oct 2003 00:40:10 +0000 (00:40 +0000)]
(x_list_fonts): Fix excluding of auto-scaled fonts.

20 years ago*** empty log message ***
Kenichi Handa [Thu, 23 Oct 2003 08:42:54 +0000 (08:42 +0000)]
*** empty log message ***

20 years ago(Fnew_fontset): Check NAME more rigidly.
Kenichi Handa [Thu, 23 Oct 2003 08:42:39 +0000 (08:42 +0000)]
(Fnew_fontset): Check NAME more rigidly.

20 years ago*** empty log message ***
Kenichi Handa [Fri, 17 Oct 2003 07:11:54 +0000 (07:11 +0000)]
*** empty log message ***