| Commit message (Expand) | Author | Age | Files | Lines |
* | (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 |
* | (insert_before_markers_and_inherit): New function. | Richard M. Stallman | 1994-08-30 | 1 | -0/+13 |
* | (insert_1): New arg INHERIT. | Richard M. Stallman | 1994-08-28 | 1 | -3/+19 |
* | (adjust_point): New function. | Karl Heuer | 1994-04-26 | 1 | -8/+17 |
* | Use PT, not point. | Karl Heuer | 1994-04-26 | 1 | -22/+28 |
* | (before_change_functions_restore): | Richard M. Stallman | 1994-04-10 | 1 | -1/+85 |
* | (insert_1): New function, extracted from insert. | Karl Heuer | 1994-04-08 | 1 | -16/+42 |
* | (del_range_1): New function. | Richard M. Stallman | 1994-03-02 | 1 | -1/+10 |
* | (del_range): Second argument in call to | Richard M. Stallman | 1993-12-23 | 1 | -1/+4 |
* | (insert_from_string): Pass new arg to graft_intervals_into_buffer. | Richard M. Stallman | 1993-11-25 | 1 | -1/+1 |
* | (insert_from_string): Pass extra arg to graft_intervals_into_buffer. | Richard M. Stallman | 1993-09-14 | 1 | -4/+6 |
* | Include <config.h> instead of "config.h". | Roland McGrath | 1993-09-10 | 1 | -1/+1 |
* | (prepare_to_modify_buffer): Call verify_overlay_modification. | Richard M. Stallman | 1993-07-13 | 1 | -0/+2 |
* | Apply typo patches from Paul Eggert. | Jim Blandy | 1993-06-09 | 1 | -2/+2 |
* | The text property routines can now modify buffers other | Jim Blandy | 1993-05-14 | 1 | -1/+14 |