index
:
chemacs.git
devmain
master
emacs
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
src
/
undo.c
Age
Commit message (
Expand
)
Author
2016-12-31
Update copyright year to 2017
Paul Eggert
2016-07-05
Fix missing point information in undo
Phillip Lord
2016-03-10
Rework C source files to avoid ^(
Paul Eggert
2016-01-01
Update copyright year to 2016
Paul Eggert
2015-11-27
Fix minor problems found by static checking
Paul Eggert
2015-11-26
Fix regression after merge.
Phillip Lord
2015-11-26
After 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-25
run_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 change
Juanma Barranquero
2015-11-12
; Merge branch 'fix/no-undo-boundary-on-secondary-buffer-change'
Phillip Lord
2015-11-12
The heuristic that Emacs uses to add an `undo-boundary' has been
Phillip Lord
2015-10-20
Include-file cleanup for src directory
Paul Eggert
2015-04-19
Use bool for boolean in textprop.c, undo.c
Paul Eggert
2015-01-05
Compute C decls for DEFSYMs automatically
Paul Eggert
2015-01-01
Update copyright year to 2015
Paul Eggert
2014-03-24
Undo in region after markers in undo history relocated
Barry O'Reilly
2014-01-01
Update copyright year to 2014 by running admin/update-copyright.
Paul Eggert
2013-12-03
Use bool for boolean.
Paul Eggert
2013-07-09
Timestamp fixes for undo.
Paul Eggert
2013-05-17
Port --enable-gcc-warnings to clang.
Paul Eggert
2013-01-08
* lisp/simple.el (primitive-undo): Move from undo.c.
Aaron S. Hawley
2013-01-01
Update copyright notices for 2013.
Paul Eggert
2012-09-15
Port better to POSIX hosts lacking _setjmp.
Paul Eggert
2012-08-28
Always use set_buffer_if_live to restore original buffer at unwind.
Dmitry Antipov
2012-08-17
* buffer.h (BSET): Remove.
Paul Eggert
2012-08-13
Use BSET for write access to Lisp_Object members of struct buffer.
Dmitry Antipov
2012-07-10
EMACS_TIME simplification (Bug#11875).
Paul Eggert
2012-07-06
Do not require float-time's arg to fit in time_t (Bug#11825).
Paul Eggert
2012-06-24
Switch from NO_RETURN to C11's _Noreturn.
Paul Eggert
2012-06-22
Support higher-resolution time stamps.
Paul Eggert
2012-06-16
* buffer.h (FETCH_MULTIBYTE_CHAR): Define as inline.
Andreas Schwab
2012-05-25
Merge from trunk.
Paul Eggert
2012-05-04
Add new error and function `user-error'.
Stefan Monnier
2012-01-09
Merge from trunk.
Paul Eggert
2012-01-05
Add 2012 to FSF copyright years for Emacs files
Glenn Morris
2011-09-21
* alloc.c (pure_bytes_used_lisp, pure_bytes_used_non_lisp):
Paul Eggert
2011-06-24
Move DEFSYM to lisp.h and use everywhere.
Juanma Barranquero
2011-06-06
Check for overflow when converting integer to cons and back.
Paul Eggert
2011-06-01
Don't assume time_t can fit into int.
Paul Eggert
2011-04-13
Undo the DEFUN->DEFUE change.
Paul Eggert
2011-04-13
* window.c (window_deletion_count): Now static.
Paul Eggert
2011-04-10
Make Emacs functions such as Fatom 'static' by default.
Paul Eggert
2011-02-16
Change B_ to BVAR
Tom Tromey
2011-02-14
Hide implementation of `struct buffer'
Tom Tromey
2011-01-24
Convert consecutive FSF copyright years to ranges.
Glenn Morris
2011-01-18
Move all DEFVAR'd globals into a structure -- threading infrastructure
Tom Tromey
2011-01-15
Nuke arch-tags.
Glenn Morris
2011-01-14
Merge from emacs-23
Stefan Monnier
[next]