1
Fork 0
mirror of git://git.sv.gnu.org/emacs.git synced 2026-01-07 04:10:27 -08:00
Commit graph

15803 commits

Author SHA1 Message Date
Kenichi Handa
6d71005231 *** empty log message *** 2002-11-07 06:27:02 +00:00
Kenichi Handa
858e871446 (selection_data_to_lisp_data): Don't call
compose_chars_in_text.
2002-11-07 06:25:02 +00:00
Kenichi Handa
df013a7fa5 (it_props): Add an entry for Qauto_composed.
(handle_auto_composed_prop): New function.
2002-11-07 06:24:40 +00:00
Kenichi Handa
b7c2af7f65 (enum prop_idx): Add member AUTO_COMPOSED_PROP_IDX. 2002-11-07 06:24:09 +00:00
Kenichi Handa
f96ba4c13b (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.
2002-11-07 06:23:47 +00:00
Kenichi Handa
382a2913eb (Qauto_composed, Vauto_composition_function,
Qauto_composition_function): Extern them.
2002-11-07 06:23:23 +00:00
Kenichi Handa
731055f5bb (lisp, shortlisp): Add composite.elc 2002-11-07 06:23:04 +00:00
Dave Love
3123740048 *** empty log message *** 2002-11-06 11:55:37 +00:00
Kenichi Handa
9872508332 (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.
2002-11-06 00:10:42 +00:00
Kenichi Handa
a230927104 *** empty log message *** 2002-11-06 00:10:18 +00:00
Dave Love
f8220f0284 (XTread_socket): Fix changes for defined keysyms. Add
XK_ISO... case.
(xaw_scroll_callback): Revert last change.
2002-10-31 17:57:54 +00:00
Kenichi Handa
47a62f297a *** empty log message *** 2002-10-30 01:27:27 +00:00
Kenichi Handa
e77415b0b9 (Fset_charset_priority): Fix previous change. 2002-10-30 00:56:45 +00:00
Kenichi Handa
d017b41edc (Fset_charset_priority): Update Viso_2022_charset_list. 2002-10-30 00:38:43 +00:00
Kenichi Handa
ffe91b03e8 (font_resizing_ratio): Fix last change. 2002-10-29 12:14:44 +00:00
Kenichi Handa
66318d2776 *** empty log message *** 2002-10-29 12:11:48 +00:00
Kenichi Handa
9ca584523b (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.
2002-10-29 12:02:20 +00:00
Dave Love
bafe00270d (xaw_scroll_callback): Cast correctly. 2002-10-29 11:39:06 +00:00
Dave Love
5fd4f2664d *** empty log message *** 2002-10-28 23:11:26 +00:00
Dave Love
9894f7df29 (XTread_socket): Only consider keysym>=32 for ASCII. 2002-10-28 22:57:17 +00:00
Dave Love
853efefb28 (lispy_accent_codes, lispy_accent_keys): Extend.
(lispy_kana_keys): Comment out.
(make_lispy_event) [XK_kana_A]: Comment out.
2002-10-28 22:50:00 +00:00
Dave Love
2d0fb51c1e Comment. 2002-10-28 22:48:53 +00:00
Dave Love
d366847c57 *** empty log message *** 2002-10-28 15:36:19 +00:00
Dave Love
d2020d6b11 (xaw_scroll_callback): Cast call_data.
(XTread_socket): Deal with ASCII keysyms.
(syms_of_xterm) <Vx_keysym_table>: Fix args of make_hash_table.
2002-10-28 15:35:53 +00:00
Dave Love
8d4258ad5d *** empty log message *** 2002-10-27 21:29:08 +00:00
Dave Love
a04ee8ea10 (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.
2002-10-27 21:13:06 +00:00
Kenichi Handa
0ce7886f8d (Fdefine_coding_system_internal): Fix previous change. 2002-10-16 09:12:55 +00:00
Kenichi Handa
584948ace5 (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.
2002-10-16 05:04:10 +00:00
Kenichi Handa
4982069984 *** empty log message *** 2002-10-16 02:19:07 +00:00
Kenichi Handa
78b82cca67 (detect_coding): Fix previous change. 2002-10-16 02:14:49 +00:00
Dave Love
9b3b32110d *** empty log message *** 2002-10-15 17:21:18 +00:00
Dave Love
df7695904c *** empty log message *** 2002-10-15 13:04:55 +00:00
Dave Love
b054002f4a (Fcheck_coding_system): Doc fix. 2002-10-15 13:03:30 +00:00
Dave Love
ed398b0afc (Finsert_byte): Return a proper value. 2002-10-15 13:01:50 +00:00
Kenichi Handa
04ceba19c5 *** empty log message *** 2002-10-15 01:20:31 +00:00
Kenichi Handa
071ce769ef (Freplace_match): Check C by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.
2002-10-15 01:19:20 +00:00
Kenichi Handa
c3d1e50334 (Ftext_char_description): Check C by ASCII_CHAR_P, not
by SINGLE_BYTE_CHAR_P.
2002-10-15 01:19:04 +00:00
Kenichi Handa
47e20ea44e (copy_text): Check C by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.
2002-10-15 01:18:45 +00:00
Kenichi Handa
5d516ca294 (concat): Check CH by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.
2002-10-15 01:18:25 +00:00
Kenichi Handa
0f8ea88f90 (general_insert_function): Check VAL by ASCII_CHAR_P,
not by SINGLE_BYTE_CHAR_P.
2002-10-15 01:18:09 +00:00
Kenichi Handa
93ba97b977 (Faset): Check NEWELT by ASCII_CHAR_P, not by
SINGLE_BYTE_CHAR_P.
2002-10-15 01:17:51 +00:00
Kenichi Handa
da4109a9ec (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.
2002-10-15 01:15:52 +00:00
Dave Love
89364cdac0 *** empty log message *** 2002-10-14 17:30:06 +00:00
Dave Love
2d5cc53700 (Fstring_as_multibyte, Fstring_to_multibyte): Doc fix. 2002-10-14 17:13:49 +00:00
Dave Love
3294d15a55 *** empty log message *** 2002-10-10 23:06:03 +00:00
Dave Love
0f93a2a232 (Flanginfo): Fix typo. 2002-10-10 23:03:13 +00:00
Dave Love
102ae470d8 *** empty log message *** 2002-10-10 22:36:24 +00:00
Dave Love
8958be0377 (unexec): Make last change conditional on Irix 6.5. 2002-10-10 22:28:48 +00:00
Kenichi Handa
89528eb3a7 (detect_coding_utf_8): Check incomplete byte sequence.
Don't update *mask when correctly detected.
(detect_coding_utf_16): Likewise.
(detect_coding_emacs_mule): Likewise.
(detect_coding_iso_2022): Likewise.
(detect_coding_sjis): Likewise.
(detect_coding_big5): Likewise.
(detect_coding_ccl): Likewise.
(decode_coding_sjis): Fix decoding of katakana-jisx0201.
(detect_eol): Delete the argument CODING, and add the argument
CATEGORY.
(detect_coding): Adjusted for the changes above.
(detect_coding_system): Likewise.
2002-10-10 09:05:37 +00:00
Kenichi Handa
e28811311e *** empty log message *** 2002-10-10 09:03:52 +00:00