comparison lisp/ChangeLog @ 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 376d8dccd05c
children 4bb19b57806d
comparison
equal deleted inserted replaced
88118:959dc75df82e 88119:70ca9e418f5d
1 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
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
1 2008-02-01 Juanma Barranquero <lekktu@gmail.com> 18 2008-02-01 Juanma Barranquero <lekktu@gmail.com>
2 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.