2001-07-23 |
Gerd Moellmann |
(code_convert_region): Handle the multibyte case if
|
2001-07-17 |
Ken Raeburn |
* coding.c (setup_coding_system): Don't do any designation based on reg_bits if
|
2001-07-12 |
Stefan Monnier |
(Ffind_coding_systems_region_internal): If safe_codings
|
2001-05-21 |
Gerd Moellmann |
Use SYMBOL_VALUE/ SET_SYMBOL_VALUE macros instead of accessing
|
2001-04-05 |
Dave Love |
comment
|
2001-03-08 |
Kenichi Handa |
(Fdetect_coding_region): Fix comments added by the previous change.
|
2001-03-08 |
Kenichi Handa |
(detect_coding_mask): Fix the incorrect handling of arg MULTIBYTEP.
|
2001-03-08 |
Kenichi Handa |
(detect_coding_sjis): Do more rigid check.
|
2001-03-05 |
Kenichi Handa |
(syms_of_coding): Docstring modified.
|
2001-02-27 |
Kenichi Handa |
(ccl_coding_driver): If ccl->eight_bit_control is zero,
|
2001-02-14 |
Dave Love |
Doc and message fixes.
|
2001-02-08 |
Kenichi Handa |
(code_convert_region): After detecting a coding, if
|
2001-01-26 |
Kenichi Handa |
(decode_coding): Set a flag for inhibiting
|
2001-01-24 |
Kenichi Handa |
(ccl_coding_driver): Setup ccl->suppress_error.
|
2001-01-04 |
Dave Love |
Commentary changes.
|
2001-01-02 |
Eli Zaretskii |
(detect_coding_iso2022, setup_coding_system): Remove
|
2000-12-28 |
Kenichi Handa |
(setup_coding_system): Initialize
|
2000-12-28 |
Kenichi Handa |
(SAFE_ONE_MORE_BYTE): New macro.
|
2000-12-21 |
Kenichi Handa |
(ccl_coding_driver): Initialize ccl->cr_consumed.
|
2000-12-15 |
Kenichi Handa |
(detect_coding): Call detect_coding_mask with a correct MULTIBYTEP
|
2000-12-15 |
Kenichi Handa |
(setup_coding_system): Clear all members of the struct
|
2000-12-14 |
Kenichi Handa |
(decode_coding_string): Set coding->src_multibyte and
|
2000-12-13 |
Kenichi Handa |
(ONE_MORE_BYTE_CHECK_MULTIBYTE): New macro.
|
2000-12-05 |
Kenichi Handa |
(setup_coding_system): Be sure to initialize coding->category_idx.
|
2000-11-28 |
Kenichi Handa |
(Ffind_coding_systems_region_internal): Be sure to
|
2000-11-23 |
Eli Zaretskii |
(decode_coding_emacs_mule): Fix the case of
|
2000-10-26 |
Kenichi Handa |
(decode_coding): Fix previous change (check also
|
2000-10-24 |
Eli Zaretskii |
(decode_coding_emacs_mule): If coding->eol_type is CR
|
2000-10-22 |
Eli Zaretskii |
Fix a typo in a comment.
|
2000-10-13 |
Kenichi Handa |
(decode_coding_string): Set coding->src_multibyte and
|
2000-10-13 |
Kenichi Handa |
(code_convert_region): Be sure to initialize coding->category_idx.
|
2000-09-07 |
Kenichi Handa |
(detect_coding_sjis): Check the byte sequence more regidly.
|
2000-09-07 |
Kenichi Handa |
(encode_coding_sjis_big5): Fix previous change.
|
2000-09-07 |
Kenichi Handa |
(encode_coding_sjis_big5): Use translation table for
|
2000-08-23 |
Kenichi Handa |
(encode_eol): Fix bug for the case of dst_bytes being zero. Set
|
2000-08-18 |
Kenichi Handa |
(encode_coding_string): Fix previous change.
|
2000-08-18 |
Kenichi Handa |
(decode_coding_string): Set members consumed,
|
2000-08-16 |
Kenichi Handa |
(encode_coding): Fix the bug of not flushing ISO escape sequence at
|
2000-08-16 |
Kenichi Handa |
(MINIMUM_CONVERSION_BUFFER_SIZE): Macro deleted.
|
2000-08-11 |
Kenichi Handa |
(ccl_coding_driver): Initialize ccl->multibyte.
|
2000-08-08 |
Ken Raeburn |
*coding.c (find_safe_codings): CHAR_TABLE_SET index must be a lisp object.
|
2000-08-04 |
Kenichi Handa |
(coding_restore_composition): Pay attention to the case that
|
2000-08-04 |
Kenichi Handa |
(decode_coding_iso2022): More strict check for handling single
|
2000-07-27 |
Kenichi Handa |
(Qsafe_charsets): This variable deleted.
|
2000-07-23 |
Eli Zaretskii |
(syms_of_coding): Doc fix for inhibit-iso-escape-detection.
|
2000-07-19 |
Kenichi Handa |
(code_convert_region): Delete text properties before shrinking the
|
2000-07-18 |
Gerd Moellmann |
(syms_of_coding): Fix typo in spelling of variable
|
2000-07-18 |
Kenichi Handa |
(setup_coding_system): Don't override the explicitly specified
|
2000-07-14 |
Kenichi Handa |
(inhibit_iso_escape_detection): New variable.
|
2000-06-30 |
Kenichi Handa |
(code_convert_region): Even if the length of text is
|
2000-06-26 |
Andreas Schwab |
(decode_coding_string): Re-fetch STRING_BYTES after
|
2000-06-23 |
Eli Zaretskii |
(decode_eol_post_ccl): Special handling for undecided
|
2000-06-19 |
Kenichi Handa |
(setup_coding_system) <4>: Reset member `cr_carryover'.
|
2000-06-15 |
Kenichi Handa |
(decode_coding_emacs_mule): Always set src_base at the
|
2000-05-30 |
Kenichi Handa |
(detect_coding_iso2022): Fix code for checking
|
2000-05-29 |
Kenichi Handa |
(DECODE_COMPOSITION_START): If coding->cmp_data is not
|
2000-05-26 |
Dave Love |
(shrink_decoding_region): Initialize eol_conversion.
|
2000-05-25 |
Dave Love |
Fix junk from last checkin.
|
2000-05-25 |
Dave Love |
(encode_eol): Add null statement after label.
|
2000-05-25 |
Kenichi Handa |
(run_pre_post_conversion_on_str): Set point to the
|