emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r102745: add neglected allout.el Chan


From: Ken Manheimer
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r102745: add neglected allout.el ChangeLog entries to ChangeLog.
Date: Mon, 03 Jan 2011 15:50:05 -0500
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 102745
committer: Ken Manheimer <address@hidden>
branch nick: trunk
timestamp: Mon 2011-01-03 15:50:05 -0500
message:
  add neglected allout.el ChangeLog entries to ChangeLog.
modified:
  lisp/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-01-02 20:28:40 +0000
+++ b/lisp/ChangeLog    2011-01-03 20:50:05 +0000
@@ -114,6 +114,13 @@
        * mail/mail-utils.el (mail-mbox-from): Handle From: headers with
        multiple addresses.  (Bug#7760)
 
+2011-01-01  Ken Manheimer  <address@hidden>
+
+       allout.el (allout-auto-fill): Do not infinitely recurse - use
+       do-auto-fill if everything points back to allout-auto-fill.
+       (allout-mode-deactivate-hook): Declare obsolete, in favor of
+       standard-formed minor-mode deactivate hook, allout-mode-off-hook.
+
 2010-12-31  Michael Albinus  <address@hidden>
 
        * net/tramp-sh.el (tramp-methods): Add recursive options to "scpc"
@@ -183,6 +190,21 @@
        pretty-printed, so that it is mergeable by line-based text merging,
        as suggested by Iain Dalton <iain.dalton {_AT_} gmail.com>.
 
+2010-12-28  Ken Manheimer  <address@hidden>
+
+       allout.el (allout-v18/19-file-var-hack): Obsolete, remove.
+       (allout-mode): Argument "toggle" => "force".
+       Refine the docstring.
+       Remove special provisions for reactivation, besides the 'force'
+       argument.
+       Consolidate layout provisions coce directly into the activation
+       condition branch, now that we've removed those provisions.
+       (allout-unload-function): Explicitly activate the mode before
+       deactivating, if it's initially deactivated.
+       (allout-set-buffer-multibyte): Properly prevent byte-compiler
+       warnings for version of function used only where
+       set-buffer-multibyte is unavailable.
+
 2010-12-28  Chong Yidong  <address@hidden>
 
        * tool-bar.el (tool-bar-setup): Remove :enable conditions, which


reply via email to

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