comparison lisp/ChangeLog @ 94112:7b3262e9986b

Honor the indent-tabs-mode and tab-width setting from user.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Wed, 16 Apr 2008 03:41:17 +0000
parents 9bc61e707bed
children d4c7a819cf48
comparison
equal deleted inserted replaced
94111:9bc61e707bed 94112:7b3262e9986b
11 11
12 * proced.el (proced-mode): Redefine as just the major-mode. 12 * proced.el (proced-mode): Redefine as just the major-mode.
13 (proced): Separate it from proced-mode. 13 (proced): Separate it from proced-mode.
14 14
15 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc. 15 * vc.el: Rename vc-status to vc-dir and the vc-status var to vc-ewoc.
16
17 2008-04-15 Vinicius Jose Latorre <viniciusjl@ig.com.br>
18
19 * whitespace.el: Honor the `indent-tabs-mode' setting from user.
20 Suggested by Stephen Deasey <sdeasey@gmail.com>. Honor also the
21 `tab-width' setting from user. New version 10.0. Doc and docstring
22 fix.
23 (whitespace-style, whitespace-chars): Remove options.
24 (whitespace-style-mark): New option, replace whitespace-style deleted
25 option. Fix docstring.
26 (whitespace-style-color): New option, replace whitespace-chars deleted
27 option. Fix docstring.
28 (whitespace-space, whitespace-hspace, whitespace-tab)
29 (whitespace-newline, whitespace-trailing, whitespace-line)
30 (whitespace-space-before-tab, whitespace-indentation, whitespace-empty)
31 (whitespace-space-after-tab, whitespace-hspace-regexp)
32 (whitespace-space-regexp, whitespace-tab-regexp)
33 (whitespace-trailing-regexp, whitespace-empty-at-bob-regexp)
34 (whitespace-empty-at-eob-regexp, whitespace-line-column)
35 (whitespace-toggle-option-alist): Fix docstring.
36 (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
37 (whitespace-space-after-tab-regexp, whitespace-display-mappings): Fix
38 docstring and initialization.
39 (global-whitespace-mode): Autoloaded global minor mode.
40 (whitespace-chars-value-list, whitespace-style-value-list)
41 (whitespace-active-chars, whitespace-active-style)
42 (whitespace-toggle-chars, whitespace-toggle-style): Remove vars.
43 (whitespace-color-value-list): New var, replace
44 whitespace-chars-value-list removed var.
45 (whitespace-mark-value-list): New var, replace
46 whitespace-style-value-list removed var.
47 (whitespace-active-color): New var, replace whitespace-active-chars
48 removed var.
49 (whitespace-active-mark): New var, replace whitespace-active-style
50 removed var.
51 (whitespace-toggle-color): New var, replace whitespace-toggle-chars
52 removed var.
53 (whitespace-toggle-mark): New var, replace whitespace-toggle-style
54 removed var.
55 (whitespace-toggle-option-alist, whitespace-report-list)
56 (whitespace-report-text, whitespace-help-text): Fix initialization.
57 (whitespace-indent-tabs-mode, whitespace-tab-width): New vars.
58 (whitespace-toggle-options, global-whitespace-toggle-options)
59 (whitespace-cleanup-region, whitespace-report-region)
60 (whitespace-interactive-char): Fix docstring and code.
61 (whitespace-cleanup, whitespace-report): Fix docstring.
62 (whitespace-replace-spaces-by-tabs): Remove fun.
63 (whitespace-replace-action): New fun, replace
64 whitespace-replace-spaces-by-tabs removed fun.
65 (whitespace-regexp, whitespace-indentation-regexp)
66 (whitespace-space-after-tab-regexp, whitespace-insert-value)
67 (whitespace-kill-buffer): New funs.
68 (whitespace-insert-option-mark, whitespace-help-on)
69 (whitespace-help-off, whitespace-turn-on, whitespace-turn-off)
70 (whitespace-color-on, whitespace-color-off)
71 (whitespace-display-char-on): Fix code.
16 72
17 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca> 73 2008-04-15 Stefan Monnier <monnier@iro.umontreal.ca>
18 74
19 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar) 75 * mouse-drag.el (mouse-throw-magnifier-with-scroll-bar)
20 (mouse-throw-magnifier-with-mouse-movement): Remove. 76 (mouse-throw-magnifier-with-mouse-movement): Remove.