diff options
| author | Stefan Monnier | 2013-11-24 21:41:02 -0500 |
|---|---|---|
| committer | Stefan Monnier | 2013-11-24 21:41:02 -0500 |
| commit | 511fa0d3963313274ae2b74fc26fde52ddbddb42 (patch) | |
| tree | c423a0c4ec9e29b2a3dd344f008e4a10832f9f72 /src/ChangeLog | |
| parent | 310294a38369db86610e5f5ab82860ce6451eada (diff) | |
| download | emacs-511fa0d3963313274ae2b74fc26fde52ddbddb42.tar.gz emacs-511fa0d3963313274ae2b74fc26fde52ddbddb42.zip | |
* lisp/frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
Remove blink-cursor code.
(blink-cursor-timer-function, blink-cursor-suspend): Don't special-case GUIs.
(blink-cursor-mode): Use focus-in/out-hook.
* src/frame.c (Fhandle_focus_in, Fhandle_focus_out): Move to frame.el.
(syms_of_frame): Don't defsubr them.
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 7f417ccca8a..9947ba4b070 100644 --- a/src/ChangeLog +++ b/src/ChangeLog | |||
| @@ -1,3 +1,8 @@ | |||
| 1 | 2013-11-25 Stefan Monnier <monnier@iro.umontreal.ca> | ||
| 2 | |||
| 3 | * frame.c (Fhandle_focus_in, Fhandle_focus_out): Move to frame.el. | ||
| 4 | (syms_of_frame): Don't defsubr them. | ||
| 5 | |||
| 1 | 2013-11-25 Glenn Morris <rgm@gnu.org> | 6 | 2013-11-25 Glenn Morris <rgm@gnu.org> |
| 2 | 7 | ||
| 3 | * lread.c (load_path_default): Change the sense of the argument. | 8 | * lread.c (load_path_default): Change the sense of the argument. |