aboutsummaryrefslogtreecommitdiffstats
path: root/doc
diff options
context:
space:
mode:
authorGnus developers2010-10-13 22:21:20 +0000
committerKatsumi Yamaoka2010-10-13 22:21:20 +0000
commita1d16a7bd90d15d6a1a5aa804c08ae62d38646b5 (patch)
tree5ed6a0a90d5403d55ea1af16d52197067ef89d16 /doc
parent2e288d54f05ba6e72a227ed3857a8098ca585b50 (diff)
downloademacs-a1d16a7bd90d15d6a1a5aa804c08ae62d38646b5.tar.gz
emacs-a1d16a7bd90d15d6a1a5aa804c08ae62d38646b5.zip
Merge changes made in Gnus trunk.
auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and trim sentence. shr.el (shr-current-column): Remove buggy and unnecessary function. auth.texi: Fix up pxref/xref. auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the @item syntax for in-Emacs makeinfo. gnus-spec.el (gnus-parse-simple-format): princ doesn't really insert anything in Emacs. mm-decode.el (mm-shr): Allow use from non-Gnus users. nnimap.el (nnimap-parse-flags): Be more strict when looking for FETCH responses. nnimap.el, tls.el: Rip the STARTTLS stuff out of tls.el again, and just bind it directly from nnimap. shr.el (shr-find-fill-point): Use a filling algorithm that should probably work for CJVK text, too. nnimap.el (nnimap-open-connection): Fix open-tls-stream call. nnimap.el (nnimap-parse-flags): Fix regexp. tls.el (tls-program): Remove spurious %s from openssl. shr.el (shr-find-fill-point): Don't inloop on indented text.
Diffstat (limited to 'doc')
-rw-r--r--doc/misc/ChangeLog10
-rw-r--r--doc/misc/auth.texi24
2 files changed, 23 insertions, 11 deletions
diff --git a/doc/misc/ChangeLog b/doc/misc/ChangeLog
index adf5fd9b010..d3ecce317f3 100644
--- a/doc/misc/ChangeLog
+++ b/doc/misc/ChangeLog
@@ -1,3 +1,13 @@
12010-10-13 Lars Magne Ingebrigtsen <larsi@gnus.org>
2
3 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
4 @item syntax for in-Emacs makeinfo.
5
62010-10-13 Teodor Zlatanov <tzz@lifelogs.com>
7
8 * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
9 trim sentence.
10
12010-10-12 Daiki Ueno <ueno@unixuser.org> 112010-10-12 Daiki Ueno <ueno@unixuser.org>
2 12
3 * epa.texi (Caching Passphrases): 13 * epa.texi (Caching Passphrases):
diff --git a/doc/misc/auth.texi b/doc/misc/auth.texi
index 66fe860fc0d..e6c23e9435a 100644
--- a/doc/misc/auth.texi
+++ b/doc/misc/auth.texi
@@ -177,8 +177,8 @@ for details.
177 177
178If you don't customize @code{auth-sources}, you'll have to live with 178If you don't customize @code{auth-sources}, you'll have to live with
179the defaults: any host and any port are looked up in the netrc 179the defaults: any host and any port are looked up in the netrc
180file @code{~/.authinfo.gpg}, which is a GnuPG encrypted file. 180file @code{~/.authinfo.gpg}, which is a GnuPG encrypted file
181@xref{GnuPG and EasyPG Assistant Configuration}. 181(@pxref{GnuPG and EasyPG Assistant Configuration}).
182 182
183The simplest working netrc line example is one without a port. 183The simplest working netrc line example is one without a port.
184 184
@@ -271,9 +271,8 @@ If you don't customize @code{auth-sources}, the auth-source library
271reads @code{~/.authinfo.gpg}, which is a GnuPG encrypted file. 271reads @code{~/.authinfo.gpg}, which is a GnuPG encrypted file.
272 272
273In Emacs 23 or later there is an option @code{auto-encryption-mode} to 273In Emacs 23 or later there is an option @code{auto-encryption-mode} to
274automatically decrypt @code{*.gpg} files. It is enabled by default so 274automatically decrypt @code{*.gpg} files. It is enabled by default.
275there is no setting is needed. If you are using earlier versions of 275If you are using earlier versions of Emacs, you will need:
276Emacs, you will need:
277 276
278@lisp 277@lisp
279(require 'epa-file) 278(require 'epa-file)
@@ -282,14 +281,17 @@ Emacs, you will need:
282 281
283If you want your GnuPG passwords to be cached, set up @code{gpg-agent} 282If you want your GnuPG passwords to be cached, set up @code{gpg-agent}
284or EasyPG Assitant 283or EasyPG Assitant
285@pxref{Caching Passphrases, , Caching Passphrases, epa} 284@xref{Caching Passphrases, , Caching Passphrases, epa}
286 285
287To quick start, here are some questions: 286To quick start, here are some questions:
288 287
289@enumerate 288@enumerate
290@item Do you use GnuPG version 2 instead of GnuPG version 1? 289@item
291@item Do you use symmetric encryption rather than public key encryption? 290Do you use GnuPG version 2 instead of GnuPG version 1?
292@item Do you want to use gpg-agent? 291@item
292Do you use symmetric encryption rather than public key encryption?
293@item
294Do you want to use gpg-agent?
293@end enumerate 295@end enumerate
294 296
295Here are configurations depending on your answers: 297Here are configurations depending on your answers:
@@ -306,8 +308,8 @@ Here are configurations depending on your answers:
306@item No @tab No @tab No @tab You can't, without gpg-agent. 308@item No @tab No @tab No @tab You can't, without gpg-agent.
307@end multitable 309@end multitable
308 310
309To set up gpg-agent, follow the instruction in GnuPG manual. 311To set up gpg-agent, follow the instruction in GnuPG manual
310@pxref{Invoking GPG-AGENT, , Invoking GPG-AGENT, gnupg}. 312(@pxref{Invoking GPG-AGENT, , Invoking GPG-AGENT, gnupg}).
311 313
312To set up elisp passphrase cache, set 314To set up elisp passphrase cache, set
313@code{epa-file-cache-passphrase-for-symmetric-encryption}. 315@code{epa-file-cache-passphrase-for-symmetric-encryption}.