| Commit message (Expand) | Author | Age | Files | Lines | ||
|---|---|---|---|---|---|---|
| ... | ||||||
| * | | | | | | | | | | | | | Revision: miles@gnu.org--gnu-2005/emacs--unicode--0--patch-28 | Miles Bader | 2005-03-19 | 1 | -1/+4 | |
| |\ \ \ \ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / / / / | ||||||
| | * | | | | | | | | | | | | (syms_of_coding): Docstring of coding-category-list fixed. | Kenichi Handa | 2005-03-15 | 1 | -1/+4 | |
| | | |_|_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | | ||||||
| | * | | | | | | | | | | | (encode_coding_string): Always return a unibyte string. | Kenichi Handa | 2005-02-14 | 1 | -15/+28 | |
| | | |_|_|_|_|_|_|_|_|/ | |/| | | | | | | | | | ||||||
| | * | | | | | | | | | | (decode_coding_iso2022): Translate invalid codes if | Kenichi Handa | 2005-01-18 | 1 | -0/+2 | |
| | | |_|_|_|_|_|_|_|/ | |/| | | | | | | | | ||||||
| * | | | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-81 | Miles Bader | 2005-01-02 | 1 | -5/+5 | |
| |\ \ \ \ \ \ \ \ \ \ | |/ / / / / / / / / | ||||||
| | * | | | | | | | | | (decode_coding): Fix previous change. | Dan Nicolaescu | 2004-12-28 | 1 | -1/+1 | |
| | * | | | | | | | | | (decode_coding_XXX, decode_composition_emacs_mule) | Dan Nicolaescu | 2004-12-28 | 1 | -30/+40 | |
| | | |_|_|_|_|_|_|/ | |/| | | | | | | | ||||||
| | * | | | | | | | | (code_convert_region): Fix calculation of `ratio'. | Kenichi Handa | 2004-12-27 | 1 | -2/+2 | |
| | | |_|_|_|_|_|/ | |/| | | | | | | ||||||
| * | | | | | | | | Cancel the change done in HEAD on 2004-11-30. | Kenichi Handa | 2004-12-11 | 1 | -89/+24 | |
| * | | | | | | | | Revision: miles@gnu.org--gnu-2004/emacs--unicode--0--patch-74 | Miles Bader | 2004-12-08 | 1 | -0/+89 | |
| |\ \ \ \ \ \ \ \ | |/ / / / / / / | ||||||
| | * | | | | | | | (Vcode_conversion_workbuf_name): New variable. | Kenichi Handa | 2004-11-30 | 1 | -17/+93 | |
| | * | | | | | | | (run_pre_post_conversion_on_str): Bind Qinhibit_read_only. | Richard M. Stallman | 2004-11-25 | 1 | -0/+2 | |
| | | |_|_|_|_|/ | |/| | | | | | ||||||
| | * | | | | | | (code_convert_region): Don't skip ASCIIs if there are compositions to encode. | Kenichi Handa | 2004-09-29 | 1 | -5/+15 | |
| | | |_|_|_|/ | |/| | | | | ||||||
| | * | | | | | (decode_coding_string): Adjust coding->consumed, and | Kenichi Handa | 2004-08-03 | 1 | -0/+5 | |
| | | |_|_|/ | |/| | | | ||||||
| | * | | | | (MAX_ALLOCA): Remove define. | Kim F. Storm | 2004-06-21 | 1 | -6/+2 | |
| | | |_|/ | |/| | | ||||||
| | * | | | (encode_coding_string): Check CODING_FINISH_INTERRUPT. | Kenichi Handa | 2004-06-11 | 1 | -0/+1 | |
| | | |/ | |/| | ||||||
| | * | | (find_safe_codings): Check NILP (safe_codings) only at | Kenichi Handa | 2004-06-07 | 1 | -8/+26 | |
| | * | | (Fset_safe_terminal_coding_system_internal): Set | Kenichi Handa | 2004-05-23 | 1 | -1/+1 | |
| | |/ | ||||||
| | * | (decode_coding_emacs_mule): Handle insufficent source correctly. | Kenichi Handa | 2004-03-09 | 1 | -2/+19 | |
| | * | UTF-8 is now RFC3629. | Eli Zaretskii | 2004-03-07 | 1 | -1/+1 | |
| | * | (coding_restore_composition): Check invalid | Kenichi Handa | 2004-02-02 | 1 | -0/+3 | |
| | * | (Fcheck_coding_system): Further doc fix. | Luc Teirlinck | 2003-12-28 | 1 | -1/+1 | |
| | * | (Fcheck_coding_system): Doc fix. | Luc Teirlinck | 2003-12-28 | 1 | -1/+1 | |
| | * | (decode_coding_iso2022): Fix for preserving UTF-8 | Kenichi Handa | 2003-12-03 | 1 | -1/+4 | |
| | * | (coding_restore_composition): Lisp_Object/int mixup. | Stefan Monnier | 2003-11-17 | 1 | -2/+2 | |
| | * | (coding_allocate_composition_data): Reset | Kenichi Handa | 2003-11-07 | 1 | -1/+7 | |
| | * | (Fcoding_system_p): Return t for auto-loading coding system. | Kenichi Handa | 2003-10-07 | 1 | -0/+2 | |
| | * | (Qcoding_system_define_form): New variable. | Kenichi Handa | 2003-10-07 | 1 | -1/+15 | |
| * | | (encode_coding_iso_2022): Fix handling of charset | Kenichi Handa | 2004-10-13 | 1 | -1/+1 | |
| * | | (setup_coding_system): If coding_system is nil, use | Kenichi Handa | 2004-10-12 | 1 | -3/+20 | |
| * | | (detect_coding): Fix previous change. | Kenichi Handa | 2004-09-14 | 1 | -1/+1 | |
| * | | (detect_coding_utf_16): Don't set detect_info->found if | Kenichi Handa | 2004-09-13 | 1 | -84/+113 | |
| * | | (setup_coding_system): Set coding->common_flags | Kenichi Handa | 2004-04-28 | 1 | -2/+14 | |
| * | | (detect_coding): Delete unused variables. | Kenichi Handa | 2004-04-20 | 1 | -3/+1 | |
| * | | (encode_coding_utf_8): Fix handling of raw-byte char. | Kenichi Handa | 2004-04-20 | 1 | -4/+6 | |
| * | | (Ffind_coding_systems_region_internal): Include raw-text and | Kenichi Handa | 2004-04-14 | 1 | -1/+1 | |
| * | | Sync to HEAD. | Kenichi Handa | 2004-04-12 | 1 | -11/+28 | |
| * | | (DECODE_DESIGNATION): Set chars_96 to -1 instead of | Kenichi Handa | 2004-03-30 | 1 | -41/+73 | |
| * | | Add many prototypes for static functions. | Kenichi Handa | 2004-03-11 | 1 | -45/+84 | |
| * | | (get_translation_table): Allow max_lookup to be NULL. | Kenichi Handa | 2004-03-11 | 1 | -23/+27 | |
| * | | (get_translation_table): New arg max_lookup. Caller changed. | Kenichi Handa | 2004-03-11 | 1 | -51/+77 | |
| * | | (get_translation_table): Declare it as Lisp_Object. | Kenichi Handa | 2004-03-11 | 1 | -5/+32 | |
| * | | (get_translation): Fix previous change. | Kenichi Handa | 2004-03-11 | 1 | -43/+68 | |
| * | | (MAX_ANNOTATION_LENGTH): Adjusted for the change of | Kenichi Handa | 2004-03-10 | 1 | -104/+165 | |
| * | | *** empty log message *** | Kenichi Handa | 2004-03-09 | 1 | -1/+1 | |
| * | | (detect_coding_emacs_mule): Fix counting of encoded | Kenichi Handa | 2004-03-08 | 1 | -5/+11 | |
| * | | (decode_coding_utf_16): Fix handling of surrogate pare. | Kenichi Handa | 2004-03-04 | 1 | -1/+1 | |
| * | | (detect_coding_iso_2022): Fix handling of SS2 and SS3. | Kenichi Handa | 2004-01-29 | 1 | -13/+8 | |
| * | | (decode_coding_sjis): Fix comment. | Kenichi Handa | 2004-01-28 | 1 | -1/+1 | |
| * | | (decode_coding_sjis): Handle 4th charset (typically JISX0212). | Kenichi Handa | 2004-01-27 | 1 | -22/+46 | |