diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 9 |
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 99f3128b321..ec8f7e219f7 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,12 @@ | |||
| 1 | 2012-11-14 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (faccessat): Rename from sys_faccessat. (No need to use a | ||
| 4 | different name, as the MS runtime does not have such a function, | ||
| 5 | and probably never will.) All callers changed. Ignore DIRFD | ||
| 6 | value if PATH is an absolute file name, to match Posix spec | ||
| 7 | better. If AT_SYMLINK_NOFOLLOW is set in FLAGS, don't resolve | ||
| 8 | symlinks. | ||
| 9 | |||
| 1 | 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru> | 10 | 2012-11-14 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 11 | ||
| 3 | * xdisp.c (echo_area_display, redisplay_internal): | 12 | * xdisp.c (echo_area_display, redisplay_internal): |