aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorKai Großjohann2002-08-05 14:58:21 +0000
committerKai Großjohann2002-08-05 14:58:21 +0000
commit5beaf83194cb9e3a7c7eeefb5d7f719e2069f08a (patch)
tree7c1857f8fc2d228cff47a5e235ddc0a1d39b8457 /lisp/ChangeLog
parent2363bd8daa375b4cd50331ab13523dbaebd226dc (diff)
downloademacs-5beaf83194cb9e3a7c7eeefb5d7f719e2069f08a.tar.gz
emacs-5beaf83194cb9e3a7c7eeefb5d7f719e2069f08a.zip
Version 2.0.11 released.
(tramp-perl-file-attributes): Print uid and gid as signed integers. (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded. Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP calling Tramp again. (tramp-find-file-exists-command): Check for `ls -d' last, after all the variants on `test -e'. (tramp-post-connection): Erase buffer before finding a command to check if file exists.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 07c84bea436..5e66842fa6e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,16 @@
12002-08-05 Kai Gro,b_(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
2
3 * net/tramp.el: Version 2.0.11 released.
4 (tramp-perl-file-attributes): Print uid and gid as signed
5 integers.
6 (tramp-invoke-ange-ftp): Correct check for Ange-FTP being loaded.
7 Invoke Ange-FTP with tramp-run-real-handler to avoid Ange-FTP
8 calling Tramp again.
9 (tramp-find-file-exists-command): Check for `ls -d' last, after
10 all the variants on `test -e'.
11 (tramp-post-connection): Erase buffer before finding a command to
12 check if file exists.
13
12002-08-05 David Kastrup <David.Kastrup@t-online.de> 142002-08-05 David Kastrup <David.Kastrup@t-online.de>
2 15
3 * calc/calc.el (math-format-stack-value): Revert a broken 16 * calc/calc.el (math-format-stack-value): Revert a broken