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


From: Vinicius Jose Latorre
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog,v
Date: Sat, 26 Apr 2008 11:38:51 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      08/04/26 11:38:50

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.13562
retrieving revision 1.13563
diff -u -b -r1.13562 -r1.13563
--- ChangeLog   26 Apr 2008 05:40:16 -0000      1.13562
+++ ChangeLog   26 Apr 2008 11:38:47 -0000      1.13563
@@ -1,3 +1,36 @@
+2008-04-26  Vinicius Jose Latorre  <address@hidden>
+
+       * whitespace.el: There is now only one variable (whitespace-style) to
+       specify which kind of blank is visualized.  Doc and docstring fix. New
+       version 11.0.
+       (whitespace-style): New option, replace whitespace-style-mark and
+       whitespace-style-color.
+       (whitespace-style-mark, whitespace-style-color): Options removed.
+       (whitespace-hspace, whitespace-tab, whitespace-newline)
+       (whitespace-trailing, whitespace-line, whitespace-space-before-tab)
+       (whitespace-indentation, whitespace-empty, whitespace-space-after-tab)
+       (whitespace-hspace-regexp, whitespace-space-regexp)
+       (whitespace-tab-regexp, whitespace-trailing-regexp)
+       (whitespace-space-before-tab-regexp, whitespace-indentation-regexp)
+       (whitespace-empty-at-bob-regexp, whitespace-empty-at-eob-regexp)
+       (whitespace-space-after-tab-regexp, whitespace-line-column)
+       (whitespace-display-mappings, whitespace-report): Docstring fix.
+       (whitespace-color-value-list, whitespace-mark-value-list)
+       (whitespace-active-color, whitespace-active-mark)
+       (whitespace-toggle-color, whitespace-toggle-mark): Vars removed.
+       (whitespace-style-value-list, whitespace-active-style)
+       (whitespace-toggle-style): New vars.
+       (whitespace-toggle-option-alist, whitespace-help-text): Var
+       initialization and docstring fix.
+       (whitespace-toggle-options, global-whitespace-toggle-options)
+       (whitespace-cleanup, whitespace-cleanup-region)
+       (whitespace-report-region, whitespace-interactive-char)
+       (whitespace-toggle-list): Docstring and code fix.
+       (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
+       (whitespace-turn-off, whitespace-color-on, whitespace-color-off)
+       (whitespace-display-char-on, whitespace-display-char-off): Code fix.
+       (whitespace-style-face-p, whitespace-style-mark-p): New fun.
+
 2008-04-26  Stefan Monnier  <address@hidden>
 
        * diff-mode.el (diff-hunk-header-re-unified): Allow elided line counts.




reply via email to

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