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 9e4492d2c90..9ee4a3de1d0 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,9 @@ | |||
| 1 | 2014-09-24 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | * keyboard.c (make_lispy_event): Avoid unnecessary tests | ||
| 4 | of bit 28 and of whether an unsigned value is negative. | ||
| 5 | This simplifies the code a bit, and pacifies clang 3.4. | ||
| 6 | |||
| 1 | 2014-09-24 Eli Zaretskii <eliz@gnu.org> | 7 | 2014-09-24 Eli Zaretskii <eliz@gnu.org> |
| 2 | 8 | ||
| 3 | * systime.h (Time): Define as size_t, to be consistent with 64-bit | 9 | * systime.h (Time): Define as size_t, to be consistent with 64-bit |