aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorPaul Eggert2011-05-12 13:30:05 -0700
committerPaul Eggert2011-05-12 13:30:05 -0700
commitf6a24d19906993b975e7be822abbb3cfce719751 (patch)
tree65904cbfb3740b10318aeed84d41cde7a8e8ccdc /src/ChangeLog
parent08dc5ae68e9c699410256ca9052bd09f336ac87f (diff)
downloademacs-f6a24d19906993b975e7be822abbb3cfce719751.tar.gz
emacs-f6a24d19906993b975e7be822abbb3cfce719751.zip
* term.c (term_mouse_position): Don't assume time_t wraparound.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index a772106c521..21c03ba8220 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,5 +1,7 @@
12011-05-12 Paul Eggert <eggert@cs.ucla.edu> 12011-05-12 Paul Eggert <eggert@cs.ucla.edu>
2 2
3 * term.c (term_mouse_position): Don't assume time_t wraparound.
4
3 Be more systematic about user-interface timestamps. 5 Be more systematic about user-interface timestamps.
4 Before, the code sometimes used 'Time', sometimes 'unsigned long', 6 Before, the code sometimes used 'Time', sometimes 'unsigned long',
5 and sometimes 'EMACS_UINT', to represent these timestamps. This 7 and sometimes 'EMACS_UINT', to represent these timestamps. This
@@ -14,6 +16,7 @@
14 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise. 16 * menu.c (Fx_popup_menu) [!HAVE_X_WINDOWS]: Likewise.
15 * menu.h (xmenu_show): Likewise. 17 * menu.h (xmenu_show): Likewise.
16 * term.c (term_mouse_position): Likewise. 18 * term.c (term_mouse_position): Likewise.
19
17 * termhooks.h (struct input_event.timestamp): Likewise. 20 * termhooks.h (struct input_event.timestamp): Likewise.
18 (struct terminal.mouse_position_hook): Likewise. 21 (struct terminal.mouse_position_hook): Likewise.
19 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise. 22 * xmenu.c (create_and_show_popup_menu, xmenu_show): Likewise.