diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 6 |
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 @@ | |||
| 1 | 2012-10-01 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2012-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. |