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, 01 Mar 2008 19:00:25 +0000

CVSROOT:        /sources/emacs
Module name:    emacs
Changes by:     Vinicius Jose Latorre <viniciusjl>      08/03/01 19:00:24

Index: ChangeLog
===================================================================
RCS file: /sources/emacs/emacs/lisp/ChangeLog,v
retrieving revision 1.12934
retrieving revision 1.12935
diff -u -b -r1.12934 -r1.12935
--- ChangeLog   1 Mar 2008 15:40:44 -0000       1.12934
+++ ChangeLog   1 Mar 2008 19:00:22 -0000       1.12935
@@ -1,3 +1,32 @@
+2008-03-01  Vinicius Jose Latorre  <address@hidden>
+
+       * whitespace.el: New version 9.3.  As the glyph code generation was
+       fixed, it is possible now to use character code above ?\x1FFFF in the
+       display table.  Fix `whitespace-indentation-regexp' to not include an
+       extra ending character.  Reported by Michael Welsh Duggan
+       <address@hidden>.  Added hook actions when buffer is written or killed 
as
+       the original whitespace package had.  Suggested by Eric Cooper
+       <address@hidden>.  Doc fix.
+       (whitespace-action): New option.
+       (whitespace-display-mappings): Changed default newline visualization to
+       display downwards arrow, as the glyph code generation was fixed.
+       (whitespace-unload-function): Assure that all local whitespace mode is
+       turned off.
+       (whitespace-global-modes): Fix type customization.
+       (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
+       (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
+       (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
+       Fix code.
+       (whitespace-buffer): Command removed.
+       (whitespace-trailing-regexp, whitespace-mark-x)
+       (whitespace-display-window, whitespace-action-when-on)
+       (whitespace-add-local-hook, whitespace-remove-local-hook)
+       (whitespace-write-file-hook, whitespace-kill-buffer-hook)
+       (whitespace-action): New funs.
+       (whitespace-report-list, whitespace-report-text)
+       (whitespace-report-buffer-name): New consts.
+       (whitespace-report, whitespace-report-region): New commands.
+
 2008-03-01  Juanma Barranquero  <address@hidden>
 
        * disp-table.el (make-glyph-code): Don't test the result of




reply via email to

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