diff options
| -rw-r--r-- | lisp/ChangeLog | 10 | ||||
| -rw-r--r-- | test/ChangeLog | 10 |
2 files changed, 10 insertions, 10 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 | ||
diff --git a/test/ChangeLog b/test/ChangeLog index f4f7e0abdc2..29e299e5eaa 100644 --- a/test/ChangeLog +++ b/test/ChangeLog | |||
| @@ -1,11 +1,9 @@ | |||
| 1 | 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com> | 1 | 2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com> |
| 2 | 2 | ||
| 3 | * simple.el (undo-make-selective-list): New algorithm fixes | 3 | * automated/undo-tests.el (undo-test-region-deletion): New test to |
| 4 | incorrectness of position adjustments when undoing in region. | 4 | demonstrate bug#17235. |
| 5 | (Bug#17235) | 5 | (undo-test-region-example): New test to verify example given in |
| 6 | (undo-elt-crosses-region): Make obsolete. | 6 | comments for undo-make-selective-list. |
| 7 | (undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos): New | ||
| 8 | functions to adjust positions using undo-deltas. | ||
| 9 | 7 | ||
| 10 | 2014-04-25 Michael Albinus <michael.albinus@gmx.de> | 8 | 2014-04-25 Michael Albinus <michael.albinus@gmx.de> |
| 11 | 9 | ||