Mon, 14 Dec 2009 01:19:28 +0000 |
Kenichi Handa |
(decode_coding_iso_2022): Ignore ISO_CODE_SS2_7 (0x19)
|
Wed, 11 Nov 2009 20:11:51 +0000 |
Dan Nicolaescu |
* process.c (ifflag_def): Make flag_sym constant.
|
Fri, 06 Nov 2009 06:50:52 +0000 |
Dan Nicolaescu |
* xterm.c (syms_of_xterm):
|
Mon, 19 Oct 2009 04:27:09 +0000 |
Dan Nicolaescu |
* alloc.c: Do not define struct catchtag.
|
Thu, 24 Sep 2009 08:18:40 +0000 |
Andreas Schwab |
(decode_coding_iso_2022): Fix operator precedence.
|
Thu, 27 Aug 2009 07:30:29 +0000 |
Kenichi Handa |
(encode_coding_utf_16): Fix checking of an Unicode character.
|
Wed, 08 Jul 2009 02:22:05 +0000 |
Kenichi Handa |
(detect_coding_sjis): Handle shift_jis-2004 correctly.
|
Wed, 01 Jul 2009 11:35:07 +0000 |
Kenichi Handa |
(setup_coding_system): Initialize
|
Fri, 19 Jun 2009 08:39:33 +0000 |
YAMAMOTO Mitsuharu |
(Ffind_coding_systems_region_internal): Cache checked characters.
|
Thu, 18 Jun 2009 10:29:03 +0000 |
Kenichi Handa |
(decode_coding_iso_2022): Check MSB of bytes more rigidly.
|
Wed, 17 Jun 2009 00:42:07 +0000 |
Kenichi Handa |
(detect_coding_utf_16): Fix previous change.
|
Tue, 16 Jun 2009 01:59:44 +0000 |
Kenichi Handa |
(detect_coding_utf_16): Fix previous change.
|
Tue, 16 Jun 2009 01:17:10 +0000 |
Kenichi Handa |
(detect_coding_utf_16): Fix the logic of rejecting
|
Mon, 15 Jun 2009 21:36:44 +0000 |
Andreas Schwab |
(detect_coding_utf_16): Fix typo counting odd bytes.
|
Thu, 04 Jun 2009 01:06:04 +0000 |
Chong Yidong |
* coding.c (get_translation_table): Check Venable_character_translation.
|
Sat, 02 May 2009 11:32:42 +0000 |
Andreas Schwab |
(record_conversion_result): Don't modify
|
Wed, 22 Apr 2009 04:32:21 +0000 |
Chong Yidong |
* keyboard.c (Fset_input_meta_mode): Doc fix.
|
Tue, 21 Apr 2009 06:36:03 +0000 |
Kenichi Handa |
(decode_coding_utf_16): Reduce charbuf_end for the
|
Fri, 27 Mar 2009 07:26:37 +0000 |
Kenichi Handa |
(Fdetect_coding_string): Improve the docstrings.
|
Fri, 27 Mar 2009 07:25:44 +0000 |
Kenichi Handa |
(Fdetect_coding_region, Fcoding_system_priority_list): Improve the
|
Fri, 06 Mar 2009 07:51:52 +0000 |
Kenichi Handa |
(CODING_ISO_CMP_STATUS): New macro.
|
Sat, 28 Feb 2009 15:52:23 +0000 |
Eli Zaretskii |
(decode_coding_utf_8, decode_coding_utf_16, decode_coding_emacs_mule,
|
Sat, 28 Feb 2009 13:52:03 +0000 |
Jason Rumney |
(detect_coding_charset): Fix last change for non-latin charsets.
|
Sat, 28 Feb 2009 13:37:33 +0000 |
Jason Rumney |
(detect_coding_charset): If not checking latin extra,
|
Sat, 28 Feb 2009 12:04:30 +0000 |
Eli Zaretskii |
(detect_coding_charset): Fix change from 2008-10-21.
|
Sun, 22 Feb 2009 15:48:02 +0000 |
Andreas Schwab |
* coding.h (struct coding_system): Make safe_charsets a pointer to
|
Thu, 19 Feb 2009 04:23:32 +0000 |
Kenichi Handa |
(detect_coding): Don't overflow coding->carryover.
|
Thu, 19 Feb 2009 02:42:46 +0000 |
Kenichi Handa |
(detect_coding): Preserve coding->mode.
|
Mon, 16 Feb 2009 13:04:15 +0000 |
Andreas Schwab |
(Fcheck_coding_systems_region): Fix test for unibyte
|
Mon, 16 Feb 2009 11:52:57 +0000 |
Kenichi Handa |
(Fcheck_coding_systems_region): Fix typo; Qt -> Qnil.
|
Wed, 11 Feb 2009 09:45:12 +0000 |
Juanma Barranquero |
Remove spurious semicolons.
|
Mon, 09 Feb 2009 00:42:37 +0000 |
Kenichi Handa |
(detect_coding_charset): Fix previous change.
|
Sat, 07 Feb 2009 10:49:39 +0000 |
Eli Zaretskii |
(syms_of_coding) <translation-table-for-input>: Modify doc string to
|
Wed, 04 Feb 2009 01:52:39 +0000 |
Kenichi Handa |
(coding_system_charset_list): New function.
|
Fri, 30 Jan 2009 15:45:34 +0000 |
Eli Zaretskii |
(detect_eol, decode_eol): Handle text with DOS-style EOLs that also has
|
Thu, 15 Jan 2009 07:09:26 +0000 |
Kenichi Handa |
(detect_coding_system): Fix handling of null_byte_fount.
|
Wed, 14 Jan 2009 12:51:06 +0000 |
Kenichi Handa |
Fix previous changes.
|
Wed, 14 Jan 2009 12:17:52 +0000 |
Kenichi Handa |
(TWO_MORE_BYTES): New macro.
|
Sat, 10 Jan 2009 10:40:45 +0000 |
Eli Zaretskii |
Fix Bug #876:
|
Thu, 08 Jan 2009 03:15:17 +0000 |
Glenn Morris |
Add 2009 to copyright years.
|
Wed, 07 Jan 2009 06:49:37 +0000 |
Kenichi Handa |
(decode_coding_utf_8): Check byte_after_cr before breaking the loop.
|
Sat, 20 Dec 2008 07:59:33 +0000 |
Jason Rumney |
(decode_coding): Clear chars_at_source flag when using charbuf.
|
Wed, 10 Dec 2008 01:04:19 +0000 |
Juanma Barranquero |
* coding.c (QCdefault_char): Rename from QCdefalut_char.
|
Sun, 07 Dec 2008 00:58:47 +0000 |
Chong Yidong |
(make_conversion_work_buffer): Disable buffer modification hooks in
|
Wed, 03 Dec 2008 06:35:02 +0000 |
Kenichi Handa |
(encode_coding_emacs_mule): Be sure to set `code'.
|
Wed, 03 Dec 2008 05:48:11 +0000 |
Kenichi Handa |
(decode_coding_charset): Check type of an element of
|
Wed, 03 Dec 2008 02:25:00 +0000 |
Kenichi Handa |
(detect_coding_system): Initialize utf_16_le_eol to -1, val to
|
Wed, 03 Dec 2008 01:21:59 +0000 |
Kenichi Handa |
(decode_coding_utf_8): Likewise.
|
Wed, 03 Dec 2008 01:17:44 +0000 |
Kenichi Handa |
(decode_coding_utf_16): Initialize consumed_chars_base
|
Fri, 21 Nov 2008 02:23:06 +0000 |
Kenichi Handa |
(detect_coding_iso_2022): Reject invalid composition
|
Thu, 23 Oct 2008 06:55:14 +0000 |
Noah Friedman |
(make_conversion_work_buffer): Check that Vcode_conversion_reused_workbuf
|
Tue, 21 Oct 2008 15:56:56 +0000 |
Eli Zaretskii |
(Fencode_coding_region, Fdecode_coding_region)
|
Tue, 21 Oct 2008 02:25:49 +0000 |
Kenichi Handa |
(detect_coding_charset): For iso-8859-* coding systems,
|
Tue, 16 Sep 2008 01:16:58 +0000 |
Kenichi Handa |
(make_conversion_work_buffer): Avoid calling
|
Wed, 09 Jul 2008 13:05:56 +0000 |
Kenichi Handa |
(detect_coding_utf_8): Set detect_info->found only when
|
Thu, 05 Jun 2008 11:35:10 +0000 |
Kenichi Handa |
(detect_coding): Fix previous change.
|
Wed, 04 Jun 2008 07:52:46 +0000 |
Kenichi Handa |
(detect_coding): Fix handling of coding->head_ascii.
|
Thu, 29 May 2008 22:58:15 +0000 |
Kenichi Handa |
(CODING_UTF_8_BOM): New macro.
|
Wed, 28 May 2008 09:11:59 +0000 |
Juanma Barranquero |
(Fdecode_coding_region, Fencode_coding_region, Fencode_coding_string):
|
Wed, 28 May 2008 06:38:47 +0000 |
Kenichi Handa |
(encode_coding_raw_text): Fix previous change.
|