From 3bcdc5706015ed8797293008da81438521f48512 Mon Sep 17 00:00:00 2001 From: Ken Manheimer Date: Thu, 24 Jan 2008 17:53:29 +0000 Subject: [PATCH] * allout.el (allout-keybindings-list): Use vectors instead of strings for keys. (allout-line-boundary-regexp): (set-allout-regexp): (allout-prefix-data): Repair handling of formfeeds as header prefix. (allout-write-file-hook-handler): Repair mangling of error handling. (allout-region-active-p): Fallback to mark-active. --- lisp/ChangeLog | 30 ++++++++++++++++++++++++++++++ 1 file changed, 30 insertions(+) diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ca688f4a0f6..4e8c1cabfe6 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,33 @@ +2008-01-24 Ken Manheimer + + * allout.el (allout-keybindings-list): In initial setting, express + meta-prefixed allout keys as vectors instead of strings, since the + string form is interpreted in some cases as composed key + modifiers, eg, accented keys. + + (allout-line-boundary-regexp): Clarify description. + + (set-allout-regexp): Repair the expressions so that the formfeed + part is identified as one of the top-level groups, and is + included in all the forms, not just the -line-boundary-regexp one. + + (allout-prefix-data): Incorporate information from the various + allout regexp's formfeed alternative group, when present. + + (allout-write-file-hook-handler): Rectify mangling of the error + handling. It was broken in 2007-12-06T19:56:41Z!deego@gnufans.org, where an `error' + condition-case handler was apparently reformatted as if it was a + call to the error function. An apparent repair attempt in version + 1.101 situated the original body of the error handling code as + bogus condition-case handlers. I've returned to just about the + working code that was originally there, removing an unnecessary - + but benign - enclosing 'progn'. \(Automated or cursory code fixes + often aren't.) + + (allout-region-active-p): Fallback to value of mark-active if + neither use-region-p nor region-active-p are present, for + compatability with current and recent emacs major releases. + 2008-01-24 Dan Nicolaescu * textmodes/reftex-toc.el (reftex-toc-next, reftex-toc-previous) -- 2.39.2