comparison lisp/ChangeLog @ 92372:0418e6ff8eb2

New version 9.3.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Sat, 01 Mar 2008 19:00:24 +0000
parents d442efe2d5a7
children 3cb290e82a4d
comparison
equal deleted inserted replaced
92371:d442efe2d5a7 92372:0418e6ff8eb2
1 2008-03-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * whitespace.el: New version 9.3. As the glyph code generation was
4 fixed, it is possible now to use character code above ?\x1FFFF in the
5 display table. Fix `whitespace-indentation-regexp' to not include an
6 extra ending character. Reported by Michael Welsh Duggan
7 <mwd@cert.org>. Added hook actions when buffer is written or killed as
8 the original whitespace package had. Suggested by Eric Cooper
9 <ecc@cmu.edu>. Doc fix.
10 (whitespace-action): New option.
11 (whitespace-display-mappings): Changed default newline visualization to
12 display downwards arrow, as the glyph code generation was fixed.
13 (whitespace-unload-function): Assure that all local whitespace mode is
14 turned off.
15 (whitespace-global-modes): Fix type customization.
16 (whitespace-mode, global-whitespace-mode, whitespace-cleanup-region)
17 (whitespace-insert-option-mark, whitespace-help-on, whitespace-turn-on)
18 (whitespace-turn-off, whitespace-color-on, whitespace-display-char-on):
19 Fix code.
20 (whitespace-buffer): Command removed.
21 (whitespace-trailing-regexp, whitespace-mark-x)
22 (whitespace-display-window, whitespace-action-when-on)
23 (whitespace-add-local-hook, whitespace-remove-local-hook)
24 (whitespace-write-file-hook, whitespace-kill-buffer-hook)
25 (whitespace-action): New funs.
26 (whitespace-report-list, whitespace-report-text)
27 (whitespace-report-buffer-name): New consts.
28 (whitespace-report, whitespace-report-region): New commands.
29
1 2008-03-01 Juanma Barranquero <lekktu@gmail.com> 30 2008-03-01 Juanma Barranquero <lekktu@gmail.com>
2 31
3 * disp-table.el (make-glyph-code): Don't test the result of 32 * disp-table.el (make-glyph-code): Don't test the result of
4 `face-id', which already signals an error for invalid faces. 33 `face-id', which already signals an error for invalid faces.
5 (glyph-face): Simplify. 34 (glyph-face): Simplify.