emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sun, 16 Jul 2006 04:28:11 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Stefan Monnier <monnier>        06/07/16 04:28:11

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.9815
retrieving revision 1.9816
diff -u -b -r1.9815 -r1.9816
--- ChangeLog   15 Jul 2006 04:24:52 -0000      1.9815
+++ ChangeLog   16 Jul 2006 04:28:10 -0000      1.9816
@@ -1,6 +1,10 @@
+2006-07-16  Stefan Monnier  <address@hidden>
+
+       * files.el: Remove spurious * in docstrings.
+
 2006-07-14  Ken Manheimer  <address@hidden>
 
-       * allout.el (allout-run-unit-tests-on-load): Rectified docstring
+       * allout.el (allout-run-unit-tests-on-load): Rectify docstring
        grammar.
         (allout-beginning-of-current-line): Beware beginning of buffer.
        Also, a comment is simplified.
@@ -25,7 +29,7 @@
 
        * allout.el: Require 'cl during byte-compilation/interactive load,
        for the `assert' macro.
-       (allout-mode-deactivate-hook): New hook, is run when allout mode
+       (allout-mode-deactivate-hook): New hook, run when allout mode
        deactivates.
        (allout-developer): New allout customization subgroup.
        (allout-run-unit-tests-on-load): New allout-developer
@@ -33,7 +37,7 @@
        end of file load/eval.
        (allout-inhibit-auto-fill): Disable auto-fill activity even during
        auto-fill-mode.
-       (allout-resumptions): Removed, to be replaced by...
+       (allout-resumptions): Remove, to be replaced by...
        (allout-add-resumptions): Register variable settings to be
        reinstated by `allout-do-resumptions'.  The settings are made
        buffer-local, but the locality/globality of the suspended setting
@@ -54,9 +58,8 @@
        auto-fill-function so it is set only if already active.  (The
        related fill-function settings are all made in either case, so
        that activating auto-fill-mode activity will have the custom
-       allout-mode behaviors (hanging indent on topics, if configured for
-       it).  Also, remove all allout-exposure-category overlays on mode
-       deactivation.
+       allout-mode behaviors (hanging indent on topics, if configured for it).
+       Remove all allout-exposure-category overlays on mode deactivation.
        (allout-hotspot-key-handler): New function extracted from
        `allout-pre-command-business', so the functionality can be used
        for other purposes, eg as a binding in an overlay.




reply via email to

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