aboutsummaryrefslogtreecommitdiffstats
path: root/etc
diff options
context:
space:
mode:
authorChong Yidong2012-06-03 18:54:22 +0800
committerChong Yidong2012-06-03 18:54:22 +0800
commitcbe46e5fae3879facf5db395afd73ca2600f8a41 (patch)
treeec30197f6036a4c191cbdfbdc2475c55f44d3217 /etc
parent383f7350f34707d317e169c203d3c6efb27ee46c (diff)
downloademacs-cbe46e5fae3879facf5db395afd73ca2600f8a41.tar.gz
emacs-cbe46e5fae3879facf5db395afd73ca2600f8a41.zip
Allow clicking mouse-3 on mode line to change coding system.
* lisp/bindings.el (mode-line-coding-system-map): Allow using mouse-3 to invoke set-buffer-file-coding-system. (mode-line-mule-info-help-echo): Update help text. Fixes: debbugs:289
Diffstat (limited to 'etc')
-rw-r--r--etc/NEWS3
1 files changed, 3 insertions, 0 deletions
diff --git a/etc/NEWS b/etc/NEWS
index c24a8fbdfc6..3bc54d0ff2d 100644
--- a/etc/NEWS
+++ b/etc/NEWS
@@ -93,6 +93,9 @@ Use "coding: raw-text" instead.
93(shown in a tooltip or in the echo area) for any part of the mode line 93(shown in a tooltip or in the echo area) for any part of the mode line
94that does not have its own specialized help text. 94that does not have its own specialized help text.
95 95
96*** You can now click mouse-3 in the coding system indicator to
97invokes `set-buffer-file-coding-system'.
98
96 99
97* Editing Changes in Emacs 24.2 100* Editing Changes in Emacs 24.2
98 101