aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-30 14:12:04 -0700
committerPaul Eggert2012-09-30 14:12:04 -0700
commite7a2937b11bffc9ac24936e9f46201ce2abf38cc (patch)
tree93dcf60d3f9136ef291a68e76d793a5feb50f3d6 /src/ChangeLog
parentb9ab1b1f1c8f85fb624b9f170f4adf7f764d248b (diff)
downloademacs-e7a2937b11bffc9ac24936e9f46201ce2abf38cc.tar.gz
emacs-e7a2937b11bffc9ac24936e9f46201ce2abf38cc.zip
file-attributes has a new optional arg FOLLOW-SYMLINKS.
* doc/lispref/files.texi (File Attributes): Describe it. (Magic File Names): Use it. * etc/NEWS: Document the change. * lisp/files.el (remote-file-name-inhibit-cache): * lisp/time.el (display-time-file-nonempty-p): Use it. * lisp/files.el (after-find-file): Don't chase links before calling file-exists-p, as file-exists-p already does the right thing. * src/dired.c (directory_files_internal, Ffile_attributes): New arg follow_symlinks. All uses changed.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 1d3d1f7f4e2..257333a3f98 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12012-09-30 Paul Eggert <eggert@cs.ucla.edu>
2
3 file-attributes has a new optional arg FOLLOW-SYMLINKS.
4 * dired.c (directory_files_internal, Ffile_attributes):
5 New arg follow_symlinks. All uses changed.
6
12012-09-30 Stefan Monnier <monnier@iro.umontreal.ca> 72012-09-30 Stefan Monnier <monnier@iro.umontreal.ca>
2 8
3 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change. 9 * .gdbinit (xbacktrace): Adjust to recent "struct backtrace" change.