Mercurial > emacs
comparison lisp/ChangeLog @ 88047:c3209403990d
Move whitespace.el to obsolete dir.
author | Vinicius Jose Latorre <viniciusjl@ig.com.br> |
---|---|
date | Mon, 28 Jan 2008 13:58:19 +0000 |
parents | e5e78e681967 |
children | 80ed73017af4 |
comparison
equal
deleted
inserted
replaced
88046:2e00b91ccbc1 | 88047:c3209403990d |
---|---|
1 2008-01-28 Vinicius Jose Latorre <viniciusjl@ig.com.br> | |
2 | |
3 * whitespace.el: Moved to obsolete dir. | |
4 | |
5 * blank-mode.el: New version 9.2. Replace whitespace funs by aliases | |
6 in blank-mode. | |
7 (whitespace-buffer): New fun. | |
8 (whitespace-region): Alias for whitespace-buffer, because there is no | |
9 blank-region fun. | |
10 (whitespace-cleanup): Alias for blank-cleanup. | |
11 (whitespace-cleanup-region): Alias for blank-cleanup-region. | |
12 | |
1 2008-01-27 Juanma Barranquero <lekktu@gmail.com> | 13 2008-01-27 Juanma Barranquero <lekktu@gmail.com> |
2 | 14 |
3 * server.el (server-log-time-function): Doc fix. | 15 * server.el (server-log-time-function): Doc fix. |
4 (server-buffer): Fix typo in docstring. | 16 (server-buffer): Fix typo in docstring. |
5 | 17 |