diff options
| author | Juanma Barranquero | 2013-07-18 18:50:05 +0200 |
|---|---|---|
| committer | Juanma Barranquero | 2013-07-18 18:50:05 +0200 |
| commit | 945c5bb194ecdc4f3be4223dcfcd88077391975b (patch) | |
| tree | 6245bb6e2f1b76640c3ed1568aff7ce9c43d63fd /lisp/ChangeLog | |
| parent | abd2f2a44e9225cdc89dc6643190dd13785bb48e (diff) | |
| download | emacs-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 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index fc38ef046a4..f56654af9ca 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-07-18 Juanma Barranquero <lekktu@gmail.com> | ||
| 2 | |||
| 3 | * frame.el (blink-cursor-timer-function, blink-cursor-suspend): | ||
| 4 | Add check for W32 (followup to 2013-07-16T11:41:06Z!jan.h.d@swipnet.se). | ||
| 5 | |||
| 1 | 2013-07-18 Michael Albinus <michael.albinus@gmx.de> | 6 | 2013-07-18 Michael Albinus <michael.albinus@gmx.de> |
| 2 | 7 | ||
| 3 | * filenotify.el (file-notify--library): Renamed from | 8 | * filenotify.el (file-notify--library): Renamed from |