aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-10-19 11:26:21 +0200
committerMichael Albinus2010-10-19 11:26:21 +0200
commitbca0f839a56a1edd8562ada5962b809323f39efc (patch)
tree06abcb689af69ecea638c15b9238db266a4a82a1 /lisp/ChangeLog
parente8b69dc2863ee79bef680cbd3837267f2481f005 (diff)
downloademacs-bca0f839a56a1edd8562ada5962b809323f39efc.tar.gz
emacs-bca0f839a56a1edd8562ada5962b809323f39efc.zip
* net/tramp.el (tramp-do-file-attributes-with-stat)
(tramp-do-directory-files-and-attributes-with-stat): Use "e0" in order to make stat results a float. Patch by Andreas Schwab <schwab@linux-m68k.org>.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog10
1 files changed, 9 insertions, 1 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 2f40d3565e0..4d04453791a 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12010-10-19 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp.el (tramp-do-file-attributes-with-stat)
4 (tramp-do-directory-files-and-attributes-with-stat): Use "e0" in
5 order to make stat results a float. Patch by Andreas Schwab
6 <schwab@linux-m68k.org>.
7
12010-10-18 Stefan Monnier <monnier@iro.umontreal.ca> 82010-10-18 Stefan Monnier <monnier@iro.umontreal.ca>
2 9
3 * repeat.el (repeat): Use read-key (bug#6256). 10 * repeat.el (repeat): Use read-key (bug#6256).
@@ -15,7 +22,8 @@
152010-10-15 Michael Albinus <michael.albinus@gmx.de> 222010-10-15 Michael Albinus <michael.albinus@gmx.de>
16 23
17 * net/tramp.el (tramp-open-connection-setup-interactive-shell): 24 * net/tramp.el (tramp-open-connection-setup-interactive-shell):
18 Suppress expansion of tabs to spaces. 25 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
26 <dale@codefu.org>.
19 27
202010-10-15 Kenichi Handa <handa@m17n.org> 282010-10-15 Kenichi Handa <handa@m17n.org>
21 29