aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c
Commit message (Expand)AuthorAgeFilesLines
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-241-5/+2
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-061-10/+5
* Don't assume time_t can fit into int.Paul Eggert2011-06-011-1/+1
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-131-1/+1
* * window.c (window_deletion_count): Now static.Paul Eggert2011-04-131-4/+4
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-101-2/+1
* Change B_ to BVARTom Tromey2011-02-161-31/+31
* Hide implementation of `struct buffer'Tom Tromey2011-02-141-31/+31
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-241-2/+1
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-181-20/+5
* Nuke arch-tags.Glenn Morris2011-01-151-2/+0
* Merge from emacs-23Stefan Monnier2011-01-141-1/+1
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-021-1/+1
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-221-7/+9
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-081-3/+2
* | Convert (most) functions in src to standard C.Dan Nicolaescu2010-07-041-19/+9
|/
* Add 2010 to copyright years.Glenn Morris2010-01-131-1/+1
* * xterm.c (syms_of_xterm):Dan Nicolaescu2009-11-061-2/+2
* * alloc.c: Do not define struct catchtag.Dan Nicolaescu2009-10-191-0/+1
* (undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undoChong Yidong2009-01-271-3/+3
* Add 2009 to copyright years.Glenn Morris2009-01-081-1/+1
* (record_point): Don't call Fundo_boundary for firstMartin Rudalics2008-09-221-1/+7
* Switch to recommended form of GPLv3 permissions notice.Glenn Morris2008-05-141-6/+4
* (last_boundary_buffer, last_boundary_position): New vars.Stefan Monnier2008-04-041-34/+29
* (undo_inhibit_record_point): New variable.Martin Rudalics2008-01-201-1/+17
* Add 2008 to copyright years.Glenn Morris2008-01-081-1/+1
* Switch license to GPLv3 or later.Glenn Morris2007-07-251-1/+1
* (Fprimitive_undo): Give clearer error message when trying to changeChong Yidong2007-03-301-0/+2
* Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris2007-01-141-2/+2
* Update years in copyright notice; nfc.Thien-Thi Nguyen2006-02-061-1/+1
* Undo previous change.Richard M. Stallman2005-12-261-1/+0
* include keyboard.h.Luc Teirlinck2005-12-261-0/+1
* Depend on window.h.Richard M. Stallman2005-12-261-4/+12
* (truncate_undo_list): Avoid dangerous side effects in NILP argument.Ken Raeburn2005-12-061-3/+3
* Update years in copyright notice; nfc.Thien-Thi Nguyen2005-08-071-2/+2
* Update FSF's address.Lute Kamstra2005-07-041-2/+2
* (Fprimitive_undo): Check that undo function does not switch buffer.Kim F. Storm2005-02-091-0/+5
* (Fprimitive_undo): Check veracity of delta,start,end.Stefan Monnier2005-02-081-6/+22
* (Fprimitive_undo): Record max one dummmy apply element.Kim F. Storm2005-02-071-9/+18
* (Fprimitive_undo): Fix dummy apply undo entry.Kim F. Storm2005-02-021-1/+2
* (Qapply): New lisp var.Kim F. Storm2005-01-311-2/+17
* (syms_of_undo) <undo-outer-limit>: Increase value to 3 Meg.Luc Teirlinck2005-01-301-1/+1
* (syms_of_undo) <undo-outer-limit>: Doc update.Luc Teirlinck2005-01-301-4/+6
* (Fprimitive_undo): Handle (FUNNAME . ARGS) by calling FUNNAME.Richard M. Stallman2005-01-291-2/+14
* (Vundo_outer_limit): Replaces undo_outer_limit. Uses changed.Richard M. Stallman2004-12-231-4/+6
* (truncate_undo_list): Return void.Richard M. Stallman2004-12-211-35/+119
* (truncate_undo_list): New arg LIMITSIZE.Richard M. Stallman2004-05-291-6/+16
* Add arch taglinesMiles Bader2003-09-011-0/+3
* Trailing whitespace deleted.Juanma Barranquero2003-02-041-4/+4
* (record_point):Dave Love2002-11-141-0/+1