aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/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 /lisp/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 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog16
1 files changed, 12 insertions, 4 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index f2d2f732222..d8b176fad65 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,11 @@
12013-11-25 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * frame.el (handle-focus-in, handle-focus-out): Move from frame.c.
4 Remove blink-cursor code.
5 (blink-cursor-timer-function, blink-cursor-suspend):
6 Don't special-case GUIs.
7 (blink-cursor-mode): Use focus-in/out-hook.
8
12013-11-25 Dmitry Gutov <dgutov@yandex.ru> 92013-11-25 Dmitry Gutov <dgutov@yandex.ru>
2 10
3 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it 11 * vc/vc-git.el (vc-git-annotate-extract-revision-at-line): Make it
@@ -86,13 +94,13 @@
86 94
872013-11-21 Leo Liu <sdl.web@gmail.com> 952013-11-21 Leo Liu <sdl.web@gmail.com>
88 96
89 * progmodes/octave.el (octave-mode, inferior-octave-mode): Fix 97 * progmodes/octave.el (octave-mode, inferior-octave-mode):
90 obsolete variable comment-use-global-state. 98 Fix obsolete variable comment-use-global-state.
91 99
922013-11-21 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de> 1002013-11-21 RĂ¼diger Sonderfeld <ruediger@c-plusplus.de>
93 101
94 * progmodes/octave.el (octave-mode-map, octave-mode-menu): Add 102 * progmodes/octave.el (octave-mode-map, octave-mode-menu):
95 `octave-source-file'. 103 Add `octave-source-file'.
96 (octave-source-file): New function. (Bug#15935) 104 (octave-source-file): New function. (Bug#15935)
97 105
982013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change) 1062013-11-21 Kenjiro Nakayama <nakayamakenjiro@gmail.com> (tiny change)