Mercurial > emacs
comparison lisp/ChangeLog @ 79900:f549244775de
Fix problem with cleanning blank faces when turniing off blank-mode. Eliminate -face suffix.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 21 Jan 2008 12:43:46 +0000 |
parents | 4aceece42e9c |
children | d45e4a422bed 5d58981e6690 |
comparison
equal
deleted
inserted
replaced
79899:2f292415b5f8 | 79900:f549244775de |
---|---|
1 2008-01-21 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2 | |
3 * blank-mode.el: Fix a problem of cleaning blank faces when turning off | |
4 blank-mode in some buffers (like *info* buffers). Reported by Juanma | |
5 Barranquero <lekktu@gmail.com>. Eliminate `-face' suffix of all | |
6 blank-mode faces. Doc fix. New version 8.1. | |
7 (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when | |
8 CONDITION BODY). | |
9 (blank-space-face): Face/option name replaced by blank-space. | |
10 (blank-hspace-face): Face/option name replaced by blank-hspace. | |
11 (blank-tab-face): Face/option name replaced by blank-tab. | |
12 (blank-newline-face): Face/option name replaced by blank-newline. | |
13 (blank-trailing-face): Face/option name replaced by blank-trailing. | |
14 (blank-line-face): Face/option name replaced by blank-line. | |
15 (blank-space-before-tab-face): Face/option name replaced by | |
16 blank-space-before-tab. | |
17 (blank-color-on, blank-color-off, blank-display-char-on): Fix code. | |
18 | |
1 2008-01-20 Glenn Morris <rgm@gnu.org> | 19 2008-01-20 Glenn Morris <rgm@gnu.org> |
2 | 20 |
3 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to | 21 * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to |
4 prevent infloops. | 22 prevent infloops. |
5 | 23 |