bpt/emacs.git
21 years ago(decode_coding_ccl, encode_coding_ccl): Call ccl_driver
Kenichi Handa [Thu, 30 Jan 2003 02:23:40 +0000 (02:23 +0000)]
(decode_coding_ccl, encode_coding_ccl): Call ccl_driver
with the last arg charset_list acquired from coding.
(Fdefine_coding_system_internal): For ccl-based coding system, fix
the attribute coding_attr_ccl_valids.

21 years ago(enum define_coding_ccl_arg_index): Set the first
Kenichi Handa [Thu, 30 Jan 2003 02:20:43 +0000 (02:20 +0000)]
(enum define_coding_ccl_arg_index): Set the first
member coding_arg_ccl_decoder to coding_arg_max.

21 years ago(ccl_driver): Prototype adjusted.
Kenichi Handa [Thu, 30 Jan 2003 02:19:36 +0000 (02:19 +0000)]
(ccl_driver): Prototype adjusted.

21 years ago(CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
Kenichi Handa [Thu, 30 Jan 2003 02:19:06 +0000 (02:19 +0000)]
(CCL_DECODE_CHAR, CCL_ENCODE_CHAR): New macros.
(ccl_driver): New arg CHARSET_LIST.  Use the above macros instead
of DECODE_CAHR, ENCODE_CHAR, CHAR_CHARSET.
(Fccl_execute): Call ccl_driver with the last arg Qnil.
(Fccl_execute_on_string): Likewise.

21 years ago(list-block-of-chars): Use decode-char instead of make-char.
Kenichi Handa [Tue, 21 Jan 2003 08:30:08 +0000 (08:30 +0000)]
(list-block-of-chars): Use decode-char instead of make-char.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 21 Jan 2003 08:28:52 +0000 (08:28 +0000)]
*** empty log message ***

21 years ago(ENCODE_CHAR): If the method is SUBSET or SUPERSET, call encode_char.
Kenichi Handa [Sat, 11 Jan 2003 03:39:02 +0000 (03:39 +0000)]
(ENCODE_CHAR): If the method is SUBSET or SUPERSET, call encode_char.

21 years ago(encode_char): Fix handling of methods SUBSET and SUPERSET.
Kenichi Handa [Sat, 11 Jan 2003 03:38:05 +0000 (03:38 +0000)]
(encode_char): Fix handling of methods SUBSET and SUPERSET.

21 years ago*** empty log message ***
Kenichi Handa [Sat, 11 Jan 2003 01:59:15 +0000 (01:59 +0000)]
*** empty log message ***

21 years ago(x_new_fontset): Fix previous change.
Kenichi Handa [Sat, 11 Jan 2003 01:50:19 +0000 (01:50 +0000)]
(x_new_fontset): Fix previous change.

21 years ago(syms_of_composite): Make composition_hash_table
Dave Love [Fri, 10 Jan 2003 12:45:24 +0000 (12:45 +0000)]
(syms_of_composite): Make composition_hash_table
weak.

21 years ago*** empty log message ***
Kenichi Handa [Fri, 10 Jan 2003 07:42:18 +0000 (07:42 +0000)]
*** empty log message ***

21 years ago* HELLO: Fix upcase and downcase for several languages. Change
Kenichi Handa [Fri, 10 Jan 2003 07:42:08 +0000 (07:42 +0000)]
* HELLO: Fix upcase and downcase for several languages.  Change
the two German lines into one.  Change "Nederlangs" to
"Dutch (Nederlands)".  Add original language names to several
entries.

21 years agoDelete the code to create a fontset from the X resource "Font".
Kenichi Handa [Fri, 10 Jan 2003 07:37:08 +0000 (07:37 +0000)]
Delete the code to create a fontset from the X resource "Font".

21 years agoEnable the default fontset to use
Kenichi Handa [Fri, 10 Jan 2003 07:35:06 +0000 (07:35 +0000)]
Enable the default fontset to use
unicode fonts for ASCII characters.
(x-decompose-font-name): Don't try to resolve PATTERN by
x-resolve-font-name.
(x-complement-fontset-spec): Never prepend an ASCII font.
(create-fontset-from-fontset-spec): If a fontset of the same name
already exists, override it instead of signalling an error.  Don't
turn `ascii' into `latin'.  Don't update fontset-alias-alist here.

21 years ago(unicode-bmp): Delete duplicated definition. Give it :code-offset 0.
Kenichi Handa [Fri, 10 Jan 2003 07:26:55 +0000 (07:26 +0000)]
(unicode-bmp): Delete duplicated definition.  Give it :code-offset 0.

21 years ago(print-fontset-element): New
Kenichi Handa [Fri, 10 Jan 2003 07:25:31 +0000 (07:25 +0000)]
(print-fontset-element): New
function.
(print-fontset): Use print-fontset-element to print the elements
of a fontset.  Use it also to print fonts fallen back to the
default fontsets.

21 years ago(x_new_fontset): Prototype adjusted.
Kenichi Handa [Fri, 10 Jan 2003 07:22:39 +0000 (07:22 +0000)]
(x_new_fontset): Prototype adjusted.

21 years ago(x_new_fontset): Change the arg FONTSETNAME to Lisp
Kenichi Handa [Fri, 10 Jan 2003 07:22:03 +0000 (07:22 +0000)]
(x_new_fontset): Change the arg FONTSETNAME to Lisp
string.  Use new_fontset_from_font_name to create a fontset from a
font name.

21 years ago(x_set_font, x_create_tip_frame): Adjusted to the change
Kenichi Handa [Fri, 10 Jan 2003 07:20:25 +0000 (07:20 +0000)]
(x_set_font, x_create_tip_frame): Adjusted to the change
of x_new_fontset.
(Fx_create_frame): Don't call x_new_fontset here.  Just use
x_list_fonts to check the existence of fonts.

21 years ago(check_face_attributes, generate_ascii_font_name)
Kenichi Handa [Fri, 10 Jan 2003 07:16:14 +0000 (07:16 +0000)]
(check_face_attributes, generate_ascii_font_name)
(font_name_registry): Don't extern them.
(split_font_name_into_vector, build_font_name_from_vector): Extern
them.

21 years ago(Qfontset): Don't extern it.
Kenichi Handa [Fri, 10 Jan 2003 07:14:47 +0000 (07:14 +0000)]
(Qfontset): Don't extern it.
(new_fontset_from_font_name): Extern it.

21 years agoGive 8 extra slots to fontset objects.
Kenichi Handa [Fri, 10 Jan 2003 07:13:43 +0000 (07:13 +0000)]
Give 8 extra slots to fontset objects.
(Qfontset_info): New variable.
(syms_of_fontset): Defsym it.
(FONTSET_FALLBACK): New macro.
(fontset_face): Try also the default fontset.
(make_fontset): Realize a fallback fontset from the default
fontset.
(generate_ascii_font_name): Moved from xfaces.c.  Rewritten by
using split_font_name_into_vector and build_font_name_from_vector.
(Fset_fontset_font): Access the elements of font_spec by enum
FONT_SPEC_INDEX.  If font_spec is a string, extract the registry
name by using split_font_name_into_vector.
(Fnew_fontset): If no ASCII font is specified in FONTLIST,
generate a proper font name from the fontset name.  Update
Vfontset_alias_alist.
(n_auto_fontsets): New variable.
(new_fontset_from_font_name): New function.
(Ffont_info): Store the information about fonts generated from the
default fontset in the first extra slot of the returned
char-table.

21 years ago(generate_ascii_font_name): Moved to fontset.c.
Kenichi Handa [Fri, 10 Jan 2003 06:55:55 +0000 (06:55 +0000)]
(generate_ascii_font_name): Moved to fontset.c.
(font_name_registry): Function deleted.
(split_font_name_into_vector): New function.
(build_font_name_from_vector): New function.
(font_list): The argument REGISTRY is now a list of registry
names.
(choose_face_font): If we are choosing an ASCII font, and ATTRS
specifies an explicit font name, return the name as is.  Make a
list of registy names.

21 years ago(print-fontset): Insert proper newline and indentation spaces.
Kenichi Handa [Thu, 9 Jan 2003 11:55:10 +0000 (11:55 +0000)]
(print-fontset): Insert proper newline and indentation spaces.

21 years ago*** empty log message ***
Dave Love [Tue, 7 Jan 2003 18:07:20 +0000 (18:07 +0000)]
*** empty log message ***

21 years ago(find-coding-systems-for-charsets):
Dave Love [Tue, 7 Jan 2003 18:06:43 +0000 (18:06 +0000)]
(find-coding-systems-for-charsets):
Use coding-system-type, coding-system-charset-list.
(standard-keyboard-coding-systems): Deleted.
(set-locale-environment): Maybe set keyboard coding system.  Avoid
typical warning about codeset in C locale.

21 years ago(cl-make-type-test): Use characterp.
Dave Love [Tue, 7 Jan 2003 18:06:29 +0000 (18:06 +0000)]
(cl-make-type-test): Use characterp.

21 years ago(side-effect-free-fns): Add langinfo,
Dave Love [Tue, 7 Jan 2003 18:06:20 +0000 (18:06 +0000)]
(side-effect-free-fns): Add langinfo,
multibyte-char-to-unibyte.

21 years ago(skip_chars, skip_syntaxes): Fix type errors.
Dave Love [Tue, 7 Jan 2003 17:54:30 +0000 (17:54 +0000)]
(skip_chars, skip_syntaxes): Fix type errors.

21 years ago(update_compositions): Fix type error.
Dave Love [Tue, 7 Jan 2003 17:54:11 +0000 (17:54 +0000)]
(update_compositions): Fix type error.

21 years ago(Fapropos_internal): Don't gcpro apropos_predicate but
Dave Love [Tue, 7 Jan 2003 17:53:49 +0000 (17:53 +0000)]
(Fapropos_internal): Don't gcpro apropos_predicate but
set it to nil before returning.

21 years agoFix some dependencies.
Dave Love [Tue, 7 Jan 2003 17:52:51 +0000 (17:52 +0000)]
Fix some dependencies.

21 years ago(Fset_fontset_font): Fix indentation of docstring.
Kenichi Handa [Tue, 7 Jan 2003 01:28:01 +0000 (01:28 +0000)]
(Fset_fontset_font): Fix indentation of docstring.

21 years ago(x_new_font): Optimize for the case that the font is
Kenichi Handa [Tue, 7 Jan 2003 01:26:33 +0000 (01:26 +0000)]
(x_new_font): Optimize for the case that the font is
already set for the frame.

21 years ago*** empty log message ***
Kenichi Handa [Tue, 7 Jan 2003 01:26:08 +0000 (01:26 +0000)]
*** empty log message ***

21 years ago(char_table_ascii): Check if the char table contents
Kenichi Handa [Mon, 6 Jan 2003 13:26:04 +0000 (13:26 +0000)]
(char_table_ascii): Check if the char table contents
is sub-char-table or not.
(char_table_set): Fix argument to char_table_ascii.
(char_table_set_range): Likewise.

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.