diff options
| author | Stefan Monnier | 2002-06-27 16:01:35 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2002-06-27 16:01:35 +0000 |
| commit | 212bb1b5fb8aca50fc993f94df73e65a6e067e43 (patch) | |
| tree | 6ebd8d0342465a6b9fba5694e7386268a717d856 | |
| parent | 487fa986aebdab85678c86dd7c0e6f83cfc4cb1c (diff) | |
| download | emacs-212bb1b5fb8aca50fc993f94df73e65a6e067e43.tar.gz emacs-212bb1b5fb8aca50fc993f94df73e65a6e067e43.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 36 |
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 @@ | |||
| 1 | 2002-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 | |||
| 1 | 2002-06-27 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 9 | 2002-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 @@ | |||
| 27 | 2002-06-26 Juanma Barranquero <lektu@terra.es> | 34 | 2002-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 | ||
| 33 | 2002-06-26 Richard M. Stallman <rms@gnu.org> | 39 | 2002-06-26 Richard M. Stallman <rms@gnu.org> |
| 34 | 40 | ||
| @@ -52,20 +58,18 @@ | |||
| 52 | 2002-06-25 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE> | 58 | 2002-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. |