From e864b4c0820a61e6dcfcb50156920c020314fdf0 Mon Sep 17 00:00:00 2001 From: Michael Olson Date: Sat, 28 Jul 2007 23:52:33 +0000 Subject: [PATCH] Add forgotten ChangeLog entries for last change git-archimport-id: mwolson@gnu.org--2006/muse--main--1.0--patch-415 --- ChangeLog | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/ChangeLog b/ChangeLog index 7a0a527..ea19b34 100644 --- a/ChangeLog +++ b/ChangeLog @@ -21,6 +21,8 @@ (turn-on-muse-list-edit-minor-mode) (turn-off-muse-list-edit-minor-mode): New interactive functions that turn Muse list edit minor mode on and off, respectively. + (muse-on-blank-line, muse-get-paragraph-start): Simplify some + regexps. * lisp/muse-project.el (muse-project-publish-this-file): Set muse-current-output-style. This fixes a bug when publishing to a @@ -32,6 +34,12 @@ the first project entry in muse-project-alist. This seems much more sane to me. + * lisp/muse.el (muse-forward-list-item): Only check the 'face + property if we are in Muse mode or one of its derivatives. This + allows movement on nested lists to work in other modes, and fixes + an issue with altering list indentation in + muse-list-edit-minor-mode. + 2007-07-27 Michael Olson * AUTHORS: Add new authors. -- 2.11.4.GIT