aboutsummaryrefslogtreecommitdiffstats
path: root/src/undo.c (unfollow)
Commit message (Expand)AuthorFilesLines
2020-01-01Update copyright year to 2020Paul Eggert1-1/+1
2019-08-10Double undo limitsStefan Kangas1-3/+3
2019-02-27DEFVAR_INT variables are now intmax_tPaul Eggert1-4/+7
2019-01-01Update copyright year to 2019Paul Eggert1-1/+1
2018-08-11Turn misc objects into pseudovectorsPaul Eggert1-9/+5
2018-08-07More macro renamings for bignumTom Tromey1-2/+2
2018-07-12Rename integerp->fixnum, etc, in preparation for bignumsTom Tromey1-8/+8
2018-01-01Update copyright year to 2018Paul Eggert1-1/+1
2017-09-13Prefer HTTPS to FTP and HTTP in documentationPaul Eggert1-1/+1
2016-12-31Update copyright year to 2017Paul Eggert1-1/+1
2016-07-05Fix missing point information in undoPhillip Lord1-26/+30
2016-03-10Rework C source files to avoid ^(Paul Eggert1-2/+2
2016-01-01Update copyright year to 2016Paul Eggert1-1/+1
2015-11-27Fix minor problems found by static checkingPaul Eggert1-10/+7
2015-11-26Fix regression after merge.Phillip Lord1-2/+0
2015-11-26After delete, record point location in undo.Phillip Lord1-24/+33
2015-11-25* src/undo.c (record_property_change): Remove now-unused local.Paul Eggert1-1/+1
2015-11-25run_undoable_changes now called from insdel.Phillip Lord1-19/+0
2015-11-13* src/undo.c (run_undoable_change): Now static.Paul Eggert1-1/+1
2015-11-13* src/undo.c: Small fixes for previous changeJuanma Barranquero1-2/+1
2015-11-13* src/undo.c (run_undoable_change): Now static.Paul Eggert1-1/+1
2015-11-13* src/undo.c: Small fixes for previous changeJuanma Barranquero1-2/+1
2015-11-12The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord1-34/+17
2015-10-20Include-file cleanup for src directoryPaul Eggert1-3/+0
2015-04-19Use bool for boolean in textprop.c, undo.cPaul Eggert1-4/+4
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert1-6/+2
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2015-01-01Update copyright year to 2015Paul Eggert1-1/+1
2014-03-24Undo in region after markers in undo history relocatedBarry O'Reilly1-50/+62
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert1-1/+1
2013-12-03Use bool for boolean.Paul Eggert1-3/+3
2013-07-09Timestamp fixes for undo.Paul Eggert1-4/+3
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert1-6/+0
2013-01-08* lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley1-212/+0
2013-01-01Update copyright notices for 2013.Paul Eggert1-1/+2
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert1-1/+1
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov1-1/+1
2012-08-17* buffer.h (BSET): Remove.Paul Eggert1-20/+25
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov1-18/+20
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert1-3/+3
2012-07-06Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert1-1/+1
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert1-2/+2
2012-06-22Support higher-resolution time stamps.Paul Eggert1-5/+18
2012-06-16* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.Andreas Schwab1-0/+1
2012-05-04Add new error and function `user-error'.Stefan Monnier1-4/+11
2012-01-10Add 2012 to FSF copyright years for Emacs files (do not merge to trunk)Glenn Morris1-1/+1
2012-01-05Add 2012 to FSF copyright years for Emacs filesGlenn Morris1-1/+1
2011-09-21* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert1-11/+11
2011-06-24Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero1-5/+2
2011-06-06Check for overflow when converting integer to cons and back.Paul Eggert1-10/+5