diff options
| author | Rajesh Vaidheeswarran | 2001-03-22 21:30:11 +0000 |
|---|---|---|
| committer | Rajesh Vaidheeswarran | 2001-03-22 21:30:11 +0000 |
| commit | a3db02ad94c0412cb331d0242cc46410a828c678 (patch) | |
| tree | acc25dedf0e525bd0b337f5555f1d5a25d4eb5ec /lisp/ChangeLog | |
| parent | 3c9e997b3c5f8d2715ae33e93a89c70ad7199780 (diff) | |
| download | emacs-a3db02ad94c0412cb331d0242cc46410a828c678.tar.gz emacs-a3db02ad94c0412cb331d0242cc46410a828c678.zip | |
whitespace.el version 3.0 with buffer local toggle capability.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 7a768aae37a..aedfedee8be 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 1 | 2001-03-22 Rajesh Vaidheeswarran <rv@gnu.org> | ||
| 2 | |||
| 3 | * whitespace.el: Add buffer local variables to toggle testing of | ||
| 4 | whitespaces in buffers without affecting the default values. | ||
| 5 | |||
| 6 | Added defuns (whitespace-toggle-ateol-check, | ||
| 7 | whitespace-toggle-leading-check, whitespace-toggle-trailing-check, | ||
| 8 | whitespace-toggle-indent-check and whitespace-toggle-spacetab-check) | ||
| 9 | |||
| 10 | Bump version to 3.0 to account for a few other changes. | ||
| 11 | |||
| 12 | |||
| 1 | 2001-03-21 Stefan Monnier <monnier@cs.yale.edu> | 13 | 2001-03-21 Stefan Monnier <monnier@cs.yale.edu> |
| 2 | 14 | ||
| 3 | * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el. | 15 | * obsolete/cplus-md.el: Moved from progmodes/cplus-md.el. |