aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-01-14(Fdecode_sjis_char): Decode Japanese Katakana characterKenichi Handa1-9/+27
1999-01-11(syms_of_coding): Doc fix for inhibit-eol-conversion.Dave Love1-1/+2
1998-12-15(DECODE_DESIGNATION): Jump to label_invalid_code ifKenichi Handa1-5/+17
1998-10-28(DECODE_CHARACTER_ASCII): Check validity of insertedKenichi Handa1-2/+10
1998-10-26(code_convert_region): Kill the work buffer created byKenichi Handa1-3/+5
1998-10-24(code_convert_region): While preserving the orignalKenichi Handa1-5/+6
1998-10-21(setup_coding_system): Fix setting upKenichi Handa1-10/+29
1998-10-17(decode_coding_iso2022): Set coding->fake_multibyte toKenichi Handa1-0/+2
1998-10-12(shrink_decoding_region): If a charset other than asciiKenichi Handa1-0/+6
1998-10-08(code_convert_region): Set inhibit_modification_hooksKenichi Handa1-2/+8
1998-09-28(check_composing_code): Fix previous change. Now itKenichi Handa1-82/+116
1998-09-26(check_composing_code): If the current composingKenichi Handa1-41/+82
1998-09-25(decode_eol): While decoding DOS-like eol, handle aKenichi Handa1-7/+23
1998-09-18(ccl_coding_driver): If ccl_driver is interrupted by aKenichi Handa1-0/+23
1998-09-16(code_convert_region): Update beg_unchanged andKenichi Handa1-5/+5
1998-09-07(ccl_coding_driver): Always calculate correct mulibyteKenichi Handa1-13/+6
1998-08-31(decode_coding): Even if SRC_BYTES is zero, tryKenichi Handa1-4/+12
1998-08-28(code_convert_region1): Remove all text properties of the region.Kenichi Handa1-0/+4
1998-08-27(detect_coding_iso2022): Handle ESC N and ESC OKenichi Handa1-27/+11
1998-08-24(file-coding-system-alist, select-safe-coding-system-function): Doc fix.Andreas Schwab1-2/+2
1998-08-24(detect_coding_iso2022): Don't check the byte length ofKenichi Handa1-8/+24
1998-08-21(detect_coding_system): If detect_eol_type returnsKenichi Handa1-1/+1
1998-08-18(ccl_coding_driver): Setup ccl->last_block properly.Kenichi Handa1-1/+5
1998-08-15(coding_category_name): Fix the order of initialKenichi Handa1-3/+3
1998-08-10(default_buffer_file_coding): New variable.Kenichi Handa1-0/+4
1998-08-09(CHARSET_OK): Check that coding_system_table[IDX] != 0.Richard M. Stallman1-5/+6
1998-08-08Avoid using initializers for Lisp_Object.Richard M. Stallman1-9/+20
1998-08-02(Qvalid_codes): New variable.Kenichi Handa1-24/+108
1998-07-25(syms_of_coding): Mention auto-coding-alist in theKenichi Handa1-1/+2
1998-07-21(init_coding): New function.Kenichi Handa1-1/+6
1998-07-09(code_convert_string): Count characters again if weKenichi Handa1-2/+7
1998-07-09(DECODE_ISO_CHARACTER): While decoding two-byte code,Kenichi Handa1-4/+4
1998-06-26(setup_raw_text_coding_system): New function.Kenichi Handa1-51/+55
1998-06-20Doc fixes.Karl Heuer1-1/+1
1998-06-16(encode_eol): Fix typo that prevented converting to MacRichard M. Stallman1-7/+5
1998-06-13(detect_coding_system): Always return a list of HIGHEST is zero.Kenichi Handa1-5/+7
1998-06-03(code_convert_string_norecord): New function.Karl Heuer1-0/+22
1998-06-02(detect_coding_mask): Initilize local variable C.Kenichi Handa1-0/+1
1998-05-26(detect_coding_system): Treat CODING_EOL_INCONSISTENTRichard M. Stallman1-2/+3
1998-05-25(ascii_skip_code): New variable.Kenichi Handa1-36/+53
1998-05-22Change term "character translation table" to "translation table".Kenichi Handa1-49/+43
1998-05-21(shrink_decoding_region): No short cut byKenichi Handa1-3/+3
1998-05-18Change terms unify/unification toKenichi Handa1-147/+161
1998-05-10(code_convert_region1): Set Vlast_coding_system_used.Richard M. Stallman1-6/+20
1998-05-09(detect_coding_mask): Check also coding-category-binary.Richard M. Stallman1-6/+9
1998-05-04(encode_coding_iso2022): Don't skip a code following some invalid code.Richard M. Stallman1-11/+8
1998-05-01(encode_coding_iso2022): If encoding a last block,Kenichi Handa1-11/+8
1998-04-29(setup_coding_system): Properly check for nil.Andreas Schwab1-2/+2
1998-04-24(shrink_decoding_region): Do not consider LF as asciiRichard M. Stallman1-2/+18
1998-04-20(setup_coding_system): For a type 4 coding system,Kenichi Handa1-4/+10