Fix -Wimplicit warnings.
[bpt/emacs.git] / src / coding.c
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-04-14 Andreas Schwab(code_convert_region): Call adjust_after_insert also
1998-04-14 Kenichi Handa(code_convert_string): Give decode_coding correct byte
1998-04-02 Kenichi Handa(CHARSET_OK): Don't reject safe charsets.
1998-03-30 Kenichi Handa(code_convert_region): Handle skipped ASCII characters
1998-03-28 Richard M. Stallman(code_convert_region): Call adjust_before_replace
1998-03-24 Kenichi Handa(shrink_decoding_region): If EOL_CONVERSION is nonzero,
1998-03-21 Richard M. Stallman(code_convert_string): Use make_string_from_bytes.
1998-03-21 Richard M. StallmanUse STRING_BYTES and SET_STRING_BYTES.
1998-03-16 Kenichi Handa(code_convert_region): The 6th arg name is changed to
1998-03-12 Kenichi Handa(code_convert_region): Adjusted for the change of
1998-03-10 Richard M. Stallman(code_convert_region): Fix previous change. Adjusted
1998-03-04 Kenichi Handa(code_convert_region): Fix previous change.
1998-03-04 Kenichi Handa(code_convert_region): Handle the case that codes
1998-02-27 Karl HeuerReorder args in callers of del_range_2.
1998-02-20 Kenichi Handa(decode_coding_iso2022): Update coding->fake_multibyte.
1998-01-30 Kenichi Handa(ENCODE_ISO_CHARACTER): Pay attention to
1998-01-28 Kenichi Handa(DECODE_SJIS_BIG5_CHARACTER): Don't have to increase
1998-01-22 Kenichi HandaVselect_safe_coding_system_function): New variable.
1998-01-21 Richard M. StallmanUpdate copyright year.
1998-01-19 Richard M. Stallman(code_convert_region): Always count chars inserted
1998-01-18 Karl Heuer(code_convert_region): Delete duplicate local `zv_before'.
1998-01-09 Richard M. Stallman(code_convert_string): Maybe use make_unibyte_string.
1998-01-01 Richard M. Stallman(code_convert_region): Handle bytepos and charpos.
1997-12-09 Kenichi Handa(setup_coding_system): Do not set
1997-11-08 Kenichi Handa(setup_coding_system): Initialize common_flags member
1997-10-23 Kenichi Handa(encode_designation_at_bol): Fix bug of finding graphic
1997-10-21 Kenichi Handa(Qcoding_system_spec): Deleted.
1997-09-09 Richard M. Stallman(encode_designation_at_bol): Fix type of local vars...
1997-09-08 Richard M. Stallman(Fencode_coding_string, Fdecode_coding_string): Doc...
1997-09-05 Kenichi Handa(Ffind_operation_coding_system): If a function in
1997-09-05 Richard M. Stallman(Fread_coding_system): New optional arg DEFAULT_CODING_...
1997-09-04 Richard M. Stallman(Qcoding_system_history): New variable.
1997-09-04 Richard M. Stallman(setup_coding_system, Ffind_operation_coding_system)
1997-09-04 Richard M. Stallman(detect_coding_mask): Re-work previous change.
1997-09-02 Richard M. Stallman(detect_coding_mask): Add in CODING_CATEGORY_MASK_RAW_TEXT
1997-08-28 Kenichi Handa(detect_eol): Do not select no-conversion even if EOL
1997-08-28 Kenichi Handa(Qno_conversion, Qundecided): New variables.
1997-08-26 Kenichi Handa(Fread_non_nil_coding_system): Supply the arg
1997-08-22 Kenichi Handa(detect_eol): If the coding system an alias, get
1997-08-16 Kenichi Handa(CODING_FLAG_ISO_LATIN_EXTRA): New macro.
1997-08-10 Kenichi Handa(Fset_terminal_coding_system_internal): Set
1997-08-10 Kenichi Handa(ENCODE_ISO_CHARACTER_DIMENSION1): Pay attention to
1997-08-06 Richard M. Stallman(syms_of_coding): Doc syntax fixes.
1997-08-06 Kenichi Handa(detect_eol_type): Fix previous change.
1997-08-05 Richard M. Stallman(detect_eol_type): If EOL representation does not
1997-08-04 Kenichi Handa(detect_coding_iso2022): Do not exclude posibility of
1997-08-04 Richard M. Stallman(detect_coding_mask): Include CODING_CATEGORY_MASK_BINA...
1997-08-01 Kenichi Handa(encode_coding_iso2022): When source data ends not at
1997-07-31 Kenichi Handa(encode_coding_iso2022): Write out invalid multibyte
1997-07-22 Richard M. Stallman(syms_of_coding): Doc fix.
1997-07-18 Richard M. Stallman(Ffind_operation_coding_system): Use Ffboundp to
1997-07-15 Kenichi Handa(detect_coding_iso2022): Distinguish coding-category...
1997-07-13 Richard M. StallmanComment changes.
1997-07-12 Richard M. Stallman(Ffind_coding_system): Use call1, not call2.
1997-07-07 Kenichi Handa(Qemacs_mule, inhibit_eol_conversion): New variables.
1997-07-04 Richard M. StallmanFix bugs with inappropriate mixing of Lisp_Object with...
1997-07-02 Kenichi Handa(Vstandard_character_unification_table_for_decode):
1997-07-02 Richard M. Stallman(syms_of_coding): Change initial values of eol_mnemonic...
1997-06-18 Kenichi Handa(detect_coding_iso2022): Initilize mask correctly.
1997-06-16 Richard M. StallmanChange copyright notices.
1997-06-09 Kenichi Handa(Vcoding_system_alist): Deleted.
1997-05-28 Kenichi Handa(encode_invocation_designation): Use macro
1997-05-16 Kenichi HandaName change through the code:
1997-05-10 Kenichi Handa(Valternate_charset_table): The valiable deleted.
1997-05-10 Richard M. Stallman(Fread_coding_system, Fread_non_nil_coding_system):
1997-04-16 Kenichi Handa(setup_coding_system): Setup coding->eol_type as LF
1997-04-10 Karl Heuer(Ffind_coding_system): Don't use Lisp_Object as integer.
1997-04-07 Kenichi Handa(detect_coding_iso2022, detect_coding_mask): Ignore
1997-04-05 Richard M. Stallman(Ffind_coding_system): Doc fix.
1997-03-18 Kenichi HandaAdjusted for the change of MAX_CHARSET.
1997-03-05 Kenichi Handa(decode_eol): Fix bug of converting CRLF to LF.
1997-02-27 Kenichi Handa(create_process, Fopen_network_stream): Typo in indexes
1997-02-23 Karl HeuerFix FSF address in comment.
1997-02-20 Karl HeuerInitial revision