aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorRichard M. Stallman2011-08-15 22:29:15 -0400
committerRichard M. Stallman2011-08-15 22:29:15 -0400
commit177549d04c917ea9f3de23041b60d3c22a07279b (patch)
tree7084e270d1c40aac3e4509e7342e2e26aa1f5165 /lisp/ChangeLog
parent44fede4d8e691afda7fdd35777793e1408fecca1 (diff)
downloademacs-177549d04c917ea9f3de23041b60d3c22a07279b.tar.gz
emacs-177549d04c917ea9f3de23041b60d3c22a07279b.zip
Add rmail-epa-decrypt command.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog2
1 files changed, 2 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 400500998c3..cfa948c6bec 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,5 +1,7 @@
12011-08-16 Richard Stallman <rms@gnu.org> 12011-08-16 Richard Stallman <rms@gnu.org>
2 2
3 * mail/rmail.el (rmail-epa-decrypt): New command.
4
3 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION. 5 * epa.el (epa-decrypt-region): New arg MAKE-BUFFER-FUNCTION.
4 Don't bind buffer-read-only, just inhibit-read-only. 6 Don't bind buffer-read-only, just inhibit-read-only.
5 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case. 7 (epa--find-coding-system-for-mime-charset): Fix the non-xemacs case.