diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 9dbabec7bf9..1e2dcf1e558 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,15 @@ | |||
| 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. |