diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index c64416a6454..a1dc1c2adab 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2012-12-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (stat_worker): If w32_stat_get_owner_group is zero, do not | ||
| 4 | try to get accurate owner and group information from NT file | ||
| 5 | security APIs. This is to make most callers of 'stat' and | ||
| 6 | 'lstat', which don't need that information, much faster. | ||
| 7 | |||
| 8 | * dired.c (Ffile_attributes) [WINDOWSNT]: Set | ||
| 9 | w32_stat_get_owner_group to a non-zero value, to request accurate | ||
| 10 | owner and group information from 'lstat'. | ||
| 11 | |||
| 1 | 2012-12-13 Paul Eggert <eggert@cs.ucla.edu> | 12 | 2012-12-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 13 | ||
| 3 | * fileio.c (Finsert_file_contents): Don't put tail into head area, | 14 | * fileio.c (Finsert_file_contents): Don't put tail into head area, |