log src/coding.c @ 23116:6736da064f4a

age author description
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.