aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog29
1 files changed, 29 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8f446aead30..045be916d24 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,32 @@
12008-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
12008-03-01 Juanma Barranquero <lekktu@gmail.com> 302008-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