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 Handa |
Vselect_safe_coding_system_function): New variable.
|
1998-01-21 |
Richard M. Stallman |
Update 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 C1, C2.
|
1997-09-08 |
Richard M. Stallman |
(Fencode_coding_string, Fdecode_coding_string): Doc fixes.
|
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_SYSTEM.
|
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_BINARY in the
|
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-iso-7-else and
|
1997-07-13 |
Richard M. Stallman |
Comment 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. Stallman |
Fix bugs with inappropriate mixing of Lisp_Object with int.
|
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_... variables.
|
1997-06-18 |
Kenichi Handa |
(detect_coding_iso2022): Initilize mask correctly.
|
1997-06-16 |
Richard M. Stallman |
Change 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 Handa |
Name 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 Handa |
Adjusted 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 Heuer |
Fix FSF address in comment.
|
1997-02-20 |
Karl Heuer |
Initial revision
|