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