aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-14 02:03:53 -0700
committerPaul Eggert2011-05-14 02:03:53 -0700
commit1a1f33668536488bb146bbd83cd0df741c4d9cdc (patch)
treef1f561596baac11716afa2b5b82c2245b91b05c8 /src/ChangeLog
parent66699ad31291ec329760966945ec4d4ad4688586 (diff)
downloademacs-1a1f33668536488bb146bbd83cd0df741c4d9cdc.tar.gz
emacs-1a1f33668536488bb146bbd83cd0df741c4d9cdc.zip
Fixups, following up to the user-interface timestamp change.
* nsterm.m (last_mouse_movement_time, ns_mouse_position): Use Time for UI timestamps, instead of unsigned long. * w32gui.h (Time): Define by including "systime.h" rather than by declaring it ourselves. (Bug#8664)
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog8
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 @@
12011-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
12011-05-13 Paul Eggert <eggert@cs.ucla.edu> 92011-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.