summaryrefslogtreecommitdiff
path: root/src/undo.c
Commit message (Expand)AuthorAgeFilesLines
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-011-1/+1
* Fix undo of changes in cloned indirect buffersEli Zaretskii2022-07-071-1/+1
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-121-1/+1
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-011-1/+1
* Update copyright year to 2021Paul Eggert2021-01-011-1/+1
* Update copyright year to 2020Paul Eggert2020-01-011-1/+1
* Double undo limitsStefan Kangas2019-08-101-3/+3
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-271-4/+7
* Merge from origin/emacs-26Paul Eggert2018-12-311-1/+1
|\
| * Update copyright year to 2019Paul Eggert2019-01-011-1/+1
* | Turn misc objects into pseudovectorsPaul Eggert2018-08-111-9/+5
* | More macro renamings for bignumTom Tromey2018-08-071-2/+2
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-121-8/+8
|/
* Update copyright year to 2018Paul Eggert2018-01-011-1/+1
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-131-1/+1
* Update copyright year to 2017Paul Eggert2016-12-311-1/+1
* Fix missing point information in undoPhillip Lord2016-07-051-26/+30
* Rework C source files to avoid ^(Paul Eggert2016-03-101-2/+2
* Update copyright year to 2016Paul Eggert2016-01-011-1/+1
* Fix minor problems found by static checkingPaul Eggert2015-11-271-10/+7
* Fix regression after merge.Phillip Lord2015-11-261-2/+0
* After delete, record point location in undo.Phillip Lord2015-11-261-24/+33
* * src/undo.c (record_property_change): Remove now-unused local.Paul Eggert2015-11-251-1/+1
* run_undoable_changes now called from insdel.Phillip Lord2015-11-251-19/+0
* * src/undo.c (run_undoable_change): Now static.Paul Eggert2015-11-131-1/+1
* * src/undo.c: Small fixes for previous changeJuanma Barranquero2015-11-131-2/+1
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-121-34/+17
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-121-34/+17
* | Include-file cleanup for src directoryPaul Eggert2015-10-201-3/+0
|/
* Use bool for boolean in textprop.c, undo.cPaul Eggert2015-04-191-4/+4
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-051-6/+2
* Update copyright year to 2015Paul Eggert2015-01-011-1/+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