summaryrefslogtreecommitdiff
path: root/src/undo.c
AgeCommit message (Expand)Author
2016-12-31Update copyright year to 2017Paul Eggert
2016-07-05Fix missing point information in undoPhillip Lord
2016-03-10Rework C source files to avoid ^(Paul Eggert
2016-01-01Update copyright year to 2016Paul Eggert
2015-11-27Fix minor problems found by static checkingPaul Eggert
2015-11-26Fix regression after merge.Phillip Lord
2015-11-26After delete, record point location in undo.Phillip Lord
2015-11-25* src/undo.c (record_property_change): Remove now-unused local.Paul Eggert
2015-11-25run_undoable_changes now called from insdel.Phillip Lord
2015-11-13* src/undo.c (run_undoable_change): Now static.Paul Eggert
2015-11-13* src/undo.c: Small fixes for previous changeJuanma Barranquero
2015-11-12; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'Phillip Lord
2015-11-12The heuristic that Emacs uses to add an `undo-boundary' has beenPhillip Lord
2015-10-20Include-file cleanup for src directoryPaul Eggert
2015-04-19Use bool for boolean in textprop.c, undo.cPaul Eggert
2015-01-05Compute C decls for DEFSYMs automaticallyPaul Eggert
2015-01-01Update copyright year to 2015Paul Eggert
2014-03-24Undo in region after markers in undo history relocatedBarry O'Reilly
2014-01-01Update copyright year to 2014 by running admin/update-copyright.Paul Eggert
2013-12-03Use bool for boolean.Paul Eggert
2013-07-09Timestamp fixes for undo.Paul Eggert
2013-05-17Port --enable-gcc-warnings to clang.Paul Eggert
2013-01-08* lisp/simple.el (primitive-undo): Move from undo.c.Aaron S. Hawley
2013-01-01Update copyright notices for 2013.Paul Eggert
2012-09-15Port better to POSIX hosts lacking _setjmp.Paul Eggert
2012-08-28Always use set_buffer_if_live to restore original buffer at unwind.Dmitry Antipov
2012-08-17* buffer.h (BSET): Remove.Paul Eggert
2012-08-13Use BSET for write access to Lisp_Object members of struct buffer.Dmitry Antipov
2012-07-10EMACS_TIME simplification (Bug#11875).Paul Eggert
2012-07-06Do not require float-time's arg to fit in time_t (Bug#11825).Paul Eggert
2012-06-24Switch from NO_RETURN to C11's _Noreturn.Paul Eggert
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