diff options
| author | Michael Albinus | 2010-10-19 11:26:21 +0200 |
|---|---|---|
| committer | Michael Albinus | 2010-10-19 11:26:21 +0200 |
| commit | bca0f839a56a1edd8562ada5962b809323f39efc (patch) | |
| tree | 06abcb689af69ecea638c15b9238db266a4a82a1 /lisp/ChangeLog | |
| parent | e8b69dc2863ee79bef680cbd3837267f2481f005 (diff) | |
| download | emacs-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/ChangeLog | 10 |
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 @@ | |||
| 1 | 2010-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 | |||
| 1 | 2010-10-18 Stefan Monnier <monnier@iro.umontreal.ca> | 8 | 2010-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 @@ | |||
| 15 | 2010-10-15 Michael Albinus <michael.albinus@gmx.de> | 22 | 2010-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 | ||
| 20 | 2010-10-15 Kenichi Handa <handa@m17n.org> | 28 | 2010-10-15 Kenichi Handa <handa@m17n.org> |
| 21 | 29 | ||