| Commit message (Expand) | Author | Age | Files | Lines |
* | (del_range_1): Call signal_after_change. | Kenichi Handa | 1999-01-11 | 1 | -1/+3 |
* | (copy_text, count_size_as_multibyte): Don't convert 7-bit ASCII characters via | Eli Zaretskii | 1998-12-21 | 1 | -2/+4 |
* | (insert_from_buffer_1): Properly count the size | Karl Heuer | 1998-12-10 | 1 | -10/+35 |
* | (byte_combining_error): Error message improved. | Kenichi Handa | 1998-11-11 | 1 | -1/+1 |
* | (Fcombine_after_change_execute): Return nil, not junk. | Karl Heuer | 1998-11-05 | 1 | -2/+5 |
* | (replace_range): Fix previous change. | Kenichi Handa | 1998-10-31 | 1 | -0/+2 |
* | (byte_combining_error): New function. | Kenichi Handa | 1998-10-31 | 1 | -19/+41 |
* | (check_markers): Check if markers are at character | Kenichi Handa | 1998-10-28 | 1 | -6/+61 |
* | (adjust_after_replace): Correctly handle the case that | Kenichi Handa | 1998-10-27 | 1 | -6/+17 |
* | (adjust_markers_for_insert): Adjust markers by taking | Kenichi Handa | 1998-10-24 | 1 | -37/+44 |
* | (adjust_markers_for_combining): This function deleted. | Kenichi Handa | 1998-10-14 | 1 | -52/+19 |
* | (signal_before_change): If inhibit_modification_hooks | Kenichi Handa | 1998-10-08 | 1 | -0/+6 |
* | (adjust_after_replace): Don't delete text properties here. | Kenichi Handa | 1998-09-28 | 1 | -4/+0 |
* | (adjust_markers_for_replace): Don't adjust a byte | Kenichi Handa | 1998-09-16 | 1 | -28/+59 |
* | (adjust_after_replace): Don't add combining bytes to | Kenichi Handa | 1998-09-08 | 1 | -12/+17 |
* | (count_combining_after): Check also preceding bytes at | Kenichi Handa | 1998-09-07 | 1 | -2/+14 |
* | (copy_text): If Vnonascii_translation_table is non-nil, try | Kenichi Handa | 1998-08-31 | 1 | -2/+2 |
* | (adjust_after_replace): Fix the code to recode undo | Kenichi Handa | 1998-08-28 | 1 | -2/+8 |
* | (count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes. | Kenichi Handa | 1998-08-28 | 1 | -1/+1 |
* | (replace_range): Rename NOMARKERS arg to MARKERS. | Richard M. Stallman | 1998-08-18 | 1 | -5/+7 |
* | (copy_text): Fix previous change, call | Kenichi Handa | 1998-08-15 | 1 | -12/+1 |
* | (replace_range): Don't assume PT is at the place | Richard M. Stallman | 1998-08-03 | 1 | -21/+21 |
* | (copy_text): In multibyte to unibyte conversion, take | Kenichi Handa | 1998-08-02 | 1 | -3/+27 |
* | (insert_1_both, insert_from_string_1, replace_range) | Richard M. Stallman | 1998-05-16 | 1 | -56/+119 |
* | (insert_1_both): Call prepare_to_modify_buffer before moving or making gap. | Richard M. Stallman | 1998-04-29 | 1 | -8/+12 |
* | (insert_from_string, insert_from_string_before_markers): | Richard M. Stallman | 1998-04-25 | 1 | -20/+11 |
* | (copy_text): Count down bytes_left properly | Richard M. Stallman | 1998-04-20 | 1 | -1/+1 |
* | (signal_after_change): Fix mixing of Lisp_Object and | Andreas Schwab | 1998-04-14 | 1 | -1/+2 |
* | Fix -Wimplicit warnings. | Andreas Schwab | 1998-04-14 | 1 | -2/+4 |
* | (adjust_markers_for_replace): New function. | Kenichi Handa | 1998-03-30 | 1 | -17/+107 |
* | (check_markers_debug_flag): New variable. | Richard M. Stallman | 1998-03-28 | 1 | -2/+49 |
* | (del_range_2): Move gap again to a proper place just | Kenichi Handa | 1998-03-24 | 1 | -6/+4 |
* | (insert_from_string_1, replace_range): | Richard M. Stallman | 1998-03-21 | 1 | -12/+4 |
* | Use STRING_BYTES and SET_STRING_BYTES. | Richard M. Stallman | 1998-03-21 | 1 | -2/+2 |
* | (replace_range): New arg NOMARKERS. | Richard M. Stallman | 1998-03-21 | 1 | -10/+12 |
* | (insert_1_both, insert_from_string_1, insert_from_buffer_1): | Richard M. Stallman | 1998-03-21 | 1 | -19/+68 |
* | (del_range_2): Use adjust_markers_for_record_delete. | Richard M. Stallman | 1998-03-20 | 1 | -16/+111 |
* | (ADJUST_CHAR_POS): New macro. | Kenichi Handa | 1998-03-16 | 1 | -15/+40 |
* | (insert_1_both, insert_from_string_1, insert_from_buffer_1) | Richard M. Stallman | 1998-03-14 | 1 | -12/+21 |
* | (adjust_before_replace): Call | Kenichi Handa | 1998-03-12 | 1 | -17/+49 |
* | (combine_bytes): New function. | Richard M. Stallman | 1998-03-11 | 1 | -174/+208 |
* | (adjust_markers_for_insert): Don't leave a marker within | Richard M. Stallman | 1998-03-11 | 1 | -37/+111 |
* | (insert_1_both, insert_from_string_1, insert_from_buffer_1): | Richard M. Stallman | 1998-03-10 | 1 | -19/+26 |
* | (adjust_markers_for_insert): | Richard M. Stallman | 1998-03-09 | 1 | -111/+295 |
* | (insert_1_both): If enable-multibyte-characters is nil, | Kenichi Handa | 1998-03-03 | 1 | -0/+3 |
* | (DEFAULT_NONASCII_INSERT_OFFSET): Macro definition is | Kenichi Handa | 1998-03-03 | 1 | -22/+11 |
* | (del_range_2): Reorder args. All callers changed. | Karl Heuer | 1998-02-27 | 1 | -5/+5 |
* | (del_range_both): Reorder args. All callers changed. | Karl Heuer | 1998-02-25 | 1 | -2/+2 |
* | (adjust_before_replace): Comment added. | Kenichi Handa | 1998-02-20 | 1 | -2/+10 |
* | (copy_text, count_size_as_multibyte): Use Vnonascii_translate_table. | Richard M. Stallman | 1998-02-12 | 1 | -2/+6 |