summaryrefslogtreecommitdiff
path: root/src/undo.c
Commit message (Expand)AuthorAgeFilesLines
* Change all references from point to PT.Karl Heuer1996-09-011-1/+1
* (record_marker_adjustment): New function.Richard M. Stallman1996-02-031-0/+34
* Update FSF's address in the preamble.Erik Naggum1996-01-151-13/+13
* (Fprimitive_undo): Don't end inner loopRichard M. Stallman1995-07-251-1/+1
* (record_insert): Change args to be ints, not Lisp_Objects.Karl Heuer1995-06-061-5/+5
* (Fprimitive_undo): Use base buffer's modtime field.Richard M. Stallman1995-01-021-6/+15
* (record_delete, record_first_change): Don't use XFASTINT as an lvalue.Karl Heuer1994-10-041-5/+5
* (record_insert, record_delete, record_first_change, record_property_change):Karl Heuer1994-10-041-7/+7
* (record_insert, truncate_undo_list, Fprimitive_undo): Use type test macros.Karl Heuer1994-09-271-18/+16
* (Fprimitive_undo): GCPRO next and list.Karl Heuer1994-05-251-2/+9
* (record_delete): Record the old point value only right after a boundary.Richard M. Stallman1994-05-071-2/+9
* Update copyright.Karl Heuer1994-05-041-1/+1
* (syms_of_undo): staticpro pending_boundary.Richard M. Stallman1994-03-081-1/+35
* (record_delete): Save last_point_position in the undo record, rather than theKarl Heuer1994-03-031-3/+4
* (record_first_change): Check for buffer-undo-list = t.Richard M. Stallman1994-02-031-1/+9
* Include <config.h> instead of "config.h".Roland McGrath1993-09-101-1/+1
* (Fprimitive_undo): Rename arg to N to avoid conflict.Richard M. Stallman1993-06-131-3/+3
* (syms_of_undo): Set up Qinhibit_read_only.Richard M. Stallman1993-06-121-1/+11
* (record_delete): Always use XFASTINT on sbeg.Richard M. Stallman1993-06-121-4/+6
* Updated copyright years.Jim Blandy1993-05-221-1/+1
* (record_property_change, record_delete, record_insert):Richard M. Stallman1993-03-151-7/+9
* (record_property_change): Typo in last change.Richard M. Stallman1993-03-011-0/+49
* * undo.c (Fprimitive_undo): Remove whitespace in front of #ifdefJim Blandy1992-11-161-2/+2
* * undo.c (record_insert): Use accessors on BEG and LENGTH.Jim Blandy1992-10-311-7/+8
* (Fprimitive_undo): When undoing an insert, move point and then delete.Richard M. Stallman1992-10-031-1/+3
* (record_delete): Record pos before the deletion.Richard M. Stallman1992-09-281-51/+72
* Doc fix.Jim Blandy1992-08-121-1/+2
* entered into RCSJim Blandy1992-07-131-2/+2
* *** empty log message ***Jim Blandy1992-02-111-1/+9
* *** empty log message ***Jim Blandy1992-01-131-6/+6
* *** empty log message ***Jim Blandy1991-04-111-1/+4
* Initial revisionJim Blandy1991-04-031-0/+322