diff options
| author | Paul Eggert | 2014-10-02 19:20:52 -0700 |
|---|---|---|
| committer | Paul Eggert | 2014-10-02 19:20:52 -0700 |
| commit | 11bd10a7df907289382bd6f06753e274376d7629 (patch) | |
| tree | 328d75ecf3ac1c6e1c391ad503577f4853f2708c /src/ChangeLog | |
| parent | 7118822435bafe077c73b026e9e463a10e96f09a (diff) | |
| download | emacs-11bd10a7df907289382bd6f06753e274376d7629.tar.gz emacs-11bd10a7df907289382bd6f06753e274376d7629.zip | |
Fix x-focus-frame bug with "Not an in-range integer".
* xselect.c (X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX, X_LONG_MIN)
(X_ULONG_MAX): Move these macros to xterm.h.
(x_fill_property_data): Be more generous about allowing either
signed or unsigned data of the appropriate width.
* xterm.h (x_display_set_last_user_time): New function.
All setters of last_user_time changd to use this function.
If ENABLE_CHECKING, check that the times are in range.
Fixes: debbugs:18586
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 11 |
1 files changed, 11 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 4e10e606c87..f5f1d8e0458 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,14 @@ | |||
| 1 | 2014-10-03 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fix x-focus-frame bug with "Not an in-range integer" (Bug#18586). | ||
| 4 | * xselect.c (X_SHRT_MAX, X_SHRT_MIN, X_LONG_MAX, X_LONG_MIN) | ||
| 5 | (X_ULONG_MAX): Move these macros to xterm.h. | ||
| 6 | (x_fill_property_data): Be more generous about allowing either | ||
| 7 | signed or unsigned data of the appropriate width. | ||
| 8 | * xterm.h (x_display_set_last_user_time): New function. | ||
| 9 | All setters of last_user_time changd to use this function. | ||
| 10 | If ENABLE_CHECKING, check that the times are in range. | ||
| 11 | |||
| 1 | 2014-10-02 Eli Zaretskii <eliz@gnu.org> | 12 | 2014-10-02 Eli Zaretskii <eliz@gnu.org> |
| 2 | 13 | ||
| 3 | * dispnew.c (adjust_decode_mode_spec_buffer): Use 'int' instead of | 14 | * dispnew.c (adjust_decode_mode_spec_buffer): Use 'int' instead of |