diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 24 |
1 files changed, 24 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 5cb8300c023..b860134af46 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,27 @@ | |||
| 1 | 2004-07-12 Vinicius Jose Latorre <viniciusjl@ig.com.br> | ||
| 2 | |||
| 3 | * printing.el: Doc fix. Change name of some funs. | ||
| 4 | (pr-dosify-file-name): New fun. Replace ps-dosify-path. | ||
| 5 | (pr-unixify-file-name): New fun. Replace ps-unixify-path. | ||
| 6 | (pr-standard-file-name): New fun. Replace pr-standard-path. | ||
| 7 | (pr-call-process): Code fix. | ||
| 8 | |||
| 9 | 2004-07-12 Luc Teirlinck <teirllm@auburn.edu> | ||
| 10 | |||
| 11 | * subr.el (with-selected-window): Doc fix. | ||
| 12 | |||
| 13 | 2004-07-11 Luc Teirlinck <teirllm@auburn.edu> | ||
| 14 | |||
| 15 | * subr.el (get-buffer-window-list): Doc fix. | ||
| 16 | |||
| 17 | 2004-07-10 Luc Teirlinck <teirllm@auburn.edu> | ||
| 18 | |||
| 19 | * files.el (switch-to-buffer-other-window): Doc fix. | ||
| 20 | |||
| 21 | * window.el (save-selected-window, one-window-p) | ||
| 22 | (split-window-keep-point, split-window-vertically) | ||
| 23 | (split-window-horizontally): Doc fixes. | ||
| 24 | |||
| 1 | 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> | 25 | 2004-07-10 Vinicius Jose Latorre <viniciusjl@ig.com.br> |
| 2 | 26 | ||
| 3 | * printing.el: Doc fix. Now it uses call-process instead of | 27 | * printing.el: Doc fix. Now it uses call-process instead of |