aboutsummaryrefslogtreecommitdiffstats
path: root/src/coding.c
Commit message (Expand)AuthorAgeFilesLines
...
| * Copyright fixedKenichi Handa2005-12-191-2/+3
* | Merged from [email protected] (patch 169-173, 671-676)Karoly Lorentey2005-12-191-0/+5
|\|
| * (code_convert_region_unwind): GCPRO arg.Kenichi Handa2005-12-141-0/+5
* | Fix "first non-ASCII character on new tty frames" problem.Karoly Lorentey2005-12-121-1/+3
* | Merged from [email protected] (patch 116-117, 544-550)Karoly Lorentey2005-09-171-7/+22
|\|
| * (code_convert_region_unwind): Argument format changed.Kenichi Handa2005-09-141-7/+22
* | Merged in changes from CVS trunk. Plus added lisp/term tweaks.Karoly Lorentey2005-09-041-13/+36
|\|
| * Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-1/+1
| * (code_convert_region_unwind): ARG is changed to a cons.Kenichi Handa2005-07-141-11/+34
| * * coding.c (Qprocess_argument):Kim F. Storm2005-07-121-1/+1
* | Rename `struct display' to `struct device'. Update function, parameter and v...Karoly Lorentey2005-07-111-16/+17
* | Merged from [email protected] (patch 469)Karoly Lorentey2005-07-051-2/+2
|\|
| * Update FSF's address.Lute Kamstra2005-07-041-2/+2
* | Merged from [email protected] (patch 80-82, 350-422)Karoly Lorentey2005-06-151-1/+1
|\|
| * (run_pre_post_conversion_on_str): Remove unused var `buf'.Stefan Monnier2005-06-131-1/+0
| * (decode_coding_string): Handle CODING_FINISH_INTERRUPT.Kim F. Storm2005-06-031-0/+1
* | Fix UTF-8 tty input when first frame is an X frame. Steps towards multiple t...Karoly Lorentey2005-05-031-14/+21
* | Merged from [email protected] (patch 67, 270-278)Karoly Lorentey2005-04-251-1/+1
|\|
| * Typo in comment.Kim F. Storm2005-04-211-1/+1
* | Merged from [email protected] (patch 45-55, 214-231)Karoly Lorentey2005-04-041-1/+1
|\|
| * (Vcoding_category_list): Docstring fix.Kenichi Handa2005-03-311-1/+1
* | Merged from [email protected] (patch 204-213)Karoly Lorentey2005-03-271-2/+1
|\|
| * (syms_of_coding): Suggest to use set-coding-category inKenichi Handa2005-03-251-2/+1
* | Merged from [email protected] (patch 37-38, 162-182)Karoly Lorentey2005-03-161-1/+4
|\|
| * (syms_of_coding): Docstring of coding-category-list fixed.Kenichi Handa2005-03-151-1/+4
* | Merged from [email protected] (patch 14-16, 95-106)Karoly Lorentey2005-02-191-15/+28
|\|
| * (encode_coding_string): Always return a unibyte string.Kenichi Handa2005-02-141-15/+28
* | Merged in changes from CVS trunk. (Long time no see!) :-)Karoly Lorentey2005-02-031-0/+2
|\|
| * (decode_coding_iso2022): Translate invalid codes ifKenichi Handa2005-01-181-0/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-29/+39
|\|
| * (decode_coding): Fix previous change.Dan Nicolaescu2004-12-281-1/+1
| * (decode_coding_XXX, decode_composition_emacs_mule)Dan Nicolaescu2004-12-281-30/+40
* | Merged in changes from CVS trunk.Karoly Lorentey2005-01-061-2/+2
|\|
| * (code_convert_region): Fix calculation of `ratio'.Kenichi Handa2004-12-271-2/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-12-081-15/+93
|\|
| * (Vcode_conversion_workbuf_name): New variable.Kenichi Handa2004-11-301-17/+93
| * (run_pre_post_conversion_on_str): Bind Qinhibit_read_only.Richard M. Stallman2004-11-251-0/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-10-031-5/+15
|\|
| * (code_convert_region): Don't skip ASCIIs if there are compositions to encode.Kenichi Handa2004-09-291-5/+15
* | Merged in changes from CVS trunk.Karoly Lorentey2004-08-071-0/+5
|\|
| * (decode_coding_string): Adjust coding->consumed, andKenichi Handa2004-08-031-0/+5
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-241-6/+2
|\|
| * (MAX_ALLOCA): Remove define.Kim F. Storm2004-06-211-6/+2
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-141-0/+1
|\|
| * (encode_coding_string): Check CODING_FINISH_INTERRUPT.Kenichi Handa2004-06-111-0/+1
* | Merged in changes from CVS trunk.Karoly Lorentey2004-06-071-8/+26
|\|
| * (find_safe_codings): Check NILP (safe_codings) only atKenichi Handa2004-06-071-8/+26
| * (Fset_safe_terminal_coding_system_internal): SetKenichi Handa2004-05-231-1/+1
* | Make terminal_coding and keyboard_coding display-local.Karoly Lorentey2004-05-231-19/+15
|/
* (decode_coding_emacs_mule): Handle insufficent source correctly.Kenichi Handa2004-03-091-2/+19