diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 46c601731c5..9037adeeb01 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -7,6 +7,7 @@ | |||
| 7 | (Fdbus_method_error_internal): Likewise. Also, for unsigned | 7 | (Fdbus_method_error_internal): Likewise. Also, for unsigned |
| 8 | arguments, check that Lisp number is nonnegative, rather than | 8 | arguments, check that Lisp number is nonnegative, rather than |
| 9 | silently wrapping negative numbers around. | 9 | silently wrapping negative numbers around. |
| 10 | (xd_read_message_1): Don't assume dbus_uint32_t can fit in int. | ||
| 10 | 11 | ||
| 11 | * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT. | 12 | * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT. |
| 12 | 13 | ||