summaryrefslogtreecommitdiff
path: root/src/undo.c
AgeCommit message (Expand)Author
2012-06-22Support higher-resolution time stamps.Paul Eggert
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab
2012-05-25Merge from trunk.Paul Eggert
2012-05-04Add new error and function `user-error'.Stefan Monnier
2012-01-09Merge from trunk.Paul Eggert
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero
2011-06-06Check for overflow when converting integer to cons and back.Paul Eggert
2011-06-01Don't assume time_t can fit into int.Paul Eggert
2011-04-13Undo the DEFUN->DEFUE change.Paul Eggert
2011-04-13* window.c (window_deletion_count): Now static.Paul Eggert
2011-04-10Make Emacs functions such as Fatom 'static' by default.Paul Eggert
2011-02-16Change B_ to BVARTom Tromey
2011-02-14Hide implementation of `struct buffer'Tom Tromey
2011-01-24Convert consecutive FSF copyright years to ranges.Glenn Morris
2011-01-18Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey
2011-01-15Nuke arch-tags.Glenn Morris
2011-01-14Merge from emacs-23Stefan Monnier
2011-01-02Add 2011 to FSF/AIST copyright years.Glenn Morris
2010-09-22Fix some more uses of int instead of EMACS_INT.Eli Zaretskii
2010-07-08Convert DEFUNs to standard C.Dan Nicolaescu
2010-07-04Convert (most) functions in src to standard C.Dan Nicolaescu
2010-01-13Add 2010 to copyright years.Glenn Morris
2009-11-06* xterm.c (syms_of_xterm):Dan Nicolaescu
2009-10-19* alloc.c: Do not define struct catchtag.Dan Nicolaescu
2009-01-27(undo_limit, undo_strong_limit, Vundo_outer_limit): Quadruple undoChong Yidong
2009-01-08Add 2009 to copyright years.Glenn Morris
2008-09-22(record_point): Don't call Fundo_boundary for firstMartin Rudalics
2008-05-14Switch to recommended form of GPLv3 permissions notice.Glenn Morris
2008-04-04(last_boundary_buffer, last_boundary_position): New vars.Stefan Monnier
2008-01-20(undo_inhibit_record_point): New variable.Martin Rudalics
2008-01-08Add 2008 to copyright years.Glenn Morris
2007-07-25Switch license to GPLv3 or later.Glenn Morris
2007-03-30(Fprimitive_undo): Give clearer error message when trying to changeChong Yidong
2007-01-14Update copyright for years from Emacs 21 to present (mainly addingGlenn Morris
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