]> git.eshelyaron.com Git - emacs.git/commitdiff
Fix ChangeLogs of 2014-05-01 commit.
authorBarry O'Reilly <gundaetiapo@gmail.com>
Sat, 3 May 2014 14:42:26 +0000 (10:42 -0400)
committerBarry O'Reilly <gundaetiapo@gmail.com>
Sat, 3 May 2014 14:42:26 +0000 (10:42 -0400)
lisp/ChangeLog
test/ChangeLog

index 9e92be7c5e8f6872c297e9812e82f52da071e241..561e790848615866533039928dfedda0f4a65a43 100644 (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>
 
index f4f7e0abdc21c7182808c75c1b574b0ea8be3375..29e299e5eaa01b646e4f02973d816b2d76e08820 100644 (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>