bpt/emacs.git
21 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jan 2003 13:25:48 +0000 (13:25 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jan 2003 12:24:13 +0000 (12:24 +0000)]
*** empty log message ***

21 years ago(CATEGORY_MASK_RAW_TEXT): New macro.
Kenichi Handa [Mon, 6 Jan 2003 11:37:17 +0000 (11:37 +0000)]
(CATEGORY_MASK_RAW_TEXT): New macro.
(detect_coding_utf_8, detect_coding_utf_16)
(detect_coding_emacs_mule, detect_coding_iso_2022)
(detect_coding_sjis, detect_coding_big5)
(detect_coding_ccl, detect_coding_charset): Change argument MASK
to DETECT_INFO.  Update DETECT_INFO and return 1 if the byte
sequence is valid in this coding system.  Callers changed.
(MAX_ANNOTATION_LENGTH): New macro.
(ADD_ANNOTATION_DATA): New macro.
(ADD_COMPOSITION_DATA): Argument changed.  Callers changed.  Call
ADD_ANNOTATION_DATA.  The format of annotation data changed.
(ADD_CHARSET_DATA): New macro.
(emacs_mule_char): New argument ID.  Callers changed.
(decode_coding_emacs_mule, decode_coding_iso_2022)
(decode_coding_sjis, decode_coding_big5, decode_coding_charset):
Produce charset annotation data in coding->charbuf.
(encode_coding_emacs_mule, encode_coding_iso_2022): Pay attention
to charset annotation data in coding->charbuf.
(setup_coding_system): Add CODING_ANNOTATE_CHARSET_MASK
coding->common_flags if the coding system is iso-2022 based and
uses designation.
(produce_composition): Adjusted for the new annotation data
format.
(produce_charset): New function.
(produce_annotation): Handle charset annotation.
(handle_composition_annotation, handle_charset_annotation): New
functions.
(consume_chars): Handle charset annotation.  Utilize the above two
functions.
(encode_coding_object): If SRC_OBJECT and DST_OBJECT are the same
buffer, get the deleted text as a string and set
coding->src_object to that string.
(detect_coding, detect_coding_system): Use the new struct
coding_detection_info.

21 years ago(struct coding_detection_info): New structure.
Kenichi Handa [Mon, 6 Jan 2003 11:36:42 +0000 (11:36 +0000)]
(struct coding_detection_info): New structure.
(struct coding_system): Prototype of the member `detector'
adjusted.
(CODING_ANNOTATE_CHARSET_MASK): New macro.

21 years agoAdd local variable coding: latin-1.
Kenichi Handa [Mon, 6 Jan 2003 11:09:58 +0000 (11:09 +0000)]
Add local variable coding: latin-1.

21 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jan 2003 11:09:39 +0000 (11:09 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Kenichi Handa [Mon, 6 Jan 2003 01:18:01 +0000 (01:18 +0000)]
*** empty log message ***

21 years ago(insert_from_gap): Fix argument to offset_intervals.
Kenichi Handa [Mon, 6 Jan 2003 01:17:47 +0000 (01:17 +0000)]
(insert_from_gap): Fix argument to offset_intervals.

21 years ago(x-complement-fontset-spec): If a fontname doesn't conform to XLFD
Kenichi Handa [Mon, 6 Jan 2003 01:12:14 +0000 (01:12 +0000)]
(x-complement-fontset-spec): If a fontname doesn't conform to XLFD
format, try to get XLFD name by x-list-fonts.

21 years ago(apropos_predicate, apropos_accumulate): Declare
Dave Love [Fri, 3 Jan 2003 20:25:06 +0000 (20:25 +0000)]
(apropos_predicate, apropos_accumulate): Declare
static.
(Fapropos_internal): Don't gcpro apropos_accumulate.  Set result
to new local and nullify apropos_accumulate before returning.
(syms_of_keymap): Staticpro and initialize apropos_accumulate.

21 years agoFixed/updated
Dave Love [Thu, 12 Dec 2002 19:42:58 +0000 (19:42 +0000)]
Fixed/updated
from haible's version.

21 years ago*** empty log message ***
Dave Love [Sun, 8 Dec 2002 22:50:32 +0000 (22:50 +0000)]
*** empty log message ***

21 years ago(mik, pt154): New coding systems.
Dave Love [Sun, 8 Dec 2002 22:48:37 +0000 (22:48 +0000)]
(mik, pt154): New coding systems.

21 years ago(mik, pt154): New charsets.
Dave Love [Sun, 8 Dec 2002 22:48:16 +0000 (22:48 +0000)]
(mik, pt154): New charsets.

21 years agoRemove codepoint 0x7f.
Dave Love [Sun, 8 Dec 2002 22:45:54 +0000 (22:45 +0000)]
Remove codepoint 0x7f.

21 years ago(unicode-data): Fix treatment of
Dave Love [Thu, 5 Dec 2002 14:31:28 +0000 (14:31 +0000)]
(unicode-data): Fix treatment of
numeric-value fields.

21 years agoMove parts around so that syntax
Dave Love [Thu, 5 Dec 2002 14:28:21 +0000 (14:28 +0000)]
Move parts around so that syntax
definitions aren't overwritten wrongly.

21 years ago(Fdefine_charset_internal): Setup charset.fast_map correctly.
Kenichi Handa [Thu, 5 Dec 2002 04:25:02 +0000 (04:25 +0000)]
(Fdefine_charset_internal): Setup charset.fast_map correctly.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 5 Dec 2002 04:24:45 +0000 (04:24 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Sun, 1 Dec 2002 12:19:36 +0000 (12:19 +0000)]
*** empty log message ***

21 years ago(Flanginfo): Call synchronize_system_time_locale.
Dave Love [Tue, 26 Nov 2002 17:48:07 +0000 (17:48 +0000)]
(Flanginfo): Call synchronize_system_time_locale.

21 years agoUse AC_CONFIG_LIBOBJ_DIR. Require autoconf 2.54.
Dave Love [Thu, 7 Nov 2002 20:26:51 +0000 (20:26 +0000)]
Use AC_CONFIG_LIBOBJ_DIR.  Require autoconf 2.54.

21 years agoFix previous change.
Kenichi Handa [Thu, 7 Nov 2002 07:32:07 +0000 (07:32 +0000)]
Fix previous change.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 7 Nov 2002 06:34:54 +0000 (06:34 +0000)]
*** empty log message ***

21 years agoLoad composite
Kenichi Handa [Thu, 7 Nov 2002 06:33:32 +0000 (06:33 +0000)]
Load composite

21 years ago(tibetan-composition-function): Change
Kenichi Handa [Thu, 7 Nov 2002 06:33:13 +0000 (06:33 +0000)]
(tibetan-composition-function): Change
arguments to conform to composition-function-table.

21 years agoRegister tibetan-composition-function in
Kenichi Handa [Thu, 7 Nov 2002 06:32:49 +0000 (06:32 +0000)]
Register tibetan-composition-function in
composition-function-table for Tibetan characters.

21 years ago(thai-post-read-conversion): Delete this
Kenichi Handa [Thu, 7 Nov 2002 06:32:26 +0000 (06:32 +0000)]
(thai-post-read-conversion): Delete this
function.
(thai-composition-function): Change arguments to conform to
composition-function-table.

21 years agoRegister thai-composition-function in
Kenichi Handa [Thu, 7 Nov 2002 06:32:02 +0000 (06:32 +0000)]
Register thai-composition-function in
composition-function-table for Thai vowels and tones.
(thai-tis620): Don't use thai-post-read-conversion.

21 years ago(lao-post-read-conversion): Delete this
Kenichi Handa [Thu, 7 Nov 2002 06:31:37 +0000 (06:31 +0000)]
(lao-post-read-conversion): Delete this
function.
(lao-composition-function): Change arguments to conform to
composition-function-table.

21 years agoRegister lao-composition-function in
Kenichi Handa [Thu, 7 Nov 2002 06:31:13 +0000 (06:31 +0000)]
Register lao-composition-function in
composition-function-table for Lao vowels and tones.
(lao): Don't use lao-post-read-conversion.

21 years ago(indian-compose-region): Don't call
Kenichi Handa [Thu, 7 Nov 2002 06:30:49 +0000 (06:30 +0000)]
(indian-compose-region): Don't call
compose-chars-after, instead call a function registered in
composition-function-table.

21 years ago(indian-composable-pattern): New variable.
Kenichi Handa [Thu, 7 Nov 2002 06:30:22 +0000 (06:30 +0000)]
(indian-composable-pattern): New variable.

21 years agoRegister combining characters in
Kenichi Handa [Thu, 7 Nov 2002 06:29:59 +0000 (06:29 +0000)]
Register combining characters in
composition-function-table.
(diacritic-composition-function): Change arguments to conform to
composition-function-table.

21 years agoRegister devanagari-composable-pattern
Kenichi Handa [Thu, 7 Nov 2002 06:29:31 +0000 (06:29 +0000)]
Register devanagari-composable-pattern
in indian-composable-pattern.
(devanagari-composition-function): Add autoload cookie.  Change
arguments to conform to composition-function-table.

21 years agoRegister devanagari-composable-function
Kenichi Handa [Thu, 7 Nov 2002 06:29:07 +0000 (06:29 +0000)]
Register devanagari-composable-function
in composition-function-table for Devanagari characters.

21 years ago(quail-input-string-to-events): Don't generate compose-chars-after
Kenichi Handa [Thu, 7 Nov 2002 06:28:35 +0000 (06:28 +0000)]
(quail-input-string-to-events): Don't generate compose-chars-after
events.

21 years ago(tibetan): Fix :code-space property.
Kenichi Handa [Thu, 7 Nov 2002 06:28:16 +0000 (06:28 +0000)]
(tibetan): Fix :code-space property.
(tibetan-1-column): Delete :superset property, add :code-offset
property.

21 years agoMake all chararacters in the charset tibetan to tibetan script.
Kenichi Handa [Thu, 7 Nov 2002 06:27:55 +0000 (06:27 +0000)]
Make all chararacters in the charset tibetan to tibetan script.

21 years agoRemove all autoload cookies.
Kenichi Handa [Thu, 7 Nov 2002 06:27:27 +0000 (06:27 +0000)]
Remove all autoload cookies.
(composition-function-table): Variable declaration moved from
composite.c.  Format changed.
(save-buffer-state): Copied from font-lock.el.
(auto-composition-chunk-size): New variable.
(auto-compose-chars): New function.  Set
auto-composition-function to it.
(toggle-auto-composition): New function.

21 years ago*** empty log message ***
Kenichi Handa [Thu, 7 Nov 2002 06:27:02 +0000 (06:27 +0000)]
*** empty log message ***

21 years ago(quail-indian-preceding-char-position): Function
Kenichi Handa [Thu, 7 Nov 2002 06:26:17 +0000 (06:26 +0000)]
(quail-indian-preceding-char-position): Function
deleted.
(quail-indian-update-preceding-char): Variable deleted.
(quail-indian-update-translation): Function deleted.
(quail-define-indian-trans-package): Don't call
quail-define-package with quail-indian-update-translation.
(quail-define-inscript-package): Likewise.

21 years agoDon't require thai-util.
Kenichi Handa [Thu, 7 Nov 2002 06:25:49 +0000 (06:25 +0000)]
Don't require thai-util.
(quail-thai-update-translation): Function deleted.
(thai-generate-quail-map): Changed to a macro that directly calls
quail-define-rules.
("thai-kesmanee", "thai-pattachote"): Don't use
UPDATE-TRANSLATION-FUNCTION.

21 years ago(selection_data_to_lisp_data): Don't call
Kenichi Handa [Thu, 7 Nov 2002 06:25:02 +0000 (06:25 +0000)]
(selection_data_to_lisp_data): Don't call
compose_chars_in_text.

21 years ago(it_props): Add an entry for Qauto_composed.
Kenichi Handa [Thu, 7 Nov 2002 06:24:40 +0000 (06:24 +0000)]
(it_props): Add an entry for Qauto_composed.
(handle_auto_composed_prop): New function.

21 years ago(enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.
Kenichi Handa [Thu, 7 Nov 2002 06:24:09 +0000 (06:24 +0000)]
(enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX.

21 years ago(Vcomposition_function_table,
Kenichi Handa [Thu, 7 Nov 2002 06:23:47 +0000 (06:23 +0000)]
(Vcomposition_function_table,
Qcomposition_function_table): Delete variables.
(Qauto_composed, Vauto_composition_function,
Qauto_composition_function): New variables.
(run_composition_function): Don't call
compose-chars-after-function.
(update_compositions): Clear `auto-composed' text property.
(compose_chars_in_text): Delete this function.
(syms_of_composite): Staticpro Qauto_composed and
Qauto_composition_function.  Declare Vauto_composition_function as
a Lisp variable.

21 years ago(Qauto_composed, Vauto_composition_function,
Kenichi Handa [Thu, 7 Nov 2002 06:23:23 +0000 (06:23 +0000)]
(Qauto_composed, Vauto_composition_function,
Qauto_composition_function): Extern them.

21 years ago(lisp, shortlisp): Add composite.elc
Kenichi Handa [Thu, 7 Nov 2002 06:23:04 +0000 (06:23 +0000)]
(lisp, shortlisp): Add composite.elc

21 years ago*** empty log message ***
Dave Love [Wed, 6 Nov 2002 11:55:37 +0000 (11:55 +0000)]
*** empty log message ***

21 years ago(decode_coding_utf_8): When eol_type is Qdos, handle
Kenichi Handa [Wed, 6 Nov 2002 00:10:42 +0000 (00:10 +0000)]
(decode_coding_utf_8): When eol_type is Qdos, handle
the case that the last byte is '\r' correctly.
(decode_coding_emacs_mule): Likewise.
(decode_coding_iso_2022): Likewise.
(decode_coding_sjis): Likewise.
(decode_coding_big5): Likewise.
(decode_coding_charset): Likewise.
(produce_chars): Likewise.
(decode_coding): Flushing out the unprocessed data correctly.
(decode_coding_gap): Set CODING_MODE_LAST_BLOCK bit of
coding->mode.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 6 Nov 2002 00:10:18 +0000 (00:10 +0000)]
*** empty log message ***

21 years ago(unicode-data): Find unicodedata-file
Dave Love [Fri, 1 Nov 2002 22:56:13 +0000 (22:56 +0000)]
(unicode-data): Find unicodedata-file
literally.

21 years ago*** empty log message ***
Dave Love [Thu, 31 Oct 2002 22:08:28 +0000 (22:08 +0000)]
*** empty log message ***

21 years agoDoc fixes.
Dave Love [Thu, 31 Oct 2002 22:01:58 +0000 (22:01 +0000)]
Doc fixes.

21 years ago(XTread_socket): Fix changes for defined keysyms. Add
Dave Love [Thu, 31 Oct 2002 17:57:54 +0000 (17:57 +0000)]
(XTread_socket): Fix changes for defined keysyms.  Add
XK_ISO... case.
(xaw_scroll_callback): Revert last change.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Oct 2002 03:51:06 +0000 (03:51 +0000)]
*** empty log message ***

21 years agoChange indian-2-column chars of Hindi line to Unicode chars.
Kenichi Handa [Wed, 30 Oct 2002 01:27:45 +0000 (01:27 +0000)]
Change indian-2-column chars of Hindi line to Unicode chars.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Oct 2002 01:27:27 +0000 (01:27 +0000)]
*** empty log message ***

21 years ago("fontset-default"): Add an entry for `indian-is13194' charset.
Kenichi Handa [Wed, 30 Oct 2002 01:20:15 +0000 (01:20 +0000)]
("fontset-default"): Add an entry for `indian-is13194' charset.

21 years ago(indian-is13194): Delete :unify-map
Kenichi Handa [Wed, 30 Oct 2002 01:19:27 +0000 (01:19 +0000)]
(indian-is13194): Delete :unify-map
property.  Don't unify this charset.
(indian-2-column): Delete :superset property, add :code-offset
property.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 30 Oct 2002 01:18:54 +0000 (01:18 +0000)]
*** empty log message ***

21 years agoDelete the superfluous autoload cookie
Kenichi Handa [Wed, 30 Oct 2002 00:59:54 +0000 (00:59 +0000)]
Delete the superfluous autoload cookie
near the head of the file.
(devanagari-compose-region): Add autoload cookie.

21 years ago(Fset_charset_priority): Fix previous change.
Kenichi Handa [Wed, 30 Oct 2002 00:56:45 +0000 (00:56 +0000)]
(Fset_charset_priority): Fix previous change.

21 years ago(indian-2-column-to-ucs-region): Add autoload cookie.
Kenichi Handa [Wed, 30 Oct 2002 00:43:11 +0000 (00:43 +0000)]
(indian-2-column-to-ucs-region): Add autoload cookie.

21 years ago(Fset_charset_priority): Update Viso_2022_charset_list.
Kenichi Handa [Wed, 30 Oct 2002 00:38:43 +0000 (00:38 +0000)]
(Fset_charset_priority): Update Viso_2022_charset_list.

21 years ago(font_resizing_ratio): Fix last change.
Kenichi Handa [Tue, 29 Oct 2002 12:14:44 +0000 (12:14 +0000)]
(font_resizing_ratio): Fix last change.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 29 Oct 2002 12:11:48 +0000 (12:11 +0000)]
*** empty log message ***

21 years ago("fontset-default"): Add an entry for
Kenichi Handa [Tue, 29 Oct 2002 12:11:24 +0000 (12:11 +0000)]
("fontset-default"): Add an entry for
`devanagari' script and `malayalam-glyph' charset.
(face-resizing-fonts): Register CDAC fonts.

21 years ago(malayalam-glyph): New charset.
Kenichi Handa [Tue, 29 Oct 2002 12:09:37 +0000 (12:09 +0000)]
(malayalam-glyph): New charset.

21 years ago(Vface_resizing_fonts): New variable.
Kenichi Handa [Tue, 29 Oct 2002 12:02:20 +0000 (12:02 +0000)]
(Vface_resizing_fonts): New variable.
(struct font_name): New member `resizing_ratio'.
(font_resizing_ratio): New function.
(split_font_name): Set font->resizing_ratio.
(better_font_p): Pay attention to font->resizing_ratio.
(build_scalable_font_name): Likewise.  Don't change POINT_SIZE,
RESX, and RESY fields.
(try_alternative_families): Try scalable fonts if
Vscalable_fonts_allowed is not Qt.
(syms_of_xfaces): Declare Vface_resizing_fonts as a Lisp variable.

21 years ago(xaw_scroll_callback): Cast correctly.
Dave Love [Tue, 29 Oct 2002 11:39:06 +0000 (11:39 +0000)]
(xaw_scroll_callback): Cast correctly.

21 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 23:11:26 +0000 (23:11 +0000)]
*** empty log message ***

21 years ago(XTread_socket): Only consider keysym>=32 for ASCII.
Dave Love [Mon, 28 Oct 2002 22:57:17 +0000 (22:57 +0000)]
(XTread_socket): Only consider keysym>=32 for ASCII.

21 years ago(lispy_accent_codes, lispy_accent_keys): Extend.
Dave Love [Mon, 28 Oct 2002 22:50:00 +0000 (22:50 +0000)]
(lispy_accent_codes, lispy_accent_keys): Extend.
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.

21 years agoComment.
Dave Love [Mon, 28 Oct 2002 22:48:53 +0000 (22:48 +0000)]
Comment.

21 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 20:18:17 +0000 (20:18 +0000)]
*** empty log message ***

21 years ago*** empty log message ***
Dave Love [Mon, 28 Oct 2002 15:36:19 +0000 (15:36 +0000)]
*** empty log message ***

21 years ago(xaw_scroll_callback): Cast call_data.
Dave Love [Mon, 28 Oct 2002 15:35:53 +0000 (15:35 +0000)]
(xaw_scroll_callback): Cast call_data.
(XTread_socket): Deal with ASCII keysyms.
(syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.

21 years agoFix typo in loop setting x-keysym-table.
Dave Love [Mon, 28 Oct 2002 14:46:01 +0000 (14:46 +0000)]
Fix typo in loop setting x-keysym-table.

21 years ago*** empty log message ***
Dave Love [Sun, 27 Oct 2002 21:29:08 +0000 (21:29 +0000)]
*** empty log message ***

21 years ago(utf-8-emacs): Delete :mime-charset.
Dave Love [Sun, 27 Oct 2002 21:26:52 +0000 (21:26 +0000)]
(utf-8-emacs): Delete :mime-charset.

21 years ago(Vx_keysym_table): New.
Dave Love [Sun, 27 Oct 2002 21:13:06 +0000 (21:13 +0000)]
(Vx_keysym_table): New.
(syms_of_xterm): Initialize it.
(XTread_socket): Use it.
From head: Eliminate incorrect optimization that tried to avoid
decoding the output of X*LookupString.
(x_get_font_repertory): Delete charset declaration.

21 years ago(wid-edit): Require when compiling.
Dave Love [Sun, 27 Oct 2002 21:10:54 +0000 (21:10 +0000)]
(wid-edit): Require when compiling.
(set-locale-environment): Check locale against coding system
aliases too.

21 years agoRemove some ancient compatibility code. Populate
Dave Love [Sun, 27 Oct 2002 21:10:00 +0000 (21:10 +0000)]
Remove some ancient compatibility code.  Populate
x-keysym-table.

21 years ago(in-is13194-devanagari): Fix
Kenichi Handa [Fri, 25 Oct 2002 07:05:14 +0000 (07:05 +0000)]
(in-is13194-devanagari): Fix
:post-read-conversion and :pre-write-conversion.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 25 Oct 2002 07:04:59 +0000 (07:04 +0000)]
*** empty log message ***

21 years agoRedundant with ibm866.map.
Dave Love [Thu, 17 Oct 2002 15:16:49 +0000 (15:16 +0000)]
Redundant with ibm866.map.

21 years ago("turkish-latin-3-alt-postfix"): Make it
Dave Love [Wed, 16 Oct 2002 23:09:41 +0000 (23:09 +0000)]
("turkish-latin-3-alt-postfix"): Make it
just an alias for turkish-alt-postfix.

21 years ago("turkish-latin-3-postfix"): Make it
Dave Love [Wed, 16 Oct 2002 23:08:09 +0000 (23:08 +0000)]
("turkish-latin-3-postfix"): Make it
just an alias for turkish-postfix.

21 years ago*** empty log message ***
Dave Love [Wed, 16 Oct 2002 23:02:26 +0000 (23:02 +0000)]
*** empty log message ***

21 years ago(charset): Supply doc, :tag.
Dave Love [Wed, 16 Oct 2002 22:54:04 +0000 (22:54 +0000)]
(charset): Supply doc, :tag.

21 years agoFix mode line.
Dave Love [Wed, 16 Oct 2002 16:36:57 +0000 (16:36 +0000)]
Fix mode line.

21 years ago(mm-encode-body): Doc fix.
Dave Love [Wed, 16 Oct 2002 16:25:57 +0000 (16:25 +0000)]
(mm-encode-body): Doc fix.

21 years ago(quoted-printable-encode-region): Fix non-Emacs 22 case.
Dave Love [Wed, 16 Oct 2002 16:24:19 +0000 (16:24 +0000)]
(quoted-printable-encode-region): Fix non-Emacs 22 case.

21 years ago(Fdefine_coding_system_internal): Fix previous change.
Kenichi Handa [Wed, 16 Oct 2002 09:12:55 +0000 (09:12 +0000)]
(Fdefine_coding_system_internal): Fix previous change.

21 years ago(detect_coding_charset): If only ASCII bytes are found, return 0.
Kenichi Handa [Wed, 16 Oct 2002 05:04:10 +0000 (05:04 +0000)]
(detect_coding_charset): If only ASCII bytes are found, return 0.
(detect_coding_system): Fix previous change.
(Fdefine_coding_system_internal): Setup CODING_ATTR_ASCII_COMPAT
(attrs) correctly.

21 years ago*** empty log message ***
Kenichi Handa [Wed, 16 Oct 2002 02:19:07 +0000 (02:19 +0000)]
*** empty log message ***

21 years ago(set-locale-environment): Delete superfluous ')'s at the tail.
Kenichi Handa [Wed, 16 Oct 2002 02:18:25 +0000 (02:18 +0000)]
(set-locale-environment): Delete superfluous ')'s at the tail.

21 years ago(byte-compile-lapcode): Be sure to return a unibyte string.
Kenichi Handa [Wed, 16 Oct 2002 02:16:02 +0000 (02:16 +0000)]
(byte-compile-lapcode): Be sure to return a unibyte string.