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