diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 10 |
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 | ||
| 10 | 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com> | 10 | 2014-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 | ||
| 17 | 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca> | 19 | 2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca> |
| 18 | 20 | ||