aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorStefan Monnier2002-06-27 16:01:35 +0000
committerStefan Monnier2002-06-27 16:01:35 +0000
commit212bb1b5fb8aca50fc993f94df73e65a6e067e43 (patch)
tree6ebd8d0342465a6b9fba5694e7386268a717d856
parent487fa986aebdab85678c86dd7c0e6f83cfc4cb1c (diff)
downloademacs-212bb1b5fb8aca50fc993f94df73e65a6e067e43.tar.gz
emacs-212bb1b5fb8aca50fc993f94df73e65a6e067e43.zip
*** empty log message ***
-rw-r--r--lisp/ChangeLog36
1 files changed, 20 insertions, 16 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2a61756d2ae..c26eae9e888 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,12 +1,19 @@
12002-06-27 Stefan Monnier <monnier@cs.yale.edu>
2
3 * uniquify.el (uniquify-delay-rationalize-file-buffer-names):
4 Rename from delay-uniquify-rationalize-file-buffer-names.
5 Only rationalize if the buffer is under uniquify control.
6 (uniquify-delayed-rationalize-file-buffer-names):
7 Rename from delayed-uniquify-rationalize-file-buffer-names.
8
12002-06-27 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 92002-06-27 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2 10
3 * net/tramp.el (tramp-file-name-structure) 11 * net/tramp.el (tramp-file-name-structure)
4 (tramp-multi-file-name-hop-structure): Split for easier 12 (tramp-multi-file-name-hop-structure): Split for easier readability.
5 readability.
6 (tramp-handle-make-symbolic-link): Use user/host/method/... from 13 (tramp-handle-make-symbolic-link): Use user/host/method/... from
7 LINKNAME, not FILENAME. 14 LINKNAME, not FILENAME.
8 (tramp-handle-verify-visited-file-modtime): Call 15 (tramp-handle-verify-visited-file-modtime):
9 tramp-ange-ftp-file-name-p with right parameters. 16 Call tramp-ange-ftp-file-name-p with right parameters.
10 (tramp-handle-verify-visited-file-modtime): `insert' does not 17 (tramp-handle-verify-visited-file-modtime): `insert' does not
11 work for integers, convert them to strings first. 18 work for integers, convert them to strings first.
12 (tramp-handle-ange-ftp): New function to perform setup for 19 (tramp-handle-ange-ftp): New function to perform setup for
@@ -27,8 +34,7 @@
272002-06-26 Juanma Barranquero <lektu@terra.es> 342002-06-26 Juanma Barranquero <lektu@terra.es>
28 35
29 * info.el (info-menu-5): Fix documentation. 36 * info.el (info-menu-5): Fix documentation.
30 (Info-fontify-maximum-menu-size): Remove reference to 37 (Info-fontify-maximum-menu-size): Remove reference to `Info-fontify'.
31 `Info-fontify'.
32 38
332002-06-26 Richard M. Stallman <rms@gnu.org> 392002-06-26 Richard M. Stallman <rms@gnu.org>
34 40
@@ -52,20 +58,18 @@
522002-06-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> 582002-06-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
53 59
54 * net/tramp.el (tramp-ftp-method): New user option. 60 * net/tramp.el (tramp-ftp-method): New user option.
55 (tramp-invoke-ange-ftp): New function to forward calls to 61 (tramp-invoke-ange-ftp): New function to forward calls to Ange-FTP.
56 Ange-FTP.
57 (with-parsed-tramp-file-name): New macro for the usual big `let' 62 (with-parsed-tramp-file-name): New macro for the usual big `let'
58 statement to dissect a file-name. 63 statement to dissect a file-name.
59 (tramp-handle-make-symbolic-link, tramp-handle-load) 64 (tramp-handle-make-symbolic-link, tramp-handle-load)
60 (tramp-handle-file-name-directory) 65 (tramp-handle-file-name-directory)
61 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename) 66 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
62 (tramp-handle-file-truename, tramp-handle-file-directory-p) 67 (tramp-handle-file-truename, tramp-handle-file-directory-p)
63 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p) 68 (tramp-handle-file-regular-p, tramp-handle-file-symlink-p)
64 (tramp-handle-file-writable-p, tramp-handle-file-writable-p): 69 (tramp-handle-file-writable-p, tramp-handle-file-writable-p):
65 Use the new macro and forward call to Ange-FTP if applicable. 70 Use the new macro and forward call to Ange-FTP if applicable.
66 (tramp-make-ange-ftp-file-name): New helper function to convert a 71 (tramp-make-ange-ftp-file-name): New helper function to convert a
67 file name into an Ange-FTP file name, used by 72 file name into an Ange-FTP file name, used by `tramp-invoke-ange-ftp'.
68 `tramp-invoke-ange-ftp'.
69 (tramp-default-method-alist): New user option. 73 (tramp-default-method-alist): New user option.
70 (tramp-find-default-method): Use it. 74 (tramp-find-default-method): Use it.
71 (tramp-sh-extra-args): New variable. 75 (tramp-sh-extra-args): New variable.