summaryrefslogtreecommitdiff
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* Include charset.h.Karl Heuer1997-02-201-4/+26
* (signal_after_change): If Vcombine_after_change_calls,Richard M. Stallman1996-11-091-0/+138
* (gap_left, gap_right, modify_region):Richard M. Stallman1996-09-151-4/+10
* (signal_before_change): Fix previous change.Richard M. Stallman1996-09-101-2/+2
* (prepare_to_modify_buffer): Take integer arguments.Richard M. Stallman1996-09-041-4/+8
* (signal_after_change): Correct the arg to report_overlay_modification.Richard M. Stallman1996-05-011-4/+3
* (adjust_markers): When a marker is inside textRichard M. Stallman1996-02-031-8/+21
* Update FSF's address in the preamble.Erik Naggum1996-01-151-1/+2
* Comment fixes.Karl Heuer1996-01-051-1/+1
* (BITS_PER_SHORT, BITS_PER_INT, BITS_PER_LONG):Karl Heuer1995-10-311-1/+1
* (signal_after_change): Call report_interval_modification.Richard M. Stallman1995-09-121-0/+5
* (adjust_markers_for_insert): New function.Richard M. Stallman1995-09-031-0/+23
* (signal_before_change, signal_after_change): FixKarl Heuer1995-08-071-4/+4
* (signal_before_change, signal_after_change): Major rewrite.Richard M. Stallman1995-08-051-119/+59
* (signal_before_change): Use Frun_hook_with_args.Karl Heuer1995-07-251-12/+11
* (prepare_to_modify_buffer): Don't lock the fileRichard M. Stallman1995-07-201-0/+2
* Comment change.Karl Heuer1995-07-201-1/+1
* Update GPL to version 2.Karl Heuer1995-06-151-1/+1
* (adjust_point): Declare arg AMOUNT.Karl Heuer1995-05-251-0/+1
* (make_gap): Make this new error check also check exceeding VALBITS.Richard M. Stallman1995-05-051-8/+5
* (make_gap): Don't allow buffer size that won't fit in int.Richard M. Stallman1995-05-041-0/+8
* (prepare_to_modify_buffer): Use file_truename for locking.Richard M. Stallman1995-05-021-2/+2
* (insert_1): Adjust overlay center after inserting.Karl Heuer1995-04-171-0/+7
* Update copyright.Karl Heuer1995-04-071-1/+1
* (modify_region): Clear point_before_scroll field.Richard M. Stallman1995-01-271-0/+2
* Declare all non-returning functions `void'.Karl Heuer1995-01-111-11/+25
* Use SAVE_MODIFF and BUF_SAVE_MODIFFRichard M. Stallman1995-01-021-11/+12
* * buffer.c (report_overlay_modification): Renamed fromRichard M. Stallman1994-12-111-2/+2
* (signal_before_change, signal_after_change):Richard M. Stallman1994-12-111-5/+15
* (insert_from_buffer_1): Don't use min.Richard M. Stallman1994-10-251-1/+3
* (insert_from_buffer, insert_from_buffer_1): New functions.Karl Heuer1994-10-221-2/+74
* (insert_before_markers): Don't inherit; insert_before_markers_and_inherit doesKarl Heuer1994-10-221-1/+1
* * insdel.c (prepare_to_modify_buffer): Invalidate width run andJim Blandy1994-10-081-0/+9
* (make_gap): Keep input blocked till after we set BEG_ADDR.Richard M. Stallman1994-10-071-2/+7
* (insert_1, insert_from_string_1): Use new accessor macros instead of callingKarl Heuer1994-10-041-2/+2
* (del_range_1): Call evaporate_overlays after deleting text.Karl Heuer1994-09-171-0/+1
* (prepare_to_modify_buffer): Don't call verify_overlay_modification ifRichard M. Stallman1994-09-021-5/+13
* (insert_before_markers_and_inherit): New function.Richard M. Stallman1994-08-301-0/+13
* (insert_1): New arg INHERIT.Richard M. Stallman1994-08-281-3/+19
* (adjust_point): New function.Karl Heuer1994-04-261-8/+17
* Use PT, not point.Karl Heuer1994-04-261-22/+28
* (before_change_functions_restore):Richard M. Stallman1994-04-101-1/+85
* (insert_1): New function, extracted from insert.Karl Heuer1994-04-081-16/+42
* (del_range_1): New function.Richard M. Stallman1994-03-021-1/+10
* (del_range): Second argument in call toRichard M. Stallman1993-12-231-1/+4
* (insert_from_string): Pass new arg to graft_intervals_into_buffer.Richard M. Stallman1993-11-251-1/+1
* (insert_from_string): Pass extra arg to graft_intervals_into_buffer.Richard M. Stallman1993-09-141-4/+6
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (prepare_to_modify_buffer): Call verify_overlay_modification.Richard M. Stallman1993-07-131-0/+2
* Apply typo patches from Paul Eggert.Jim Blandy1993-06-091-2/+2