| Commit message (Expand) | Author | Age | Files | Lines |
| ... | |
| * | (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 |
| * | (copy_text): When copying from multibyte to unibyte, do | Kenichi Handa | 1998-02-04 | 1 | -1/+1 |
| * | (adjust_before_replace, adjust_after_replace): New | Kenichi Handa | 1998-01-22 | 1 | -0/+28 |
| * | Update copyright year. | Richard M. Stallman | 1998-01-21 | 1 | -1/+1 |
| * | (insert_from_string_1): Decrement GAP_SIZE by | Kenichi Handa | 1998-01-12 | 1 | -1/+1 |
| * | (count_size_as_multibyte): New function. | Richard M. Stallman | 1998-01-09 | 1 | -58/+259 |
| * | (make_gap): Set GPT_BYTE along with GPT. | Richard M. Stallman | 1998-01-02 | 1 | -0/+1 |
| * | (adjust_markers_gap_motion): Now a no-op. | Richard M. Stallman | 1998-01-02 | 1 | -15/+26 |
| * | (move_gap): Use move_gap_both. | Richard M. Stallman | 1998-01-01 | 1 | -323/+613 |
| * | (signal_before_change): Relocate START and END | Richard M. Stallman | 1997-08-13 | 1 | -6/+29 |
| * | (replace_range): New function. | Richard M. Stallman | 1997-07-17 | 1 | -0/+116 |
| * | (prepare_to_modify_buffer, signal_before_change): | Richard M. Stallman | 1997-06-25 | 1 | -18/+80 |
| * | (adjust_markers): Don't be confused by the gap | Richard M. Stallman | 1997-04-14 | 1 | -2/+18 |
| * | (Fcombine_after_change_execute): Fix Lisp_Object/integer confusion. | Karl Heuer | 1997-04-10 | 1 | -1/+2 |
| * | Include charset.h. | Karl Heuer | 1997-02-20 | 1 | -4/+26 |
| * | (signal_after_change): If Vcombine_after_change_calls, | Richard M. Stallman | 1996-11-09 | 1 | -0/+138 |
| * | (gap_left, gap_right, modify_region): | Richard M. Stallman | 1996-09-15 | 1 | -4/+10 |
| * | (signal_before_change): Fix previous change. | Richard M. Stallman | 1996-09-10 | 1 | -2/+2 |
| * | (prepare_to_modify_buffer): Take integer arguments. | Richard M. Stallman | 1996-09-04 | 1 | -4/+8 |
| * | (signal_after_change): Correct the arg to report_overlay_modification. | Richard M. Stallman | 1996-05-01 | 1 | -4/+3 |
| * | (adjust_markers): When a marker is inside text | Richard M. Stallman | 1996-02-03 | 1 | -8/+21 |
| * | Update FSF's address in the preamble. | Erik Naggum | 1996-01-15 | 1 | -1/+2 |
| * | Comment fixes. | Karl Heuer | 1996-01-05 | 1 | -1/+1 |
| * | (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG): | Karl Heuer | 1995-10-31 | 1 | -1/+1 |
| * | (signal_after_change): Call report_interval_modification. | Richard M. Stallman | 1995-09-12 | 1 | -0/+5 |
| * | (adjust_markers_for_insert): New function. | Richard M. Stallman | 1995-09-03 | 1 | -0/+23 |
| * | (signal_before_change, signal_after_change): Fix | Karl Heuer | 1995-08-07 | 1 | -4/+4 |
| * | (signal_before_change, signal_after_change): Major rewrite. | Richard M. Stallman | 1995-08-05 | 1 | -119/+59 |
| * | (signal_before_change): Use Frun_hook_with_args. | Karl Heuer | 1995-07-25 | 1 | -12/+11 |
| * | (prepare_to_modify_buffer): Don't lock the file | Richard M. Stallman | 1995-07-20 | 1 | -0/+2 |
| * | Comment change. | Karl Heuer | 1995-07-20 | 1 | -1/+1 |
| * | Update GPL to version 2. | Karl Heuer | 1995-06-15 | 1 | -1/+1 |
| * | (adjust_point): Declare arg AMOUNT. | Karl Heuer | 1995-05-25 | 1 | -0/+1 |