diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 96f6eb07cd1..9704c6d4469 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,10 @@ | |||
| 1 | 2012-10-01 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * 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, | ||
| 5 | or that pointers can be printed in 15 decimal digits. | ||
| 6 | Avoid GCC warnings if EMACS_UINT is wider than a pointer. | ||
| 7 | |||
| 1 | 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr> | 8 | 2012-09-30 Fabrice Popineau <fabrice.popineau@supelec.fr> |
| 2 | 9 | ||
| 3 | Support x64 build on MS-Windows. | 10 | Support x64 build on MS-Windows. |