| Commit message (Expand) | Author | Age | Files | Lines |
| * | (unibyte_char_to_multibyte): Extern deleted. | Kenichi Handa | 2002-09-03 | 1 | -1/+0 |
| * | (internal_self_insert): In a multibyte buffer, insert C | Kenichi Handa | 2002-09-03 | 1 | -4/+11 |
| * | (casify_object): Fix previous change. | Kenichi Handa | 2002-09-03 | 1 | -6/+2 |
| * | (Fset_unibyte_charset): If the dimension of CHARSET is | Kenichi Handa | 2002-09-03 | 1 | -19/+19 |
| * | (unibyte_to_multibyte_table): New variable. | Kenichi Handa | 2002-09-03 | 1 | -17/+8 |
| * | (LEADING_CODE_LATIN_1_MIN) | Kenichi Handa | 2002-09-03 | 1 | -11/+51 |
| * | (Fbyte_code): Convert a unibyte character to multibyte if necessary. | Kenichi Handa | 2002-09-03 | 1 | -4/+11 |
| * | (Fexpand_abbrev): Convert a unibyte character to | Kenichi Handa | 2002-09-03 | 1 | -4/+2 |
| * | (enum lface_attribute_index): New member LFACE_FONTSET_INDEX. | Kenichi Handa | 2002-08-23 | 2 | -0/+20 |
| * | (QCfontset): New variable. | Kenichi Handa | 2002-08-23 | 1 | -15/+44 |
| * | (base64_encode_1): Handle eight-bit chars correctly. | Kenichi Handa | 2002-08-22 | 1 | -3/+9 |
| * | *** empty log message *** | Kenichi Handa | 2002-08-22 | 1 | -0/+8 |
| * | (insert_from_gap): Make it work even if PT != GTP. | Kenichi Handa | 2002-08-21 | 1 | -9/+7 |
| * | (coding_set_destination): Fix coding->destination for | Kenichi Handa | 2002-08-21 | 1 | -14/+35 |
| * | *** empty log message *** | Kenichi Handa | 2002-08-21 | 1 | -0/+6 |
| * | (base64_decode_1): Insert eight-bit chars correctly. | Kenichi Handa | 2002-08-21 | 1 | -6/+6 |
| * | (BYTE8_STRING): New macro. | Kenichi Handa | 2002-08-21 | 1 | -0/+9 |
| * | *** empty log message *** | Kenichi Handa | 2002-08-20 | 1 | -0/+2 |
| * | (Finsert_byte): New function. | Kenichi Handa | 2002-08-20 | 1 | -0/+24 |
| * | *** empty log message *** | Kenichi Handa | 2002-08-20 | 1 | -5/+20 |
| * | (set_canon, set_identity, shuffle): Simplified. | Kenichi Handa | 2002-08-20 | 1 | -31/+16 |
| * | (get_next_display_element): Don't display unibyte 8-bit | Kenichi Handa | 2002-08-20 | 1 | -2/+2 |
| * | (syms_of_character): Setup Vprintable_chars. | Kenichi Handa | 2002-08-20 | 1 | -0/+5 |
| * | (Freplace_match): Fix previous change. | Kenichi Handa | 2002-08-20 | 1 | -0/+1 |
| * | (Freplace_match): Fix for the unibyte case. | Kenichi Handa | 2002-08-20 | 1 | -2/+12 |
| * | (read_key_sequence): Use ~CHAR_MODIFIER_MASK instead | Kenichi Handa | 2002-08-20 | 1 | -5/+4 |
| * | (Fchar_equal): Fix for the unibyte case. | Kenichi Handa | 2002-08-20 | 1 | -2/+14 |
| * | (Fexpand_abbrev): Fix for the multibyte case. | Kenichi Handa | 2002-08-20 | 1 | -7/+20 |
| * | *** empty log message *** | Kenichi Handa | 2002-08-20 | 1 | -0/+16 |
| * | (_fetch_multibyte_char_len): This variable deleted. | Kenichi Handa | 2002-08-20 | 1 | -2/+1 |
| * | (_fetch_multibyte_char_len): Extern deleted. | Kenichi Handa | 2002-08-20 | 1 | -8/+12 |
| * | (MAKE_CHAR_UNIBYTE, MAKE_CHAR_MULTIBYTE): New macros. | Kenichi Handa | 2002-08-20 | 1 | -0/+16 |
| * | (casify_object): Simplified. Handle the case that | Kenichi Handa | 2002-08-20 | 1 | -114/+83 |
| * | *** empty log message *** | Kenichi Handa | 2002-08-19 | 1 | -0/+2 |
| * | (safe_to_load_p): Fix the logic. | Kenichi Handa | 2002-08-19 | 1 | -2/+2 |
| * | (scan_words): Don't treat characters belonging to | Kenichi Handa | 2002-08-19 | 2 | -28/+45 |
| * | (Fformat): Use ASCII_CHAR_P, not SINGLE_BYTE_CHAR_P. | Kenichi Handa | 2002-08-19 | 1 | -1/+1 |
| * | (Fset_fontset_font): Treate `ascii' as charset, not script. | Kenichi Handa | 2002-08-19 | 2 | -7/+10 |
| * | *** empty log message *** | Kenichi Handa | 2002-08-19 | 1 | -0/+10 |
| * | (main): In the case of --unibyte, instead of aborting on | Kenichi Handa | 2002-08-19 | 1 | -6/+9 |
| * | (main): In the case of --unibyte, instead of aborting on finding | Kenichi Handa | 2002-08-19 | 1 | -3/+7 |
| * | *** empty log message *** | Dave Love | 2002-08-18 | 1 | -7/+13 |
| * | (Funibyte_char_to_multibyte): Doc fix. | Dave Love | 2002-08-18 | 1 | -1/+1 |
| * | Fix last change. | Dave Love | 2002-08-18 | 1 | -3/+3 |
| * | *** empty log message *** | Kenichi Handa | 2002-08-15 | 2 | -1/+26 |
| * | (nonascii_insert_offset, Vnonascii_translation_table): | Kenichi Handa | 2002-08-15 | 1 | -2/+0 |
| * | (x_produce_glyphs): Use ASCII_CHAR_P, not | Kenichi Handa | 2002-08-15 | 1 | -14/+6 |
| * | (charset_unibyte): Renamed from charset_primary. | Kenichi Handa | 2002-08-15 | 1 | -11/+11 |
| * | (charset_unibyte): Extern it instead of | Kenichi Handa | 2002-08-15 | 1 | -1/+1 |
| * | (unibyte_char_to_multibyte): Refer to | Kenichi Handa | 2002-08-15 | 1 | -7/+6 |