aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c
Commit message (Expand)AuthorAgeFilesLines
* use dynwind_begin and dynwind_endBT Templeton2015-04-181-3/+3
* use guile-snarf for subr definitionBT Templeton2015-04-181-2/+2
* use guile consesBT Templeton2015-04-181-5/+6
* use BDW-GCRobin Templeton2015-04-181-4/+1
* Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-241-50/+62
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-011-1/+1
* Use bool for boolean.Paul Eggert2013-12-031-3/+3
* Timestamp fixes for undo.Paul Eggert2013-07-091-4/+3
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-171-6/+0
* * lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley2013-01-081-212/+0
* Update copyright notices for 2013.Paul Eggert2013-01-011-1/+2
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-151-1/+1
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-281-1/+1
* * buffer.h (BSET): Remove.Paul Eggert2012-08-171-20/+25
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-131-18/+20
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-101-3/+3
* Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert2012-07-061-1/+1
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-241-2/+2
* Support higher-resolution time stamps.Paul Eggert2012-06-221-5/+18
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-161-0/+1
* Merge from trunk.Paul Eggert2012-05-251-4/+11
|\
| * Add new error and function `user-error'.Stefan Monnier2012-05-041-4/+11
* | Merge from trunk.Paul Eggert2012-01-091-1/+1
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-051-1/+1
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-211-11/+11
|/
* 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