summaryrefslogtreecommitdiff
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* (copy_text, count_size_as_multibyte): Use Vnonascii_translate_table.Richard M. Stallman1998-02-121-2/+6
* (copy_text): When copying from multibyte to unibyte, doKenichi Handa1998-02-041-1/+1
* (adjust_before_replace, adjust_after_replace): NewKenichi Handa1998-01-221-0/+28
* Update copyright year.Richard M. Stallman1998-01-211-1/+1
* (insert_from_string_1): Decrement GAP_SIZE byKenichi Handa1998-01-121-1/+1
* (count_size_as_multibyte): New function.Richard M. Stallman1998-01-091-58/+259
* (make_gap): Set GPT_BYTE along with GPT.Richard M. Stallman1998-01-021-0/+1
* (adjust_markers_gap_motion): Now a no-op.Richard M. Stallman1998-01-021-15/+26
* (move_gap): Use move_gap_both.Richard M. Stallman1998-01-011-323/+613
* (signal_before_change): Relocate START and ENDRichard M. Stallman1997-08-131-6/+29
* (replace_range): New function.Richard M. Stallman1997-07-171-0/+116
* (prepare_to_modify_buffer, signal_before_change):Richard M. Stallman1997-06-251-18/+80
* (adjust_markers): Don't be confused by the gapRichard M. Stallman1997-04-141-2/+18
* (Fcombine_after_change_execute): Fix Lisp_Object/integer confusion.Karl Heuer1997-04-101-1/+2
* 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