aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-12-15(copy_text): Adjusted for the change of CHAR_STRING.Kenichi Handa1-49/+17
1999-12-07* editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1-14/+26
1999-12-06(adjust_markers_for_delete): Fix last change.Eli Zaretskii1-1/+2
1999-12-06(adjust_markers_for_delete): Make it non-static.Kenichi Handa1-2/+1
1999-11-26(insert_1_both): Call set_text_properties with lastGerd Moellmann1-4/+5
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-13/+0
1999-10-19Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1-4/+1
1999-09-19(copy_text): Removed unused variables.Gerd Moellmann1-18/+11
1999-09-13Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1-7/+7
1999-09-12(del_range_1): Don't treat minibuffer prompt specially.Richard M. Stallman1-7/+0
1999-09-07(syms_of_insdel): Define Lisp variable inhibit-modification-hooks.Richard M. Stallman1-0/+6
1999-09-03(count_combining_composition): New function.Kenichi Handa1-35/+93
1999-08-23(gap_left): Use BUF_COMPUTE_UNCHANGED.Gerd Moellmann1-50/+17
1999-08-21Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1-2/+0
1999-08-18Use stdlib.h.Dave Love1-0/+3
1999-08-04(insert_from_string_1): Check gap size against numberAndreas Schwab1-1/+1
1999-07-21(prepare_to_modify_buffer): Set windows_or_buffers_changed,Gerd Moellmann1-0/+15
1999-02-18(adjust_markers_for_replace): When doing an insertionRichard M. Stallman1-1/+6
1999-01-11(del_range_1): Call signal_after_change.Kenichi Handa1-1/+3
1998-12-21(copy_text, count_size_as_multibyte): Don't convert 7-bit ASCII characters viaEli Zaretskii1-2/+4
1998-12-10(insert_from_buffer_1): Properly count the sizeKarl Heuer1-10/+35
1998-11-11(byte_combining_error): Error message improved.Kenichi Handa1-1/+1
1998-11-05(Fcombine_after_change_execute): Return nil, not junk.Karl Heuer1-2/+5
1998-10-31(replace_range): Fix previous change.Kenichi Handa1-0/+2
1998-10-31(byte_combining_error): New function.Kenichi Handa1-19/+41
1998-10-28(check_markers): Check if markers are at characterKenichi Handa1-6/+61
1998-10-27(adjust_after_replace): Correctly handle the case thatKenichi Handa1-6/+17
1998-10-24(adjust_markers_for_insert): Adjust markers by takingKenichi Handa1-37/+44
1998-10-14(adjust_markers_for_combining): This function deleted.Kenichi Handa1-52/+19
1998-10-08(signal_before_change): If inhibit_modification_hooksKenichi Handa1-0/+6
1998-09-28(adjust_after_replace): Don't delete text properties here.Kenichi Handa1-4/+0
1998-09-16(adjust_markers_for_replace): Don't adjust a byteKenichi Handa1-28/+59
1998-09-08(adjust_after_replace): Don't add combining bytes toKenichi Handa1-12/+17
1998-09-07(count_combining_after): Check also preceding bytes atKenichi Handa1-2/+14
1998-08-31(copy_text): If Vnonascii_translation_table is non-nil, tryKenichi Handa1-2/+2
1998-08-28(adjust_after_replace): Fix the code to recode undoKenichi Handa1-2/+8
1998-08-28(count_size_as_multibyte): Use macro CHAR_BYTES instead of Fchar_bytes.Kenichi Handa1-1/+1
1998-08-18(replace_range): Rename NOMARKERS arg to MARKERS.Richard M. Stallman1-5/+7
1998-08-15(copy_text): Fix previous change, callKenichi Handa1-12/+1
1998-08-03(replace_range): Don't assume PT is at the placeRichard M. Stallman1-21/+21
1998-08-02(copy_text): In multibyte to unibyte conversion, takeKenichi Handa1-3/+27
1998-05-16(insert_1_both, insert_from_string_1, replace_range)Richard M. Stallman1-56/+119
1998-04-29(insert_1_both): Call prepare_to_modify_buffer before moving or making gap.Richard M. Stallman1-8/+12
1998-04-25(insert_from_string, insert_from_string_before_markers):Richard M. Stallman1-20/+11
1998-04-20(copy_text): Count down bytes_left properlyRichard M. Stallman1-1/+1
1998-04-14(signal_after_change): Fix mixing of Lisp_Object andAndreas Schwab1-1/+2
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-2/+4
1998-03-30(adjust_markers_for_replace): New function.Kenichi Handa1-17/+107
1998-03-28(check_markers_debug_flag): New variable.Richard M. Stallman1-2/+49
1998-03-24(del_range_2): Move gap again to a proper place justKenichi Handa1-6/+4