comparison lisp/ChangeLog @ 98454:431a14612b87

Eliminate whitespace-kill-buffer-hook functionality.
author Vinicius Jose Latorre <viniciusjl@ig.com.br>
date Thu, 02 Oct 2008 00:49:49 +0000
parents aa00c07b3f62
children 33d466f1a725
comparison
equal deleted inserted replaced
98453:aa00c07b3f62 98454:431a14612b87
1 2008-10-01 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2
3 * whitespace.el: Eliminate whitespace-kill-buffer-hook functionality,
4 that is, to take some action when a buffer is killed. Suggested by
5 Stefan Monnier <monnier@iro.umontreal.ca>. Doc fix. New version
6 11.2.2.
7 (whitespace-action): Docstring and :type fix.
8 (whitespace-turn-on, whitespace-turn-off, whitespace-warn-read-only):
9 Code fix.
10 (whitespace-add-local-hook, whitespace-remove-local-hook)
11 (whitespace-kill-buffer-hook, whitespace-action): Fun eliminated.
12
1 2008-10-01 Magnus Henoch <mange@freemail.hu> 13 2008-10-01 Magnus Henoch <mange@freemail.hu>
2 14
3 * net/tls.el (open-tls-stream): Show the actual command being 15 * net/tls.el (open-tls-stream): Show the actual command being
4 executed, instead of the format string. 16 executed, instead of the format string.
5 17