diff options
| author | Vinicius Jose Latorre | 2008-03-01 19:00:24 +0000 |
|---|---|---|
| committer | Vinicius Jose Latorre | 2008-03-01 19:00:24 +0000 |
| commit | 94dc593ff454b8754c8a381c9a356e81da10f2ff (patch) | |
| tree | 0d67e40a79fb3b89c71e4fe5d1fb732fb06e15bb /lisp/ChangeLog | |
| parent | e0c8ae101a411f2de94cd03ff8d27c5809e7bdff (diff) | |
| download | emacs-94dc593ff454b8754c8a381c9a356e81da10f2ff.tar.gz emacs-94dc593ff454b8754c8a381c9a356e81da10f2ff.zip | |
New version 9.3.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 29 |
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 @@ | |||
| 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 |