diff options
| author | Joakim Verona | 2012-12-14 15:12:27 +0100 |
|---|---|---|
| committer | Joakim Verona | 2012-12-14 15:12:27 +0100 |
| commit | bb099166ee76931d2018d337098fd6814bd55e5d (patch) | |
| tree | be16ebdc7acbc5549c3df02b8c88c96131e0afaa /src/ChangeLog | |
| parent | 86c87c05b650cac7d163e97f538642f4dffd2a9c (diff) | |
| parent | 5c207910c4899af1c547b0e508692d846c145d48 (diff) | |
| download | emacs-bb099166ee76931d2018d337098fd6814bd55e5d.tar.gz emacs-bb099166ee76931d2018d337098fd6814bd55e5d.zip | |
auto upstream
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, |