aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 3070fcb6e9d..53c0d93f512 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,12 @@
12012-12-13 Paul Eggert <eggert@cs.ucla.edu>
2
3 * fileio.c (Fcopy_file): Make fstat failure as serious as open failure.
4 fstat shouldn't fail, and if it does fail copy-file should not proceed.
5 Remove unnecessary S_ISLNK test, as (contra the comments) this
6 function can't copy symlinks. Improve quality of error message
7 when attempting to copy files that are neither regular files nor
8 directories.
9
12012-12-12 Dmitry Antipov <dmantipov@yandex.ru> 102012-12-12 Dmitry Antipov <dmantipov@yandex.ru>
2 11
3 * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds. 12 * dispnew.c (set_window_cursor_after_update): Use clip_to_bounds.