diff options
Diffstat (limited to 'test/ChangeLog')
| -rw-r--r-- | test/ChangeLog | 10 |
1 files changed, 4 insertions, 6 deletions
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 | ||