Mercurial > emacs
comparison lisp/ChangeLog @ 112129:5a83a0764cb0
allout.el: (allout-back-to-current-heading): Ensure return to the visible
containing topic, rather than a collapsed one.
(allout-view-change-hook): Remove hook that was deprecated long ago.
(allout-exposure-change-hook): Remove documentation remarks concerning
removed allout-view-change-hook.
(allout-flag-region): Remove invocation of and documentation remarks
concerning allout-view-change-hook.
author | Ken Manheimer <ken.manheimer@gmail.com> |
---|---|
date | Thu, 06 Jan 2011 02:19:05 -0500 |
parents | 08d91a08a7b9 |
children | 4ef5cb86f2e8 |
comparison
equal
deleted
inserted
replaced
112128:08d91a08a7b9 | 112129:5a83a0764cb0 |
---|---|
1 2011-01-06 Ken Manheimer <ken.manheimer@gmail.com> | |
2 | |
3 * allout.el: (allout-back-to-current-heading): Ensure return to | |
4 the visible containing topic, rather than a collapsed one. | |
5 (allout-view-change-hook): Remove hook that was deprecated long | |
6 ago. | |
7 (allout-exposure-change-hook): Remove documentation remarks | |
8 concerning removed allout-view-change-hook. | |
9 (allout-flag-region): Remove invocation of and documentation | |
10 remarks concerning allout-view-change-hook. | |
11 | |
1 2011-01-06 Glenn Morris <rgm@gnu.org> | 12 2011-01-06 Glenn Morris <rgm@gnu.org> |
2 | 13 |
3 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time) | 14 * vc/vc-bzr.el (vc-bzr-annotate-command, vc-bzr-annotate-time) |
4 (vc-bzr-annotate-extract-revision-at-line): | 15 (vc-bzr-annotate-extract-revision-at-line): |
5 Handle authors with embedded spaces. (Bug#7792) | 16 Handle authors with embedded spaces. (Bug#7792) |