aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorPaul Eggert2012-09-30 19:07:14 -0700
committerPaul Eggert2012-09-30 19:07:14 -0700
commit86ec63ba3057ac5b3b760ebbdd547ff6d455cb65 (patch)
tree4d51b01424790cd9f2d3369f12792f4d076e80e6 /etc
parent19e54a4d41c41edea579287b3a0423d4ff361d34 (diff)
downloademacs-86ec63ba3057ac5b3b760ebbdd547ff6d455cb65.tar.gz
emacs-86ec63ba3057ac5b3b760ebbdd547ff6d455cb65.zip
Revert the FOLLOW-SYMLINKS change for file-attributes.
Diffstat (limited to 'etc')
-rw-r--r--etc/ChangeLog5
-rw-r--r--etc/NEWS5
2 files changed, 5 insertions, 5 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 0cd21f53a41..d8cb96e0f5e 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,8 @@
12012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2
3 Revert the FOLLOW-SYMLINKS change for file-attributes.
4 * NEWS: Undo last change.
5
12012-09-30 Paul Eggert <eggert@cs.ucla.edu> 62012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2 7
3 file-attributes has a new optional arg FOLLOW-SYMLINKS. 8 file-attributes has a new optional arg FOLLOW-SYMLINKS.
diff --git a/etc/NEWS b/etc/NEWS
index 9a232fd0a5b..2791a25e051 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -807,11 +807,6 @@ The PSECS slot is new, and uses picosecond resolution. It can be
807accessed via the new timer--psecs accessor. 807accessed via the new timer--psecs accessor.
808 808
809+++ 809+++
810** file-attributes has a new optional argument FOLLOW-SYMLINKS
811that says whether to follow symbolic links. The default, as before,
812is to not follow symlinks.
813
814+++
815** Floating point functions now always return special values like NaN, 810** Floating point functions now always return special values like NaN,
816instead of signaling errors, if given invalid args, e.g. (log -1.0). 811instead of signaling errors, if given invalid args, e.g. (log -1.0).
817Previously, they returned NaNs on some platforms but signaled errors 812Previously, they returned NaNs on some platforms but signaled errors