Fix ChangeLogs of 2014-05-01 commit.

This commit is contained in:
Barry O'Reilly 2014-05-03 10:42:26 -04:00
parent cfd59d67b1
commit a7e1ffdc7e
2 changed files with 10 additions and 10 deletions

View file

@ -9,10 +9,12 @@
2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
* automated/undo-tests.el (undo-test-region-deletion): New test to
demonstrate bug#17235.
(undo-test-region-example): New test to verify example given in
comments for undo-make-selective-list.
* simple.el (undo-make-selective-list): New algorithm fixes
incorrectness of position adjustments when undoing in region.
(Bug#17235)
(undo-elt-crosses-region): Make obsolete.
(undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos): New
functions to adjust positions using undo-deltas.
2014-05-01 Stefan Monnier <monnier@iro.umontreal.ca>

View file

@ -1,11 +1,9 @@
2014-05-01 Barry O'Reilly <gundaetiapo@gmail.com>
* simple.el (undo-make-selective-list): New algorithm fixes
incorrectness of position adjustments when undoing in region.
(Bug#17235)
(undo-elt-crosses-region): Make obsolete.
(undo-adjust-elt, undo-adjust-beg-end, undo-adjust-pos): New
functions to adjust positions using undo-deltas.
* automated/undo-tests.el (undo-test-region-deletion): New test to
demonstrate bug#17235.
(undo-test-region-example): New test to verify example given in
comments for undo-make-selective-list.
2014-04-25 Michael Albinus <michael.albinus@gmx.de>