1998-10-12 |
Kenichi Handa |
(shrink_decoding_region): If a charset other than ascii
|
1998-10-08 |
Kenichi Handa |
(code_convert_region): Set inhibit_modification_hooks
|
1998-09-28 |
Kenichi Handa |
(check_composing_code): Fix previous change. Now it
|
1998-09-26 |
Kenichi Handa |
(check_composing_code): If the current composing
|
1998-09-25 |
Kenichi Handa |
(decode_eol): While decoding DOS-like eol, handle a
|
1998-09-18 |
Kenichi Handa |
(ccl_coding_driver): If ccl_driver is interrupted by a
|
1998-09-16 |
Kenichi Handa |
(code_convert_region): Update beg_unchanged and
|
1998-09-07 |
Kenichi Handa |
(ccl_coding_driver): Always calculate correct mulibyte
|
1998-08-31 |
Kenichi Handa |
(decode_coding): Even if SRC_BYTES is zero, try
|
1998-08-28 |
Kenichi Handa |
(code_convert_region1): Remove all text properties of the region.
|
1998-08-27 |
Kenichi Handa |
(detect_coding_iso2022): Handle ESC N and ESC O
|
1998-08-24 |
Andreas Schwab |
(file-coding-system-alist, select-safe-coding-system-function): Doc fix.
|
1998-08-24 |
Kenichi Handa |
(detect_coding_iso2022): Don't check the byte length of
|
1998-08-21 |
Kenichi Handa |
(detect_coding_system): If detect_eol_type returns
|
1998-08-18 |
Kenichi Handa |
(ccl_coding_driver): Setup ccl->last_block properly.
|
1998-08-15 |
Kenichi Handa |
(coding_category_name): Fix the order of initial
|
1998-08-10 |
Kenichi Handa |
(default_buffer_file_coding): New variable.
|
1998-08-09 |
Richard M. Stallman |
(CHARSET_OK): Check that coding_system_table[IDX] != 0.
|
1998-08-08 |
Richard M. Stallman |
Avoid using initializers for Lisp_Object.
|
1998-08-02 |
Kenichi Handa |
(Qvalid_codes): New variable.
|
1998-07-25 |
Kenichi Handa |
(syms_of_coding): Mention auto-coding-alist in the
|
1998-07-21 |
Kenichi Handa |
(init_coding): New function.
|
1998-07-09 |
Kenichi Handa |
(code_convert_string): Count characters again if we
|
1998-07-09 |
Kenichi Handa |
(DECODE_ISO_CHARACTER): While decoding two-byte code,
|
1998-06-26 |
Kenichi Handa |
(setup_raw_text_coding_system): New function.
|
1998-06-20 |
Karl Heuer |
Doc fixes.
|
1998-06-16 |
Richard M. Stallman |
(encode_eol): Fix typo that prevented converting to Mac
|
1998-06-13 |
Kenichi Handa |
(detect_coding_system): Always return a list of HIGHEST is zero.
|
1998-06-03 |
Karl Heuer |
(code_convert_string_norecord): New function.
|
1998-06-02 |
Kenichi Handa |
(detect_coding_mask): Initilize local variable C.
|
1998-05-26 |
Richard M. Stallman |
(detect_coding_system): Treat CODING_EOL_INCONSISTENT
|
1998-05-25 |
Kenichi Handa |
(ascii_skip_code): New variable.
|
1998-05-22 |
Kenichi Handa |
Change term "character translation table" to "translation table".
|
1998-05-21 |
Kenichi Handa |
(shrink_decoding_region): No short cut by
|
1998-05-18 |
Kenichi Handa |
Change terms unify/unification to
|
1998-05-10 |
Richard M. Stallman |
(code_convert_region1): Set Vlast_coding_system_used.
|
1998-05-09 |
Richard M. Stallman |
(detect_coding_mask): Check also coding-category-binary.
|
1998-05-04 |
Richard M. Stallman |
(encode_coding_iso2022): Don't skip a code following some invalid code.
|
1998-05-01 |
Kenichi Handa |
(encode_coding_iso2022): If encoding a last block,
|
1998-04-29 |
Andreas Schwab |
(setup_coding_system): Properly check for nil.
|
1998-04-24 |
Richard M. Stallman |
(shrink_decoding_region): Do not consider LF as ascii
|
1998-04-20 |
Kenichi Handa |
(setup_coding_system): For a type 4 coding system,
|
1998-04-15 |
Kenichi Handa |
(code_convert_region): If point in the conversion
|
1998-04-15 |
Eli Zaretskii |
(syms_of_coding): Declare and define inherit-process-coding-system.
|
1998-04-14 |
Andreas Schwab |
(code_convert_region): Fix mixing of Lisp_Object and
|
1998-04-14 |
Andreas Schwab |
Fix -Wimplicit warnings.
|
1998-04-14 |
Andreas Schwab |
(code_convert_region): Call adjust_after_insert also
|
1998-04-14 |
Kenichi Handa |
(code_convert_string): Give decode_coding correct byte
|
1998-04-02 |
Kenichi Handa |
(CHARSET_OK): Don't reject safe charsets.
|
1998-03-30 |
Kenichi Handa |
(code_convert_region): Handle skipped ASCII characters
|
1998-03-28 |
Richard M. Stallman |
(code_convert_region): Call adjust_before_replace
|
1998-03-24 |
Kenichi Handa |
(shrink_decoding_region): If EOL_CONVERSION is nonzero,
|
1998-03-21 |
Richard M. Stallman |
(code_convert_string): Use make_string_from_bytes.
|
1998-03-21 |
Richard M. Stallman |
Use STRING_BYTES and SET_STRING_BYTES.
|
1998-03-16 |
Kenichi Handa |
(code_convert_region): The 6th arg name is changed to
|
1998-03-12 |
Kenichi Handa |
(code_convert_region): Adjusted for the change of
|
1998-03-10 |
Richard M. Stallman |
(code_convert_region): Fix previous change. Adjusted
|
1998-03-04 |
Kenichi Handa |
(code_convert_region): Fix previous change.
|
1998-03-04 |
Kenichi Handa |
(code_convert_region): Handle the case that codes
|
1998-02-27 |
Karl Heuer |
Reorder args in callers of del_range_2.
|