Synch to No Gnus 200405110906.
[elisp/gnus.git-] / contrib / README
1 The files in this directory are not (yet) part of the Gnus
2 distribution proper.  They may later become part of the distribution,
3 or they may disappear altogether.
4
5 Please note that it is not good to just add this directory to
6 load-path: a number of files in this directory will become part of
7 more recent Emacs versions, so that you might be running obsolete
8 libraries with all kinds of ill effects.
9
10 The suggested method for installation is to copy those files that you
11 need to a directory which is in load-path.
12
13 Here is an overview of the files:
14
15 gnus-namazu.el
16
17         This file defines the command to search mails and persistent
18         articles with Namazu, which is a full-text search engine
19         distributed at http://namazu.org, and to browse its results
20         with Gnus.
21
22         Please note, this file has already been incorporated into the
23         lisp directory in T-gnus.
24
25 gpg-ring.el
26 gpg.el
27
28 hashcash.el
29
30 one-line-cookie.diff
31
32 ssl.el
33
34 ucs-tables.el
35
36         This file provides improved Unicode functionality.  It defines
37         functions unify-8859-on-encoding-mode and
38         unify-8859-on-decoding-mode which unify the Latin-N charsets.
39         Without unify-8859-on-encoding-mode, composing a Latin-9 reply
40         to a Latin-1 posting, say, will produce a multipart posting (a
41         Latin-1 part and a Latin-9 part), or perhaps UTF-8.  With
42         unify-8859-on-encoding-mode, the outgoing posting can be all
43         Latin-1 or all Latin-9 in most cases.
44
45         It is harmless to turn on unify-8859-on-encoding-mode, but
46         unify-8859-on-decoding-mode may unexpectedly change files in
47         certain situations.  (If the file contains different Latin-N
48         charsets which should not be unified.)
49
50         This is part of Emacs 21.3 and later, which also turns on
51         unify-8859-on-encoding-mode by default.
52
53 vcard.el
54
55 xml.el
56
57         This is used for parsing RSS feeds.  Part of Emacs 21.3 and
58         later.