summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJuanma Barranquero <lekktu@gmail.com>2008-02-01 14:44:44 +0000
committerJuanma Barranquero <lekktu@gmail.com>2008-02-01 14:44:44 +0000
commitd72eb970418644b72683fb099e16f77628804ef9 (patch)
tree093eee8e6bf15770b8a9e38ece4b97bed386db5d
parent2a7c35ab4c7aa416bfa7da6ac03bd3589140d717 (diff)
downloademacs-before-merge-unicode-to-trunk.tar.gz
*** empty log message ***before-merge-unicode-to-trunk
-rw-r--r--lisp/ChangeLog17
1 files changed, 17 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 3f94d5c55a4..e07566ec87b 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,22 @@
2008-02-01 Juanma Barranquero <lekktu@gmail.com>
+ * whitespace.el (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.
+
+2008-02-01 Juanma Barranquero <lekktu@gmail.com>
+
* whitespace.el (global-whitespace-mode): Fix modeline lighter.
When turning off the global mode, turn off the local modes too
if whitespace is being unloaded.