diff options
author | Miles Bader <miles@gnu.org> | 2007-10-30 23:31:05 +0000 |
---|---|---|
committer | Miles Bader <miles@gnu.org> | 2007-10-30 23:31:05 +0000 |
commit | 5c3a9e4c5ef80b09c9f85cc5e864bdfd6c81c45b (patch) | |
tree | 070717b71caa321c3a154e8a16b03ba7f17bc300 /man | |
parent | 1e1c17f28230c3299fe575cbaef9be193f8634c2 (diff) | |
download | emacs-5c3a9e4c5ef80b09c9f85cc5e864bdfd6c81c45b.tar.gz |
Merge from gnus--rel--5.10
Patches applied:
* gnus--rel--5.10 (patch 263-265)
- Merge from emacs--rel--22
- Update from CVS
2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change)
* man/gnus-faq.texi ([5.12]): Remove reference to discontinued service.
2007-10-27 Reiner Steib <Reiner.Steib@gmx.de>
* man/gnus.texi (Troubleshooting): Adjust Gnus version number.
Revision: emacs@sv.gnu.org/emacs--rel--22--patch-140
Diffstat (limited to 'man')
-rw-r--r-- | man/ChangeLog | 8 | ||||
-rw-r--r-- | man/gnus-faq.texi | 5 | ||||
-rw-r--r-- | man/gnus.texi | 7 |
3 files changed, 14 insertions, 6 deletions
diff --git a/man/ChangeLog b/man/ChangeLog index 882ebff1cec..5d222f408fc 100644 --- a/man/ChangeLog +++ b/man/ChangeLog @@ -1,3 +1,11 @@ +2007-10-27 Emanuele Giaquinta <e.giaquinta@glauco.it> (tiny change) + + * gnus-faq.texi ([5.12]): Remove reference to discontinued service. + +2007-10-27 Reiner Steib <Reiner.Steib@gmx.de> + + * gnus.texi (Troubleshooting): Adjust Gnus version number. + 2007-10-30 Nick Roberts <nickrob@snap.net.nz> * building.texi (Watch Expressions): Describe gdb-delete-out-of-scope. diff --git a/man/gnus-faq.texi b/man/gnus-faq.texi index 6bfb3477627..3aee3f25113 100644 --- a/man/gnus-faq.texi +++ b/man/gnus-faq.texi @@ -1676,10 +1676,7 @@ you to use something like yourUserName.userfqdn.provider.net, or you can use somethingUnique.yourdomain.tld if you own the domain yourdomain.tld, or you can register at a service which -gives private users a FQDN for free, e.g. -@uref{http://www.stura.tu-freiberg.de/~dlx/addfqdn.html}. -(Sorry but this website is in German, if you know of an -English one offering the same, drop me a note). +gives private users a FQDN for free. Finally you can tell Gnus not to generate a Message-ID for News at all (and letting the server do the job) by saying diff --git a/man/gnus.texi b/man/gnus.texi index 0c9765d92b6..3bce1de77b3 100644 --- a/man/gnus.texi +++ b/man/gnus.texi @@ -27826,8 +27826,11 @@ Gnus will work. @item Try doing an @kbd{M-x gnus-version}. If you get something that looks -like @samp{Gnus v5.10.6} you have the right files loaded. Otherwise -you have some old @file{.el} files lying around. Delete these. +like @c +@samp{Gnus v5.10.8} @c Adjust ../Makefile.in if you change this line! +@c +you have the right files loaded. Otherwise you have some old @file{.el} +files lying around. Delete these. @item Read the help group (@kbd{G h} in the group buffer) for a |