aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorStefan Monnier2013-03-29 10:23:24 -0400
committerStefan Monnier2013-03-29 10:23:24 -0400
commitefc0bb734970ef30dfe6fbda151b797bcac4ae1f (patch)
tree9e0695479336aed27e5ba91129f47ef6ab3586f4 /lisp/ChangeLog
parentd406cffa8e82893802232f4eea8f6f1a478d263a (diff)
downloademacs-efc0bb734970ef30dfe6fbda151b797bcac4ae1f.tar.gz
emacs-efc0bb734970ef30dfe6fbda151b797bcac4ae1f.zip
* lisp/mpc.el: Use defvar-local and setq-local.
(mpc--proc-connect): Connection failures are not bugs. (mpc-mode-map): `follow-link' only applies to the buffer's content. (mpc-volume-map): Bind to the up-events.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog7
1 files changed, 7 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 1865491d382..36b69c1ac28 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,10 @@
12013-03-29 Stefan Monnier <monnier@iro.umontreal.ca>
2
3 * mpc.el: Use defvar-local and setq-local.
4 (mpc--proc-connect): Connection failures are not bugs.
5 (mpc-mode-map): `follow-link' only applies to the buffer's content.
6 (mpc-volume-map): Bind to the up-events.
7
12013-03-29 Teodor Zlatanov <tzz@lifelogs.com> 82013-03-29 Teodor Zlatanov <tzz@lifelogs.com>
2 9
3 * progmodes/subword.el (superword-mode): Use `forward-sexp' 10 * progmodes/subword.el (superword-mode): Use `forward-sexp'