Mercurial > emacs
comparison lisp/ChangeLog @ 87878:3f6dc5290b26
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:45:58 +0000 |
parents | 477edf716b1b |
children | d9edfa21892c |
comparison
equal
deleted
inserted
replaced
87877:477edf716b1b | 87878:3f6dc5290b26 |
---|---|
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 | |
19 * blank-mode.el: Install all patches done by Juanma Barranquero | |
20 <lekktu@gmail.com> in emacs-22 branch. | |
21 (blank-style, blank-chars, blank-hspace-regexp) | |
22 (blank-space-regexp, blank-tab-regexp, blank-trailing-regexp) | |
23 (blank-space-before-tab-regexp, blank-global-modes, blank-mode) | |
24 (global-blank-mode): Doc fixes. | |
25 (blank, blank-space-face, blank-hspace-face, blank-tab-face) | |
26 (blank-newline-face, blank-trailing-face, blank-line-face) | |
27 (blank-space-before-tab-face, blank-display-mappings) | |
28 (blank-chars-value-list, blank-style-value-list, blank-toggle-options) | |
29 (global-blank-toggle-options, blank-help-text, blank-interactive-char) | |
30 (blank-turn-on, blank-turn-off, blank-color-on, blank-color-off): | |
31 Fix typos in docstrings. | |
32 | |
1 2008-01-21 Juanma Barranquero <lekktu@gmail.com> | 33 2008-01-21 Juanma Barranquero <lekktu@gmail.com> |
2 | 34 |
3 * server.el (server-log-time-function): New function. | 35 * server.el (server-log-time-function): New function. |
4 (server-log): Use it. | 36 (server-log): Use it. |
5 | 37 |