*** empty log message ***
[bpt/emacs.git] / src / coding.c
2003-05-29 Kenichi Handa(make_conversion_work_buffer): Change the work buffer
2003-05-28 Kenichi Handa(detected_mask): Delete unused variable.
2003-05-20 Kenichi Handa(Fdefine_coding_system_internal): Fix for the case...
2003-05-06 Kenichi Handa(Qsignature, Qendian): Delete these variables.
2003-05-06 Kenichi Handa(coding_set_source): Fix for the case that the current
2003-03-28 Kenichi Handa(Qutf_16_be_nosig, Qutf_16_be, Qutf_16_le_nosig)
2003-02-13 Dave Love(Fcheck_coding_systems_region): Fix type errors.
2003-01-30 Kenichi Handa(decode_coding_ccl, encode_coding_ccl): Call ccl_driver
2003-01-06 Kenichi Handa(CATEGORY_MASK_RAW_TEXT): New macro.
2002-11-06 Kenichi Handa(decode_coding_utf_8): When eol_type is Qdos, handle
2002-10-16 Kenichi Handa(Fdefine_coding_system_internal): Fix previous change.
2002-10-16 Kenichi Handa(detect_coding_charset): If only ASCII bytes are found...
2002-10-16 Kenichi Handa(detect_coding): Fix previous change.
2002-10-15 Dave Love(Fcheck_coding_system): Doc fix.
2002-10-15 Kenichi Handa(decode_coding): Fix args to translate_chars. Pay
2002-10-10 Kenichi Handa(detect_coding_utf_8): Check incomplete byte sequence.
2002-10-09 Dave Love(decode_coding_utf_8): Treat surrogates as invalid.
2002-08-21 Kenichi Handa(coding_set_destination): Fix coding->destination for
2002-08-08 Kenichi Handa(Fdefine_coding_system_internal): Fix category setting
2002-07-31 Kenichi Handa* coding.c (make_conversion_work_buffer): Adjusted...
2002-07-30 Dave LoveComment fix
2002-07-25 Kenichi Handa(Ffind_coding_systems_region_internal): Detect an
2002-07-22 Kenichi Handa(LEADING_CODE_PRIVATE_11, LEADING_CODE_PRIVATE_12,
2002-07-17 Dave Love(adjust_coding_eol_type): Fix eol_type/eol_seen mixup.
2002-07-16 Dave Love(ENCODE_DESIGNATION, decode_eol)
2002-07-11 Dave Love(Fset_coding_system_priority): Allow null arg list.
2002-06-16 Dave Lovecomments
2002-05-31 Kenichi Handa(encode_coding_emacs_mule): Pay attention to raw-8...
2002-05-30 Kenichi Handa(CODING_ISO_FLAG_USE_ROMAN): New macro
2002-05-27 Dave Love(decode_coding_utf_8): Reject overlong sequences.
2002-05-26 Dave Love(Qmac): Remove (duplicated) definition.
2002-05-26 Dave LoveDoc fixes.
2002-05-24 Dave Love(setup_iso_safe_charsets): Fix arg decl for K&R.
2002-05-23 Kenichi Handa(Fdefine_coding_system_internal): Fix previous change.
2002-05-22 Kenichi Handa(decode_coding_charset): Fix previous change.
2002-05-22 Kenichi Handa(decode_coding_charset): Adjusted for the change of
2002-05-21 Kenichi Handa(emacs_mule_char): Fix previous change.
2002-05-21 Kenichi Handa(ONE_MORE_BYTE_NO_CHECK): Increment consumed_chars.
2002-05-20 Kenichi Handa(encode_coding_iso_2022): If coding requires safe
2002-05-17 Dave Love(Vchar_coding_system_table, Qchar_coding_system):
2002-05-14 Kenichi Handa(encode_coding_object): Give correct arguments ot
2002-05-14 Kenichi Handa(decode_coding_object): Move point to coding->dst_pos...
2002-05-14 Kenichi Handa(Fdecode_sjis_char): Fix typo (0x7F->0xFF). Fix the
2002-05-13 Dave LoveDoc fixes.
2002-05-10 Kenichi Handa(coding_set_source): Delete the local variable beg_byte.
2002-05-09 Dave Love(coding_inherit_eol_type)
2002-05-08 Kenichi Handa(decode_coding_charset, encode_coding_charset): Handle
2002-05-07 Kenichi Handa(coding_alloc_by_making_gap): Check the case that the
2002-03-11 Kenichi Handa(produce_chars): Set the variable `multibytep' correctly.
2002-03-08 Kenichi Handa(encode_coding_utf_8): Initialize produced_chars to 0.
2002-03-05 Kenichi Handa* coding.c: Delete unused variables.
2002-03-01 Kenichi HandaCompletely re-written.
2002-02-01 Richard M. Stallman(decode_composition_emacs_mule):
2002-01-11 Richard M. Stallman(code_convert_region): Don't copy old text if undo...
2001-12-17 Richard M. Stallman(code_convert_region): Update coding->cmp_data->char_offset
2001-12-17 Sam Steingold(DECODE_COMPOSITION_END): Fixed a typo in the last
2001-12-17 Richard M. Stallman(DECODE_COMPOSITION_END): Check for ! COMPOSING (coding)
2001-12-09 Pavel Janík(setup_coding_system, shrink_encoding_region)
2001-11-29 Dave Love(syms_of_coding) <Qchar_coding_system>: Give it an
2001-11-28 Pavel Janík(decode_coding_string): Remove unused variable `gcpro1'.
2001-11-14 Richard M. Stallman(syms_of_coding): Doc fix.
2001-11-13 Pavel JaníkDoc fix.
2001-11-09 Pavel Janík(encode_coding): Use precomputed value of `src'.
2001-11-04 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-29 Eli Zaretskii(syms_of_coding): Document that locale-coding-system is
2001-10-21 Miles Bader(Ffind_operation_coding_system): Add usage: string...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-05 Gerd MoellmannUse SYMBOL_VALUE/SET_SYMBOL_VALUE macros instead of...
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 designat...
2001-07-12 Stefan Monnier(Ffind_coding_systems_region_internal): If safe_codings
2001-04-05 Dave Lovecomment
2001-03-08 Kenichi Handa(Fdetect_coding_region): Fix comments added by the...
2001-03-08 Kenichi Handa(detect_coding_mask): Fix the incorrect handling of...
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 LoveDoc 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 LoveCommentary 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...
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...
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 ZaretskiiFix 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...
2000-09-07 Kenichi Handa(detect_coding_sjis): Check the byte sequence more...
next