Mercurial > emacs
comparison lisp/ChangeLog @ 49645:4e94855c037e
Change dates for the entries concerning the 2.0.29 Tramp commit such
that they all reflect the commit date, instead of the date of the
individual changes.
This is deemed better than keeping the original change date because
it makes sure that the ChangeLog dates have more or less sequential
order.
author | Kai Großjohann <kgrossjo@eu.uu.net> |
---|---|
date | Fri, 07 Feb 2003 17:53:05 +0000 |
parents | a5205ac20363 |
children | b1ebc6035394 |
comparison
equal
deleted
inserted
replaced
49644:834df49192b0 | 49645:4e94855c037e |
---|---|
55 * net/tramp.el: Version 2.0.29 released. | 55 * net/tramp.el: Version 2.0.29 released. |
56 | 56 |
57 * net/tramp.el (tramp-send-region): Protect against | 57 * net/tramp.el (tramp-send-region): Protect against |
58 tramp-chunksize being nil. | 58 tramp-chunksize being nil. |
59 | 59 |
60 2003-02-04 Michael Albinus <Michael.Albinus@alcatel.de> | 60 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
61 | 61 |
62 * net/tramp.el (tramp-handle-directory-file-name): Handle the case | 62 * net/tramp.el (tramp-handle-directory-file-name): Handle the case |
63 PATH is "". | 63 PATH is "". |
64 (tramp-completion-handle-file-name-all-completions): | 64 (tramp-completion-handle-file-name-all-completions): |
65 Define `tramp-current-user' locally. See `tramp-parse-passwd'. | 65 Define `tramp-current-user' locally. See `tramp-parse-passwd'. |
78 | 78 |
79 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): | 79 * net/tramp-smb.el (tramp-smb-file-name-handler-alist): |
80 Apply `tramp-handle-directory-file-name' in order to profit from Kai's | 80 Apply `tramp-handle-directory-file-name' in order to profit from Kai's |
81 yesterday changes. | 81 yesterday changes. |
82 | 82 |
83 2003-02-03 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 83 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
84 | 84 |
85 * net/tramp.el (tramp-chunksize): Set default to 500 as workaround | 85 * net/tramp.el (tramp-chunksize): Set default to 500 as workaround |
86 for some ssh connections. | 86 for some ssh connections. |
87 (tramp-handle-directory-file-name): New implementation. Not sure | 87 (tramp-handle-directory-file-name): New implementation. Not sure |
88 if it works. | 88 if it works. |
89 | 89 |
90 2003-01-28 Michael Albinus <Michael.Albinus@alcatel.de> | 90 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
91 | 91 |
92 * net/tramp.el (tramp-get-device): `tramp-make-tramp-file-name' | 92 * net/tramp.el (tramp-get-device): `tramp-make-tramp-file-name' |
93 must not be called with NIL path. It fails in case of multi-method. | 93 must not be called with NIL path. It fails in case of multi-method. |
94 | 94 |
95 2003-01-27 Michael Albinus <Michael.Albinus@alcatel.de> | 95 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
96 | 96 |
97 * net/tramp.el (tramp-file-name-for-operation): | 97 * net/tramp.el (tramp-file-name-for-operation): |
98 Apply `expand-file-name' for relative file names only. Otherwise there | 98 Apply `expand-file-name' for relative file names only. Otherwise there |
99 might be problems if the default directory is another Tramp | 99 might be problems if the default directory is another Tramp |
100 directory as the directory the file is based on. | 100 directory as the directory the file is based on. |
101 (tramp-find-foreign-file-name-handler): Check whether FILENAME is | 101 (tramp-find-foreign-file-name-handler): Check whether FILENAME is |
102 a Tramp file name. It isn't if it comes from an expanded file | 102 a Tramp file name. It isn't if it comes from an expanded file |
103 name (like "/xx:yy//zz"). | 103 name (like "/xx:yy//zz"). |
104 | 104 |
105 2003-01-25 Michael Albinus <Michael.Albinus@alcatel.de> | 105 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
106 | 106 |
107 * net/tramp.el (tramp-devices): New variable. Keeps virtual | 107 * net/tramp.el (tramp-devices): New variable. Keeps virtual |
108 device numbers. Devices must distinguish physical file systems. | 108 device numbers. Devices must distinguish physical file systems. |
109 The device numbers provided by "lstat" aren't unique, because we | 109 The device numbers provided by "lstat" aren't unique, because we |
110 operate on different hosts. So we use virtual device numbers, | 110 operate on different hosts. So we use virtual device numbers, |
129 know"), which is more honest. | 129 know"), which is more honest. |
130 (tramp-smb-handle-make-directory): Use Emacs file name primitives | 130 (tramp-smb-handle-make-directory): Use Emacs file name primitives |
131 instead of calling tramp-smb-handle-* equivalents directly. | 131 instead of calling tramp-smb-handle-* equivalents directly. |
132 (tramp-smb-read-file-entry): Return size as a number but a string. | 132 (tramp-smb-read-file-entry): Return size as a number but a string. |
133 | 133 |
134 2003-01-24 Michael Albinus <Michael.Albinus@alcatel.de> | 134 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
135 | 135 |
136 * net/tramp.el (tramp-completion-function-alist-ssh): Add parsing | 136 * net/tramp.el (tramp-completion-function-alist-ssh): Add parsing |
137 of "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai. | 137 of "/etc/ssh_config" and "~/.ssh/config". Suggested by Kai. |
138 (tramp-completion-function-alist, tramp-set-completion-function): | 138 (tramp-completion-function-alist, tramp-set-completion-function): |
139 Doc string update. | 139 Doc string update. |
140 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions. | 140 (tramp-parse-sconfig, tramp-parse-sconfig-group): New functions. |
141 Provide parsing of "~/.ssh/config" style files. | 141 Provide parsing of "~/.ssh/config" style files. |
142 | 142 |
143 2003-01-21 Michael Albinus <Michael.Albinus@alcatel.de> | 143 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
144 | 144 |
145 * net/tramp.el (tramp-completion-handle-expand-file-name): | 145 * net/tramp.el (tramp-completion-handle-expand-file-name): |
146 Apply `tramp-drop-volume-letter'. Otherwise, there are problems on W32 | 146 Apply `tramp-drop-volume-letter'. Otherwise, there are problems on W32 |
147 systems. | 147 systems. |
148 | 148 |
149 2003-01-21 Michael Albinus <Michael.Albinus@alcatel.de> | 149 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
150 | 150 |
151 * net/tramp-smb.el (tramp-smb-get-device, tramp-smb-get-inode): | 151 * net/tramp-smb.el (tramp-smb-get-device, tramp-smb-get-inode): |
152 New functions. Device number and inode number don't exist for SMB | 152 New functions. Device number and inode number don't exist for SMB |
153 files. Therefore we must generate virtual ones. | 153 files. Therefore we must generate virtual ones. |
154 (tramp-smb-devices, tramp-smb-inodes): New variables. Keep | 154 (tramp-smb-devices, tramp-smb-inodes): New variables. Keep |
155 generated virtual device numbers and inodes numbers for SMB files. | 155 generated virtual device numbers and inodes numbers for SMB files. |
156 (tramp-smb-handle-file-attributes): Apply them. | 156 (tramp-smb-handle-file-attributes): Apply them. |
157 | 157 |
158 2003-01-14 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 158 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
159 | 159 |
160 * net/tramp.el (tramp-md5-function): Require md5 before checking | 160 * net/tramp.el (tramp-md5-function): Require md5 before checking |
161 function md5. If using md5-encode, put wrapper around it that | 161 function md5. If using md5-encode, put wrapper around it that |
162 converts vector of bytes to ascii text. | 162 converts vector of bytes to ascii text. |
163 | 163 |
164 2003-01-13 Michael Albinus <Michael.Albinus@alcatel.de> | 164 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
165 | 165 |
166 * net/tramp.el (tramp-completion-mode): Perform check (integerp | 166 * net/tramp.el (tramp-completion-mode): Perform check (integerp |
167 last-input-event) before (event-modifiers last-input-event) - | 167 last-input-event) before (event-modifiers last-input-event) - |
168 there might be problems if `last-input-event' is a mouse event. | 168 there might be problems if `last-input-event' is a mouse event. |
169 | 169 |
170 2003-01-12 Michael Albinus <Michael.Albinus@alcatel.de> | 170 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
171 | 171 |
172 * net/tramp.el (tramp-parse-rhosts, tramp-parse-shosts) | 172 * net/tramp.el (tramp-parse-rhosts, tramp-parse-shosts) |
173 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc): | 173 (tramp-parse-hosts, tramp-parse-passwd, tramp-parse-netrc): |
174 Use `file-readable-p' instead of `file-exists-p'. Otherwise these | 174 Use `file-readable-p' instead of `file-exists-p'. Otherwise these |
175 functions might block. Reported by <kin@neoscale.com>. | 175 functions might block. Reported by <kin@neoscale.com>. |
176 | 176 |
177 2003-01-02 Michael Albinus <Michael.Albinus@alcatel.de> | 177 2003-02-05 Michael Albinus <Michael.Albinus@alcatel.de> |
178 | 178 |
179 * net/tramp-ftp.el (top-level): Defaults for | 179 * net/tramp-ftp.el (top-level): Defaults for |
180 `tramp-default-method-alist' must be a list. | 180 `tramp-default-method-alist' must be a list. |
181 | 181 |
182 * net/tramp-smb.el (top-level): Defaults for | 182 * net/tramp-smb.el (top-level): Defaults for |
183 `tramp-default-method-alist' must be a list. | 183 `tramp-default-method-alist' must be a list. |
184 | 184 |
185 2003-01-02 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> | 185 2003-02-05 Kai Gro,A_(Bjohann <kai.grossjohann@uni-duisburg.de> |
186 | 186 |
187 * net/tramp.el (top-level): Avoid byte-compiler warnings of unused | 187 * net/tramp.el (top-level): Avoid byte-compiler warnings of unused |
188 variables if the byte-compiler supports this. This is for the | 188 variables if the byte-compiler supports this. This is for the |
189 with-parsed-tramp-file-name macro which is wont to produce such stuff. | 189 with-parsed-tramp-file-name macro which is wont to produce such stuff. |
190 | 190 |