changeset 88119:70ca9e418f5d before-merge-unicode-to-trunk

*** empty log message ***
author Juanma Barranquero <lekktu@gmail.com>
date Fri, 01 Feb 2008 14:44:44 +0000
parents 959dc75df82e
children 4bb19b57806d
files lisp/ChangeLog
diffstat 1 files changed, 17 insertions(+), 0 deletions(-) [+]
line wrap: on
line diff
--- a/lisp/ChangeLog	Fri Feb 01 14:43:03 2008 +0000
+++ b/lisp/ChangeLog	Fri Feb 01 14:44:44 2008 +0000
@@ -1,3 +1,20 @@
+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.