comparison lisp/ChangeLog @ 46048:05db6f1e91ca

(tramp-file-name-structure) (tramp-multi-file-name-hop-structure): Split for easier readability. (tramp-handle-make-symbolic-link): Use user/host/method/... from LINKNAME, not FILENAME. (tramp-handle-verify-visited-file-modtime): Call tramp-ange-ftp-file-name-p with right parameters. (tramp-handle-verify-visited-file-modtime): `insert' does not work for integers, convert them to strings first. (tramp-handle-ange-ftp): New function to perform setup for replacing Ange-FTP with Tramp. (tramp-repair-jka-compr): New function to factor out some previously top-level code. Call the function at top-level.
author Kai Großjohann <kgrossjo@eu.uu.net>
date Thu, 27 Jun 2002 15:52:51 +0000
parents 743d753b9c4b
children 9a8b290e13d9
comparison
equal deleted inserted replaced
46047:24044f416cc3 46048:05db6f1e91ca
1 2002-06-27 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3 * net/tramp.el (tramp-file-name-structure)
4 (tramp-multi-file-name-hop-structure): Split for easier
5 readability.
6 (tramp-handle-make-symbolic-link): Use user/host/method/... from
7 LINKNAME, not FILENAME.
8 (tramp-handle-verify-visited-file-modtime): Call
9 tramp-ange-ftp-file-name-p with right parameters.
10 (tramp-handle-verify-visited-file-modtime): `insert' does not
11 work for integers, convert them to strings first.
12 (tramp-handle-ange-ftp): New function to perform setup for
13 replacing Ange-FTP with Tramp.
14 (tramp-repair-jka-compr): New function to factor out some
15 previously top-level code. Call the function at top-level.
16
1 2002-06-27 Juanma Barranquero <lektu@terra.es> 17 2002-06-27 Juanma Barranquero <lektu@terra.es>
2 18
3 * composite.el (decompose-composite-char): Fix docstring. 19 * composite.el (decompose-composite-char): Fix docstring.
4 20
5 * faces.el (describe-face): Capitalize "not documented" message. 21 * faces.el (describe-face): Capitalize "not documented" message.