# HG changeset patch # User Gerd Moellmann # Date 941311303 0 # Node ID 7fc02649917c10e14e8112bc5e5ad9d75c1f3501 # Parent 2dbd5efce8eedc9cf2fb7a7c8e7c31cfedd16b6f *** empty log message *** diff -r 2dbd5efce8ee -r 7fc02649917c lisp/ChangeLog --- a/lisp/ChangeLog Sat Oct 30 19:20:53 1999 +0000 +++ b/lisp/ChangeLog Sat Oct 30 19:21:43 1999 +0000 @@ -1,3 +1,35 @@ +1999-10-30 Rajesh Vaidheeswarran + + * whitespace.el (whitespace-version): Update to 2.6 + + * whitespace.el (whitespace-display-in-modeline): Add custom + variable to control displaying the whitespace errors on the + modeline based on suggestion from + + * whitespace.el (whitespace-buffer): Now returns `t' if unclean + and `nil' if clean, to enable using as a hook function, as + suggested by Puneet Goel + + * whitespace.el (whitespace-buffer): Fix a subtle bug that cleaned + up only if quiet was not set, even with whitespace-auto-cleanup set. + + * whitespace.el (whitespace-mode-line): Now uses less modeline + real estate and shows whitespaces as W:! where is any + type of whitespace which is present in the file, and is any + type of whitespace whose check has been suppressed by setting + `whitespace-check-' to nil. + + * whitespace.el (whitespace-unchecked-whitespaces): New function + to return the list of whitespaces for whom checks have been + suppressed. + + * whitespace.el (whitespace-display-unchecked-whitespaces): + Renamed to `whitespace-update-modeline' to reflect its functionality. + +1999-09-30 Rajesh Vaidheeswarran + + * whitespace.el (whitespace-version): Update to 2.5 + 1999-10-30 Gerd Moellmann * progmodes/compile.el (compilation-error-regexp-alist):