diff options
| author | Jason Rumney | 2011-07-08 20:46:17 +0800 |
|---|---|---|
| committer | Jason Rumney | 2011-07-08 20:46:17 +0800 |
| commit | 5df75e47acc4835afa4935c528c16e926b3b7f58 (patch) | |
| tree | 037d1a27ae4890ea08a838f2686e6ef76ed3af8a /src/ChangeLog | |
| parent | 2b7f7d9992e8b38f52e8159a77c3da4eaf743b95 (diff) | |
| download | emacs-5df75e47acc4835afa4935c528c16e926b3b7f58.tar.gz emacs-5df75e47acc4835afa4935c528c16e926b3b7f58.zip | |
* src/w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using
frame struct members of non-existent frames.
Fixes: debbugs:6284
Diffstat (limited to 'src/ChangeLog')
| -rw-r--r-- | src/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog index 89f5e0ee64d..c48956042a1 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2011-07-08 Jason Rumney <jasonr@gnu.org> | ||
| 2 | |||
| 3 | * w32fns.c (w32_wnd_proc) [WM_TIMER, WM_SET_CURSOR]: Avoid using | ||
| 4 | frame struct members of non-existent frames (Bug#6284). | ||
| 5 | |||
| 1 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> | 6 | 2011-07-08 Jan Djärv <jan.h.d@swipnet.se> |
| 2 | 7 | ||
| 3 | * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and | 8 | * nsterm.m (keyDown): Call to wantsToDelayTextChangeNotifications and |