Kenichi Handa
76fc1ea2e2
Sync.to HEAD.
2004-04-12 23:46:36 +00:00
Kenichi Handa
bd7ca8fe77
*** empty log message ***
2004-04-12 23:18:01 +00:00
Kenichi Handa
9ffd559c49
Sync to HEAD.
...
(emacs_mule_char): Check invalid code more regidly.
2004-04-12 23:17:27 +00:00
Kenichi Handa
ec3b10ee30
*** empty log message ***
2004-04-12 13:35:01 +00:00
Kenichi Handa
56c4ad271b
(indian-1-column): Fix :emacs-mule-id.
2004-04-12 13:34:47 +00:00
Kenichi Handa
cefd8c4ff7
Sync to HEAD.
2004-04-12 07:33:45 +00:00
Kenichi Handa
33f91981f7
*** empty log message ***
2004-04-12 05:56:40 +00:00
Kenichi Handa
b583ceadde
(LEADING_CODE_LATIN_1_MIN) (LEADING_CODE_LATIN_1_MAX): Delete these
...
macros.
2004-04-12 04:48:35 +00:00
Kenichi Handa
933373ed1a
*** empty log message ***
2004-04-12 04:48:01 +00:00
Kenichi Handa
3f61098687
*** empty log message ***
2004-04-11 23:30:51 +00:00
Kenichi Handa
49015dcb79
(japanese-iso-8bit): Fix order of :charset-list.
2004-04-11 23:21:36 +00:00
Kenichi Handa
3200c1321a
*** empty log message ***
2004-04-09 00:25:32 +00:00
Kenichi Handa
9d2cd7ef37
(rmail-decode-babyl-format): Use
...
with-coding-priority instead of detect-coding-with-priority.
2004-04-09 00:25:07 +00:00
Kenichi Handa
745465b07a
*** empty log message ***
2004-04-08 11:56:07 +00:00
Kenichi Handa
839966f333
Sync to HEAD.
2004-04-08 11:39:14 +00:00
Kenichi Handa
cc1ba238bd
*** empty log message ***
2004-04-07 07:24:06 +00:00
Kenichi Handa
f555f8cfb6
Sync to HEAD.
...
(check_translation): New function.
(Ftranslate_region_internal): Handle M:N mapping.
2004-04-07 07:23:24 +00:00
Kenichi Handa
350cd166ce
(make-translation-table): Set second extra
...
slot of the char table to 1.
(make-translation-table-from-vector): Likewise.
(make-translation-table-from-alist): Fix handling of multiple
entries.
2004-04-07 07:22:10 +00:00
Kenichi Handa
0ea6242fab
*** empty log message ***
2004-04-06 07:35:17 +00:00
Kenichi Handa
4ab1b9196b
(xlfd_point_size): Set font->numeric[XLFD_PIXEL_SIZE].
2004-04-06 07:33:07 +00:00
Kenichi Handa
b9ac9c4714
*** empty log message ***
2004-03-30 13:09:57 +00:00
Kenichi Handa
134b954969
(DECODE_DESIGNATION): Set chars_96 to -1 instead of
...
goto invalid_code.
(decode_coding_iso_2022): Fix handling of invalid designation.
2004-03-30 13:09:38 +00:00
Kenichi Handa
b7a2031e09
*** empty log message ***
2004-03-30 07:13:36 +00:00
Kenichi Handa
e8553dd1e3
(Finsert_file_contents): Be sure to call unbind_to
...
after calling code_conversion_save.
2004-03-30 07:12:54 +00:00
Kenichi Handa
b8898393cc
Sync with HEAD
2004-03-12 00:03:12 +00:00
Kenichi Handa
ccddfb9e09
Sync with HEAD (1.103).
2004-03-11 23:42:18 +00:00
Kenichi Handa
923d422fc8
*** empty log message ***
2004-03-11 11:43:22 +00:00
Kenichi Handa
d834b49367
(handle_auto_composed_prop): Fix Lisp_Object/int mixup.
2004-03-11 11:42:08 +00:00
Kenichi Handa
eabe04c00f
(print_prune_string_charset): Fix Lisp_Object/int mixup.
2004-03-11 11:41:33 +00:00
Kenichi Handa
e1a14cdc74
Include "intervals.h".
...
(fontset_face): Fix comparing of Lisp_Objects.
(free_face_fontset): Fix Lisp_Object/int mixup.
(new_fontset_from_font_name): Likewise.
2004-03-11 11:40:12 +00:00
Kenichi Handa
30d56493d5
(Ftranslate_region_internal): Fix Lisp_Object/int mixup.
2004-03-11 11:38:27 +00:00
Kenichi Handa
f6cbaf43e3
Add many prototypes for static functions.
2004-03-11 11:21:39 +00:00
Kenichi Handa
d83bf7cc68
*** empty log message ***
2004-03-11 08:46:45 +00:00
Kenichi Handa
2170c8f05b
(get_translation_table): Allow max_lookup to be NULL.
...
(decode_coding): Call get_translation_table with max_lookup NULL.
(Ffind_coding_systems_region_internal): Likewise.
(Funencodable_char_position, Fcheck_coding_systems_region):
Likewise.
2004-03-11 08:46:07 +00:00
Kenichi Handa
3e0a79b744
*** empty log message ***
2004-03-11 07:09:20 +00:00
Kenichi Handa
09ee6fdda7
(get_translation_table): New arg max_lookup. Caller changed.
...
(LOOKUP_TRANSLATION_TABLE): Pay attention that table may be a list.
2004-03-11 07:07:41 +00:00
Kenichi Handa
e6a54062d3
(get_translation_table): Declare it as Lisp_Object.
...
(LOOKUP_TRANSLATION_TABLE): New macro.
(produce_chars): Use LOOKUP_TRANSLATION_TABLE instead of
CHAR_TABLE_REF.
(consume_chars): Likewise.
2004-03-11 05:54:58 +00:00
Kenichi Handa
502ed9fb33
*** empty log message ***
2004-03-11 02:18:25 +00:00
Kenichi Handa
433f7f87b7
(get_translation): Fix previous change.
...
(encode_coding): Don't call translate_chars.
(consume_chars): New arg translation_table. Caller changed.
(translate_chars): Deleted.
(syms_of_coding): Make translation-table's number of extra slots 2.
2004-03-11 02:18:12 +00:00
Kenichi Handa
a6d1872edb
(define-translation-table): New function.
2004-03-11 02:12:36 +00:00
Kenichi Handa
0c4fbd05ec
(jisx0213-to-unicode, unicode-to-jisx0213):
...
New translation tables.
2004-03-11 02:12:20 +00:00
Kenichi Handa
4d55aab303
*** empty log message ***
2004-03-10 23:11:37 +00:00
Kenichi Handa
69a80ea334
(MAX_ANNOTATION_LENGTH): Adjusted for the change of
...
annotation data format.
(ADD_ANNOTATION_DATA, ADD_COMPOSITION_DATA, ADD_CHARSET_DATA):
Change arguments FROM and TO to single argument NCHARS. Caller
changed.
(decode_coding_utf_8): Pay attention to coding->charbuf_used.
(decode_coding_utf_16, decode_coding_emacs_mule)
(decode_coding_iso_2022, decode_coding_sjis, decode_coding_big5)
(decode_coding_ccl, decode_coding_charset): Likewise.
(get_translation): New function.
(produce_chars): New arguments translation_table and last_block.
Translate characters here. Return number of carryover chars.
Caller changed.
(produce_composition): New argument pos. Caller changed.
Adjusted for the change of annotation data format.
(produce_charset, produce_annotation): Likewise.
(decode_coding): Don't call translate_chars.
2004-03-10 23:11:18 +00:00
Kenichi Handa
6e76ae9103
*** empty log message ***
2004-03-09 02:30:13 +00:00
Kenichi Handa
130b729cfb
(simple_search): Fix settingthis_pos_byte in backward search.
2004-03-09 02:19:36 +00:00
Kenichi Handa
0aae328887
*** empty log message ***
2004-03-08 23:16:20 +00:00
Kenichi Handa
0e219d5467
(detect_coding_emacs_mule): Fix counting of encoded
...
byte sequence.
(detect_coding_ccl): Fix setting of the variable valids.
2004-03-08 23:15:42 +00:00
Kenichi Handa
608aa380cf
Sync to HEAD.
2004-03-04 23:33:44 +00:00
Kenichi Handa
9fb9a1b555
*** empty log message ***
2004-03-04 23:16:57 +00:00
Kenichi Handa
faea53fd50
(x_list_fonts): Fix the detection of an auto-scaled font.
2004-03-04 12:43:44 +00:00