aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2008-02-01 14:44:44 +0000
committerJuanma Barranquero2008-02-01 14:44:44 +0000
commitb502217bd845bc6280fd2bb1eacce176ed4f7d90 (patch)
tree15948be83471b5e2c848c52c1ece9993821244b5 /lisp/ChangeLog
parent1e2b96c2b8293359fca97b7842838032e8ad20f6 (diff)
downloademacs-b502217bd845bc6280fd2bb1eacce176ed4f7d90.tar.gz
emacs-b502217bd845bc6280fd2bb1eacce176ed4f7d90.zip
(whitespace): Set :version tag to 23.1.
(whitespace-turn-off, whitespace-toggle-options): Fix typos. (whitespace-style, whitespace-chars, whitespace-space, whitespace-hspace, whitespace-tab, whitespace-newline, whitespace-trailing, whitespace-line, whitespace-space-before-tab, whitespace-indentation, whitespace-empty, whitespace-space-after-tab, whitespace-hspace-regexp, whitespace-space-regexp, whitespace-tab-regexp, whitespace-trailing-regexp, whitespace-space-before-tab-regexp, whitespace-indentation-regexp, whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp, whitespace-space-after-tab-regexp, whitespace-line-column, whitespace-display-mappings, global-whitespace-toggle-options, whitespace-cleanup, whitespace-cleanup-region, whitespace-interactive-char): Doc fixes.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index b2a131b2b76..df79b1264c6 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,22 @@
12008-02-01 Juanma Barranquero <lekktu@gmail.com> 12008-02-01 Juanma Barranquero <lekktu@gmail.com>
2 2
3 * whitespace.el (whitespace): Set :version tag to 23.1.
4 (whitespace-turn-off, whitespace-toggle-options): Fix typos.
5 (whitespace-style, whitespace-chars, whitespace-space)
6 (whitespace-hspace, whitespace-tab, whitespace-newline)
7 (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
8 (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
9 (whitespace-hspace-regexp, whitespace-space-regexp)
10 (whitespace-tab-regexp, whitespace-trailing-regexp)
11 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
12 (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
13 (whitespace-space-after-tab-regexp, whitespace-line-column)
14 (whitespace-display-mappings, global-whitespace-toggle-options)
15 (whitespace-cleanup, whitespace-cleanup-region)
16 (whitespace-interactive-char): Doc fixes.
17
182008-02-01 Juanma Barranquero <lekktu@gmail.com>
19
3 * whitespace.el (global-whitespace-mode): Fix modeline lighter. 20 * whitespace.el (global-whitespace-mode): Fix modeline lighter.
4 When turning off the global mode, turn off the local modes too 21 When turning off the global mode, turn off the local modes too
5 if whitespace is being unloaded. 22 if whitespace is being unloaded.