Mercurial > emacs
comparison lisp/ChangeLog @ 26254:a393c5e46e99
*** empty log message ***
author | Gerd Moellmann <gerd@gnu.org> |
---|---|
date | Sat, 30 Oct 1999 21:12:39 +0000 |
parents | c3d2866c6ac0 |
children | df4cf3aeebfc |
comparison
equal
deleted
inserted
replaced
26253:3bb622df1c52 | 26254:a393c5e46e99 |
---|---|
6 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for | 6 * emacs-lisp/advice.el (ad-activate-on): Make it an alias for |
7 ad-activate. | 7 ad-activate. |
8 | 8 |
9 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> | 9 1999-10-30 Rajesh Vaidheeswarran <rv@dsmit.com> |
10 | 10 |
11 * whitespace.el (whitespace-version): Update to 2.6 | 11 * whitespace.el: Test for existence of `defcustom' and `defgroup' |
12 | 12 using fboundp instead of assuming that these are not present in |
13 * whitespace.el (whitespace-display-in-modeline): Add custom | 13 particular flavors of emacs. |
14 variable to control displaying the whitespace errors on the | 14 (whitespace-version): Update to 2.8 |
15 modeline based on suggestion from <klaus.berndl@sdm.de> | 15 (whitespace-display-in-modeline): Add custom variable to control |
16 | 16 displaying the whitespace errors on the modeline based on |
17 * whitespace.el (whitespace-buffer): Now returns `t' if unclean | 17 suggestion from <klaus.berndl@sdm.de> |
18 and `nil' if clean, to enable using as a hook function, as | 18 (whitespace-buffer): Now returns `t' if unclean and `nil' if |
19 suggested by Puneet Goel <puneet@computer.org> | 19 clean, to enable using as a hook function, as suggested by Puneet |
20 | 20 Goel <puneet@computer.org> |
21 * whitespace.el (whitespace-buffer): Fix a subtle bug that cleaned | 21 (whitespace-buffer): Fix a subtle bug that cleaned up only if |
22 up only if quiet was not set, even with whitespace-auto-cleanup set. | 22 quiet was not set, even with whitespace-auto-cleanup set. |
23 | 23 (whitespace-mode-line): Now uses less modeline real estate and |
24 * whitespace.el (whitespace-mode-line): Now uses less modeline | 24 shows whitespaces as W:<x>!<y> where <x> is any type of whitespace |
25 real estate and shows whitespaces as W:<x>!<y> where <x> is any | 25 which is present in the file, and <y> is any type of whitespace |
26 type of whitespace which is present in the file, and <y> is any | 26 whose check has been suppressed by setting |
27 type of whitespace whose check has been suppressed by setting | |
28 `whitespace-check-<whitespace-type>' to nil. | 27 `whitespace-check-<whitespace-type>' to nil. |
29 | 28 (whitespace-unchecked-whitespaces): New function to return the |
30 * whitespace.el (whitespace-unchecked-whitespaces): New function | 29 list of whitespaces for whom checks have been suppressed. |
31 to return the list of whitespaces for whom checks have been | 30 (whitespace-display-unchecked-whitespaces): Renamed to |
32 suppressed. | 31 `whitespace-update-modeline' to reflect its functionality. |
33 | |
34 * whitespace.el (whitespace-display-unchecked-whitespaces): | |
35 Renamed to `whitespace-update-modeline' to reflect its | |
36 functionality. | |
37 | |
38 1999-09-30 Rajesh Vaidheeswarran <rv@dsmit.com> | |
39 | |
40 * whitespace.el (whitespace-version): Update to 2.5 | |
41 | 32 |
42 1999-10-30 Gerd Moellmann <gerd@gnu.org> | 33 1999-10-30 Gerd Moellmann <gerd@gnu.org> |
43 | 34 |
44 * progmodes/compile.el (compilation-error-regexp-alist): | 35 * progmodes/compile.el (compilation-error-regexp-alist): |
45 Undo previous change. | 36 Undo previous change. |