aboutsummaryrefslogtreecommitdiffstats
path: root/lisp
diff options
context:
space:
mode:
Diffstat (limited to 'lisp')
-rw-r--r--lisp/ChangeLog10
1 files changed, 6 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 9e92be7c5e8..561e7908486 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -9,10 +9,12 @@
9 9
102014-05-01 Barry O'Reilly <gundaetiapo@gmail.com> 102014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
11 11
12 * automated/undo-tests.el (undo-test-region-deletion): New test to 12 * simple.el (undo-make-selective-list): New algorithm fixes
13 demonstrate bug#17235. 13 incorrectness of position adjustments when undoing in region.
14 (undo-test-region-example): New test to verify example given in 14 (Bug#17235)
15 comments for undo-make-selective-list. 15 (undo-elt-crosses-region): Make obsolete.
16 (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos): New
17 functions to adjust positions using undo-deltas.
16 18
172014-05-01 Stefan Monnier <monnier@iro.umontreal.ca> 192014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>
18 20