]> git.eshelyaron.com Git - emacs.git/log
emacs.git
22 years agoFix previous change.
Kenichi Handa [Thu, 7 Nov 2002 07:32:07 +0000 (07:32 +0000)]
Fix previous change.

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

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

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

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

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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.

22 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

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

22 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.

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

22 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.

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

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

22 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.

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

22 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.

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

22 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.

22 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.

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

22 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.

22 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.

22 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.

22 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.

22 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.

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

22 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.

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

22 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.

22 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.

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

22 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.

22 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.

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

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

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

22 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.

22 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.

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

22 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.

22 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.

22 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.

22 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.

22 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.

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

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

22 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.

22 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.

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

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

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

22 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.

22 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.

22 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.

22 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.

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

22 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.

22 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.

22 years ago(detect_coding): Fix previous change.
Kenichi Handa [Wed, 16 Oct 2002 02:14:49 +0000 (02:14 +0000)]
(detect_coding): Fix previous change.

22 years ago*** empty log message ***
Dave Love [Tue, 15 Oct 2002 17:21:18 +0000 (17:21 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Dave Love [Tue, 15 Oct 2002 13:04:55 +0000 (13:04 +0000)]
*** empty log message ***

22 years ago(Fcheck_coding_system): Doc fix.
Dave Love [Tue, 15 Oct 2002 13:03:30 +0000 (13:03 +0000)]
(Fcheck_coding_system): Doc fix.

22 years ago(Finsert_byte): Return a proper value.
Dave Love [Tue, 15 Oct 2002 13:01:50 +0000 (13:01 +0000)]
(Finsert_byte): Return a proper value.

22 years ago(set-locale-environment): Delete superfluous ')'s at the tail.
Kenichi Handa [Tue, 15 Oct 2002 01:48:51 +0000 (01:48 +0000)]
(set-locale-environment): Delete superfluous ')'s at the tail.

22 years ago*** empty log message ***
Kenichi Handa [Tue, 15 Oct 2002 01:20:31 +0000 (01:20 +0000)]
*** empty log message ***

22 years ago(define-coding-system): Fix typo; "docode" -> "decode".
Kenichi Handa [Tue, 15 Oct 2002 01:19:59 +0000 (01:19 +0000)]
(define-coding-system): Fix typo; "docode" -> "decode".

22 years ago(Freplace_match): Check C by ASCII_CHAR_P, not by
Kenichi Handa [Tue, 15 Oct 2002 01:19:20 +0000 (01:19 +0000)]
(Freplace_match): Check C by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.

22 years ago(Ftext_char_description): Check C by ASCII_CHAR_P, not
Kenichi Handa [Tue, 15 Oct 2002 01:19:04 +0000 (01:19 +0000)]
(Ftext_char_description): Check C by ASCII_CHAR_P, not
by SINGLE_BYTE_CHAR_P.

22 years ago(copy_text): Check C by ASCII_CHAR_P, not by
Kenichi Handa [Tue, 15 Oct 2002 01:18:45 +0000 (01:18 +0000)]
(copy_text): Check C by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.

22 years ago(concat): Check CH by ASCII_CHAR_P, not by
Kenichi Handa [Tue, 15 Oct 2002 01:18:25 +0000 (01:18 +0000)]
(concat): Check CH by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.

22 years ago(general_insert_function): Check VAL by ASCII_CHAR_P,
Kenichi Handa [Tue, 15 Oct 2002 01:18:09 +0000 (01:18 +0000)]
(general_insert_function): Check VAL by ASCII_CHAR_P,
not by SINGLE_BYTE_CHAR_P.

22 years ago(Faset): Check NEWELT by ASCII_CHAR_P, not by
Kenichi Handa [Tue, 15 Oct 2002 01:17:51 +0000 (01:17 +0000)]
(Faset): Check NEWELT by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.

22 years ago(decode_coding): Fix args to translate_chars. Pay
Kenichi Handa [Tue, 15 Oct 2002 01:15:52 +0000 (01:15 +0000)]
(decode_coding): Fix args to translate_chars.  Pay
attention to Vstandard_translation_table_for_decode.
(encode_coding): Fix args to translate_chars.  Pay attention to
Vstandard_translation_table_for_encode.

22 years ago*** empty log message ***
Dave Love [Mon, 14 Oct 2002 17:30:06 +0000 (17:30 +0000)]
*** empty log message ***

22 years ago(side-effect-free-fns): Add
Dave Love [Mon, 14 Oct 2002 17:29:54 +0000 (17:29 +0000)]
(side-effect-free-fns): Add
 string-make-unibyte string-make-multibyte string-to-multibyte
 string-as-multibyte string-as-unibyte.

22 years ago(cyrillic-alternativnyj): Remove
Dave Love [Mon, 14 Oct 2002 17:29:27 +0000 (17:29 +0000)]
(cyrillic-alternativnyj): Remove
mime-charset.  Use alternativnj charset.
(cp866): Remove alias.  Define standalone.

22 years ago(Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.
Dave Love [Mon, 14 Oct 2002 17:13:49 +0000 (17:13 +0000)]
(Fstring_as_multibyte, Fstring_to_multibyte): Doc fix.

22 years ago*** empty log message ***
Dave Love [Fri, 11 Oct 2002 20:57:12 +0000 (20:57 +0000)]
*** empty log message ***

22 years ago*** empty log message ***
Dave Love [Fri, 11 Oct 2002 17:54:00 +0000 (17:54 +0000)]
*** empty log message ***

22 years ago(alternativnyj): Use new table.
Dave Love [Fri, 11 Oct 2002 17:52:53 +0000 (17:52 +0000)]
(alternativnyj): Use new table.
(cp866): Define standalone, not as alias.
(ibm866): Change alias.
(ibm1047): New.