aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorJuanma Barranquero2011-03-12 16:38:34 +0100
committerJuanma Barranquero2011-03-12 16:38:34 +0100
commit219bd53686e5b05b609abe399be26a567f909f64 (patch)
tree028aaa23b903aba6a588d3d920e7b16e31e905d7
parent70620cbe32b2623da09c904cc4d17652747c029d (diff)
downloademacs-219bd53686e5b05b609abe399be26a567f909f64.tar.gz
emacs-219bd53686e5b05b609abe399be26a567f909f64.zip
Fix typos.
-rw-r--r--lisp/ChangeLog22
1 files changed, 10 insertions, 12 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 429a86ad0e4..5f5484af8f2 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12011-03-12 Juanma Barranquero <lekktu@gmail.com>
2
3 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
4
12011-03-12 Michael Albinus <michael.albinus@gmx.de> 52011-03-12 Michael Albinus <michael.albinus@gmx.de>
2 6
3 Sync with Tramp 2.2.1. 7 Sync with Tramp 2.2.1.
@@ -6,10 +10,6 @@
6 10
7 * net/trampver.el: Update release number. 11 * net/trampver.el: Update release number.
8 12
92011-03-12 Juanma Barranquero <lekktu@gmail.com>
10
11 * vc/vc-bzr.el (vc-bzr-state): Handle bzr 2.3.0 (follow-up to bug#8170).
12
132011-03-12 Stefan Monnier <monnier@iro.umontreal.ca> 132011-03-12 Stefan Monnier <monnier@iro.umontreal.ca>
14 14
15 * progmodes/compile.el (compilation--previous-directory): Fix up 15 * progmodes/compile.el (compilation--previous-directory): Fix up
@@ -22,12 +22,11 @@
22 22
232011-03-11 Ken Manheimer <ken.manheimer@gmail.com> 232011-03-11 Ken Manheimer <ken.manheimer@gmail.com>
24 24
25 * allout-widgets.el (allout-widgets-tally) Initialize 25 * allout-widgets.el (allout-widgets-tally): Initialize
26 allout-widgets-tally as a hash table rather than nil to prevent 26 allout-widgets-tally as a hash table rather than nil to prevent
27 mode-line redisplay warnings. 27 mode-line redisplay warnings.
28 Also, clarify the module description and fix a comment typo. 28 Also, clarify the module description and fix a comment typo.
29 29
30
312011-03-11 Juanma Barranquero <lekktu@gmail.com> 302011-03-11 Juanma Barranquero <lekktu@gmail.com>
32 31
33 * help-fns.el (describe-variable): Don't complete keywords. 32 * help-fns.el (describe-variable): Don't complete keywords.
@@ -77,7 +76,7 @@
77 preserves the existing header prefix, rebulleting it if necessary, 76 preserves the existing header prefix, rebulleting it if necessary,
78 rather than replacing it. This is necessary for proper operation 77 rather than replacing it. This is necessary for proper operation
79 of cooperative addons like allout-widgets. 78 of cooperative addons like allout-widgets.
80 (allout-make-topic-prefix) (allout-rebullet-heading): Change 79 (allout-make-topic-prefix, allout-rebullet-heading): Change
81 SOLICIT arg to INSTEAD, and interpret additionally a string value 80 SOLICIT arg to INSTEAD, and interpret additionally a string value
82 as alternate bullet to be used, instead of prompting the user for 81 as alternate bullet to be used, instead of prompting the user for
83 a bullet character. 82 a bullet character.
@@ -913,7 +912,7 @@
9132011-02-17 Ken Manheimer <ken.manheimer@gmail.com> 9122011-02-17 Ken Manheimer <ken.manheimer@gmail.com>
914 913
915 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir) 914 * lisp/allout-widgets.el (allout-widgets-icons-light-subdir)
916 (allout-widgets-icons-dark-subdir): Track relocations of icons 915 (allout-widgets-icons-dark-subdir): Track relocations of icons.
917 * lisp/allout.el: Remove commentary about remove encryption 916 * lisp/allout.el: Remove commentary about remove encryption
918 passphrase mnemonic support and verification. 917 passphrase mnemonic support and verification.
919 (allout-encrypt-string): Recognize epg failure to decrypt gpg2 918 (allout-encrypt-string): Recognize epg failure to decrypt gpg2
@@ -1290,10 +1289,9 @@
1290 1289
1291 (allout-auto-activation-helper, allout-setup): New autoloads 1290 (allout-auto-activation-helper, allout-setup): New autoloads
1292 implement new custom set procedure for allout-auto-activation. 1291 implement new custom set procedure for allout-auto-activation.
1293 Also, explicitly invoke 1292 Also, explicitly invoke (allout-setup) after allout-auto-activation
1294 (allout-setup) after allout-auto-activation is custom-defined, to 1293 is custom-defined, to affect the settings in emacs sessions besides
1295 effect the settings in emacs sessions besides the few where 1294 the few where allout-auto-activation customization is done.
1296 allout-auto-activation customization is donea.
1297 (allout-auto-activation): Use allout-auto-activation-helper to 1295 (allout-auto-activation): Use allout-auto-activation-helper to
1298 :set. Revise the docstring. 1296 :set. Revise the docstring.
1299 (allout-init): Reduce functionality to just customizing 1297 (allout-init): Reduce functionality to just customizing