| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | (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 |
* | (make_gap): Make this new error check also check exceeding VALBITS. | Richard M. Stallman | 1995-05-05 | 1 | -8/+5 |
* | (make_gap): Don't allow buffer size that won't fit in int. | Richard M. Stallman | 1995-05-04 | 1 | -0/+8 |
* | (prepare_to_modify_buffer): Use file_truename for locking. | Richard M. Stallman | 1995-05-02 | 1 | -2/+2 |
* | (insert_1): Adjust overlay center after inserting. | Karl Heuer | 1995-04-17 | 1 | -0/+7 |
* | Update copyright. | Karl Heuer | 1995-04-07 | 1 | -1/+1 |
* | (modify_region): Clear point_before_scroll field. | Richard M. Stallman | 1995-01-27 | 1 | -0/+2 |
* | Declare all non-returning functions `void'. | Karl Heuer | 1995-01-11 | 1 | -11/+25 |
* | Use SAVE_MODIFF and BUF_SAVE_MODIFF | Richard M. Stallman | 1995-01-02 | 1 | -11/+12 |
* | * buffer.c (report_overlay_modification): Renamed from | Richard M. Stallman | 1994-12-11 | 1 | -2/+2 |
* | (signal_before_change, signal_after_change): | Richard M. Stallman | 1994-12-11 | 1 | -5/+15 |
* | (insert_from_buffer_1): Don't use min. | Richard M. Stallman | 1994-10-25 | 1 | -1/+3 |
* | (insert_from_buffer, insert_from_buffer_1): New functions. | Karl Heuer | 1994-10-22 | 1 | -2/+74 |
* | (insert_before_markers): Don't inherit; insert_before_markers_and_inherit does | Karl Heuer | 1994-10-22 | 1 | -1/+1 |
* | * insdel.c (prepare_to_modify_buffer): Invalidate width run and | Jim Blandy | 1994-10-08 | 1 | -0/+9 |
* | (make_gap): Keep input blocked till after we set BEG_ADDR. | Richard M. Stallman | 1994-10-07 | 1 | -2/+7 |
* | (insert_1, insert_from_string_1): Use new accessor macros instead of calling | Karl Heuer | 1994-10-04 | 1 | -2/+2 |
* | (del_range_1): Call evaporate_overlays after deleting text. | Karl Heuer | 1994-09-17 | 1 | -0/+1 |
* | (prepare_to_modify_buffer): Don't call verify_overlay_modification if | Richard M. Stallman | 1994-09-02 | 1 | -5/+13 |