diff options
| author | Eli Zaretskii | 2009-07-11 15:45:45 +0000 |
|---|---|---|
| committer | Eli Zaretskii | 2009-07-11 15:45:45 +0000 |
| commit | 65156807134f7d430f9e32086a228e4a3ad4f386 (patch) | |
| tree | 831ec08b72d62e076c89a5dfce46b844ad5e7388 /src/ChangeLog | |
| parent | be4c6380de40fb19e83df44fe4532275d1d12067 (diff) | |
| download | emacs-65156807134f7d430f9e32086a228e4a3ad4f386.tar.gz emacs-65156807134f7d430f9e32086a228e4a3ad4f386.zip | |
(directory_files_internal_w32_unwind) [WINDOWSNT]: New function.
(directory_files_internal) [WINDOWSNT]: Bind
w32-get-true-file-attributes to either t or nil, depending whether the
filesystem of the directory is fast or slow.
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index a75a48b8b9b..3d952982237 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,18 @@ | |||
| 1 | 2009-07-11 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * dired.c (directory_files_internal_w32_unwind) [WINDOWSNT]: New | ||
| 4 | function. | ||
| 5 | (directory_files_internal) [WINDOWSNT]: Bind | ||
| 6 | w32-get-true-file-attributes to either t or nil, depending whether | ||
| 7 | the filesystem of the directory is fast or slow. | ||
| 8 | |||
| 9 | * w32.c (logon_network_drive): Don't assume PATH is an absolute | ||
| 10 | file name. | ||
| 11 | (is_slow_fs): New function. | ||
| 12 | (stat): Use it to determine whether to issue more system calls to | ||
| 13 | get accurate file attributes, when w32-get-true-file-attributes is | ||
| 14 | `local'. | ||
| 15 | |||
| 1 | 2009-07-10 Jan Djärv <jan.h.d@swipnet.se> | 16 | 2009-07-10 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 17 | ||
| 3 | * xfns.c (Fx_select_font): Remember last font selected in | 18 | * xfns.c (Fx_select_font): Remember last font selected in |