diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 21 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 28302d576ff..8f24016c348 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,23 @@ | |||
| 1 | 2005-06-10 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * comint.el (comint-mode, comint-snapshot-last-prompt): | ||
| 4 | * frame.el (frame-current-scroll-bars): | ||
| 5 | * term.el (term-mode, term-check-proc, term-input-sender) | ||
| 6 | (term-simple-send, term-extract-string, term-word) | ||
| 7 | (term-match-partial-filename): | ||
| 8 | * window.el (window-current-scroll-bars): | ||
| 9 | * emulation/cua-base.el (cua-normal-cursor-color) | ||
| 10 | (cua-read-only-cursor-color, cua-overwrite-cursor-color) | ||
| 11 | (cua-global-mark-cursor-color): | ||
| 12 | * mail/undigest.el (rmail-forward-separator-regex): | ||
| 13 | Fix typos in docstrings. | ||
| 14 | |||
| 15 | * comint.el (comint-check-proc, make-comint-in-buffer) | ||
| 16 | (comint-source-default): Doc fixes. | ||
| 17 | |||
| 18 | * term.el (term-send-string): Improve argument/docstring | ||
| 19 | consistency. | ||
| 20 | |||
| 1 | 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> | 21 | 2005-06-09 Luc Teirlinck <teirllm@auburn.edu> |
| 2 | 22 | ||
| 3 | * comint.el (comint-send-input): Bind `inhibit-read-only' around | 23 | * comint.el (comint-send-input): Bind `inhibit-read-only' around |
| @@ -9733,7 +9753,7 @@ | |||
| 9733 | * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses | 9753 | * toolbar/tool-bar.el (tool-bar-setup): Tool bar item dired uses |
| 9734 | icon diropen. New tool bar item find-file-existing uses icon open. | 9754 | icon diropen. New tool bar item find-file-existing uses icon open. |
| 9735 | 9755 | ||
| 9736 | * dired.el (dired-read-dir-and-switches): Call read-driectory-name | 9756 | * dired.el (dired-read-dir-and-switches): Call read-directory-name |
| 9737 | instead of read-file-name. | 9757 | instead of read-file-name. |
| 9738 | 9758 | ||
| 9739 | 2004-11-02 Ulf Jasper <ulf.jasper@web.de> | 9759 | 2004-11-02 Ulf Jasper <ulf.jasper@web.de> |