diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index e5517eeb8db..a75ed5cbc37 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,16 @@ | |||
| 1 | 2012-06-29 Eli Zaretskii <eliz@gnu.org> | ||
| 2 | |||
| 3 | * w32.c (getwd): Adjust commentary about startup_dir. | ||
| 4 | (init_environment): Always call sys_access, even in non-MSVC | ||
| 5 | builds. Don't chdir to the directory of the Emacs executable. | ||
| 6 | This undoes code from 1997 which was justified by the need to | ||
| 7 | "avoid conflicts when removing and renaming directories". But its | ||
| 8 | downside was that every relative file name was being interpreted | ||
| 9 | relative to the directory of the Emacs executable, which can never | ||
| 10 | be TRT. In particular, it broke sys_access when called with | ||
| 11 | relative file names. | ||
| 12 | (sys_access): Map GetLastError to errno. | ||
| 13 | |||
| 1 | 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru> | 14 | 2012-06-29 Dmitry Antipov <dmantipov@yandex.ru> |
| 2 | 15 | ||
| 3 | * window.h (struct window): Change type of 'fringes_outside_margins' | 16 | * window.h (struct window): Change type of 'fringes_outside_margins' |