]> code.delx.au - gnu-emacs/history - src/undo.c
*** empty log message ***
[gnu-emacs] / src / undo.c
2006-02-06 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-12-26 Richard M. StallmanUndo previous change.
2005-12-26 Luc Teirlinckinclude keyboard.h.
2005-12-26 Richard M. StallmanDepend on window.h.
2005-12-06 Ken Raeburn(truncate_undo_list): Avoid dangerous side effects...
2005-08-07 Thien-Thi NguyenUpdate years in copyright notice; nfc.
2005-07-04 Lute KamstraUpdate FSF's address.
2005-02-09 Kim F. Storm(Fprimitive_undo): Check that undo function does not...
2005-02-08 Stefan Monnier(Fprimitive_undo): Check veracity of delta,start,end.
2005-02-07 Kim F. Storm(Fprimitive_undo): Record max one dummmy apply element.
2005-02-02 Kim F. Storm(Fprimitive_undo): Fix dummy apply undo entry.
2005-01-31 Kim F. Storm(Qapply): New lisp var.
2005-01-30 Luc Teirlinck(syms_of_undo) <undo-outer-limit>: Increase value to...
2005-01-30 Luc Teirlinck(syms_of_undo) <undo-outer-limit>: Doc update.
2005-01-29 Richard M. Stallman(Fprimitive_undo): Handle (FUNNAME . ARGS) by calling...
2004-12-23 Richard M. Stallman(Vundo_outer_limit): Replaces undo_outer_limit. Uses...
2004-12-21 Richard M. Stallman(truncate_undo_list): Return void.
2004-05-29 Richard M. Stallman(truncate_undo_list): New arg LIMITSIZE.
2003-09-01 Miles BaderAdd arch taglines
2003-02-04 Juanma BarranqueroTrailing whitespace deleted.
2002-11-14 Dave Love(record_point):
2002-07-15 Ken RaeburnMost uses of XSTRING combined with STRING_BYTES or...
2002-07-10 Juanma BarranqueroRename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-04-04 Stefan Monnier(record_point): New fun.
2001-11-02 Pavel JaníkUpdate usage of CHECK_ macros (remove unused second...
2001-10-21 Pavel JaníkChange doc-string comments to `new style' [w/`doc:...
2001-10-16 Ken RaeburnAvoid (most) uses of XCAR/XCDR as lvalues, for flexibil...
2001-10-12 Stefan Monnier(Fprimitive_undo): Use XCAR/XCDR.
2001-04-30 Gerd Moellmann(Fprimitive_undo): In a writable buffer, enable undoing
2001-01-02 Eli Zaretskii(Fprimitive_undo): Remove unused block-scope variable
2000-12-21 Gerd Moellmann(Fprimitive_undo): Bind `inhibit-point-motion-hooks...
2000-12-04 Gerd MoellmannUpdate copyright.
2000-12-04 Gerd Moellmann(Fprimitive_undo): Bind inhibit-read-only to t if
2000-10-27 Ken Raeburn* undo.c (record_delete): Check that last_undo_buffer...
2000-08-19 Gerd Moellmann(record_first_change, record_marker_adjustment): Don'use
2000-08-08 Ken Raeburn(record_delete): Make sure last_point_position_buffer...
2000-04-26 Ken Raeburn(record_delete): If we hit the end of the undo list...
2000-03-30 Ken Raeburn* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS...
1999-11-11 Gerd MoellmannRemove USE_TEXT_PROPERTIES.
1999-09-13 Ken RaeburnUse XCAR and XCDR instead of explicit member access.
1998-04-14 Andreas SchwabFix -Wimplicit warnings.
1998-03-24 Kenichi Handa(record_delete): Record last_point_position when there's
1998-03-21 Richard M. Stallman(record_delete): Replace LENGTH arg with STRING.
1997-11-27 Kenichi Handa(record_delete, record_marker_adjustment): Declare...
1997-11-27 Kenichi Handa(record_change, record_first_change,
1997-04-14 Richard M. Stallman(Fprimitive_undo): When inserting, always insert
1996-09-01 Karl HeuerChange all references from point to PT.
1996-02-03 Richard M. Stallman(record_marker_adjustment): New function.
1996-01-15 Erik NaggumUpdate FSF's address in the preamble.
1995-07-25 Richard M. Stallman(Fprimitive_undo): Don't end inner loop
1995-06-06 Karl Heuer(record_insert): Change args to be ints, not Lisp_Objects.
1995-01-02 Richard M. Stallman(Fprimitive_undo): Use base buffer's modtime field.
1994-10-04 Karl Heuer(record_delete, record_first_change): Don't use XFASTIN...
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