aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
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.