aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStephen Berman2014-11-27 11:03:58 +0100
committerStephen Berman2014-11-27 11:03:58 +0100
commitb3910f653938fc8625f4e0c970123e826bbf427e (patch)
tree613576b8f4f483dad7ab0014707a74a84290ec2a /lisp/ChangeLog
parentb66511f7680a195c5f56f2275f21e1d571706fba (diff)
downloademacs-b3910f653938fc8625f4e0c970123e826bbf427e.tar.gz
emacs-b3910f653938fc8625f4e0c970123e826bbf427e.zip
outline.el: Fix subtree movement.
Fixes: debbugs:19102 Co-authored-by: Stefan Monnier <monnier@iro.umontreal.ca> * outline.el (outline-move-subtree-down): Make sure we can move forward to find the end of the subtree and the insertion point.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index d88ecfeb8a8..8c480190c17 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12014-11-27 Stephen Berman <stephen.berman@gmx.net>
2 Stefan Monnier <monnier@iro.umontreal.ca>
3
4 * outline.el (outline-move-subtree-down): Make sure we can move
5 forward to find the end of the subtree and the insertion point
6 (bug#19102).
7
12014-11-27 Leonard Randall <leonard.a.randall@gmail.com> 82014-11-27 Leonard Randall <leonard.a.randall@gmail.com>
2 9
3 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search 10 * textmodes/reftex-parse.el (reftex-using-biblatex-p): Make search