aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorLynX2012-01-07 11:50:57 +0200
committerEli Zaretskii2012-01-07 11:50:57 +0200
commit069d2b507080e2cb2b4f9ed112c9b7d8c3f2dc22 (patch)
treeccd1ba62708aec369c08772c2d92c65eec4717ca /src/ChangeLog
parente490b28922e17178224c6842b40429675b751cc8 (diff)
downloademacs-069d2b507080e2cb2b4f9ed112c9b7d8c3f2dc22.tar.gz
emacs-069d2b507080e2cb2b4f9ed112c9b7d8c3f2dc22.zip
Fix bug #10284 with renaming a directory on MS-Windows.
src/w32.c (sys_rename): Report EXDEV when rename of a directory fails because the target is on another logical disk. (Bug#10284)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 468e73c190b..3e0eed38cfb 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,8 @@
12012-01-07 LynX <_LynX@bk.ru> (tiny change)
2
3 * w32.c (sys_rename): Report EXDEV when rename of a directory
4 fails because the target is on another logical disk. (Bug#10284)
5
12012-01-07 David Benjamin <davidben@mit.edu> (tiny change) 62012-01-07 David Benjamin <davidben@mit.edu> (tiny change)
2 7
3 * xterm.c (x_embed_request_focus): New function. 8 * xterm.c (x_embed_request_focus): New function.