diff options
| author | Barry O'Reilly | 2014-05-03 10:42:26 -0400 |
|---|---|---|
| committer | Barry O'Reilly | 2014-05-03 10:42:26 -0400 |
| commit | a7e1ffdc7e4de34662a0d55c8e5f3247ec40effd (patch) | |
| tree | f73f2b333536781b37b831f29ce0953464d86f1c /lisp/ChangeLog | |
| parent | cfd59d67b1c7a11353a8891d77b241e60175632b (diff) | |
| download | emacs-a7e1ffdc7e4de34662a0d55c8e5f3247ec40effd.tar.gz emacs-a7e1ffdc7e4de34662a0d55c8e5f3247ec40effd.zip | |
Fix ChangeLogs of 2014-05-01 commit.
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 | ||