emacs-diffs
[Top][All Lists]
Advanced

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

[Emacs-diffs] /srv/bzr/emacs/trunk r103637: Fix typos.


From: Juanma Barranquero
Subject: [Emacs-diffs] /srv/bzr/emacs/trunk r103637: Fix typos.
Date: Sat, 12 Mar 2011 16:38:34 +0100
User-agent: Bazaar (2.0.3)

------------------------------------------------------------
revno: 103637
committer: Juanma Barranquero <address@hidden>
branch nick: trunk
timestamp: Sat 2011-03-12 16:38:34 +0100
message:
  Fix typos.
modified:
  lisp/ChangeLog
=== modified file 'lisp/ChangeLog'
--- a/lisp/ChangeLog    2011-03-12 15:26:33 +0000
+++ b/lisp/ChangeLog    2011-03-12 15:38:34 +0000
@@ -1,3 +1,7 @@
+2011-03-12  Juanma Barranquero  <address@hidden>
+
+       * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
+
 2011-03-12  Michael Albinus  <address@hidden>
 
        Sync with Tramp 2.2.1.
@@ -6,10 +10,6 @@
 
        * net/trampver.el: Update release number.
 
-2011-03-12  Juanma Barranquero  <address@hidden>
-
-       * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
-
 2011-03-12  Stefan Monnier  <address@hidden>
 
        * progmodes/compile.el (compilation--previous-directory): Fix up
@@ -22,12 +22,11 @@
 
 2011-03-11  Ken Manheimer  <address@hidden>
 
-       * allout-widgets.el (allout-widgets-tally) Initialize
+       * allout-widgets.el (allout-widgets-tally): Initialize
        allout-widgets-tally as a hash table rather than nil to prevent
        mode-line redisplay warnings.
        Also, clarify the module description and fix a comment typo.
 
-
 2011-03-11  Juanma Barranquero  <address@hidden>
 
        * help-fns.el (describe-variable): Don't complete keywords.
@@ -77,7 +76,7 @@
        preserves the existing header prefix, rebulleting it if necessary,
        rather than replacing it.  This is necessary for proper operation
        of cooperative addons like allout-widgets.
-       (allout-make-topic-prefix) (allout-rebullet-heading): Change
+       (allout-make-topic-prefix, allout-rebullet-heading): Change
        SOLICIT arg to INSTEAD, and interpret additionally a string value
        as alternate bullet to be used, instead of prompting the user for
        a bullet character.
@@ -913,7 +912,7 @@
 2011-02-17  Ken Manheimer  <address@hidden>
 
        * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
-       (allout-widgets-icons-dark-subdir): Track relocations of icons
+       (allout-widgets-icons-dark-subdir): Track relocations of icons.
        * lisp/allout.el: Remove commentary about remove encryption
        passphrase mnemonic support and verification.
        (allout-encrypt-string): Recognize epg failure to decrypt gpg2
@@ -1290,10 +1289,9 @@
 
        (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.
+       Also, explicitly invoke (allout-setup) after allout-auto-activation
+       is custom-defined, to affect the settings in emacs sessions besides
+       the few where allout-auto-activation customization is done.
        (allout-auto-activation): Use allout-auto-activation-helper to
        :set.  Revise the docstring.
        (allout-init): Reduce functionality to just customizing


reply via email to

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