(reset_var_on_error): Improve comment.
[bpt/emacs.git] / src / insdel.c
2007-08-15 Stefan Monnier(reset_var_on_error): Improve comment.
2007-08-13 Miles BaderMerge from emacs--rel--22
2007-08-13 Stefan Monnier(reset_var_on_error): New fun.
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-26 Miles BaderMerge from emacs--rel--22
2007-07-25 Glenn MorrisSwitch license to GPLv3 or later.
2007-04-29 Richard M. Stallman(replace_range): For undo, record insertion first.
2007-04-29 Richard M. Stallman(replace_range): For undo, record insertion first.
2007-02-28 Chong Yidong(Fcombine_after_change_execute): Return nil if
2007-01-21 Glenn MorrisAdd 2007 to copyright years.
2006-09-01 Chong Yidong* buffer.h (struct buffer_text): New field chars_modiff.
2006-07-05 Chong Yidong* insdel.c (prepare_to_modify_buffer): For an indirect...
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-23 Eli Zaretskii(insert, insert_and_inherit, insert_before_markers)
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-23 Richard M. Stallman(syms_of_insdel): staticpro combine_after_change_buffer.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-02-01 Kenichi Handa(replace_range_2): Fix bugs in adjusting markers and...
2004-12-02 Richard M. Stallman(insert_from_string_before_markers)
2004-11-02 Richard M. Stallman(replace_range_2): New function.
2004-05-22 Richard M. Stallman(del_range_2, replace_range): Don't write an anchor...
2004-03-25 Masatake YAMATO* insdel.c (adjust_markers_for_insert): Call fix_start_...
2003-09-01 Miles BaderAdd arch taglines
2003-07-09 Stefan Monnier(signal_before_change, signal_after_change): Use new...
2003-06-26 Stefan Monnier(check_markers, adjust_markers_for_delete)
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-10-30 Dave LoveComment.
2002-07-16 Ken Raeburn(copy_text, count_size_as_multibyte, insert_1):
2002-07-16 Ken Raeburn* insdel.c (insert_from_string_1): Use SDATA.
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-11 Juanma BarranqueroUse macro SPECPDL_INDEX.
2002-06-13 Kim F. Storm(insert_1_both, insert_from_string_1)
2002-02-09 Kim F. Storm(make_gap_smaller): Preserve BEG_UNCHANGED during gap
2002-01-11 Richard M. Stallman(adjust_after_replace_noundo): New function.
2002-01-06 Andreas Schwab(make_gap_larger): Make sure buffer size does not overf...
2001-12-11 Andrew Innes(make_gap) [DOUG_LEA_MALLOC]: Call make_gap_smaller if
2001-12-05 Andrew Innes(make_gap_larger): New function.
2001-11-13 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-11-11 Richard M. Stallman(replace_range): Use adjust_markers_for_replace
2001-10-26 Gerd Moellmann(insert_1_both): Do nothing if NCHARS == 0.
2001-10-08 Gerd MoellmannDon't define min/max.
2001-10-06 Gerd Moellmann(make_gap): Use MOST_POSITIVE_FIXNUM.
2001-09-11 Gerd Moellmann(Qinhibit_modification_hooks): New variable.
2001-05-16 Gerd Moellmann(signal_before_change, signal_after_change): Consider a
2001-02-13 Gerd Moellmann(del_range_1, del_range_byte, del_range_both): Handle
2001-01-02 Eli Zaretskii(make_gap): Remove unused variable `result'.
2000-10-18 Miles Bader(adjust_markers_for_delete): Handle before-insertion...
2000-09-21 Gerd MoellmannAvoid some more compiler warnings.
2000-09-14 Gerd Moellmann(make_gap): Use enlarge_buffer_text.
2000-06-02 Dave Love(signal_before_change, signal_after_change): Don't...
2000-05-22 Kenichi Handa(adjust_markers_for_replace): Fix previous change.
2000-05-20 Kenichi Handa(adjust_markers_for_record_delete): Deleted.
2000-05-04 Gerd Moellmann(insert_from_buffer_1): Adjust FROM position by number
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
2000-02-11 Kenichi Handa(del_range_1): Call update_compositions.
1999-12-15 Kenichi Handa(copy_text): Adjusted for the change of CHAR_STRING.
1999-12-07 Stefan Monnier* editfns.c (Fdelete_and_extract_region): New function.
1999-12-06 Eli Zaretskii(adjust_markers_for_delete): Fix last change.
1999-12-06 Kenichi Handa(adjust_markers_for_delete): Make it non-static.
1999-11-26 Gerd Moellmann(insert_1_both): Call set_text_properties with last
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-10-19 Paul EggertAdd support for large files, 64-bit Solaris, system...
1999-09-19 Gerd Moellmann(copy_text): Removed unused variables.
1999-09-13 Ken RaeburnUse XCAR, XCDR, and XFLOAT_DATA instead of explicit...
1999-09-12 Richard M. Stallman(del_range_1): Don't treat minibuffer prompt specially.
1999-09-07 Richard M. Stallman(syms_of_insdel): Define Lisp variable inhibit-modifica...
1999-09-03 Kenichi Handa(count_combining_composition): New function.
1999-08-23 Gerd Moellmann(gap_left): Use BUF_COMPUTE_UNCHANGED.
1999-08-21 Gerd MoellmannRemove conditional compilation on NO_PROMPT_IN_BUFFER.
1999-08-18 Dave LoveUse stdlib.h.
1999-08-04 Andreas Schwab(insert_from_string_1): Check gap size against number
1999-07-21 Gerd Moellmann(prepare_to_modify_buffer): Set windows_or_buffers_changed,
1999-02-18 Richard M. Stallman(adjust_markers_for_replace): When doing an insertion
1999-01-11 Kenichi Handa(del_range_1): Call signal_after_change.
1998-12-21 Eli Zaretskii(copy_text, count_size_as_multibyte): Don't convert...
1998-12-10 Karl Heuer(insert_from_buffer_1): Properly count the size
1998-11-11 Kenichi Handa(byte_combining_error): Error message improved.
1998-11-05 Karl Heuer(Fcombine_after_change_execute): Return nil, not junk.
1998-10-31 Kenichi Handa(replace_range): Fix previous change.
1998-10-31 Kenichi Handa(byte_combining_error): New function.
1998-10-28 Kenichi Handa(check_markers): Check if markers are at character
1998-10-27 Kenichi Handa(adjust_after_replace): Correctly handle the case that
next