aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-11-15 15:37:17 +0000
committerChong Yidong2009-11-15 15:37:17 +0000
commit0566c4bc6bbcc88c4bbceda0de362e77b51c20ec (patch)
tree4cb8e974d13ed6cfc459965c9527cb5170f23198 /lisp/ChangeLog
parent0fc10137930b5fc2f58dad185606257c37aa0d00 (diff)
downloademacs-0566c4bc6bbcc88c4bbceda0de362e77b51c20ec.tar.gz
emacs-0566c4bc6bbcc88c4bbceda0de362e77b51c20ec.zip
* cedet/semantic/idle.el (semantic-idle-summary-mode)
(semantic-idle-summary-mode): Define using define-minor-mode instead of define-semantic-idle-service. (semantic-idle-summary-mode): New function. (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure that mouse motion does not reset the echo area.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog9
1 files changed, 9 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 94f0f388743..6b2b34df0fc 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,12 @@
12009-11-15 Chong Yidong <cyd@stupidchicken.com>
2
3 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4 (semantic-idle-summary-mode): Define using define-minor-mode
5 instead of define-semantic-idle-service.
6 (semantic-idle-summary-mode): New function.
7 (semantic-idle-summary-mode-setup): Use pre-command-hook to ensure
8 that mouse motion does not reset the echo area.
9
12009-11-15 Juri Linkov <juri@jurta.org> 102009-11-15 Juri Linkov <juri@jurta.org>
2 11
3 * simple.el (set-mark-default-inactive): Add :type, :group 12 * simple.el (set-mark-default-inactive): Add :type, :group