Mercurial > emacs
comparison lisp/ChangeLog @ 46049:9a8b290e13d9
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Thu, 27 Jun 2002 16:01:35 +0000 |
parents | 05db6f1e91ca |
children | 83679cc0b798 |
comparison
equal
deleted
inserted
replaced
46048:05db6f1e91ca | 46049:9a8b290e13d9 |
---|---|
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 |
13 replacing Ange-FTP with Tramp. | 20 replacing Ange-FTP with Tramp. |
14 (tramp-repair-jka-compr): New function to factor out some | 21 (tramp-repair-jka-compr): New function to factor out some |
25 of the function, if applicable. | 32 of the function, if applicable. |
26 | 33 |
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 |
35 * emacs-lisp/cl.el (values): Simplify definition. | 41 * emacs-lisp/cl.el (values): Simplify definition. |
36 | 42 |
50 * dired.el (dired-find-alternate-file): Mark as disabled. | 56 * dired.el (dired-find-alternate-file): Mark as disabled. |
51 | 57 |
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. |
72 (tramp-find-shell): Use it. | 76 (tramp-find-shell): Use it. |
73 (tramp-open-connection-rsh): Support a kludgy feature for the | 77 (tramp-open-connection-rsh): Support a kludgy feature for the |