From: Chong Yidong Date: Wed, 15 Nov 2006 16:33:50 +0000 (+0000) Subject: * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring. X-Git-Tag: emacs-pretest-22.0.91~52 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=30fa215969f76a6fcb59903a576c08a7b8fb4ecc;p=emacs.git * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring. (allout-inhibit-aberrance-doublecheck): Rename from allout-during-yank-processing. All callers changed. (allout-ascend): Provide for unusual case where some topic after the first in file is at lower depth than the first. (allout-shift-in): Ensure the offspring of the new containing topic are exposed. (allout-encrypt-string): Preserve the coding-system of the text, according to that of the containing buffer. (allout-toggle-subtree-encryption): When the text being encrypted requires a different coding system, offer to preserve the coding system using a file local var. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index b9147575489..c3e11dbe21f 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,18 @@ +2006-13-05 Ken Manheimer + + * allout.el (allout-doublecheck-at-and-shallower): Clarify docstring. + (allout-inhibit-aberrance-doublecheck): Rename from + allout-during-yank-processing. All callers changed. + (allout-ascend): Provide for unusual case where some topic after + the first in file is at lower depth than the first. + (allout-shift-in): Ensure the offspring of the new containing + topic are exposed. + (allout-encrypt-string): Preserve the coding-system of the text, + according to that of the containing buffer. + (allout-toggle-subtree-encryption): When the text being encrypted + requires a different coding system, offer to preserve the coding + system using a file local var. + 2006-11-15 Simon Marshall * progmodes/cc-fonts.el (c-font-lock-declarators): Iff at the