aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorEli Zaretskii2012-06-29 21:52:54 +0300
committerEli Zaretskii2012-06-29 21:52:54 +0300
commit2e5a663126a0260f5a8bb9d12b8c02c3745ea94b (patch)
tree4c3dd73d41c7eea0c8bfe3c37d068a812aef7b90 /src/ChangeLog
parent8d38f4616b85a226221e599c34e55298bb54d3cc (diff)
downloademacs-2e5a663126a0260f5a8bb9d12b8c02c3745ea94b.tar.gz
emacs-2e5a663126a0260f5a8bb9d12b8c02c3745ea94b.zip
Undo change in xdisp.c in 2012-06-29T11:48:08Z!dmantipov@yandex.ru.
src/xdisp.c (try_window_id): Undo last change. 'int' is wide enough to hold vertical pixel positions on screen.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a75ed5cbc37..4f3c229481e 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12012-06-29 Eli Zaretskii <eliz@gnu.org> 12012-06-29 Eli Zaretskii <eliz@gnu.org>
2 2
3 * xdisp.c (try_window_id): Undo last change.
4
3 * w32.c (getwd): Adjust commentary about startup_dir. 5 * w32.c (getwd): Adjust commentary about startup_dir.
4 (init_environment): Always call sys_access, even in non-MSVC 6 (init_environment): Always call sys_access, even in non-MSVC
5 builds. Don't chdir to the directory of the Emacs executable. 7 builds. Don't chdir to the directory of the Emacs executable.