aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog13
1 files changed, 13 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index d46e34c8525..8efc90727e1 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12015-01-27 Eli Zaretskii <eliz@gnu.org>
2
3 * dired.c (directory_files_internal) [WINDOWSNT]: If readdir
4 returns NULL and errno is ENOTDIR, behave as if opendir failed to
5 open the directory. (Bug#19701)
6
7 * w32.c (sys_readdir): If FindFirstFile fails because the
8 directory doesn't exist, set errno to ENOTDIR.
9
102015-01-24 Jan Djärv <jan.h.d@swipnet.se>
11
12 * nsterm.m (drawRect:): Add block/unblock_input (Bug#19660).
13
12015-01-21 Paul Eggert <eggert@cs.ucla.edu> 142015-01-21 Paul Eggert <eggert@cs.ucla.edu>
2 15
3 Fix coding.c subscript error 16 Fix coding.c subscript error