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 9bdbb9a7d18..dca9a174c34 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2011-05-14 Paul Eggert <eggert@cs.ucla.edu> | ||
| 2 | |||
| 3 | Fixups, following up to the user-interface timestamp change. | ||
| 4 | * nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time | ||
| 5 | for UI timestamps, instead of unsigned long. | ||
| 6 | * w32gui.h (Time): Define by including "systime.h" rather than by | ||
| 7 | declaring it ourselves. (Bug#8664) | ||
| 8 | |||
| 1 | 2011-05-13 Paul Eggert <eggert@cs.ucla.edu> | 9 | 2011-05-13 Paul Eggert <eggert@cs.ucla.edu> |
| 2 | 10 | ||
| 3 | * editfns.c (Fformat): Fix several integer overflow problems. | 11 | * editfns.c (Fformat): Fix several integer overflow problems. |