aboutsummaryrefslogtreecommitdiffstats
path: root/src/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-11-24 21:41:02 -0500
committerStefan Monnier2013-11-24 21:41:02 -0500
commit511fa0d3963313274ae2b74fc26fde52ddbddb42 (patch)
treec423a0c4ec9e29b2a3dd344f008e4a10832f9f72 /src/ChangeLog
parent310294a38369db86610e5f5ab82860ce6451eada (diff)
downloademacs-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/ChangeLog5
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 @@
12013-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
12013-11-25 Glenn Morris <rgm@gnu.org> 62013-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.