summaryrefslogtreecommitdiff
path: root/src/undo.c
Commit message (Expand)AuthorAge
* ; Add 2023 to copyright years.Eli Zaretskii2023-01-01
* Fix undo of changes in cloned indirect buffersEli Zaretskii2022-07-07
* Replace ptrdiff_t with new specpdl_ref type for specpdl referencesMattias EngdegÄrd2022-02-12
* ; Add 2022 to copyright years.Eli Zaretskii2022-01-01
* Update copyright year to 2021Paul Eggert2021-01-01
* Update copyright year to 2020Paul Eggert2020-01-01
* Double undo limitsStefan Kangas2019-08-10
* DEFVAR_INT variables are now intmax_tPaul Eggert2019-02-27
* Merge from origin/emacs-26Paul Eggert2018-12-31
|\
| * Update copyright year to 2019Paul Eggert2019-01-01
* | Turn misc objects into pseudovectorsPaul Eggert2018-08-11
* | More macro renamings for bignumTom Tromey2018-08-07
* | Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey2018-07-12
|/
* Update copyright year to 2018Paul Eggert2018-01-01
* Prefer HTTPS to FTP and HTTP in documentationPaul Eggert2017-09-13
* Update copyright year to 2017Paul Eggert2016-12-31
* Fix missing point information in undoPhillip Lord2016-07-05
* Rework C source files to avoid ^(Paul Eggert2016-03-10
* Update copyright year to 2016Paul Eggert2016-01-01
* Fix minor problems found by static checkingPaul Eggert2015-11-27
* Fix regression after merge.Phillip Lord2015-11-26
* After delete, record point location in undo.Phillip Lord2015-11-26
* * src/undo.c (record_property_change): Remove now-unused local.Paul Eggert2015-11-25
* run_undoable_changes now called from insdel.Phillip Lord2015-11-25
* * src/undo.c (run_undoable_change): Now static.Paul Eggert2015-11-13
* * src/undo.c: Small fixes for previous changeJuanma Barranquero2015-11-13
* ; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord2015-11-12
|\
| * The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord2015-11-12
* | Include-file cleanup for src directoryPaul Eggert2015-10-20
|/
* Use bool for boolean in textprop.c, undo.cPaul Eggert2015-04-19
* Compute C decls for DEFSYMs automaticallyPaul Eggert2015-01-05
* Update copyright year to 2015Paul Eggert2015-01-01
* Undo in region after markers in undo history relocatedBarry O'Reilly2014-03-24
* Update copyright year to 2014 by running admin/update-copyright.Paul Eggert2014-01-01
* Use bool for boolean.Paul Eggert2013-12-03
* Timestamp fixes for undo.Paul Eggert2013-07-09
* Port --enable-gcc-warnings to clang.Paul Eggert2013-05-17
* * lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley2013-01-08
* Update copyright notices for 2013.Paul Eggert2013-01-01
* Port better to POSIX hosts lacking _setjmp.Paul Eggert2012-09-15
* Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov2012-08-28
* * buffer.h (BSET): Remove.Paul Eggert2012-08-17
* Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov2012-08-13
* EMACS_TIME simplification (Bug#11875).Paul Eggert2012-07-10
* Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert2012-07-06
* Switch from NO_RETURN to C11's _Noreturn.Paul Eggert2012-06-24
* Support higher-resolution time stamps.Paul Eggert2012-06-22
* * buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab2012-06-16
* Merge from trunk.Paul Eggert2012-05-25
|\
| * Add new error and function `user-error'.Stefan Monnier2012-05-04