comparison lisp/ChangeLog @ 94405:0b0b94270961

*** empty log message ***
author Michael Albinus <michael.albinus@gmx.de>
date Sun, 27 Apr 2008 16:37:54 +0000
parents 049f194820fe
children f2c9fb488f97
comparison
equal deleted inserted replaced
94404:9ce39a6373c9 94405:0b0b94270961
1 2008-04-27 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-handle-make-symbolic-link)
4 (tramp-handle-file-name-directory)
5 (tramp-handle-file-name-nondirectory, tramp-handle-file-truename)
6 (tramp-do-copy-or-rename-file-directly)
7 (tramp-handle-insert-directory, tramp-handle-expand-file-name)
8 (tramp-handle-substitute-in-file-name)
9 (tramp-handle-insert-file-contents, tramp-handle-write-region)
10 * net/tramp-cache.el (tramp-get-file-property)
11 (tramp-set-file-property, tramp-flush-file-property)
12 (tramp-flush-directory-property)
13 * net/tramp-cpmpat.el (tramp-compat-make-temp-file)
14 * net/tramp-fish.el (tramp-fish-handle-expand-file-name): Disable
15 `file-name-handler-alist' when handling localname. It could have
16 a remote file syntax, like a VMS file name.
17
1 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br> 18 2008-04-27 Vinicius Jose Latorre <viniciusjl@ig.com.br>
2 19
3 * whitespace.el: New version 11.1. 20 * whitespace.el: New version 11.1.
4 (whitespace-trailing-regexp): Option fix, now trailing regexp must be 21 (whitespace-trailing-regexp): Option fix, now trailing regexp must be
5 enclosed by \\( and \\)$. Docstring fix. 22 enclosed by \\( and \\)$. Docstring fix.