aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c (unfollow)
Commit message (Expand)AuthorFilesLines
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann1-2/+0
1999-09-13Use XCAR and XCDR instead of explicit member access.Ken Raeburn1-21/+21
1998-04-14Fix -Wimplicit warnings.Andreas Schwab1-0/+1
1998-03-24(record_delete): Record last_point_position when there'sKenichi Handa1-2/+18
1998-03-21(record_delete): Replace LENGTH arg with STRING.Richard M. Stallman1-11/+9
1997-11-27(record_delete, record_marker_adjustment): Declare them as void.Kenichi Handa1-0/+3
1997-11-27(record_change, record_first_change,Kenichi Handa1-0/+3
1997-04-14(Fprimitive_undo): When inserting, always insertRichard M. Stallman1-8/+6
1996-09-01Change all references from point to PT.Karl Heuer1-1/+1
1996-02-03(record_marker_adjustment): New function.Richard M. Stallman1-0/+34
1996-01-15Update FSF's address in the preamble.Erik Naggum1-13/+13
1995-07-25(Fprimitive_undo): Don't end inner loopRichard M. Stallman1-1/+1
1995-06-06(record_insert): Change args to be ints, not Lisp_Objects.Karl Heuer1-5/+5
1995-01-02(Fprimitive_undo): Use base buffer's modtime field.Richard M. Stallman1-6/+15
1994-10-04(record_delete, record_first_change): Don't use XFASTINT as an lvalue.Karl Heuer1-5/+5
1994-10-04(record_insert, record_delete, record_first_change, record_property_change):Karl Heuer1-7/+7
1994-09-27(record_insert, truncate_undo_list, Fprimitive_undo): Use type test macros.Karl Heuer1-18/+16
1994-05-25(Fprimitive_undo): GCPRO next and list.Karl Heuer1-2/+9
1994-05-07(record_delete): Record the old point value only right after a boundary.Richard M. Stallman1-2/+9
1994-05-04Update copyright.Karl Heuer1-1/+1
1994-03-08(syms_of_undo): staticpro pending_boundary.Richard M. Stallman1-1/+35
1994-03-03(record_delete): Save last_point_position in the undo record, rather than theKarl Heuer1-3/+4
1994-02-03(record_first_change): Check for buffer-undo-list = t.Richard M. Stallman1-1/+9
1993-09-10Include <config.h> instead of "config.h".Roland McGrath1-1/+1
1993-06-13(Fprimitive_undo): Rename arg to N to avoid conflict.Richard M. Stallman1-3/+3
1993-06-12(syms_of_undo): Set up Qinhibit_read_only.Richard M. Stallman1-1/+11
1993-06-12(record_delete): Always use XFASTINT on sbeg.Richard M. Stallman1-4/+6
1993-05-22Updated copyright years.Jim Blandy1-1/+1
1993-03-15(record_property_change, record_delete, record_insert):Richard M. Stallman1-7/+9
1993-03-01(record_property_change): Typo in last change.Richard M. Stallman1-0/+49
1992-11-16* undo.c (Fprimitive_undo): Remove whitespace in front of #ifdefJim Blandy1-2/+2
1992-10-31* undo.c (record_insert): Use accessors on BEG and LENGTH.Jim Blandy1-7/+8
1992-10-03(Fprimitive_undo): When undoing an insert, move point and then delete.Richard M. Stallman1-1/+3
1992-09-28(record_delete): Record pos before the deletion.Richard M. Stallman1-51/+72
1992-08-12Doc fix.Jim Blandy1-1/+2
1992-07-13entered into RCSJim Blandy1-2/+2
1992-02-11*** empty log message ***Jim Blandy1-1/+9
1992-01-13*** empty log message ***Jim Blandy1-6/+6
1991-04-11*** empty log message ***Jim Blandy1-1/+4
1991-04-03Initial revisionJim Blandy1-0/+322