(record_insert, record_delete, record_first_change, record_property_change):
[bpt/emacs.git] / src / undo.c
1994-10-04 Karl Heuer(record_insert, record_delete, record_first_change...
1994-09-27 Karl Heuer(record_insert, truncate_undo_list, Fprimitive_undo...
1994-05-25 Karl Heuer(Fprimitive_undo): GCPRO next and list.
1994-05-07 Richard M. Stallman(record_delete): Record the old point value only right...
1994-05-04 Karl HeuerUpdate copyright.
1994-03-08 Richard M. Stallman(syms_of_undo): staticpro pending_boundary.
1994-03-03 Karl Heuer(record_delete): Save last_point_position in the undo...
1994-02-03 Richard M. Stallman(record_first_change): Check for buffer-undo-list = t.
1993-09-10 Roland McGrathInclude <config.h> instead of "config.h".
1993-06-13 Richard M. Stallman(Fprimitive_undo): Rename arg to N to avoid conflict.
1993-06-12 Richard M. Stallman(syms_of_undo): Set up Qinhibit_read_only.
1993-06-12 Richard M. Stallman(record_delete): Always use XFASTINT on sbeg.
1993-05-22 Jim BlandyUpdated copyright years.
1993-03-15 Richard M. Stallman(record_property_change, record_delete, record_insert):
1993-03-01 Richard M. Stallman(record_property_change): Typo in last change.
1992-11-16 Jim Blandy* undo.c (Fprimitive_undo): Remove whitespace in front...
1992-10-31 Jim Blandy* undo.c (record_insert): Use accessors on BEG and...
1992-10-03 Richard M. Stallman(Fprimitive_undo): When undoing an insert, move point...
1992-09-28 Richard M. Stallman(record_delete): Record pos before the deletion.
1992-08-12 Jim BlandyDoc fix.
1992-07-13 Jim Blandyentered into RCS
1992-02-11 Jim Blandy*** empty log message ***
1992-01-13 Jim Blandy*** empty log message ***
1991-04-11 Jim Blandy*** empty log message ***
1991-04-03 Jim BlandyInitial revision