emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] trunk r117053: Fix ChangeLogs of 2014-05-01 commit.


From: Barry O'Reilly
Subject: [Emacs-diffs] trunk r117053: Fix ChangeLogs of 2014-05-01 commit.
Date: Sat, 03 May 2014 14:42:36 +0000
User-agent: Bazaar (2.6b2)

------------------------------------------------------------
revno: 117053
revision-id: address@hidden
parent: address@hidden
committer: Barry O'Reilly <address@hidden>
branch nick: trunk
timestamp: Sat 2014-05-03 10:42:26 -0400
message:
  Fix ChangeLogs of 2014-05-01 commit.
modified:
  lisp/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-1432
  test/ChangeLog                 changelog-20091113204419-o5vbwnq5f7feedwu-8588
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2014-05-03 09:22:59 +0000
+++ b/lisp/ChangeLog    2014-05-03 14:42:26 +0000
@@ -9,10 +9,12 @@
 
 2014-05-01  Barry O'Reilly  <address@hidden>
 
-       * 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  <address@hidden>
 

=== modified file 'test/ChangeLog'
--- a/test/ChangeLog    2014-05-01 23:25:28 +0000
+++ b/test/ChangeLog    2014-05-03 14:42:26 +0000
@@ -1,11 +1,9 @@
 2014-05-01  Barry O'Reilly  <address@hidden>
 
-       * 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  <address@hidden>
 


reply via email to

[Prev in Thread] Current Thread [Next in Thread]