emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] /srv/bzr/emacs/trunk r103204: * allout.el: Synopsis: Chang


From: Ken Manheimer
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103204: * allout.el: Synopsis: Change allout user configuration so auto-activation
Date: Wed, 09 Feb 2011 19:33:34 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103204
committer: Ken Manheimer <address@hidden>
branch nick: trunk
timestamp: Wed 2011-02-09 19:33:34 -0500
message:
  * allout.el: Synopsis: Change allout user configuration so auto-activation
  is controlled solely by customization `allout-auto-activation'.
modified:
  lisp/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-02-09 18:59:55 +0000
+++ b/lisp/ChangeLog    2011-02-10 00:33:34 +0000
@@ -1,3 +1,26 @@
+2011-02-10  Ken Manheimer  <address@hidden>
+
+       * 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  <address@hidden>
 
        * progmodes/sh-script.el (sh-font-lock-open-heredoc): Fix case


reply via email to

[Prev in Thread] Current Thread [Next in Thread]