log src/undo.c @ 84566:ff0301ef9b0c

age author description
2007-07-25 Glenn Morris Switch license to GPLv3 or later.
2007-03-30 Chong Yidong (Fprimitive_undo): Give clearer error message when trying to change
2007-01-14 Glenn Morris Update copyright for years from Emacs 21 to present (mainly adding
2006-02-06 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-12-26 Richard M. Stallman Undo previous change.
2005-12-26 Luc Teirlinck include keyboard.h.
2005-12-26 Richard M. Stallman Depend on window.h.
2005-12-06 Ken Raeburn (truncate_undo_list): Avoid dangerous side effects in NILP argument.
2005-08-07 Thien-Thi Nguyen Update years in copyright notice; nfc.
2005-07-04 Lute Kamstra Update FSF's address.
2005-02-09 Kim F. Storm (Fprimitive_undo): Check that undo function does not switch buffer.
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 3 Meg.
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 FUNNAME.
2004-12-23 Richard M. Stallman (Vundo_outer_limit): Replaces undo_outer_limit. Uses changed.
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 Bader Add arch taglines
2003-02-04 Juanma Barranquero Trailing whitespace deleted.
2002-11-14 Dave Love (record_point):
2002-07-15 Ken Raeburn Most uses of XSTRING combined with STRING_BYTES or indirection changed to
2002-07-10 Juanma Barranquero Rename BINDING_STACK_SIZE to SPECPDL_INDEX.
2002-04-04 Stefan Monnier (record_point): New fun.
2001-11-02 Pavel Janík Update usage of CHECK_ macros (remove unused second argument).
2001-10-21 Pavel Janík Change doc-string comments to `new style' [w/`doc:' keyword].
2001-10-16 Ken Raeburn Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimenting
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' to t.
2000-12-04 Gerd Moellmann Update 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 is really a buffer before
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 is a buffer before
2000-04-26 Ken Raeburn (record_delete): If we hit the end of the undo list, stop picking elements
2000-03-30 Ken Raeburn * lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):
1999-11-11 Gerd Moellmann Remove USE_TEXT_PROPERTIES.
1999-09-13 Ken Raeburn Use XCAR and XCDR instead of explicit member access.
1998-04-14 Andreas Schwab Fix -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 them as void.
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 Heuer Change all references from point to PT.
1996-02-03 Richard M. Stallman (record_marker_adjustment): New function.
1996-01-15 Erik Naggum Update 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 XFASTINT as an lvalue.
1994-10-04 Karl Heuer (record_insert, record_delete, record_first_change, record_property_change):
1994-09-27 Karl Heuer (record_insert, truncate_undo_list, Fprimitive_undo): Use type test macros.
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 after a boundary.