aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-05-13 22:45:58 +0200
committerMichael Albinus2010-05-13 22:45:58 +0200
commit3b30ccdab30ffa36d4138d7f9b9d4724f29b4352 (patch)
tree3f63b47dfbae4dcff456048129817abb8d35c9a2 /lisp/ChangeLog
parent41d81b80f1a70765aed7503a9c5205c0a030e3ab (diff)
downloademacs-3b30ccdab30ffa36d4138d7f9b9d4724f29b4352.tar.gz
emacs-3b30ccdab30ffa36d4138d7f9b9d4724f29b4352.zip
* net/tramp.el (with-progress-reporter): Create reporter object
only when the message would be displayed. Handled nested calls. (tramp-handle-load, tramp-handle-file-local-copy) (tramp-handle-insert-file-contents, tramp-handle-write-region) (tramp-maybe-send-script, tramp-find-shell): Use `with-progress-reporter'. (tramp-handle-dired-compress-file, tramp-maybe-open-connection): Fix message text. * net/tramp-smb.el (tramp-smb-handle-copy-file) (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file) (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection): Use `with-progress-reporter'.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 16 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 8c4b4d5c40d..1c640193efd 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,19 @@
12010-05-13 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (with-progress-reporter): Create reporter object
4 only when the message would be displayed. Handled nested calls.
5 (tramp-handle-load, tramp-handle-file-local-copy)
6 (tramp-handle-insert-file-contents, tramp-handle-write-region)
7 (tramp-maybe-send-script, tramp-find-shell): Use
8 `with-progress-reporter'.
9 (tramp-handle-dired-compress-file, tramp-maybe-open-connection):
10 Fix message text.
11
12 * net/tramp-smb.el (tramp-smb-handle-copy-file)
13 (tramp-smb-handle-file-local-copy, tramp-smb-handle-rename-file)
14 (tramp-smb-handle-write-region, tramp-smb-maybe-open-connection):
15 Use `with-progress-reporter'.
16
12010-05-13 Agustín Martín <agustin.martin@hispalinux.es> 172010-05-13 Agustín Martín <agustin.martin@hispalinux.es>
2 18
3 * ispell.el (ispell-init-process): Do not kill ispell process 19 * ispell.el (ispell-init-process): Do not kill ispell process