aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-03-01 21:25:09 -0800
committerPaul Eggert2011-03-01 21:25:09 -0800
commit6c0dea8a89bdfbdad454a9609f0bed8db4c9fccf (patch)
treefbde0220480ce4d37903e98c74c5103a0f320f16 /src/ChangeLog
parent8889f4e2c332b0ecedc9e6088252f4cbae301236 (diff)
parent4a8b879b87962d5f37c05d3650f43cc571b22bc7 (diff)
downloademacs-6c0dea8a89bdfbdad454a9609f0bed8db4c9fccf.tar.gz
emacs-6c0dea8a89bdfbdad454a9609f0bed8db4c9fccf.zip
Merge: Work around some portability problems with symlinks.
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