| Commit message (Expand) | Author | Age | Files | Lines |
| * | (copy_text): In multibyte to unibyte conversion, take | Kenichi Handa | 1998-08-02 | 1 | -3/+27 |
| * | (ccl_spec): New member valid_codes. | Kenichi Handa | 1998-08-02 | 1 | -0/+1 |
| * | (Qvalid_codes): New variable. | Kenichi Handa | 1998-08-02 | 1 | -24/+108 |
| * | (CODING_CATEGORY_IDX_CCL): New macro. | Kenichi Handa | 1998-08-02 | 1 | -4/+7 |
| * | (widget.o, xfns.o, xmenu.o): | Richard M. Stallman | 1998-08-02 | 1 | -3/+4 |
| * | (create_process): For outchannel, set up | Richard M. Stallman | 1998-08-01 | 1 | -1/+1 |
| * | GNU make release 3.77. | Paul D. Smith | 1998-07-30 | 1 | -6/+8 |
| * | (concat): Fix previous change. | Kenichi Handa | 1998-07-30 | 1 | -1/+1 |
| * | Whitespace change. | Richard M. Stallman | 1998-07-29 | 1 | -2/+2 |
| * | (push_key_description): Output multibyte char as itself. | Richard M. Stallman | 1998-07-28 | 1 | -7/+5 |
| * | (Fexecute_extended_command): | Richard M. Stallman | 1998-07-27 | 1 | -3/+12 |
| * | (Qinput_method_function): New variable. | Richard M. Stallman | 1998-07-26 | 1 | -44/+200 |
| * | entered into RCS | Richard M. Stallman | 1998-07-26 | 1 | -0/+5 |
| * | [AIXHFT] (hft_init, hft_reset): Add declarations. | Richard M. Stallman | 1998-07-25 | 1 | -0/+4 |
| * | Initial revision | Richard M. Stallman | 1998-07-25 | 1 | -0/+7 |
| * | (HAVE_STRING_H): Move #undef here. | Richard M. Stallman | 1998-07-25 | 1 | -0/+5 |
| * | (HAVE_STRING_H): Delete #undef here. | Richard M. Stallman | 1998-07-25 | 1 | -5/+0 |
| * | (regex_compile): Declare p with non-const type on AIX. | Richard M. Stallman | 1998-07-25 | 1 | -0/+5 |
| * | (syms_of_coding): Mention auto-coding-alist in the | Kenichi Handa | 1998-07-25 | 1 | -1/+2 |
| * | (Finsert_file_contents): Call Vset_auto_coding_function | Kenichi Handa | 1998-07-25 | 1 | -30/+38 |
| * | (Fcall_process): Use alloca instead of | Kenichi Handa | 1998-07-21 | 1 | -1/+1 |
| * | (init_coding): Extern it. | Kenichi Handa | 1998-07-21 | 1 | -0/+1 |
| * | (init_coding): New function. | Kenichi Handa | 1998-07-21 | 1 | -1/+6 |
| * | (main): Call init_coding. | Kenichi Handa | 1998-07-21 | 1 | -0/+1 |
| * | (Fdefine_charset): Fix doc-string. | Kenichi Handa | 1998-07-19 | 1 | -2/+2 |
| * | (dumpglyphs): After calling ccl_driver, set cp->byte1 to | Kenichi Handa | 1998-07-19 | 1 | -2/+2 |
| * | (read_process_output): Even if we read data without | Kenichi Handa | 1998-07-16 | 1 | -12/+18 |
| * | (Finsert_file_contents): When replacing, in multibyte bfr, | Richard M. Stallman | 1998-07-13 | 1 | -1/+22 |
| * | (add_menu_item): Draw menu items like titles if call_data is 0. | Andrew Innes | 1998-07-13 | 1 | -2/+2 |
| * | (set_clipboard_data, get_clipboard_data, Fw16_set_clipboard_data, | Eli Zaretskii | 1998-07-13 | 1 | -8/+8 |
| * | (Fw32_set_clipboard_data): Set Vlast_coding_system_used. | Andrew Innes | 1998-07-12 | 1 | -0/+6 |
| * | (Fcopy_marker): Make return from wrong_type_argument | Karl Heuer | 1998-07-12 | 1 | -9/+7 |
| * | (Fchars_in_region): Coerce markers. | Richard M. Stallman | 1998-07-12 | 1 | -0/+3 |
| * | (w32_menu_show): Set widget call_data to 0 if definition is nil. | Andrew Innes | 1998-07-11 | 1 | -2/+2 |
| * | (Vselection_coding_system): | Richard M. Stallman | 1998-07-11 | 1 | -6/+5 |
| * | (Vclipboard_coding_system): New variable. | Eli Zaretskii | 1998-07-09 | 1 | -29/+137 |
| * | (code_convert_string): Count characters again if we | Kenichi Handa | 1998-07-09 | 1 | -2/+7 |
| * | Comment change. | Richard M. Stallman | 1998-07-09 | 1 | -1/+1 |
| * | (fs_load_font): Typo in comments fixed. | Kenichi Handa | 1998-07-09 | 1 | -1/+1 |
| * | Typo in comments fixed. | Kenichi Handa | 1998-07-09 | 1 | -1/+1 |
| * | (DECODE_ISO_CHARACTER): While decoding two-byte code, | Kenichi Handa | 1998-07-09 | 1 | -4/+4 |
| * | (selection_data_to_lisp_data): Set Vlast_coding_system_used. | Kenichi Handa | 1998-07-09 | 1 | -1/+7 |
| * | (Fformat): Replace explicit numeric constants with proper macros. | Kenichi Handa | 1998-07-08 | 1 | -6/+6 |
| * | (concat): Replace explicit numeric constants with proper macros. | Kenichi Handa | 1998-07-08 | 1 | -4/+4 |
| * | Whitespace change. | Richard M. Stallman | 1998-07-06 | 1 | -1/+1 |
| * | (Vgeneric_character_list): New variable. | Kenichi Handa | 1998-07-06 | 1 | -0/+29 |
| * | (MAX_CHAR_COMPOSITION): Defined as (GLYPH_MASK_CHAR - | Kenichi Handa | 1998-07-06 | 1 | -1/+4 |
| * | (Fset_char_table_default): Check only if the charset of | Kenichi Handa | 1998-07-06 | 1 | -3/+7 |
| * | (Fformat): Pay attention to the byte combining problem. | Kenichi Handa | 1998-07-06 | 1 | -0/+24 |
| * | (Finsert_file_contents): Cancel previous change. Setup | Kenichi Handa | 1998-07-06 | 1 | -69/+69 |