aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2009-11-15 15:59:05 +0000
committerChong Yidong2009-11-15 15:59:05 +0000
commitd7063de9b8682d080addd9fe74bf979b6227c978 (patch)
tree018c76402f00bd230bc05743a5d365f471ab4956 /lisp/ChangeLog
parent0566c4bc6bbcc88c4bbceda0de362e77b51c20ec (diff)
downloademacs-d7063de9b8682d080addd9fe74bf979b6227c978.tar.gz
emacs-d7063de9b8682d080addd9fe74bf979b6227c978.zip
* strokes.el (strokes-update-window-configuration): Make strokes
buffer current before erasing (Bug#4906).
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog3
1 files changed, 3 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6b2b34df0fc..5f623e20a9e 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,8 @@
12009-11-15 Chong Yidong <cyd@stupidchicken.com> 12009-11-15 Chong Yidong <cyd@stupidchicken.com>
2 2
3 * strokes.el (strokes-update-window-configuration): Make strokes
4 buffer current before erasing (Bug#4906).
5
3 * cedet/semantic/idle.el (semantic-idle-summary-mode) 6 * cedet/semantic/idle.el (semantic-idle-summary-mode)
4 (semantic-idle-summary-mode): Define using define-minor-mode 7 (semantic-idle-summary-mode): Define using define-minor-mode
5 instead of define-semantic-idle-service. 8 instead of define-semantic-idle-service.