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 0e5e295a622..34e28866144 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,16 @@
12011-03-02 Paul Eggert <eggert@cs.ucla.edu>
2
3 Work around some portability problems with symlinks.
4
5 * fileio.c (Fmake_symbolic_link): Treat ENOSYS specially, and
6 generate a special message for it. Suggested by Eli Zaretskii in
7 <http://lists.gnu.org/archive/html/emacs-devel/2011-02/msg00995.html>.
8 (Frename_file, Fmake_symbolic_link, Ffile_symlink_p):
9 Simplify the code by assuming that the readlink and symlink calls
10 exist, even if they always fail on this host.
11 (Ffile_readable_p): Likewise, for fifos.
12 * config.in: Regenerate.
13
12011-02-27 Chong Yidong <cyd@stupidchicken.com> 142011-02-27 Chong Yidong <cyd@stupidchicken.com>
2 15
3 * frame.c (store_frame_param): Don't store value directly in 16 * frame.c (store_frame_param): Don't store value directly in