aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorMichael Albinus2010-10-19 11:50:07 +0200
committerMichael Albinus2010-10-19 11:50:07 +0200
commit3224b54d5cc5964af5e6509579fd942eae04f1d1 (patch)
tree789b2e9a4cc8c9bb8682d7498bec1fbaa12678d3 /lisp/ChangeLog
parent2fe10446ee03d05506af9e787b56f4c2ca4ee956 (diff)
downloademacs-3224b54d5cc5964af5e6509579fd942eae04f1d1.tar.gz
emacs-3224b54d5cc5964af5e6509579fd942eae04f1d1.zip
* net/tramp-sh.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 949e7d40e3d..ed11b1c19b1 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12010-10-19 Michael Albinus <michael.albinus@gmx.de>
2
3 * net/tramp-sh.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 Julien Danjou <julien@danjou.info> 82010-10-18 Julien Danjou <julien@danjou.info>
2 9
3 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is 10 * avoid.el (mouse-avoidance-ignore-p): Ignore mouse when it is
@@ -95,7 +102,8 @@
952010-10-15 Michael Albinus <michael.albinus@gmx.de> 1022010-10-15 Michael Albinus <michael.albinus@gmx.de>
96 103
97 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell): 104 * net/tramp-sh.el (tramp-open-connection-setup-interactive-shell):
98 Suppress expansion of tabs to spaces. 105 Suppress expansion of tabs to spaces. Reported by Dale Sedivec
106 <dale@codefu.org>.
99 107
1002010-10-14 Kenichi Handa <handa@m17n.org> 1082010-10-14 Kenichi Handa <handa@m17n.org>
101 109