aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2012-09-30 19:07:14 -0700
committerPaul Eggert2012-09-30 19:07:14 -0700
commit86ec63ba3057ac5b3b760ebbdd547ff6d455cb65 (patch)
tree4d51b01424790cd9f2d3369f12792f4d076e80e6 /src/ChangeLog
parent19e54a4d41c41edea579287b3a0423d4ff361d34 (diff)
downloademacs-86ec63ba3057ac5b3b760ebbdd547ff6d455cb65.tar.gz
emacs-86ec63ba3057ac5b3b760ebbdd547ff6d455cb65.zip
Revert the FOLLOW-SYMLINKS change for file-attributes.
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 9704c6d4469..9ad044a570a 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,11 @@
12012-10-01 Paul Eggert <eggert@cs.ucla.edu> 12012-10-01 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 Revert the FOLLOW-SYMLINKS change for file-attributes.
4 Doing it right would require several changes to Tramp, and there's
5 not enough time to get that tested before the freeze today.
6 * dired.c (directory_files_internal, Ffile_attributes):
7 Undo last change.
8
3 * frame.c (x_report_frame_params): Port better to wider ints. 9 * frame.c (x_report_frame_params): Port better to wider ints.
4 Do not assume that EMACS_UINT is the same width as uprintmax_t, 10 Do not assume that EMACS_UINT is the same width as uprintmax_t,
5 or that pointers can be printed in 15 decimal digits. 11 or that pointers can be printed in 15 decimal digits.