summaryrefslogtreecommitdiff
path: root/src/undo.c
Commit message (Expand)AuthorAge
* 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
* | Merge from trunk.Paul Eggert2012-01-09
|\|
| * Add 2012 to FSF copyright years for Emacs filesGlenn Morris2012-01-05
* | * alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):Paul Eggert2011-09-21
|/
* Move DEFSYM to lisp.h and use everywhere.Juanma Barranquero2011-06-24
* Check for overflow when converting integer to cons and back.Paul Eggert2011-06-06
* Don't assume time_t can fit into int.Paul Eggert2011-06-01
* Undo the DEFUN->DEFUE change.Paul Eggert2011-04-13
* * window.c (window_deletion_count): Now static.Paul Eggert2011-04-13
* Make Emacs functions such as Fatom 'static' by default.Paul Eggert2011-04-10
* Change B_ to BVARTom Tromey2011-02-16
* Hide implementation of `struct buffer'Tom Tromey2011-02-14
* Convert consecutive FSF copyright years to ranges.Glenn Morris2011-01-24
* Move all DEFVAR'd globals into a structure -- threading infrastructureTom Tromey2011-01-18
* Nuke arch-tags.Glenn Morris2011-01-15
* Merge from emacs-23Stefan Monnier2011-01-14
|\
| * Add 2011 to FSF/AIST copyright years.Glenn Morris2011-01-02
* | Fix some more uses of int instead of EMACS_INT.Eli Zaretskii2010-09-22
* | Convert DEFUNs to standard C.Dan Nicolaescu2010-07-08