Mercurial > emacs
comparison lisp/ChangeLog @ 59996:aac0a33f5772
Change release version from 21.4 to 22.1 throughout.
Change development version from 21.3.50 to 22.0.50.
author | Kim F. Storm <storm@cua.dk> |
---|---|
date | Wed, 09 Feb 2005 15:50:47 +0000 |
parents | 3e0903b0d56d |
children | e89ca9089d07 |
comparison
equal
deleted
inserted
replaced
59995:8f4938738427 | 59996:aac0a33f5772 |
---|---|
6697 calls to respective `xxx` calls. | 6697 calls to respective `xxx` calls. |
6698 (tramp-process-alive-regexp): Precise doc string. | 6698 (tramp-process-alive-regexp): Precise doc string. |
6699 (tramp-multi-action-process-alive): New defun. | 6699 (tramp-multi-action-process-alive): New defun. |
6700 (tramp-multi-actions): Use it. | 6700 (tramp-multi-actions): Use it. |
6701 (tramp-handle-find-backup-file-name): `copy-tree' is available | 6701 (tramp-handle-find-backup-file-name): `copy-tree' is available |
6702 since Emacs 21.4 only (XEmacs has it). Implementation rewritten | 6702 since Emacs 22.1 only (XEmacs has it). Implementation rewritten |
6703 in order to avoid this function. | 6703 in order to avoid this function. |
6704 (tramp-handle-write-region): Set current buffer. If connection | 6704 (tramp-handle-write-region): Set current buffer. If connection |
6705 wasn't open, `file-modes' has changed it accidently. Reported by | 6705 wasn't open, `file-modes' has changed it accidently. Reported by |
6706 David Kastrup <dak@gnu.org>. | 6706 David Kastrup <dak@gnu.org>. |
6707 (tramp-enter-password, tramp-read-passwd): New arguments USER and | 6707 (tramp-enter-password, tramp-read-passwd): New arguments USER and |
11328 (tramp-file-name-handler-alist): Add `dired-compress-file' entry. | 11328 (tramp-file-name-handler-alist): Add `dired-compress-file' entry. |
11329 (tramp-handle-dired-compress-file): New function. | 11329 (tramp-handle-dired-compress-file): New function. |
11330 (tramp-async-proc): New variable. | 11330 (tramp-async-proc): New variable. |
11331 (tramp-handle-shell-command): Adding asynchronous processes. | 11331 (tramp-handle-shell-command): Adding asynchronous processes. |
11332 They are far from being perfect, but it works at least for | 11332 They are far from being perfect, but it works at least for |
11333 `find-grep-dired' and `find-name-dired' in Emacs 21.4. | 11333 `find-grep-dired' and `find-name-dired' in Emacs 22.1. |
11334 (top-level): Require password.el if visible. Should be mandatory | 11334 (top-level): Require password.el if visible. Should be mandatory |
11335 once No Gnus has found its way into (X)Emacs. | 11335 once No Gnus has found its way into (X)Emacs. |
11336 (tramp-read-passwd): Invoke `password-read' if available, | 11336 (tramp-read-passwd): Invoke `password-read' if available, |
11337 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as | 11337 `read-passwd' otherwise. `ange-ftp-read-passwd' isn't used as |
11338 fallback any longer. | 11338 fallback any longer. |
12939 in order to handle uid/gid as strings, if desired. | 12939 in order to handle uid/gid as strings, if desired. |
12940 (tramp-handle-file-truename, tramp-handle-file-symlink-p): | 12940 (tramp-handle-file-truename, tramp-handle-file-symlink-p): |
12941 Apply `file-attributes' instead of `tramp-handle-file-attributes' in | 12941 Apply `file-attributes' instead of `tramp-handle-file-attributes' in |
12942 order to make the function more general. | 12942 order to make the function more general. |
12943 (tramp-handle-file-attributes): Replace proprietary optional | 12943 (tramp-handle-file-attributes): Replace proprietary optional |
12944 parameter NONNUMERIC by the recently (Emacs 21.4) introduced ID-FORMAT. | 12944 parameter NONNUMERIC by the recently (Emacs 22.1) introduced ID-FORMAT. |
12945 (tramp-handle-file-attributes-with-perl): Handle parameter | 12945 (tramp-handle-file-attributes-with-perl): Handle parameter |
12946 NONNUMERIC if set. This wasn't done in the past. | 12946 NONNUMERIC if set. This wasn't done in the past. |
12947 (tramp-post-connection): Apply second parameter "$2" if | 12947 (tramp-post-connection): Apply second parameter "$2" if |
12948 `tramp-remote-perl' is called. | 12948 `tramp-remote-perl' is called. |
12949 | 12949 |
12950 * net/tramp-smb.el (tramp-smb-handle-delete-file): | 12950 * net/tramp-smb.el (tramp-smb-handle-delete-file): |
12951 Correct cut'n'waste error (`filename' instead of `directory'). | 12951 Correct cut'n'waste error (`filename' instead of `directory'). |
12952 (tramp-smb-handle-directory-files-and-attributes) | 12952 (tramp-smb-handle-directory-files-and-attributes) |
12953 (tramp-smb-handle-file-attributes): Add recently (Emacs 21.4) | 12953 (tramp-smb-handle-file-attributes): Add recently (Emacs 22.1) |
12954 introduced parameter ID-FORMAT. | 12954 introduced parameter ID-FORMAT. |
12955 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste | 12955 (tramp-smb-handle-make-directory-internal): Correct cut'n'waste |
12956 error (`directory' instead of `ldir'). | 12956 error (`directory' instead of `ldir'). |
12957 | 12957 |
12958 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if | 12958 * net/tramp-vc.el (tramp-handle-vc-user-login-name): Check if |