emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog,v [EMACS_22_BASE]


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v [EMACS_22_BASE]
Date: Mon, 21 Jan 2008 12:43:48 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Branch:         EMACS_22_BASE
Changes by:     Vinicius Jose Latorre <viniciusjl>      08/01/21 12:43:47

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.11049.2.561
retrieving revision 1.11049.2.562
diff -u -b -r1.11049.2.561 -r1.11049.2.562
--- ChangeLog   20 Jan 2008 04:01:05 -0000      1.11049.2.561
+++ ChangeLog   21 Jan 2008 12:43:44 -0000      1.11049.2.562
@@ -1,3 +1,21 @@
+2008-01-21  Vinicius Jose Latorre  <address@hidden>
+
+       * blank-mode.el: Fix a problem of cleaning blank faces when turning off
+       blank-mode in some buffers (like *info* buffers).  Reported by Juanma
+       Barranquero <address@hidden>.  Eliminate `-face' suffix of all
+       blank-mode faces.  Doc fix.  New version 8.1.
+       (blank-turn-on, blank-turn-off): Replace (and CONDITION BODY) by (when
+       CONDITION BODY).
+       (blank-space-face): Face/option name replaced by blank-space.
+       (blank-hspace-face): Face/option name replaced by blank-hspace.
+       (blank-tab-face): Face/option name replaced by blank-tab.
+       (blank-newline-face): Face/option name replaced by blank-newline.
+       (blank-trailing-face): Face/option name replaced by blank-trailing.
+       (blank-line-face): Face/option name replaced by blank-line.
+       (blank-space-before-tab-face): Face/option name replaced by
+       blank-space-before-tab.
+       (blank-color-on, blank-color-off, blank-display-char-on): Fix code.
+
 2008-01-20  Glenn Morris  <address@hidden>
 
        * progmodes/python.el: Quote all calls to "auxiliary skeleton"s to




reply via email to

[Prev in Thread] Current Thread [Next in Thread]