aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorGlenn Morris2014-06-26 15:00:42 -0400
committerGlenn Morris2014-06-26 15:00:42 -0400
commit64c3533166e1fa517422f89f953cfdaea6ee7bf0 (patch)
treeb317a5770db12cd74bbef35757965878b88b158e /lisp/ChangeLog
parent2493e35c369caabf6a65e376fd0399e95b588bfd (diff)
downloademacs-64c3533166e1fa517422f89f953cfdaea6ee7bf0.tar.gz
emacs-64c3533166e1fa517422f89f953cfdaea6ee7bf0.zip
Warn about read-passwd in batch mode
* doc/lispref/minibuf.texi (Intro to Minibuffers): Batch mode is basic. (Reading a Password): Mention batch mode. * lisp/subr.el (read-passwd): Warn about batch mode. Fixes: debbugs:17839
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog4
1 files changed, 4 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 6c8f118c8a3..0cc5b7fe71c 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,7 @@
12014-06-26 Glenn Morris <rgm@gnu.org>
2
3 * subr.el (read-passwd): Warn about batch mode. (Bug#17839)
4
12014-06-26 Daiki Ueno <ueno@gnu.org> 52014-06-26 Daiki Ueno <ueno@gnu.org>
2 6
3 * emacs-lisp/package.el (package--check-signature): 7 * emacs-lisp/package.el (package--check-signature):