From: Barry O'Reilly Date: Sat, 3 May 2014 14:42:26 +0000 (-0400) Subject: Fix ChangeLogs of 2014-05-01 commit. X-Git-Tag: emacs-25.0.90~2612^2~709^2~986 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=a7e1ffdc7e4de34662a0d55c8e5f3247ec40effd;p=emacs.git Fix ChangeLogs of 2014-05-01 commit. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9e92be7c5e8..561e7908486 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -9,10 +9,12 @@ 2014-05-01 Barry O'Reilly - * 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 diff --git a/test/ChangeLog b/test/ChangeLog index f4f7e0abdc2..29e299e5eaa 100644 --- a/test/ChangeLog +++ b/test/ChangeLog @@ -1,11 +1,9 @@ 2014-05-01 Barry O'Reilly - * 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