summaryrefslogtreecommitdiff
path: root/src/undo.c
AgeCommit message (Expand)Author
2006-02-06Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-12-26Undo previous change.Richard M. Stallman
2005-12-26include keyboard.h.Luc Teirlinck
2005-12-26Depend on window.h.Richard M. Stallman
2005-12-06(truncate_undo_list): Avoid dangerous side effects in NILP argument.Ken Raeburn
2005-08-07Update years in copyright notice; nfc.Thien-Thi Nguyen
2005-07-04Update FSF's address.Lute Kamstra
2005-02-09(Fprimitive_undo): Check that undo function does not switch buffer.Kim F. Storm
2005-02-08(Fprimitive_undo): Check veracity of delta,start,end.Stefan Monnier
2005-02-07(Fprimitive_undo): Record max one dummmy apply element.Kim F. Storm
2005-02-02(Fprimitive_undo): Fix dummy apply undo entry.Kim F. Storm
2005-01-31(Qapply): New lisp var.Kim F. Storm
2005-01-30(syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.Luc Teirlinck
2005-01-30(syms_of_undo) <undo-outer-limit>: Doc update.Luc Teirlinck
2005-01-29(Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.Richard M. Stallman
2004-12-23(Vundo_outer_limit): Replaces undo_outer_limit. Uses changed.Richard M. Stallman
2004-12-21(truncate_undo_list): Return void.Richard M. Stallman
2004-05-29(truncate_undo_list): New arg LIMITSIZE.Richard M. Stallman
2003-09-01Add arch taglinesMiles Bader
2003-02-04Trailing whitespace deleted.Juanma Barranquero
2002-11-14(record_point):Dave Love
2002-07-15Most uses of XSTRING combined with STRING_BYTES or indirection changed toKen Raeburn
2002-07-10Rename BINDING_STACK_SIZE to SPECPDL_INDEX.Juanma Barranquero
2002-04-04(record_point): New fun.Stefan Monnier
2001-11-02Update usage of CHECK_ macros (remove unused second argument).Pavel Janík
2001-10-21Change doc-string comments to `new style' [w/`doc:' keyword].Pavel Janík
2001-10-16Avoid (most) uses of XCAR/XCDR as lvalues, for flexibility in experimentingKen Raeburn
2001-10-12(Fprimitive_undo): Use XCAR/XCDR.Stefan Monnier
2001-04-30(Fprimitive_undo): In a writable buffer, enable undoingGerd Moellmann
2001-01-02(Fprimitive_undo): Remove unused block-scope variableEli Zaretskii
2000-12-21(Fprimitive_undo): Bind `inhibit-point-motion-hooks' to t.Gerd Moellmann
2000-12-04Update copyright.Gerd Moellmann
2000-12-04(Fprimitive_undo): Bind inhibit-read-only to t ifGerd Moellmann
2000-10-27* undo.c (record_delete): Check that last_undo_buffer is really a buffer beforeKen Raeburn
2000-08-19(record_first_change, record_marker_adjustment): Don'useGerd Moellmann
2000-08-08(record_delete): Make sure last_point_position_buffer is a buffer beforeKen Raeburn
2000-04-26(record_delete): If we hit the end of the undo list, stop picking elementsKen Raeburn
2000-03-30* lisp.h (XCONS, XSTRING, XSYMBOL, XFLOAT, XPROCESS, XWINDOW, XSUBR, XBUFFER):Ken Raeburn
1999-11-11Remove USE_TEXT_PROPERTIES.Gerd Moellmann
1999-09-13Use XCAR and XCDR instead of explicit member access.Ken Raeburn
1998-04-14Fix -Wimplicit warnings.Andreas Schwab
1998-03-24(record_delete): Record last_point_position when there'sKenichi Handa
1998-03-21(record_delete): Replace LENGTH arg with STRING.Richard M. Stallman
1997-11-27(record_delete, record_marker_adjustment): Declare them as void.Kenichi Handa
1997-11-27(record_change, record_first_change,Kenichi Handa
1997-04-14(Fprimitive_undo): When inserting, always insertRichard M. Stallman
1996-09-01Change all references from point to PT.Karl Heuer
1996-02-03(record_marker_adjustment): New function.Richard M. Stallman
1996-01-15Update FSF's address in the preamble.Erik Naggum
1995-07-25(Fprimitive_undo): Don't end inner loopRichard M. Stallman