diff options
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 96e489bd731..46c601731c5 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,5 +1,13 @@ | |||
| 1 | 2011-05-24 Paul Eggert <eggert@cs.ucla.edu> | 1 | 2011-05-24 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 2 | ||
| 3 | * dbusbind.c: Use XFASTINT rather than XUINT, and check for nonneg. | ||
| 4 | (Fdbus_call_method, Fdbus_call_method_asynchronously): | ||
| 5 | Use XFASTINT rather than XUINT when numbers are nonnegative. | ||
| 6 | (xd_append_arg, Fdbus_method_return_internal): | ||
| 7 | (Fdbus_method_error_internal): Likewise. Also, for unsigned | ||
| 8 | arguments, check that Lisp number is nonnegative, rather than | ||
| 9 | silently wrapping negative numbers around. | ||
| 10 | |||
| 3 | * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT. | 11 | * data.c (arith_driver, Flsh): Avoid unnecessary casts to EMACS_UINT. |
| 4 | 12 | ||
| 5 | 2011-05-23 Paul Eggert <eggert@cs.ucla.edu> | 13 | 2011-05-23 Paul Eggert <eggert@cs.ucla.edu> |