aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorJuanma Barranquero2013-07-18 18:50:05 +0200
committerJuanma Barranquero2013-07-18 18:50:05 +0200
commit945c5bb194ecdc4f3be4223dcfcd88077391975b (patch)
tree6245bb6e2f1b76640c3ed1568aff7ce9c43d63fd /src/ChangeLog
parentabd2f2a44e9225cdc89dc6643190dd13785bb48e (diff)
downloademacs-945c5bb194ecdc4f3be4223dcfcd88077391975b.tar.gz
emacs-945c5bb194ecdc4f3be4223dcfcd88077391975b.zip
Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.
* lisp/frame.el (blink-cursor-timer-function, blink-cursor-suspend): Add check for W32. * src/keyboard.c (kbd_buffer_get_event): * src/w32term.c (x_focus_changed): Port FOCUS_(IN|OUT)_EVENT changes to W32.
Diffstat (limited to 'src/ChangeLog')
-rw-r--r--src/ChangeLog6
1 files changed, 6 insertions, 0 deletions
diff --git a/src/ChangeLog b/src/ChangeLog
index 8a1c163998b..de80ac168bd 100644
--- a/src/ChangeLog
+++ b/src/ChangeLog
@@ -1,3 +1,9 @@
12013-07-18 Juanma Barranquero <lekktu@gmail.com>
2
3 * keyboard.c (kbd_buffer_get_event):
4 * w32term.c (x_focus_changed): Port FOCUS_(IN|OUT)_EVENT changes to W32.
5 Followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se.
6
12013-07-18 Paul Eggert <eggert@cs.ucla.edu> 72013-07-18 Paul Eggert <eggert@cs.ucla.edu>
2 8
3 * filelock.c: Fix unlikely file descriptor leaks. 9 * filelock.c: Fix unlikely file descriptor leaks.