log src/coding.c @ 47274:ff3c709c7ef1

age author description
Fri, 06 Sep 2002 09:02:11 +0000 Juanma Barranquero (syms_of_coding): Fix spacing.
Tue, 13 Aug 2002 19:12:30 +0000 Gerd Moellmann (Funencodable_char_position): Lisp_Object/int mixup.
Sun, 11 Aug 2002 01:06:42 +0000 Kenichi Handa (unencodable_char_position): New function.
Thu, 08 Aug 2002 16:59:15 +0000 Ken Raeburn (Ffind_operation_coding_system): Fix Lisp_Object/int mixup.
Thu, 08 Aug 2002 12:34:27 +0000 Kenichi Handa (Ffind_operation_coding_system): For write-region, if
Fri, 26 Jul 2002 11:53:25 +0000 Kenichi Handa (detect_coding_iso2022): While checking a byte sequence
Fri, 19 Jul 2002 14:26:57 +0000 Ken Raeburn (encode_eol, detect_coding, detect_eol):
Tue, 16 Jul 2002 19:48:04 +0000 Ken Raeburn (Ffind_coding_systems_region_interval): Use const for
Mon, 15 Jul 2002 00:00:41 +0000 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
Thu, 11 Jul 2002 14:18:02 +0000 Juanma Barranquero Use macro SPECPDL_INDEX.
Wed, 03 Jul 2002 09:49:28 +0000 Juanma Barranquero Fix typo.
Mon, 24 Jun 2002 00:35:59 +0000 Kenichi Handa (detect_eol): Preserve coding->cmp_data.
Mon, 20 May 2002 08:05:15 +0000 Ken Raeburn * coding.c (Fread_coding_system, code_convert_region1)
Sat, 11 May 2002 21:32:52 +0000 Eli Zaretskii (decode_coding) <coding_type_ccl>: If a lone CR
Sat, 11 May 2002 15:59:49 +0000 Andreas Schwab (intersection): Keep the elements of the returned list
Fri, 10 May 2002 08:51:44 +0000 Eli Zaretskii (encode_coding_sjis_big5): Enclose bitwise AND in
Sat, 13 Apr 2002 17:49:00 +0000 Richard M. Stallman (run_pre_post_conversion_on_str):
Mon, 11 Mar 2002 19:21:09 +0000 Andreas Schwab (syms_of_coding) <file-coding-system-alist>: Doc fix
Fri, 01 Feb 2002 04:34:21 +0000 Richard M. Stallman (decode_composition_emacs_mule):
Fri, 11 Jan 2002 21:27:54 +0000 Richard M. Stallman (code_convert_region): Don't copy old text if undo disabled.
Mon, 17 Dec 2001 15:33:12 +0000 Richard M. Stallman (code_convert_region): Update coding->cmp_data->char_offset
Mon, 17 Dec 2001 15:21:06 +0000 Sam Steingold (DECODE_COMPOSITION_END): Fixed a typo in the last
Mon, 17 Dec 2001 14:05:07 +0000 Richard M. Stallman (DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)
Sun, 09 Dec 2001 00:56:24 +0000 Pavel Jank (setup_coding_system, shrink_encoding_region)
Thu, 29 Nov 2001 12:54:12 +0000 Dave Love (syms_of_coding) <Qchar_coding_system>: Give it an
Wed, 28 Nov 2001 07:36:18 +0000 Pavel Jank (decode_coding_string): Remove unused variable `gcpro1'.
Wed, 14 Nov 2001 00:04:57 +0000 Richard M. Stallman (syms_of_coding): Doc fix.
Tue, 13 Nov 2001 11:55:47 +0000 Pavel Jank Doc fix.
Fri, 09 Nov 2001 08:00:44 +0000 Pavel Jank (encode_coding): Use precomputed value of `src'.
Sun, 04 Nov 2001 17:42:30 +0000 Pavel Jank Change doc-string comments to `new style' [w/`doc:' keyword].