Mercurial > emacs
comparison lisp/ChangeLog @ 74167:a03e8735521c
*** empty log message ***
author | Lars Hansen <larsh@soem.dk> |
---|---|
date | Fri, 24 Nov 2006 19:14:46 +0000 |
parents | dcc98f8861e9 |
children | 029903a8a51d |
comparison
equal
deleted
inserted
replaced
74166:5b973e5dc882 | 74167:a03e8735521c |
---|---|
1 2006-11-24 Lars Hansen <larsh@soem.dk> | |
2 * net/tramp.el (tramp-default-method): Under Windows, change from | |
3 plink to pscp. | |
4 (tramp-copy-failed-regexp, tramp-action-copy-failed): Add. | |
5 (tramp-actions-copy-out-of-band): Add pair (tramp-copy-failed-regexp | |
6 tramp-action-copy-failed). | |
7 (tramp-action-out-of-band): Move "Permission denied" handling to | |
8 tramp-action-copy-failed. | |
9 (tramp-do-copy-or-rename-file-out-of-band): unwind-protect killing of | |
10 process buffer. | |
11 | |
1 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca> | 12 2006-11-24 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 13 |
3 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of | 14 * pgg-pgp.el (pgg-pgp-process-region): Change `args' from a list of |
4 strings to a single string. Quote `errors-file-name'. | 15 strings to a single string. Quote `errors-file-name'. |
5 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region) | 16 (pgg-pgp-encrypt-region, pgg-pgp-decrypt-region, pgg-pgp-sign-region) |