diff options
| author | Gerd Moellmann | 1999-10-30 19:21:43 +0000 |
|---|---|---|
| committer | Gerd Moellmann | 1999-10-30 19:21:43 +0000 |
| commit | dd24f431bebaf977d84fbb9c6e0fe69bde7ffbf0 (patch) | |
| tree | 09c8a70d085e2eb79508d39f6a08a46da2f2b2a8 /lisp/ChangeLog | |
| parent | e8d017d059d234c10805f15ac89ec749d1656e3c (diff) | |
| download | emacs-dd24f431bebaf977d84fbb9c6e0fe69bde7ffbf0.tar.gz emacs-dd24f431bebaf977d84fbb9c6e0fe69bde7ffbf0.zip | |
(whitespace-version): Update to 2.6
(whitespace-display-in-modeline): Add custom
variable to control displaying the whitespace errors on the
modeline based on suggestion from <klaus.berndl@sdm.de>
(whitespace-buffer): Now returns `t' if unclean
and `nil' if clean, to enable using as a hook function, as
suggested by Puneet Goel <puneet@computer.org>
(whitespace-buffer): Fix a subtle bug that cleaned
up only if quiet was not set, even with whitespace-auto-cleanup set.
(whitespace-mode-line): Now uses less modeline
real estate and shows whitespaces as W:<x>!<y> where <x> is any
type of whitespace which is present in the file, and <y> is any
type of whitespace whose check has been suppressed by setting
`whitespace-check-<whitespace-type>' to nil.
(whitespace-unchecked-whitespaces): New function
to return the list of whitespaces for whom checks have been
suppressed.
(whitespace-display-unchecked-whitespaces):
Renamed to `whitespace-update-modeline' to reflect its functionality.
(whitespace-version): Update to 2.5
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 32 |
1 files changed, 32 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index ec8dc9d3d1b..6003252f187 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,35 @@ | |||
| 1 | 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> | ||
| 2 | |||
| 3 | * whitespace.el (whitespace-version): Update to 2.6 | ||
| 4 | |||
| 5 | * whitespace.el (whitespace-display-in-modeline): Add custom | ||
| 6 | variable to control displaying the whitespace errors on the | ||
| 7 | modeline based on suggestion from <klaus.berndl@sdm.de> | ||
| 8 | |||
| 9 | * whitespace.el (whitespace-buffer): Now returns `t' if unclean | ||
| 10 | and `nil' if clean, to enable using as a hook function, as | ||
| 11 | suggested by Puneet Goel <puneet@computer.org> | ||
| 12 | |||
| 13 | * whitespace.el (whitespace-buffer): Fix a subtle bug that cleaned | ||
| 14 | up only if quiet was not set, even with whitespace-auto-cleanup set. | ||
| 15 | |||
| 16 | * whitespace.el (whitespace-mode-line): Now uses less modeline | ||
| 17 | real estate and shows whitespaces as W:<x>!<y> where <x> is any | ||
| 18 | type of whitespace which is present in the file, and <y> is any | ||
| 19 | type of whitespace whose check has been suppressed by setting | ||
| 20 | `whitespace-check-<whitespace-type>' to nil. | ||
| 21 | |||
| 22 | * whitespace.el (whitespace-unchecked-whitespaces): New function | ||
| 23 | to return the list of whitespaces for whom checks have been | ||
| 24 | suppressed. | ||
| 25 | |||
| 26 | * whitespace.el (whitespace-display-unchecked-whitespaces): | ||
| 27 | Renamed to `whitespace-update-modeline' to reflect its functionality. | ||
| 28 | |||
| 29 | 1999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com> | ||
| 30 | |||
| 31 | * whitespace.el (whitespace-version): Update to 2.5 | ||
| 32 | |||
| 1 | 1999-10-30 Gerd Moellmann <gerd@gnu.org> | 33 | 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
| 2 | 34 | ||
| 3 | * progmodes/compile.el (compilation-error-regexp-alist): | 35 | * progmodes/compile.el (compilation-error-regexp-alist): |