From: Ken Manheimer Date: Thu, 10 Feb 2011 00:33:34 +0000 (-0500) Subject: * allout.el: Synopsis: Change allout user configuration so auto-activation X-Git-Tag: emacs-pretest-24.0.90~104^2~275^2~949 X-Git-Url: http://git.eshelyaron.com/gitweb/?a=commitdiff_plain;h=26d2a9bd7ac94278f71522f2bf374c97e7dfa37a;p=emacs.git * allout.el: Synopsis: Change allout user configuration so auto-activation is controlled solely by customization `allout-auto-activation'. --- diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 67276ef574d..1a69d98f17e 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,26 @@ +2011-02-10 Ken Manheimer + + * allout.el: Synopsis: Change allout user configuration so + auto-activation is controlled solely by customization + `allout-auto-activation'. + + (allout-auto-activation-helper) (allout-setup): New autoloads + implement new custom set procedure for allout-auto-activation. + Also, explicitly invoke + (allout-setup) after allout-auto-activation is custom-defined, to + effect the settings in emacs sessions besides the few where + allout-auto-activation customization is donea. + (allout-auto-activation): Use allout-auto-activation-helper to + :set. Revise the docstring. + (allout-init): Reduce functionality to just customizing + allout-auto-activation, and mark obsolete. + (allout-mode): Respect string values for allout-auto-activation. + Run allout-after-copy-or-kill-hook without any args. + (allout-mode) (allout-layout) (allout-default-layout) + (outlineify-sticky): Adjust docstring for new scheme. + (allout-after-copy-or-kill-hook): No arguments - hook implementers + should concentrate on the kill ring. + 2011-02-09 Stefan Monnier * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case