aboutsummaryrefslogtreecommitdiffstats
path: root/src/insdel.c
Commit message (Expand)AuthorAgeFilesLines
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-9/+9
* Comment.Dave Love2002-10-301-1/+1
* (copy_text, count_size_as_multibyte, insert_1):Ken Raeburn2002-07-161-12/+12
* * insdel.c (insert_from_string_1): Use SDATA.Ken Raeburn2002-07-161-1/+1
* Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn2002-07-151-11/+11
* Use macro SPECPDL_INDEX.Juanma Barranquero2002-07-111-1/+1
* (insert_1_both, insert_from_string_1)Kim F. Storm2002-06-131-0/+12
* (make_gap_smaller): Preserve BEG_UNCHANGED during gapKim F. Storm2002-02-091-8/+11
* (adjust_after_replace_noundo): New function.Richard M. Stallman2002-01-111-0/+50
* (make_gap_larger): Make sure buffer size does not overflow range of int.Andreas Schwab2002-01-061-3/+6
* (make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller ifAndrew Innes2001-12-111-1/+1
* (make_gap_larger): New function.Andrew Innes2001-12-051-1/+70
* Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík2001-11-131-8/+8
* (replace_range): Use adjust_markers_for_replaceRichard M. Stallman2001-11-111-10/+4
* (insert_1_both): Do nothing if NCHARS == 0.Gerd Moellmann2001-10-261-0/+3
* Don't define min/max.Gerd Moellmann2001-10-081-3/+0
* (make_gap): Use MOST_POSITIVE_FIXNUM.Gerd Moellmann2001-10-061-1/+1
* (Qinhibit_modification_hooks): New variable.Gerd Moellmann2001-09-111-0/+5
* (signal_before_change, signal_after_change): Consider aGerd Moellmann2001-05-161-7/+36
* (del_range_1, del_range_byte, del_range_both): HandleGerd Moellmann2001-02-131-3/+13
* (make_gap): Remove unused variable `result'.Eli Zaretskii2001-01-021-1/+0
* (adjust_markers_for_delete): Handle before-insertion markers correctly.Miles Bader2000-10-181-3/+22
* Avoid some more compiler warnings.Gerd Moellmann2000-09-211-0/+1
* (make_gap): Use enlarge_buffer_text.Gerd Moellmann2000-09-141-14/+1
* (signal_before_change, signal_after_change): Don't checkDave Love2000-06-021-19/+1
* (adjust_markers_for_replace): Fix previous change.Kenichi Handa2000-05-221-12/+12
* (adjust_markers_for_record_delete): Deleted.Kenichi Handa2000-05-201-633/+78
* (insert_from_buffer_1): Adjust FROM position by numberGerd Moellmann2000-05-041-1/+5
* * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn2000-03-301-1/+1
* (del_range_1): Call update_compositions.Kenichi Handa2000-02-111-1/+1
* (copy_text): Adjusted for the change of CHAR_STRING.Kenichi Handa1999-12-151-49/+17
* * editfns.c (Fdelete_and_extract_region): New function.Stefan Monnier1999-12-071-14/+26
* (adjust_markers_for_delete): Fix last change.Eli Zaretskii1999-12-061-1/+2
* (adjust_markers_for_delete): Make it non-static.Kenichi Handa1999-12-061-2/+1
* (insert_1_both): Call set_text_properties with lastGerd Moellmann1999-11-261-4/+5
* Remove USE_TEXT_PROPERTIES.Gerd Moellmann1999-11-111-13/+0
* Add support for large files, 64-bit Solaris, system locale codings.Paul Eggert1999-10-191-4/+1
* (copy_text): Removed unused variables.Gerd Moellmann1999-09-191-18/+11
* Use XCAR, XCDR, and XFLOAT_DATA instead of explicit member access.Ken Raeburn1999-09-131-7/+7
* (del_range_1): Don't treat minibuffer prompt specially.Richard M. Stallman1999-09-121-7/+0
* (syms_of_insdel): Define Lisp variable inhibit-modification-hooks.Richard M. Stallman1999-09-071-0/+6
* (count_combining_composition): New function.Kenichi Handa1999-09-031-35/+93
* (gap_left): Use BUF_COMPUTE_UNCHANGED.Gerd Moellmann1999-08-231-50/+17
* Remove conditional compilation on NO_PROMPT_IN_BUFFER.Gerd Moellmann1999-08-211-2/+0
* Use stdlib.h.Dave Love1999-08-181-0/+3
* (insert_from_string_1): Check gap size against numberAndreas Schwab1999-08-041-1/+1
* (prepare_to_modify_buffer): Set windows_or_buffers_changed,Gerd Moellmann1999-07-211-0/+15
* (adjust_markers_for_replace): When doing an insertionRichard M. Stallman1999-02-181-1/+6
* (del_range_1): Call signal_after_change.Kenichi Handa1999-01-111-1/+3
* (copy_text, count_size_as_multibyte): Don't convert 7-bit ASCII characters viaEli Zaretskii1998-12-211-2/+4