diff options
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 2d63c163eea..6f3da013030 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2007-07-22 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32-fns.el (set-default-process-coding-system): Use dos line ends | ||
| 4 | for input to cmdproxy on all versions of Windows. | ||
| 5 | Use dos line ends for input to plink. | ||
| 6 | |||
| 7 | * comint.el (comint-simple-send): Concat newline before sending. | ||
| 8 | (comint-password-prompt-regexp): Recognize plink's passphrase prompt. | ||
| 9 | |||
| 1 | 2007-07-22 Juri Linkov <juri@jurta.org> | 10 | 2007-07-22 Juri Linkov <juri@jurta.org> |
| 2 | 11 | ||
| 3 | * isearch.el (isearch-edit-string): Save old point and | 12 | * isearch.el (isearch-edit-string): Save old point and |