From a7e1ffdc7e4de34662a0d55c8e5f3247ec40effd Mon Sep 17 00:00:00 2001 From: Barry O'Reilly Date: Sat, 3 May 2014 10:42:26 -0400 Subject: [PATCH] Fix ChangeLogs of 2014-05-01 commit. --- lisp/ChangeLog | 10 ++++++---- 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 @@ 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 -- 2.39.2