Compress Lisp source files and info files by gzip by default
[gnus] / texi / ChangeLog
1 2014-06-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2
3         * Makefile.in (.texi, makeinfo): Don't split info files.
4         (install): Compress info files.
5         (uninstall): Remove compressed info files.
6         (gnus-manual-a4.ps.gz, gnus-manual-standard.ps.gz): Use GZIP_PROG.
7
8         * infohack.el (infohack): Don't split info files.
9
10         * gnus.texi (Ma Gnus): Mention that Lisp source files and info files
11         to be installed will be compressed by gzip by default.
12
13 2014-06-10  Katsumi Yamaoka  <yamaoka@jpl.org>
14
15         Add .info extension to info files.
16
17         * Makefile.in (.texi, makeinfo):
18         Don't specify output file name for makeinfo.
19         (clean, distclean, install, uninstall): Delete old info files.
20
21 2014-06-10  Glenn Morris  <rgm@gnu.org>
22
23         * auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi, gnus.texi,
24         message.texi, sieve.texi: Add .info extension to @setfilename commands.
25
26 2014-05-04  Glenn Morris  <rgm@gnu.org>
27
28         * message.texi (Header Commands): Replace `iff'.
29
30 2014-03-14  Katsumi Yamaoka  <yamaoka@jpl.org>
31
32         * gnus.texi (Ma Gnus): Mention header attachment buttons.
33
34 2014-03-12  Glenn Morris  <rgm@gnu.org>
35
36         * auth.texi, epa.texi, gnus.texi, message.texi:
37         Use @file for buffers, per the Texinfo manual.
38
39 2014-03-05  Lars Ingebrigtsen  <larsi@gnus.org>
40
41         * emacs-mime.texi (MML Definition): Document recipient-filename.
42
43 2014-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
44
45         * epa.texi (Caching Passphrases): Don't give argument to @item used in
46         @enumerate section so as to be able to be formatted with MAKEINFO=no.
47
48         * infohack.el (texinfo-format-comma): Support @comma.
49         (infohack-replace-unsupported): New function.
50         (infohack): Use it.
51
52 2014-02-08  Glenn Morris  <rgm@gnu.org>
53
54         * auth.texi (GnuPG and EasyPG Assistant Configuration):
55         Be agnostic about authinfo/authinfo.gpg default order.  (Bug#16642)
56
57 2014-02-06  Glenn Morris  <rgm@gnu.org>
58
59         * epa.texi (Mail-mode integration): Mention epa-mail-aliases.
60
61 2014-02-05  Katsumi Yamaoka  <yamaoka@jpl.org>
62
63         * gnus.texi (MIME Commands): Mention
64         gnus-mime-buttonize-attachments-in-header and
65         gnus-mime-display-attachment-buttons-in-header.
66
67 2014-02-05  Glenn Morris  <rgm@gnu.org>
68
69         * epa.texi: Add indices.
70
71 2014-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
72
73         * message.texi (Forwarding): Mention
74         `message-forward-included-headers'.
75
76 2014-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
77
78         * gnus.texi: w3 is no longer supported by Gnus.
79
80 2014-01-24  Glenn Morris  <rgm@gnu.org>
81
82         * emacs-mime.texi (time-date): Use float-time.
83
84 2014-01-05  Paul Eggert  <eggert@cs.ucla.edu>
85
86         Specify .texi encoding (Bug#16292).
87         * auth.texi, epa.texi, gnus-coding.texi, gnus-faq.texi, message.texi:
88         * sasl.texi, sieve.texi: Add @documentencoding.
89
90 2013-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
91
92         * emacs-mime.texi (Encoding Customization): Exclude iso-2022-jp-2 and
93         shift_jis from the default value set to mm-coding-system-priorities for
94         Japanese users.
95
96 2013-08-13  Glenn Morris  <rgm@gnu.org>
97
98         * epa.texi (Encrypting/decrypting gpg files):
99         Rename nodes to avoid characters that can cause Texinfo problems.
100
101 2013-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
102
103         * gnus.texi (Mail Source Specifiers): Fix description for pop3's :leave.
104
105 2013-08-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
106
107         * gnus.texi (Basic Usage): Mention that warp means jump here.
108         (The notmuch Engine): Mention notmuch.
109
110 2013-07-30  Tassilo Horn  <tsdh@gnu.org>
111
112         * gnus.texi (Sorting the Summary Buffer): Document new defcustom
113         `gnus-subthread-sort-functions' and remove the obsolete documentation
114         of `gnus-sort-threads-recursively'.
115
116 2013-07-26  Tassilo Horn  <tsdh@gnu.org>
117
118         * gnus.texi (Sorting the Summary Buffer): Document new defcustom
119         `gnus-sort-threads-recursively'.
120
121 2013-07-19  Geoff Kuenning  <geoff@cs.hmc.edu>  (tiny change)
122
123         * gnus.texi (Customizing Articles): Document function predicates.
124
125 2013-07-08  Tassilo Horn  <tsdh@gnu.org>
126
127         * gnus.texi (lines): Correct description of
128         `gnus-registry-track-extra's default value.  Mention
129         `gnus-registry-remove-extra-data'.
130
131 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
132
133         * gnus.texi (Group Parameters): Mention regexp
134         substitutions (bug#11688).
135
136 2013-07-06  Nathan Trapuzzano  <nbtrap@nbtrap.com>  (tiny change)
137
138         * gnus.texi (Generic Marking Commands): Fix grammar (bug#13368).
139
140 2013-07-06  Lars Ingebrigtsen  <larsi@gnus.org>
141
142         * gnus.texi (Emacsen): Fix version.
143
144         * gnus-faq.texi (FAQ 1-6): Mention the correct Emacs version.
145
146 2013-07-06  Glenn Morris  <rgm@gnu.org>
147
148         * gnus.texi (Top): Restrict "Other related manuals" to info output.
149         (Foreign Groups): Use @indicateurl for examples.
150         (Direct Functions): Remove defunct URL.
151         (RSS): Update URL.
152
153         * gnus-faq.texi (FAQ 5-8, FAQ 6-3): Remove defunct URLs.
154         (FAQ 7-1): Update URL.
155
156 2013-06-13  Albert Krewinkel  <tarleb@moltkeplatz.de>
157
158         * sieve.texi (Managing Sieve): Fix port in example, fix documentation
159         for keys q and Q.
160         (Standards): Reference RFC5804 as the defining document of the
161         managesieve protocol.
162
163 2013-06-10  Glenn Morris  <rgm@gnu.org>
164
165         * epa.texi (Cryptographic operations on files): Update epa-decrypt-file.
166
167 2013-06-04  Katsumi Yamaoka  <yamaoka@jpl.org>
168
169         * gnus.texi (Article Date):
170         Fix description of gnus-article-update-date-headers.
171
172 2013-05-19  Adam Sjøgren  <asjo@koldfront.dk>
173
174         * gnus.texi (Fancy Mail Splitting): Fix typo.
175
176 2013-03-17  Paul Eggert  <eggert@cs.ucla.edu>
177
178         doc: convert some TeX accents to UTF-8
179         * emacs-mime.texi (Interface Functions): Use 'ï' rather than
180         '@"{@dotless{i}}'.
181
182 2013-03-07  Katsumi Yamaoka  <yamaoka@jpl.org>
183
184         * gnus-faq.texi (FAQ 3-11): Now Gnus supports POP3 UIDL.
185
186 2013-03-07  Paul Eggert  <eggert@cs.ucla.edu>
187
188         * emacs-mime.texi, gnus-coding.texi: Specify utf-8, not iso-8859-1, for
189         ASCII files.
190
191 2013-03-04  Paul Eggert  <eggert@cs.ucla.edu>
192
193         * emacs-mime.texi: Switch from Latin-1 to UTF-8.
194
195 2013-02-13  Glenn Morris  <rgm@gnu.org>
196
197         * message.texi (News Headers): Don't mention yow any more.
198
199 2013-01-05  Andreas Schwab  <schwab@linux-m68k.org>
200
201         * auth.texi (VERSION): Set before first use.
202
203 2012-12-27  Glenn Morris  <rgm@gnu.org>
204
205         * auth.texi (Help for users): Break long lines.
206
207 2012-12-25  Lars Ingebrigtsen  <larsi@gnus.org>
208
209         * gnus.texi (Customizing the IMAP Connection): Mention the other
210         authenticators.
211
212 2012-12-24  Lars Ingebrigtsen  <larsi@gnus.org>
213
214         * gnus.texi (Browse Foreign Server): Document
215         `gnus-browse-delete-group'.
216
217 2012-12-21  Glenn Morris  <rgm@gnu.org>
218
219         * auth.texi, epa.texi, gnus-coding.texi, sasl.texi:
220         May as well just include doclicense.texi in everything.
221
222         * auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi, gnus.texi,
223         message.texi, sasl.texi, sieve.texi: Do not mention buying copies from
224         the FSF, which does not publish these manuals.
225
226 2012-12-06  Paul Eggert  <eggert@cs.ucla.edu>
227
228         * doclicense.texi: Update to latest version from FSF.
229         This is just a minor editorial change.
230
231 2012-11-24  Paul Eggert  <eggert@cs.ucla.edu>
232
233         * doclicense.texi: Update to latest version from FSF.
234         This is just a minor editorial change.
235
236 2012-10-24  Paul Eggert  <eggert@penguin.cs.ucla.edu>
237
238         Update manual for new time stamp format (Bug#12706).
239         * emacs-mime.texi (time-date): Update for new format.
240         Also, fix bogus time stamp and modernize a bit.
241
242 2012-10-05  Katsumi Yamaoka  <yamaoka@jpl.org>
243
244         * gnus.texi (Mail Source Specifiers):
245         Document :leave keyword used for pop mail source.
246
247 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
248
249         * gnus.texi (POP before SMTP): POP-before-SMTP works with all sending
250         methods, so don't mention smtpmail here.
251
252 2012-05-04  Wolfgang Jenkner  <wjenkner@inode.at>
253
254         * gnus.texi (Picons): Document gnus-picon-properties.
255
256 2012-06-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
257
258         * gnus.texi (Group Timestamp): Mention where to find documentation for
259         the `gnus-tmp-' variables (bug#11601).
260
261 2012-06-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
262
263         * gnus.texi: Remove mention of compilation, as that's no longer
264         supported.
265
266 2012-05-01  Teodor Zlatanov  <tzz@lifelogs.com>
267
268         * auth.texi (Help for users): Update for .gpg file being second.
269
270 2012-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
271
272         * epa.texi: New file imported from Emacs.
273
274         * pgg.texi: Remove.
275
276         * Makefile.in: Replace pgg.* with epa.*.
277
278 2012-04-05  Teodor Zlatanov  <tzz@lifelogs.com>
279
280         * auth.texi (Secret Service API): Edit further and give examples.
281         (Secret Service API): Adjust @samp to @code for collection names.
282
283 2012-04-04  Glenn Morris  <rgm@gnu.org>
284
285         * auth.texi (Secret Service API): Copyedits.
286         (Help for developers): Fill in some missing function doc-strings.
287         (Help for users, Help for developers)
288         (GnuPG and EasyPG Assistant Configuration): Markup fixes.
289
290 2012-04-04  Michael Albinus  <michael.albinus@gmx.de>
291
292         * auth.texi (Secret Service API): Add the missing text.
293
294 2012-04-04  Chong Yidong  <cyd@gnu.org>
295
296         * message.texi (Using PGP/MIME): Note that epg is now the default.
297
298         * gnus.texi: Reduce references to obsolete pgg library.
299         (Security): Note that epg is now the default.
300
301         * gnus-faq.texi (FAQ 8-2): Mention EasyPG.
302
303 2012-03-22  Peder O. Klingenberg  <peder@klingenberg.no>  (tiny change)
304
305         * gnus.texi (Archived Messages): Update `gnus-message-archive-group' to
306         reflect the new default.
307
308 2012-03-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
309
310         * gnus.texi (Client-Side IMAP Splitting): Note that `nnimap-inbox' now
311         can be a list.
312
313 2012-03-14  Christopher Schmidt  <christopher@ch.ristopher.com>
314
315         * gnus.texi (Archived Messages): Mention gnus-gcc-pre-body-encode-hook
316         and gnus-gcc-post-body-encode-hook.
317
318 2012-02-28  Glenn Morris  <rgm@gnu.org>
319
320         * gnus-faq.texi, gnus-news.texi, gnus.texi:
321         Standardize possessive apostrophe usage.
322
323 2012-02-17  Glenn Morris  <rgm@gnu.org>
324
325         * gnus.texi (Posting Styles): Fix cross-refs to other manual.
326
327 2012-02-16  Lars Ingebrigtsen  <larsi@gnus.org>
328
329         * gnus.texi (Various Summary Stuff): Remove mention of
330         `gnus-propagate-marks'.
331
332 2012-02-15  Lars Ingebrigtsen  <larsi@gnus.org>
333
334         * gnus.texi: Remove mentions of nnml/nnfolder/nntp backend marks, which
335         no longer exist.
336
337 2012-02-13  Lars Ingebrigtsen  <larsi@gnus.org>
338
339         * gnus.texi (Customizing the IMAP Connection): Mention
340         nnimap-record-commands.
341
342 2012-02-08  Katsumi Yamaoka  <yamaoka@jpl.org>
343
344         * gnus.texi (Archived Messages): Document gnus-gcc-self-resent-messages.
345
346 2012-02-07  Lars Ingebrigtsen  <larsi@gnus.org>
347
348         * gnus.texi (Mail Source Specifiers): Add a pop3 via an SSH tunnel
349         example (modified from an example by Michael Albinus).
350
351 2012-02-06  Lars Ingebrigtsen  <larsi@gnus.org>
352
353         * message.texi (Mail Variables): Mention the optional user parameter
354         for X-Message-SMTP-Method.
355
356 2012-02-02  Lars Ingebrigtsen  <larsi@gnus.org>
357
358         * gnus.texi (Posting Styles): Mention X-Message-SMTP-Method.
359
360         * message.texi (Mail Variables): Document X-Message-SMTP-Method.
361
362 2012-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
363
364         * gnus.texi (Key Index): Change encoding to utf-8.
365
366 2012-01-30  Philipp Haselwarter  <philipp.haselwarter@gmx.de>  (tiny change)
367
368         * gnus.texi (Agent Basics): Fix outdated description of
369         `gnus-agent-auto-agentize-methods'.
370
371 2012-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
372
373         * gnus.texi (Group Parameters): Really note precedence.
374
375 2012-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
376
377         * gnus.texi (Group Parameters): Note precedence.
378
379 2011-12-30  Paul Eggert  <eggert@cs.ucla.edu>
380
381         * gnus.texi (Filtering New Groups, Score File Format): Spelling fix.
382
383 2011-12-28  Paul Eggert  <eggert@cs.ucla.edu>
384
385         * gnus.texi (Mail Source Customization, Mail Back End Variables):
386         Use octal notation for file permissions, which are normally
387         thought of in octal.
388         (Mail Back End Variables): Use more-plausible modes in example.
389
390 2011-12-21  Paul Eggert  <eggert@cs.ucla.edu>
391
392         * auth.texi (Help for developers): Spelling fix.
393
394 2011-12-14  Paul Eggert  <eggert@cs.ucla.edu>
395
396         * gnus.texi (Using MIME, Score File Syntax): Spelling fix.
397
398 2011-12-12  Paul Eggert  <eggert@cs.ucla.edu>
399
400         * emacs-mime.texi (Display Customization):
401         * gnus-faq.texi (FAQ 6-3):
402         * gnus.texi (Sieve Commands, Other Decode Variables): Spelling fix.
403
404 2011-12-06  Juanma Barranquero  <lekktu@gmail.com>
405
406         * gnus-faq.texi (FAQ 2-1, FAQ 3-8, FAQ 4-14, FAQ 9-1): Fix typos.
407
408 2011-12-05  Paul Eggert  <eggert@cs.ucla.edu>
409
410         * gnus.texi (Article Washing): Spelling fix.
411
412 2011-12-04  Paul Eggert  <eggert@cs.ucla.edu>
413
414         * message.el (Insertion Variables): Spelling fix.
415
416 2011-11-27  Paul Eggert  <eggert@cs.ucla.edu>
417
418         * gnus.texi (Propagating marks, Red Gnus): Spelling fix.
419
420 2011-11-25  Paul Eggert  <eggert@cs.ucla.edu>
421
422         * gnus.texi (The swish++ Engine, The swish-e Engine):
423         * message.texi (IDNA): Spelling fix.
424
425 2011-11-24  Glenn Morris  <rgm@gnu.org>
426
427         * gnus.texi: Fix case of "GnuTLS".
428
429 2011-11-22  Paul Eggert  <eggert@cs.ucla.edu>
430
431         * gnus-refcard.tex: Spelling fix; remove trailing whitespace.
432
433         * gnus.texi (nnmairix caveats): Spelling fix.
434
435 2011-11-20  Glenn Morris  <rgm@gnu.org>
436
437         * gnus.texi (Group Information):
438         Remove gnus-group-fetch-faq, command deleted 2010-09-24.
439
440 2011-11-20  Juanma Barranquero  <lekktu@gmail.com>
441
442         * gnus-coding.texi (Gnus Maintenance Guide):
443         Rename from "Gnus Maintainance Guide".
444
445         * gnus.texi (Article Washing):
446         * gnus-news.texi: Fix typos.
447
448 2011-11-20  Paul Eggert  <eggert@cs.ucla.edu>
449
450         * gnus-news.texi (Changes in group mode):
451         * gnus.texi (The imap Engine, The gmane Engine)
452         (Extending the Spam package): Spelling fix.
453
454 2011-11-19  Paul Eggert  <eggert@cs.ucla.edu>
455
456         * gnus.texi (Score File Syntax):
457         * message.texi (Various Message Variables): Spelling fix.
458
459 2011-11-17  Paul Eggert  <eggert@cs.ucla.edu>
460
461         * gnus.texi (Contributors):
462         * pgg.texi (Architecture): Spelling fix.
463
464 2011-11-15  Juanma Barranquero  <lekktu@gmail.com>
465
466         * gnus.texi (Sending or Not Sending): Fix typo.
467
468 2011-11-15  Paul Eggert  <eggert@cs.ucla.edu>
469
470         * emacs-mime.texi (Flowed text):
471         * gnus-faq.texi (FAQ 4-15):
472         * gnus.texi (Sticky Articles, Diary Summary Line Format): Spelling fix.
473
474 2011-11-09  Paul Eggert  <eggert@cs.ucla.edu>
475
476         * auth.texi (GnuPG and EasyPG Assistant Configuration):
477         * gnus.texi (Customizations): Spelling fix.
478
479 2011-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
480
481         * gnus.texi (Other Gnus Versions): Remove.
482
483 2011-10-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
484
485         * gnus.texi (Gnus Utility Functions): Add more references and
486         explanations (bug#9683).
487
488 2011-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
489
490         * gnus.texi (Archived Messages): Note the default (bug#9552).
491
492 2011-09-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
493
494         * gnus.texi (Listing Groups): Explain `gnus-group-list-limit'.
495         (Finding the News): Doc clarification.
496         (Terminology): Mention naming.
497
498 2011-09-10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
499
500         * gnus.texi: Remove mentions of `recent', which are now obsolete.
501         (Interactive): Document `quiet'.
502
503 2011-07-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
504
505         * gnus.texi (Expiring Mail): Document gnus-auto-expirable-marks.
506         (Filtering New Groups): Clarify how simple the "options -n" format is.
507         (Agent Expiry): Remove mention of `gnus-request-expire-articles', which
508         is internal.
509
510 2011-07-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
511
512         * gnus.texi (Subscription Methods): Link to "Group Levels" to explain
513         zombies.
514         (Checking New Groups): Ditto (bug#8974).
515         (Checking New Groups): Moved the reference to the right place.
516
517 2011-07-03  Dave Abrahams  <dave@boostpro.com>  (tiny change)
518
519         * gnus.texi (Startup Files): Clarify that we're talking about numbered
520         backups, and not actual vc (bug#8975).
521
522 2011-06-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
523
524         * gnus.texi (Summary Mail Commands): Document
525         `gnus-summary-reply-to-list-with-original'.
526
527 2011-05-31  Teodor Zlatanov  <tzz@lifelogs.com>
528
529         * gnus.texi (Store custom flags and keywords): Refer to
530         `gnus-registry-article-marks-to-{chars,names}' instead of
531         `gnus-registry-user-format-function-{M,M2}'.
532
533 2011-05-18  Teodor Zlatanov  <tzz@lifelogs.com>
534
535         * gnus.texi (Gnus Registry Setup): Rename from "Setup".
536         (Store custom flags and keywords): Mention
537         `gnus-registry-user-format-function-M' and
538         `gnus-registry-user-format-function-M2'.
539
540 2011-05-17  Glenn Morris  <rgm@gnu.org>
541
542         * gnus.texi (Face): Fix typo.
543
544 2011-05-03  Peter Münster  <pmlists@free.fr>  (tiny change)
545
546         * gnus.texi (Summary Buffer Lines):
547         gnus-summary-user-date-format-alist does not exist.
548         (Sorting the Summary Buffer): More about sorting threads.
549
550 2011-04-14  Teodor Zlatanov  <tzz@lifelogs.com>
551
552         * gnus.texi (nnmairix caveats, Setup, Registry Article Refer Method)
553         (Fancy splitting to parent, Store arbitrary data): Updated
554         gnus-registry docs.
555
556 2011-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
557
558         * gnus.texi (Window Layout): @itemize @code doesn't exist.
559         It's @table @code.
560
561 2011-03-19  Antoine Levitt  <antoine.levitt@gmail.com>
562
563         * gnus.texi (Listing Groups): Document gnus-group-list-ticked.
564
565 2011-03-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
566
567         * message.texi (Various Commands): Document format specs in the
568         ellipsis.
569
570 2011-03-15  Antoine Levitt  <antoine.levitt@gmail.com>
571
572         * message.texi (Insertion Variables): Document message-cite-style.
573
574 2011-03-12  Teodor Zlatanov  <tzz@lifelogs.com>
575
576         * auth.texi (Help for developers): Update docs to explain that the
577         :save-function will only run the first time.
578
579 2011-03-08  Teodor Zlatanov  <tzz@lifelogs.com>
580
581         * auth.texi (Help for developers): Show example of using
582         `auth-source-search' with prompts and :save-function.
583
584 2011-03-07  Antoine Levitt  <antoine.levitt@gmail.com>
585
586         * message.texi (Message Buffers): Update default value of
587         message-generate-new-buffers.
588
589 2011-02-23  Glenn Morris  <rgm@gnu.org>
590
591         * gnus.texi: Standardize some Emacs/XEmacs terminology.
592
593 2011-02-22  Teodor Zlatanov  <tzz@lifelogs.com>
594
595         * auth.texi (Help for users): Mention ~/.netrc is also searched by
596         default now.
597
598 2011-02-21  Lars Ingebrigtsen  <larsi@gnus.org>
599
600         * gnus.texi (Article Date): Clarify gnus-article-update-date-headers.
601
602 2011-02-20  Lars Ingebrigtsen  <larsi@gnus.org>
603
604         * gnus.texi (Window Layout): Document layout names.
605
606 2011-02-19  Eli Zaretskii  <eliz@gnu.org>
607
608         * auth.texi: Sync @dircategory with Emacs/info/dir.
609         * emacs-mime.texi: Sync @dircategory with Emacs/info/dir.
610         * gnus.texi: Sync @dircategory with Emacs/info/dir.
611         * message.texi: Sync @dircategory with Emacs/info/dir.
612         * pgg.texi: Sync @dircategory with Emacs/info/dir.
613         * sasl.texi: Sync @dircategory with Emacs/info/dir.
614         * sieve.texi: Sync @dircategory with Emacs/info/dir.
615
616 2011-02-17  Teodor Zlatanov  <tzz@lifelogs.com>
617
618         * auth.texi (Help for users): Use :port instead of :protocol for all
619         auth-source docs.
620         (GnuPG and EasyPG Assistant Configuration): Mention the default now is
621         to have two files in `auth-sources'.
622
623 2011-02-14  Teodor Zlatanov  <tzz@lifelogs.com>
624
625         * auth.texi (Help for users):
626         Login collection is "Login" and not "login".
627
628 2011-02-11  Teodor Zlatanov  <tzz@lifelogs.com>
629
630         * auth.texi (Overview, Help for users, Help for developers):
631         Update docs.
632         (Help for users): Talk about spaces.
633
634 2011-02-05  Teodor Zlatanov  <tzz@lifelogs.com>
635
636         * gnus-overrides.texi: Renamed from overrides.texi and all the relevant
637         manuals use it now.
638
639         * Makefile.in (nowebhack): Fixed to use -D flag instead of overrides.
640
641 2011-02-04  Teodor Zlatanov  <tzz@lifelogs.com>
642
643         * overrides.texi: New file to set or clear WEBHACKDEVEL.
644
645         * sieve.texi: Use WEBHACKDEVEL.
646
647         * sasl.texi: Use WEBHACKDEVEL.
648
649         * pgg.texi: Use WEBHACKDEVEL.
650
651         * message.texi: Use WEBHACKDEVEL.
652
653         * gnus.texi: Use WEBHACKDEVEL.
654
655         * emacs-mime.texi: Use WEBHACKDEVEL.
656
657         * auth.texi: Use WEBHACKDEVEL.
658
659         * Makefile.in (webhack, nowebhack): Hacks to produce for-the-web
660         manuals.
661
662 2011-02-04  Lars Ingebrigtsen  <larsi@gnus.org>
663
664         * gnus.texi: Add DEVEL header (suggested by Andreas Schwab).
665
666 2011-02-03  Lars Ingebrigtsen  <larsi@gnus.org>
667
668         * gnus.texi (Article Date): Remove mention of gnus-stop-date-timer,
669         since it's run automatically.
670
671 2011-02-01  Lars Ingebrigtsen  <larsi@gnus.org>
672
673         * gnus.texi (Customizing Articles): Fix typo.
674
675 2011-01-31  Lars Ingebrigtsen  <larsi@gnus.org>
676
677         * gnus.texi (Customizing Articles): Document the new way of customizing
678         the date headers(s).
679
680 2011-01-30  Lars Ingebrigtsen  <larsi@gnus.org>
681
682         * gnus.texi (Client-Side IMAP Splitting): Add a complete nnimap fancy
683         splitting example.
684
685 2011-01-26  Lars Ingebrigtsen  <larsi@gnus.org>
686
687         * gnus.texi (Article Date): Document gnus-article-update-lapsed-header.
688
689 2011-01-24  Teodor Zlatanov  <tzz@lifelogs.com>
690
691         * message.texi (IDNA): Explain what it is.
692
693 2011-01-24  Lars Ingebrigtsen  <larsi@gnus.org>
694
695         * gnus.texi (The Empty Backend): Document nnnil (bug #7653).
696
697 2010-12-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
698
699         * gnus.texi (Archived Messages): Remove outdated text.
700
701 2010-12-16  Teodor Zlatanov  <tzz@lifelogs.com>
702
703         * gnus.texi (Foreign Groups): Added clarification of foreign groups.
704
705 2010-12-15  Andrew Cohen  <cohen@andy.bu.edu>
706
707         * gnus.texi (The hyrex Engine): Say that this engine is obsolete.
708
709 2010-12-14  Andrew Cohen  <cohen@andy.bu.edu>
710
711         * gnus.texi (The swish++ Engine): Add customizable parameters
712         descriptions.
713         (The swish-e Engine): Ditto.
714
715 2010-12-13  Andrew Cohen  <cohen@andy.bu.edu>
716
717         * gnus.texi: First pass at adding (rough) nnir documentation.
718
719 2010-12-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
720
721         * gnus.texi (Filtering New Groups):
722         Mention gnus-auto-subscribed-categories.
723         (The First Time): Remove, since default-subscribed-newsgroups has been
724         removed.
725
726 2010-12-06  Tassilo Horn  <tassilo@member.fsf.org>
727
728         * gnus.texi (Server Commands): Point to the rest of the server
729         commands.
730
731 2010-12-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
732
733         * gnus.texi (Paging the Article): Note the reverse meanings of `C-u C-u
734         g'.
735
736 2010-12-02  Julien Danjou  <julien@danjou.info>
737
738         * gnus.texi (Archived Messages): Remove gnus-outgoing-message-group.
739
740 2010-11-28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
741
742         * gnus.texi (Customizing the IMAP Connection): Note the new defaults.
743         (Direct Functions): Note the STARTTLS upgrade.
744
745 2010-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
746
747         * gnus.texi (Server Commands): Document gnus-server-show-server.
748
749 2010-11-18  Katsumi Yamaoka  <yamaoka@jpl.org>
750
751         * gnus.texi (Misc Article): Document gnus-inhibit-images.
752
753 2010-11-12  Katsumi Yamaoka  <yamaoka@jpl.org>
754
755         * gnus.texi (Article Washing): Fix typo.
756
757 2010-11-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
758
759         * gnus.texi (Article Washing): Document gnus-article-treat-non-ascii.
760
761 2010-11-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
762
763         * gnus.texi (Customizing the IMAP Connection): Remove nnir mention,
764         since that works by default.
765
766 2010-11-03  Kan-Ru Chen  <kanru@kanru.info>  (tiny change)
767
768         * gnus.texi (Customizing the IMAP Connection): Document
769         `nnimap-expunge' and remove `nnimap-expunge-inbox' from example.
770
771 2010-11-03  Glenn Morris  <rgm@gnu.org>
772
773         * gnus.texi (Agent Variables, Configuring nnmairix): Spelling fix.
774
775 2010-10-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
776
777         * gnus.texi (Paging the Article): Document C-u g/C-u C-u g.
778
779 2010-10-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
780
781         * gnus.texi (Client-Side IMAP Splitting): Mention
782         nnimap-unsplittable-articles.
783
784 2010-10-29  Julien Danjou  <julien@danjou.info>
785
786         * gnus.texi (Finding the News): Remove references to obsoletes
787         variables `gnus-nntp-server' and `gnus-secondary-servers'.
788
789 2010-10-24  Juanma Barranquero  <lekktu@gmail.com>
790
791         * gnus.texi (Group Parameters, Buttons): Fix typos.
792
793 2010-10-22  Tassilo Horn  <tassilo@member.fsf.org>
794
795         * gnus.texi (Subscription Commands): Mention that you can also
796         subscribe to new groups via the Server buffer, which is probably more
797         convenient when subscribing to many groups.
798
799 2010-10-21  Julien Danjou  <julien@danjou.info>
800
801         * message.texi (Message Headers): Allow message-default-headers to be a
802         function.
803
804 2010-10-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
805
806         * gnus-news.texi: Mention new archive defaults.
807
808 2010-10-21  Katsumi Yamaoka  <yamaoka@jpl.org>
809
810         * gnus.texi (RSS): Remove nnrss-wash-html-in-text-plain-parts.
811
812 2010-10-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
813
814         * gnus.texi (HTML): Document the function value of
815         gnus-blocked-images.
816         (Article Washing): shr and gnus-w3m, not the direct function names.
817
818 2010-10-20  Julien Danjou  <julien@danjou.info>
819
820         * emacs-mime.texi (Flowed text): Add a note about mml-enable-flowed
821         variable.
822
823 2010-10-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
824
825         * gnus.texi (Customizing the IMAP Connection): The port strings are
826         strings.
827         (Document Groups): Mention git.
828
829 2010-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
830
831         * gnus-coding.texi (Gnus Maintainance Guide): Update to mention Emacs
832         bzr/Gnus git sync.
833
834 2010-10-15  Eli Zaretskii  <eliz@gnu.org>
835
836         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix last
837         change.
838
839 2010-10-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
840
841         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix up the
842         @item syntax for in-Emacs makeinfo.
843
844 2010-10-13  Teodor Zlatanov  <tzz@lifelogs.com>
845
846         * auth.texi (GnuPG and EasyPG Assistant Configuration): Fix syntax and
847         trim sentence.
848
849 2010-10-12  Daiki Ueno  <ueno@unixuser.org>
850
851         * auth.texi (GnuPG and EasyPG Assistant Configuration): Clarify
852         some configurations require to set up gpg-agent.
853
854 2010-10-09  Lars Magne Ingebrigtsen  <larsi@gnus.org>
855
856         * gnus.texi (Spam Package Introduction): Mention `$'.
857
858 2010-10-09  Glenn Morris  <rgm@gnu.org>
859
860         * gnus.texi (Article Washing): Fix previous change.
861
862 2010-10-08  Julien Danjou  <julien@danjou.info>
863
864         * gnus.texi: Add mm-shr.
865
866 2010-10-08  Ludovic Courtès  <ludo@gnu.org>
867
868         * gnus.texi (Finding the Parent, The Gnus Registry)
869         (Registry Article Refer Method): Update docs for nnregistry.el.
870
871 2010-10-08  Daiki Ueno  <ueno@unixuser.org>
872
873         * auth.texi (Help for users)
874         (GnuPG and EasyPG Assistant Configuration): Update docs.
875
876 2010-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
877
878         * gnus.texi (Gravatars): Document gnus-gravatar-too-ugly.
879
880 2010-10-06  Julien Danjou  <julien@danjou.info>
881
882         * sieve.texi (Manage Sieve API): Document sieve-manage-authenticate.
883
884         * message.texi (PGP Compatibility): Remove reference to gpg-2comp,
885         broken link.
886
887         * Makefile.in: Remove xml2texi stuff.
888
889         * gnus-faq.texi (FAQ 8-3): Remove references to my.gnus.org.
890
891         * gnus.texi (Comparing Mail Back Ends): Remove broken link and allusion
892         to ReiserFS.
893
894         * gnus-faq.texi (FAQ 5-5): Fix Flyspell URL.
895         (FAQ 7-1): Fix getmail URL.
896
897 2010-10-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
898
899         * gnus.texi (Misc Article): Document gnus-widen-article-window.
900
901 2010-10-03  Julien Danjou  <julien@danjou.info>
902
903         * emacs-mime.texi (Display Customization): Update
904         mm-inline-large-images documentation and add documentation for
905         mm-inline-large-images-proportion.
906
907 2010-10-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
908
909         * gnus.texi (Splitting Mail): Fix @xref syntax.
910         (Splitting Mail): Really fix the @ref syntax.
911
912 2010-10-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
913
914         * gnus.texi (Splitting Mail): Mention the new fancy splitting
915         function.
916         (Article Hiding): Add google banner example.  Suggested by Benjamin
917         Xu.
918
919 2010-09-30  Teodor Zlatanov  <tzz@lifelogs.com>
920
921         * gnus.texi (Spam Package Configuration Examples, SpamOracle): Remove
922         nnimap-split-rule from examples.
923
924 2010-09-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
925
926         * gnus.texi (Mail Source Specifiers): Remove webmail.el mentions.
927         (NNTP): Document nntp-server-list-active-group.  Suggested by Barry
928         Fishman.
929         (Client-Side IMAP Splitting): Add nnimap-split-fancy.
930
931 2010-09-30  Julien Danjou  <julien@danjou.info>
932
933         * gnus.texi (Gravatars): Fix documentation about
934         gnu-gravatar-properties.
935
936 2010-09-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
937
938         * gnus.texi (Using IMAP): Remove the @acronyms from the headings.
939         (Client-Side IMAP Splitting): Document 'default.
940
941 2010-09-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
942
943         * gnus.texi (Customizing the IMAP Connection): Document
944         nnimap-fetch-partial-articles.
945
946 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
947
948         * gnus-news.texi: Mention nnimap-inbox.
949
950         * gnus.texi (Picons): Document gnus-picon-inhibit-top-level-domains.
951
952 2010-09-26  Julien Danjou  <julien@danjou.info>
953
954         * gnus.texi (Oort Gnus): Remove mention of ssl.el.
955
956 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
957
958         * gnus.texi (Security): Remove gpg.el mention.
959
960 2010-09-26  Andreas Seltenreich  <seltenreich@gmx.de>
961
962         * gnus.texi (Browse Foreign Server): New variable
963         gnus-browse-subscribe-newsgroup-method.
964
965         * gnus-news.texi: Mention it.
966
967 2010-09-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
968
969         * gnus.texi (NoCeM): Removed.
970         (Startup Variables): No jingle.
971
972 2010-09-25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
973
974         * gnus.texi (Article Commands): Document gnus-fetch-partial-articles.
975         (Unavailable Servers): Document gnus-server-copy-server.
976         (Using IMAP): Document the new nnimap.
977
978 2010-09-25  Julien Danjou  <julien@danjou.info>
979
980         * gnus.texi (Customizing Articles): Remove gnus-treat-translate.
981
982 2010-09-24  Julien Danjou  <julien@danjou.info>
983
984         * gnus.texi: Add Gravatars.
985
986 2010-09-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
987
988         * gnus.texi (Startup Variables): Mention gnus-use-backend-marks.
989
990 2010-09-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
991
992         * gnus.texi (Expunging mailboxes): Update name of the expunging
993         command.
994
995 2010-09-20  Katsumi Yamaoka  <yamaoka@jpl.org>
996
997         * emacs-mime.texi (rfc2047): Update description for
998         rfc2047-encode-parameter.
999
1000 2010-09-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1001
1002         * gnus-news.texi: Say what Emacs versions we support.
1003
1004 2010-09-04  Julien Danjou  <julien@danjou.info>  (tiny change)
1005
1006         * gnus.texi (Adaptive Scoring): Fix typo.
1007
1008 2010-09-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1009
1010         * gnus.texi (Article Display): Document gnus-html-show-images.
1011
1012 2010-09-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1013
1014         * gnus.texi (HTML): Document gnus-max-image-proportion.
1015
1016 2010-08-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1017
1018         * gnus.texi (HTML): Document gnus-blocked-images.
1019
1020         * message.texi (Wide Reply): Document message-prune-recipient-rules.
1021
1022 2010-08-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1023
1024         * gnus.texi (Summary Mail Commands): Note that only the addresses from
1025         the first message are used for wide replies.
1026         (Changing Servers): Remove documentation on gnus-change-server and
1027         friends, since it's been removed.
1028
1029 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1030
1031         * gnus.texi (Drafts): Mention B DEL.
1032
1033 2010-08-29  Tim Landscheidt  <tim@tim-landscheidt.de>  (tiny change)
1034
1035         * gnus.texi (Delayed Articles): Mention that the Date header is the
1036         original one, even if you delay.
1037
1038 2010-08-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1039
1040         * gnus.texi (Asynchronous Fetching): Document
1041         gnus-async-post-fetch-function.
1042         (HTML): Made into its own section.
1043
1044 2010-06-24  Glenn Morris  <rgm@gnu.org>
1045
1046         * auth.texi, emacs-mime.texi, gnus.texi, message.texi, pgg.texi:
1047         * sasl.texi: Start direntry descriptions in column 32, per Texinfo
1048         convention.  Make them end with a period.
1049
1050 2010-06-23  Glenn Morris  <rgm@gnu.org>
1051
1052         * gnus-faq.texi, pgg.texi, sasl.texi, sieve.texi: Untabify.
1053
1054 2010-06-07  Teodor Zlatanov  <tzz@lifelogs.com>
1055
1056         * gnus.texi (Interactive): Explain effect of gnus-expert-user better.
1057
1058 2010-05-08  Štěpán Němec  <stepnem@gmail.com>  (tiny change)
1059
1060         * message.texi (Header Commands, Responses): Fix typos.
1061
1062 2010-04-17  Teodor Zlatanov  <tzz@lifelogs.com>
1063
1064         * gnus.texi (Gnus Versions, Oort Gnus): Mention the Git repo instead of
1065         the CVS repo.  Put the Git repo in the news section.
1066
1067         * gnus-coding.texi (Gnus Maintainance Guide): Fixed title typo.
1068         Removed some mentions of CVS.  Mention the new Git repo.
1069
1070 2010-04-15  Andreas Seltenreich  <seltenreich@gmx.de>
1071
1072         * gnus.texi (Score File Format): Fix typo.  Reported by Štěpán Němec.
1073         (Mail Group Commands): Add index entry.
1074
1075 2010-04-01  Teodor Zlatanov  <tzz@lifelogs.com>
1076
1077         * gnus.texi (Finding the News): Add pointers to the Server buffer
1078         because it's essential.
1079
1080 2010-03-31  Katsumi Yamaoka  <yamaoka@jpl.org>
1081
1082         * gnus.texi (MIME Commands): Update description of
1083         gnus-article-browse-html-article.
1084
1085 2010-03-27  Teodor Zlatanov  <tzz@lifelogs.com>
1086
1087         * auth.texi (Secret Service API): Add TODO node.
1088         (Help for users): Explain the new source options for `auth-sources'.
1089
1090 2010-01-21  Katsumi Yamaoka  <yamaoka@jpl.org>
1091
1092         * gnus.texi (Score File Format): Fix typo.
1093
1094 2010-01-04  Stefan Monnier  <monnier@iro.umontreal.ca>
1095
1096         * gnus.texi (Posting Styles): Use with-current-buffer.
1097
1098 2009-12-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1099
1100         * gnus.texi (Direct Functions): Add missing port number to tls method.
1101
1102 2009-09-22  Daiki Ueno  <ueno@unixuser.org>
1103
1104         * gnus.texi (Security): Document mm-sign-option and mm-encrypt-option.
1105
1106 2009-09-02  Teodor Zlatanov  <tzz@lifelogs.com>
1107
1108         * auth.texi (Help for users): Corrected markup.
1109
1110 2009-09-02  Glenn Morris  <rgm@gnu.org>
1111
1112         * emacs-mime.texi (time-date): Mention float-time.
1113
1114 2009-08-28  Teodor Zlatanov  <tzz@lifelogs.com>
1115
1116         * auth.texi: Rewritten for coverage and clarity.
1117
1118 2009-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1119
1120         * gnus.texi (Expiring Mail): Mention
1121         gnus-mark-copied-or-moved-articles-as-expirable.
1122         (Various Various): Mention gnus-safe-html-newsgroups.
1123
1124         * gnus-news.texi: Mention
1125         gnus-mark-copied-or-moved-articles-as-expirable.
1126
1127         * emacs-mime.texi (Display Customization): Add xref to
1128         gnus-safe-html-newsgroups.
1129
1130 2009-07-16  Glenn Morris  <rgm@gnu.org>
1131
1132         * gnus-refcard.tex: Condense a few sentences in order to
1133         make them fit on one line, and add some page breaks, to improve the
1134         layout in the pdfs.
1135
1136 2009-07-15  Glenn Morris  <rgm@gnu.org>
1137
1138         * gnus-refcard.tex (Copyright): Add 2009.
1139         (Notes): Add missing line-break.
1140         (Threading): Reword to fit on one line.
1141
1142 2009-07-15  Glenn Morris  <rgm@gnu.org>
1143
1144         * Makefile.in (gnus-booklet.pdf): Use jobname rather than
1145         clobbering gnus-refcard.pdf.
1146
1147 2009-06-04  Daiki Ueno  <ueno@unixuser.org>
1148
1149         * gnus.texi (Security): Fix wording; add a link to epa.info.
1150
1151 2009-06-04  Ryan Yeske  <rcyeske@gmail.com>
1152
1153         * message.texi (Header Commands): Fix descriptions to match
1154         keybindings.
1155
1156 2009-04-22  Daiki Ueno  <ueno@unixuser.org>
1157
1158         * gnus.texi (Security): Mention that EasyPG is the current default.
1159
1160 2009-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
1161
1162         * auth.texi: Synch up with Emacs---change Info file name auth.info to
1163         auth; remove duplicate @settitle, @dircategory, and @direntry sections;
1164         fix Tex switches.
1165
1166 2009-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
1167
1168         * gnus-faq.texi (FAQ 8-4): Fix wrong group name of
1169         news.software.readers.  Reported by Florian Rehnisch.
1170
1171 2009-04-02  Glenn Morris  <rgm@gnu.org>
1172
1173         * auth.texi: Capitalize direntry.
1174
1175 2009-03-03  Glenn Morris  <rgm@gnu.org>
1176
1177         * auth.texi: Fix @setfilename.
1178
1179 2009-02-26  Glenn Morris  <rgm@gnu.org>
1180
1181         * gnus.texi: Minor updates for mbox Rmail.
1182
1183 2009-02-26  Karl Berry  <karl@gnu.org>
1184
1185         * gnus-coding.texi,
1186         * gnus.texi,
1187         * message.texi,
1188         * pgg.texi,
1189         * sasl.texi,
1190         * sieve.texi: Consistently use @insertcopying in the Top node,
1191         @contents at the front (after @end titlepage),
1192         and @direntry after @copying.
1193         (Bug#1988)
1194
1195 2009-02-20  Teodor Zlatanov  <tzz@lifelogs.com>
1196
1197         * dir: Add auth.texi.
1198
1199         * Makefile.in (INSTALL_DATA, INFO_DEPS, dvi, pdf, latex): Add
1200         auth.texi.
1201
1202 2009-02-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1203
1204         * gnus.texi (NoCeM): Fix description of gnus-use-nocem.
1205
1206 2009-02-18  Katsumi Yamaoka  <yamaoka@jpl.org>
1207
1208         * gnus.texi (NoCeM): Update default values for gnus-nocem-groups,
1209         gnus-nocem-issuers, and gnus-nocem-verifyer.
1210
1211 2009-02-13  Teodor Zlatanov  <tzz@lifelogs.com>
1212
1213         * auth.texi: New file documenting auth-source.
1214
1215 2009-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
1216
1217         * gnus-news.texi: Print version about Incoming*.
1218
1219 2009-01-17  Reiner Steib  <Reiner.Steib@gmx.de>
1220
1221         * gnus.texi (Limiting): `/ N' and `/ o' are not really limiting
1222         commands as described at the top.  Reported by Allan Gottlieb
1223         <gottlieb@nyu.edu>.
1224
1225 2009-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1226
1227         * gnus.texi (Non-ASCII Group Names, RSS): Update description of
1228         nnmail-pathname-coding-system.
1229
1230 2009-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
1231
1232         * gnus.texi (Group Parameters): Add note for local variables.
1233
1234 2008-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1235
1236         * gnus.texi (Converting Kill Files): Fix URL.  Include
1237         gnus-kill-to-score.el in contrib directory.
1238
1239 2008-12-21  Reiner Steib  <Reiner.Steib@gmx.de>
1240
1241         * gnus.texi (Startup Variables): Fix gnus-before-startup-hook.
1242         Reported by Leo <sdl.web@gmail.com>.  (Bug#1660)
1243         (Paging the Article): Add index entry.
1244
1245 2008-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
1246
1247         * message.texi (Insertion Variables): Don't advertise sc-cite-original.
1248
1249 2008-12-04  David Engster  <dengste@eml.cc>
1250
1251         * gnus.texi (nnmairix): Mention mairix.el.  Point out the importance
1252           of nnml-get-new-mail.  Change URL for mairix patch.
1253
1254 2008-11-19  Glenn Morris  <rgm@gnu.org>
1255
1256         * doclicense.texi: Change to FDL 1.3.
1257         Relicense all texi files under FDL 1.3 or later.
1258
1259 2008-09-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1260
1261         * infohack.el (infohack): Use Info-split-threshold to decide whether to
1262         split Info files.
1263
1264 2008-09-25  Teodor Zlatanov  <tzz@lifelogs.com>
1265
1266         * message.texi (Sending Variables): Fixed variable documentation to
1267         avoid the "y/n" wording.
1268
1269 2008-09-24  Teodor Zlatanov  <tzz@lifelogs.com>
1270
1271         * message.texi (Sending Variables): Added `message-confirm-send' doc.
1272
1273 2008-09-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1274
1275         * infohack.el (infohack-include-files): New function.
1276         (infohack): Use it to insert @include files before performing
1277         texinfo-every-node-update.
1278
1279         * gnus.texi (The Gnus Registry): Don't give argument to @item used in
1280         @enumerate section so as to be able to be formatted with MAKEINFO=no.
1281
1282 2008-09-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1283
1284         * gnus.texi (Top, Setup, Fancy splitting to parent)
1285         (Store custom flags and keywords, Store arbitrary data): Clean up
1286         markup.
1287
1288 2008-09-16  Teodor Zlatanov  <tzz@lifelogs.com>
1289
1290         * gnus.texi (The Gnus Registry): Document it.
1291
1292 2008-09-08  David Engster  <dengste@eml.cc>
1293
1294         * gnus.texi (nnmairix): Point out that nnml uses MH format.  Clarify
1295         section about choosing back end servers.
1296
1297 2008-07-30  Reiner Steib  <Reiner.Steib@gmx.de>
1298
1299         * gnus.texi (Sorting the Summary Buffer, Summary Sorting): Add
1300         gnus-summary-sort-by-most-recent-number and
1301         gnus-summary-sort-by-most-recent-date.
1302         (Summary Sorting): Explain prefix argument.
1303
1304 2008-07-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1305
1306         * gnus.texi (Saving Articles): Mention symbolic prefix `r' for
1307         gnus-summary-pipe-output.
1308
1309 2008-07-24  Katsumi Yamaoka  <yamaoka@jpl.org>
1310
1311         * gnus.texi (Saving Articles): Describe the 2nd argument of
1312         gnus-summary-save-in-pipe.
1313         (SpamAssassin): Use it.
1314
1315 2008-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
1316
1317         * gnus.texi (SpamAssassin): Fix gnus-summary-save-in-pipe usage.
1318
1319 2008-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
1320
1321         * gnus.texi (Saving Articles): Mention
1322         gnus-summary-pipe-output-default-command and gnus-summary-save-in-pipe.
1323
1324 2008-06-16  Glenn Morris  <rgm@gnu.org>
1325
1326         * pgg.texi, sasl.texi: Add Cover-Texts.
1327
1328 2008-06-15  Glenn Morris  <rgm@gnu.org>
1329
1330         * sasl.texi: Refer to license in Emacs manual.
1331
1332         * gnus-coding.texi: Refer to license in Gnus manual.
1333
1334         * emacs-mime.texi, gnus.texi, message.texi, sieve.texi:
1335         Remove references to external license, since doclicense is included.
1336
1337 2008-06-13  Glenn Morris  <rgm@gnu.org>
1338
1339         * emacs-mime.texi, gnus-coding.texi, gnus.texi, message.texi
1340         * sieve.texi: Update Back-Cover Text as per maintain.info.
1341
1342 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1343
1344         * gnus-faq.texi: Generate.  Change node names to "FAQ N-M".
1345
1346         * Makefile.in (gnus-faq-clean): Don't remove gnus-faq.texi.
1347         (gnus-faq.xml): Update repository host.
1348
1349         * xml2texi.scm (boilerplate): Update copyright years.
1350         (format-q-level): Change node names to "FAQ N-M", since period in
1351         "[N.M]" is invalid, see "(texinfo)Node Line Requirements".
1352
1353         * gnus-faq.texi: Generate from gnus-faq.xml (sourceforge.net).
1354
1355 2008-06-15  Frank Schmitt  <ich@frank-schmitt.net>
1356
1357         * gnus-faq.texi ([5.12]): Add entry about message-kill-buffer-on-exit.
1358         Fix a typo.
1359
1360 2008-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
1361
1362         * gnus.texi (Mail Source Customization): Correct values of
1363         `mail-source-delete-incoming'.  Reported by Tassilo Horn.
1364         (Oort Gnus): Fix version comment for mml-dnd-protocol-alist.
1365
1366 2008-06-14  Reiner Steib  <Reiner.Steib@gmx.de>
1367
1368         * gnus.texi (nnmairix): Eliminate wrong use of `path', cf. the GNU
1369         coding standards.
1370
1371 2008-06-14  David Engster  <dengste@eml.cc>
1372
1373         * gnus.texi (nnmairix): Markup fixes.
1374
1375 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1376
1377         * gnus.texi (nnmairix): Markup and other minor fixes.
1378
1379 2008-06-05  David Engster  <dengste@eml.cc>
1380
1381         * gnus.texi (nnmairix): New nodes describing nnmairix.el.
1382
1383 2008-06-05  Reiner Steib  <Reiner.Steib@gmx.de>
1384
1385         * gnus.texi (Group Parameters): Change ~/.gnus to ~/.gnus.el.
1386         (Searching, nnir, nnmairix): New stub nodes.
1387
1388 2008-05-24  Reiner Steib  <Reiner.Steib@gmx.de>
1389
1390         * gnus.texi (Filling In Threads): Additions to gnus-fetch-old-headers.
1391
1392 2008-05-15  Reiner Steib  <Reiner.Steib@gmx.de>
1393
1394         * gnus.texi (Scoring On Other Headers): Fix typo.  Rearrange.
1395
1396 2008-05-01  Lars Magne Ingebrigtsen  <lars@ingebrigtsen.no>
1397
1398         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.11.
1399
1400 2008-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1401
1402         * gnus.texi (Various Summary Stuff): Add gnus-propagate-marks.
1403         (Various Summary Stuff): Fix typo in last xref.
1404
1405 2008-04-13  Reiner Steib  <Reiner.Steib@gmx.de>
1406
1407         * gnus.texi (Oort Gnus): Add message-fill-column.
1408
1409 2008-04-12  Adrian Aichner  <adrian@xemacs.org>
1410
1411         * gnus.texi (Mail Source Specifiers): Typo fix.
1412
1413 2008-04-12  Reiner Steib  <Reiner.Steib@gmx.de>
1414
1415         * gnus.texi (Diary Headers Generation): Update key binding for
1416         `gnus-diary-check-message'.
1417
1418 2008-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
1419
1420         * gnus.texi, gnus-faq.texi, message.texi: Bump version to 0.9.
1421
1422 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1423
1424         * gnus.texi (Emacsen): Addition.
1425
1426 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1427
1428         * gnus.texi (Emacsen): Give recommendations for Emacs 22 and Emacs 23.
1429
1430 2008-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
1431
1432         * gnus.texi, gnus-faq.texi, message.texi: No Gnus v0.8 is released.
1433
1434 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
1435
1436         * gnus.texi (Oort Gnus): Mention customizing of tool bars.
1437
1438 2008-04-09  Reiner Steib  <Reiner.Steib@gmx.de>
1439
1440         * gnus-news.texi: Update tool bar item.
1441
1442 2008-04-09  Sven Joachim  <svenjoac@gmx.de>
1443
1444         * gnus-news.texi: Fix typos.
1445
1446 2008-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
1447
1448         * gnus.texi (Top): Fix version.  Add SASL.
1449
1450 2008-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
1451
1452         * gnus.texi (Foreign Groups): Add gnus-read-ephemeral-gmane-group,
1453         gnus-read-ephemeral-gmane-group-url,
1454         gnus-read-ephemeral-emacs-bug-group,
1455         gnus-read-ephemeral-debian-bug-group.
1456
1457 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1458
1459         * gnus.texi (MIME Commands): Add gnus-article-browse-html-article.
1460
1461         * gnus-news.texi: Add EasyPG.  Add gnus-article-browse-html-article.
1462         Add FIXMEs for Bookmarks and gnus-registry-marks.
1463
1464 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1465
1466         * gnus.texi (Smileys): Document `smiley-style'.
1467
1468 2008-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
1469
1470         * gnus.texi (Gnus Development): Clarify difference between ding and
1471         gnu.emacs.gnus.
1472         (MIME Commands, Using MIME, RSS): Fix markup.
1473
1474         * gnus-faq.texi ([8.4]): Ditto.
1475
1476 2008-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
1477
1478         * gnus.texi (Emacsen): Remove obsolete stuff.
1479
1480 2008-03-19  Reiner Steib  <Reiner.Steib@gmx.de>
1481
1482         * gnus.texi (Oort Gnus): Add version info WRT
1483         `mail-source-delete-incoming'.
1484
1485 2008-03-16  Reiner Steib  <Reiner.Steib@gmx.de>
1486
1487         * gnus.texi (Top): Add "Other related manuals" and version info in
1488         `iftex' output.
1489         (Formatting Fonts): Add index entries for gnus-mouse-face, gnus-face-0,
1490         gnus-balloon-face-0 and the corresponding format specifiers.
1491
1492 2008-03-14  Stefan Monnier  <monnier@iro.umontreal.ca>
1493
1494         * gnus.texi (Example Methods, Direct Functions, Indirect Functions)
1495         (Common Variables): Give precedence to the netcat methods over the
1496         telnet methods, and mention that they are more reliable.
1497
1498 2008-03-08  Reiner Steib  <Reiner.Steib@gmx.de>
1499
1500         * gnus.texi (Mail Source Customization, Gnus Development, Oort Gnus):
1501         Update for change of `mail-source-delete-incoming'.
1502
1503         * gnus-news.texi: Ditto.
1504
1505 2008-03-02  Reiner Steib  <Reiner.Steib@gmx.de>
1506
1507         * gnus-coding.texi (Gnus Maintainance Guide): Update conventions for
1508         custom versions.
1509
1510 2008-03-01  Reiner Steib  <Reiner.Steib@gmx.de>
1511
1512         * Update copyright years.
1513
1514 2008-02-26  Reiner Steib  <Reiner.Steib@gmx.de>
1515
1516         * gnus-news.texi: Mention problem with coding system `utf-8-emacs' when
1517         using different Emacs versions.
1518
1519 2008-02-07  Katsumi Yamaoka  <yamaoka@jpl.org>
1520
1521         * Makefile.in (datarootdir): Define.
1522         (install, uninstall): Quote directory name that might contain
1523         whitespace.
1524
1525         * gnus-news.texi: Mention that spaces and tabs are allowed in the
1526         installation directory name.
1527
1528         * ps/Makefile.in (datarootdir): Define.
1529
1530 2008-01-24  Michael Sperber  <sperber@deinprogramm.de>
1531
1532         * gnus.texi (Mail Source Specifiers): Document `group' specifier.
1533         (Group Parameters): Document `mail-source' parameter.
1534
1535 2008-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
1536
1537         * gnus-news.texi: Mention gnus-article-describe-bindings.
1538
1539 2008-01-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1540
1541         * gnus-news.texi: Mention gnus-article-wide-reply-with-original.
1542
1543 2008-01-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1544
1545         * gnus.texi (Article Keymap): Add gnus-article-wide-reply-with-original;
1546         fix descriptions of gnus-article-reply-with-original and
1547         gnus-article-followup-with-original.
1548
1549 2008-01-05  Reiner Steib  <Reiner.Steib@gmx.de>
1550
1551         * message.texi (Mail Variables): Add some text from "(gnus)Posting
1552         Server".  Add `message-send-mail-with-mailclient'.
1553
1554         * gnus.texi (Posting Server): Move some text to "(message)Mail
1555         Variables" and add a reference here.
1556
1557 2007-12-18  Reiner Steib  <Reiner.Steib@gmx.de>
1558
1559         * gnus.texi (Group Parameters): Reorder the text and add a note about
1560         `gnus-parameters' near the beginning of the node.
1561
1562 2007-12-17  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
1563
1564         * gnus.texi (Score File Editing): Fix function name.
1565
1566 2007-12-14  Sven Joachim  <svenjoac@gmx.de>
1567
1568         * gnus.texi (Score Variables): Fix typo.
1569
1570 2007-12-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1571
1572         * gnus.texi (Other Files): Add the yenc command.
1573
1574 2007-11-30  Reiner Steib  <Reiner.Steib@gmx.de>
1575
1576         * gnus.texi (MIME Commands): Default of gnus-article-loose-mime is t
1577         since 2004-08-06.
1578
1579 2007-11-28  Katsumi Yamaoka  <yamaoka@jpl.org>
1580
1581         * gnus.texi (Fancy Mail Splitting): Fix description of splitting based
1582         on body.
1583
1584 2007-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1585
1586         * emacs-mime.texi (rfc2047): Mention rfc2047-encoded-word-regexp-loose
1587         and rfc2047-allow-irregular-q-encoded-words; fix description of
1588         rfc2047-encode-encoded-words.
1589
1590 2007-11-24  Reiner Steib  <Reiner.Steib@gmx.de>
1591
1592         * gnus.texi (Fetching Mail): Remove obsoleted `nnmail-spool-file'.
1593
1594 2007-11-05  Reiner Steib  <Reiner.Steib@gmx.de>
1595
1596         * gnus-news.texi: Fix spelling.
1597         `message-insert-formatted-citation-line', not
1598         `message-insert-formated-citation-line'.
1599
1600 2007-10-29  Glenn Morris  <rgm@gnu.org>
1601
1602         * gnus-refcard.tex: Restore Feb 2007 copyright clarifications
1603         lost in update to Gnus trunk.
1604
1605 2007-10-27  Reiner Steib  <Reiner.Steib@gmx.de>
1606
1607         * gnus.texi (Troubleshooting): Adjust Gnus version number.
1608
1609 2007-10-14  Emanuele Giaquinta  <e.giaquinta@glauco.it>  (tiny change)
1610
1611         * gnus-faq.texi ([5.12]): Remove reference to discontinued service.
1612
1613 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1614
1615         * gnus-news.texi: Remove Oort Gnus stuff.
1616
1617 2007-10-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1618
1619         * gnus-news.texi: Mention non-ASCII group names; move new text about
1620         `New make.bat', `~/News/overview/ not used', `(require 'gnus-load)',
1621         and `Gnus no longer generate the Sender: header' from GNUS-NEWS.
1622
1623 2007-10-04  Reiner Steib  <Reiner.Steib@gmx.de>
1624
1625         * Relicense "GPLv2 or later" files to "GPLv3 or later".
1626
1627 2007-10-03  Holger Schauer  <Holger.Schauer@gmx.de>
1628
1629         * gnus.texi (X-Face): Fix typo.
1630
1631 2007-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
1632
1633         * gnus.texi (Slow/Expensive Connection): Merge explanation for NOV into
1634         the Terminology section.
1635         (Terminology): Do.
1636
1637 2007-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
1638
1639         * gnus.texi (Sorting the Summary Buffer): Remove
1640         gnus-article-sort-by-date-reverse.
1641
1642         * gnus-coding.texi (Gnus Coding Style) <message>: Add "patches
1643         welcome".
1644         (Gnus Coding Style) <General purpose libraries>: Move hex-util.el here.
1645
1646 2007-09-20  Jim Meyering  <jim@meyering.net>  (tiny change)
1647
1648         * gnus.texi (On Writing Manuals): Fix typos.
1649
1650 2007-09-17  Lowell Gilbert  <lgusenet@be-well.ilk.org>  (tiny change)
1651
1652         * gnus.texi (Slow/Expensive Connection): Improve descriptions.
1653
1654 2007-09-17  Allan Gottlieb  <gottlieb@nyu.edu>  (tiny change)
1655
1656         * gnus.texi (Slow/Expensive Connection): Improve descriptions.
1657
1658 2007-09-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1659
1660         * gnus.texi (Crosspost Handling): Replace gnus-nov-is-evil with
1661         nntp-nov-is-evil; move vindex to gnus-nov-is-evil to Slow/Expensive
1662         Connection; add xref to Slow/Expensive Connection.
1663         (Slow/Expensive Connection): Describe not only NNTP connection; improve
1664         gnus-nov-is-evil; add an explanation of NOV.
1665         (Slow Machine): Add xref to Slow/Expensive Connection.
1666
1667 2007-09-13  Katsumi Yamaoka  <yamaoka@jpl.org>
1668
1669         * gnus.texi (Selecting a Group): Rename gnus-maximum-newsgroup to
1670         gnus-newsgroup-maximum-articles.  Suggested by Leo <sdl.web@gmail.com>.
1671         (Non-ASCII Group Names): Fix select method example.
1672
1673 2007-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1674
1675         * gnus.texi (Non-ASCII Group Names): New node.
1676         (Misc Group Stuff): Move gnus-group-name-charset-method-alist and
1677         gnus-group-name-charset-group-alist to Non-ASCII Group Names node.
1678
1679 2007-08-31  Michaël Cadilhac  <michael@cadilhac.name>
1680
1681         * gnus.texi (Mail Source Specifiers, IMAP): Add a notice on the need to
1682         clean the output of the program `imap-shell-program'.
1683
1684 2007-08-25  Reiner Steib  <Reiner.Steib@gmx.de>
1685
1686         * gnus-coding.texi (Gnus Coding Style) <Encryption and security>: Add
1687         sha1.el and hex-util.el.
1688         (Gnus Coding Style) <Networking>: Write dns.el and dns-mode.el instead
1689         of dns*.el.
1690         (Gnus Coding Style) <Mail and News related RFCs>: Document missing Gnus
1691         dependencies.
1692         (Gnus Maintainance Guide): Give advice for post-Emacs-22.1 defcustoms.
1693         Say that it should also be used when the default changed.
1694         (Gnus Coding Style) <Compatibility>: Adjust versions for 5.10.10.
1695         (Gnus Coding Style) <Emacs MIME>: Add "patches welcome".
1696         (Gnus Coding Style) <Gnus backends>: Clean up.
1697
1698 2007-08-24  IRIE Tetsuya  <irie@t.email.ne.jp>  (tiny change)
1699
1700         * message.texi (MIME): Replace mml-attach with mml-attach-file.
1701
1702 2007-08-17  Katsumi Yamaoka  <yamaoka@jpl.org>
1703
1704         * gnus.texi (IMAP): Mention nnimap-logout-timeout.
1705
1706 2007-08-14  Katsumi Yamaoka  <yamaoka@jpl.org>
1707
1708         * gnus.texi (Selecting a Group): Mention gnus-maximum-newsgroup.
1709
1710 2007-08-13  Tassilo Horn  <tassilo@member.fsf.org>
1711
1712         * gnus-news.texi: Mention sticky article buffers.
1713
1714         * gnus.texi (Sticky Articles): Documentation for sticky article buffers.
1715
1716 2007-08-10  Katsumi Yamaoka  <yamaoka@jpl.org>
1717
1718         * gnus.texi (NNTP): Mention nntp-xref-number-is-evil.
1719
1720 2007-08-08  Glenn Morris  <rgm@gnu.org>
1721
1722         * gnus.texi, sieve.texi: Replace `iff'.
1723
1724 2007-07-25  Glenn Morris  <rgm@gnu.org>
1725
1726         * Relicense all FSF files to GPLv3 or later.
1727
1728 2007-07-20  Michaël Cadilhac  <michael@cadilhac.name>
1729
1730         * gnus.texi (RSS): Document nnrss-ignore-article-fields.
1731
1732 2007-07-13  Eli Zaretskii  <eliz@gnu.org>
1733
1734         * emacs-mime.texi: Add @documentencoding directive.
1735
1736 2007-07-05  Katsumi Yamaoka  <yamaoka@jpl.org>
1737
1738         * gnus.texi (Splitting Mail): Fix description of
1739         nnmail-mail-splitting-decodes.
1740
1741 2007-07-04  Reiner Steib  <Reiner.Steib@gmx.de>
1742
1743         * gnus-news.texi: Add message-citation-line-format.
1744
1745 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1746
1747         * gnus-coding.texi (Gnus Maintainance Guide): Update for Emacs 22.1.
1748
1749 2007-07-02  Reiner Steib  <Reiner.Steib@gmx.de>
1750
1751         * gnus-faq.texi ([3.2]): Fix locating of environment variables in the
1752         Control Panel.
1753
1754         * gnus.texi (Misc Article): Add index entry for
1755         gnus-single-article-buffer.
1756
1757 2007-06-27  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1758
1759         * gnus.texi (Starting Up): Fix typo.
1760
1761 2007-06-25  Katsumi Yamaoka  <yamaoka@jpl.org>
1762
1763         * gnus.texi (Asynchronous Fetching): Fix typo.
1764
1765 2007-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
1766
1767         * gnus.texi (Various Various): Mention gnus-add-timestamp-to-message.
1768
1769 2007-06-06  Juanma Barranquero  <lekktu@gmail.com>
1770
1771         * gnus.texi (Article Buttons, Mail Source Customization)
1772         (Sending or Not Sending, Customizing NNDiary):
1773         * message.texi (Message Headers): Fix typos.
1774
1775 2007-06-06  Andreas Seltenreich  <andreas@gate450.dyndns.org>
1776
1777         * gnus.texi (Misc Group Stuff, Summary Buffer)
1778         (Server Commands, Article Keymap): Fix typo.  s/function/command/.
1779
1780 2007-06-01  Katsumi Yamaoka  <yamaoka@jpl.org>
1781
1782         * gnus.texi (Archived Messages): Document
1783         gnus-update-message-archive-method.
1784
1785 2007-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
1786
1787         * gnus.texi (Limiting): Document gnus-summary-limit-to-address.
1788
1789 2007-05-11  Michaël Cadilhac  <michael@cadilhac.name>
1790
1791         * gnus.texi (Group Maneuvering): Document
1792         `gnus-summary-next-group-on-exit'.
1793
1794 2007-05-09  Katsumi Yamaoka  <yamaoka@jpl.org>
1795
1796         * gnus.texi (Really Various Summary Commands): Mention
1797         gnus-auto-select-on-ephemeral-exit.
1798
1799 2007-05-03  Reiner Steib  <Reiner.Steib@gmx.de>
1800
1801         * gnus.texi (Running NNDiary): Use ~/.gnus.el instead of gnusrc.
1802
1803 2007-05-02  Reiner Steib  <Reiner.Steib@gmx.de>
1804
1805         * gnus.texi, message.texi: Bump version number.
1806
1807         * doclicense.texi: Update to version 1.2 from Emacs CVS.
1808
1809 2007-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
1810
1811         * gnus.texi (Article Highlighting): Clarify gnus-cite-parse-max-size.
1812
1813 2007-04-15  Chong Yidong  <cyd@stupidchicken.com>
1814
1815         * gnus.texi, message.texi, pgg.texi, sieve.texi: Include GFDL.
1816
1817 2007-04-11  Katsumi Yamaoka  <yamaoka@jpl.org>
1818
1819         * gnus.texi (Group Line Specification, Misc Group Stuff)
1820         (Server Commands): Parenthesize @pxref{Mail Spool}.
1821
1822 2007-04-11  Didier Verna  <didier@xemacs.org>
1823
1824         New user option: message-signature-directory.
1825         * gnus-news.texi: Advertise it.
1826         * message.texi (Insertion Variables): Document it.
1827         * gnus.texi (Posting Styles): Ditto.
1828
1829 2007-04-11  Didier Verna  <didier@xemacs.org>
1830
1831         * gnus.texi (Group Line Specification):
1832         * gnus.texi (Misc Group Stuff):
1833         * gnus.texi (Server Commands): Document the group compaction feature.
1834         * gnus-news.texi: Ditto.
1835
1836 2007-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
1837
1838         * gnus-faq.texi ([5.2]): Adjust for message-fill-column.
1839
1840         * gnus-news.texi: Add message-fill-column.
1841
1842         * message.texi (Various Message Variables): Add message-fill-column.
1843
1844         * gnus-news.el (gnus-news-header-disclaimer): Add newlines.
1845
1846 2007-03-31  Eli Zaretskii  <eliz@gnu.org>
1847
1848         * emacs-mime.texi (Non-MIME): Postscript -> PostScript.
1849
1850 2007-03-30  Katsumi Yamaoka  <yamaoka@jpl.org>
1851
1852         * gnus.texi: Untabify.
1853
1854 2007-03-28  Didier Verna  <didier@xemacs.org>
1855
1856         * gnus.texi (Group Parameters): Document the posting-style merging
1857         process in topic-mode.
1858
1859 2007-03-26  Richard Stallman  <rms@gnu.org>
1860
1861         * pgg.texi (Caching passphrase): Clean up previous change.
1862
1863 2007-03-25  Thien-Thi Nguyen  <ttn@gnu.org>
1864
1865         * gnus.texi (Setting Process Marks): Fix typo.
1866
1867 2007-03-24  Thien-Thi Nguyen  <ttn@gnu.org>
1868
1869         * gnus.texi (Splitting Mail): Reword "splitting"-as-adj to be -as-noun.
1870
1871         * gnus.texi (Mail Source Specifiers): Fix typo.
1872
1873 2007-03-24  Reiner Steib  <Reiner.Steib@gmx.de>
1874
1875         * gnus.texi (Scoring On Other Headers): Add gnus-inhibit-slow-scoring.
1876
1877         * gnus-news.el (gnus-news-header-disclaimer, gnus-news-trailer): Switch
1878         to standard GPL text for license.  Update copyright for years from
1879         Emacs 21 to present (mainly adding 2001).  Text taken from Glenn
1880         Morris' change to GNUS-NEWS in Emacs / v5-10.
1881
1882 2007-03-23  Katsumi Yamaoka  <yamaoka@jpl.org>
1883
1884         * gnus.texi, message.texi: Bump No Gnus version.
1885
1886 2007-03-15  Katsumi Yamaoka  <yamaoka@jpl.org>
1887
1888         * message.texi (Message Buffers): Update documentation for
1889         message-generate-new-buffers.
1890
1891 2007-03-15  Daiki Ueno  <ueno@unixuser.org>
1892
1893         * pgg.texi (Caching passphrase): Describe pgg-passphrase-coding-system.
1894
1895 2007-03-11  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1896
1897         * gnus.texi (Mail and Post): Update documentation for gnus-user-agent.
1898         The variable now uses a list of symbols instead of just a symbol.
1899         Reported by Christoph Conrad <christoph.conrad@gmx.de>.
1900
1901 2007-02-27  Chong Yidong  <cyd@stupidchicken.com>
1902
1903         * pgg.texi (Caching passphrase): Document gpg-agent usage, gpg-agent
1904         problems on the console, and security risk in not using gpg-agent.
1905
1906 2007-02-27  Katsumi Yamaoka  <yamaoka@jpl.org>
1907
1908         * gnus.texi (NNTP): Mention nntp-never-echoes-commands and
1909         nntp-open-connection-functions-never-echo-commands.
1910
1911 2007-01-28  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1912
1913         * gnus.texi (Batching Agents): Fix example.  Reported by Tassilo Horn
1914         <tassilo@member.fsf.org>.
1915
1916 2007-01-13  Romain Francoise  <romain@orebokech.com>
1917
1918         * gnus.texi (Mail Spool): Fix typo.
1919         Update copyright.
1920
1921 2007-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
1922
1923         * gnus.texi (Customizing Articles): Use index entries for gnus-treat-*
1924         variables only in info to avoid redundant entries in the printed
1925         manual.
1926
1927 2007-01-02  Daiki Ueno  <ueno@unixuser.org>
1928
1929         * message.texi (Using PGP/MIME): Document gpg-agent usage.
1930
1931 2007-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
1932
1933         * message.texi (Security): Split into sub-nodes.
1934
1935 2006-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
1936
1937         * gnus.texi (Limiting): Add gnus-summary-limit-to-singletons.
1938
1939 2006-12-30  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
1940
1941         * gnus.texi (Summary Generation Commands):
1942         * gnus-news.texi: Add gnus-summary-insert-ticked-articles.
1943
1944 2006-12-29  Reiner Steib  <Reiner.Steib@gmx.de>
1945
1946         * gnus.texi (Customizing Articles): Add index entries for all
1947         gnus-treat-* variables.
1948
1949 2006-12-29  Jouni K. Seppänen  <jks@iki.fi>
1950
1951         * gnus.texi (IMAP): Fix incorrect explanation of
1952         nnimap-search-uids-not-since-is-evil in documentation for
1953         nnimap-expunge-search-string.
1954
1955 2006-12-28  Reiner Steib  <Reiner.Steib@gmx.de>
1956
1957         * gnus.texi (Mail and Post): Index gnus-message-highlight-citation.
1958         (SpamAssassin back end): Rename spam-spamassassin-path to
1959         spam-spamassassin-program.
1960         (ifile spam filtering): Rename spam-ifile-database-path to
1961         spam-ifile-database.
1962
1963 2006-12-26  Reiner Steib  <Reiner.Steib@gmx.de>
1964
1965         * gnus-news.texi: Add gnus-message-highlight-citation.
1966
1967         * gnus.texi (Mail and Post): Add gnus-message-highlight-citation.
1968
1969         * gnus.texi (Spam Package Configuration Examples): Don't encourage to
1970         rebind C-s.
1971
1972 2006-12-26  Jouni K. Seppänen  <jks@iki.fi>
1973
1974         * gnus.texi (Group Parameters, Group Maintenance, Topic Commands)
1975         (Mail Group Commands, Expiring Mail, IMAP): Add index entries for
1976         "expiring mail".
1977         (IMAP): Document nnimap-search-uids-not-since-is-evil and
1978         nnimap-nov-is-evil.
1979
1980 2006-12-24  Chong Yidong  <cyd@stupidchicken.com>
1981
1982         * pgg.texi (Caching passphrase): Default for pgg-gpg-use-agent changed
1983         to t.
1984         (Prerequisites): Add explanation about gpg-agent.
1985
1986 2006-12-17  Sascha Wilde  <wilde@sha-bang.de>
1987
1988         * pgg.texi: Added short note on gpg-agent to the introduction.
1989
1990 2006-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
1991
1992         * gnus.texi (Hiding Headers): Document that `long-to' and `many-to'
1993         also applies to Cc.
1994
1995 2006-12-12  Reiner Steib  <Reiner.Steib@gmx.de>
1996
1997         * gnus.texi (X-Face): Clarify.  Say which programs are required
1998         on Windows.
1999
2000 2006-11-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2001
2002         * gnus.texi (Limiting): Add gnus-summary-limit-to-headers.
2003
2004 2006-11-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2005
2006         * message.texi (Mail Headers): Document `opportunistic'.
2007
2008 2006-10-13  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2009
2010         * gnus.texi (Other modes): Fix typo.  Add alternative index entry for
2011         gnus-dired-attach.
2012         (Selecting a Group): Fix typo.
2013
2014 2006-10-06  Reiner Steib  <Reiner.Steib@gmx.de>
2015
2016         * gnus.texi (Image Enhancements): Update for Emacs 22.
2017
2018         * gnus-faq.texi ([1.3]): Update.
2019
2020 2006-10-02  Reiner Steib  <Reiner.Steib@gmx.de>
2021
2022         * gnus.texi (Foreign Groups): Say where change of editing commands are
2023         stored.  Add reference to `gnus-parameters'.
2024
2025 2006-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2026
2027         * emacs-mime.texi (Encoding Customization): Explain how to set
2028         mm-coding-system-priorities per hierarchy.
2029
2030 2006-09-14  Reiner Steib  <Reiner.Steib@gmx.de>
2031
2032         * gnus-news.texi: Addition for `mm-fill-flowed'.
2033
2034         * gnus.texi (Oort Gnus): Add @xref for `mm-fill-flowed'.
2035
2036 2006-09-09  Reiner Steib  <Reiner.Steib@gmx.de>
2037
2038         * gnus.texi (Mail Source Specifiers): Mention problem of duplicate
2039         mails with pop3-leave-mail-on-server.  Fix wording.
2040         (Limiting): Improve gnus-summary-limit-to-articles.
2041         (X-Face): Fix typo.
2042
2043 2006-07-24  Richard Stallman  <rms@gnu.org>
2044
2045         * pgg.texi: Move periods and commas inside quotes.
2046
2047 2006-07-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2048
2049         * gnus.texi (Oort Gnus): Mention that the Lisp files are now installed
2050         in .../site-lisp/gnus/ by default.
2051         [ From gnus-news.texi in the trunk. ]
2052
2053 2006-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
2054
2055         * gnus.texi (MIME Commands): Additions for yEnc.
2056
2057 2006-07-10  Nick Roberts  <nickrob@snap.net.nz>
2058
2059         * gnus.texi, message.texi: Fix typos.
2060
2061 2006-05-29  Stefan Monnier  <monnier@iro.umontreal.ca>
2062
2063         * gnus.texi (Example Setup): Use ;; instead of ;;; to better follow
2064         coding conventions.
2065
2066 2006-06-24  Andreas Seltenreich  <uwi7@rz.uni-karlsruhe.de>
2067
2068         * gnus.texi (Summary Buffer Lines): Fix typo.
2069
2070 2006-06-22  Reiner Steib  <Reiner.Steib@gmx.de>
2071
2072         * gnus.texi (Washing Mail): Add nnmail-ignore-broken-references and
2073         nnmail-broken-references-mailers instead of nnmail-fix-eudora-headers.
2074
2075 2006-06-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2076
2077         * message.texi (News Headers): Update message-syntax-checks section.
2078
2079 2006-05-30  Didier Verna  <didier@xemacs.org>
2080
2081         * message.texi (Wide Reply): Update documentation of
2082         message-dont-reply-to-names (now allowing a list of regexps).
2083
2084 2006-05-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2085
2086         * gnus.texi (Saving Articles): Addition.
2087
2088 2006-05-18  Reiner Steib  <Reiner.Steib@gmx.de>
2089
2090         * gnus.texi (Saving Articles): Clarify gnus-summary-save-article-mail.
2091
2092 2006-05-12  Reiner Steib  <Reiner.Steib@gmx.de>
2093
2094         * message.texi (Interface): Add tool bar customization.
2095         (MIME): Index and text additions for mml-attach.
2096
2097         * gnus.texi (Oort Gnus): Reorder entries in sections.  Fix some
2098         entries.
2099         (Starting Up): Add references to "Emacs for Heathens" and to
2100         "Finding the News".  Add user-full-name and user-mail-address.
2101         (Group Buffer Format): Add tool bar customization and update.
2102         (Summary Buffer): Add tool bar customization.
2103         (Posting Styles): Add message-alternative-emails.
2104
2105 2006-04-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2106
2107         * gnus.texi (Spam Package Introduction): Fix spam menu and links.
2108
2109 2006-04-26  Reiner Steib  <Reiner.Steib@gmx.de>
2110
2111         * pgg.texi (Caching passphrase): Fix markup and typos.  Simplify.
2112
2113 2006-04-26  Sascha Wilde  <wilde@sha-bang.de>
2114
2115         * pgg.texi (Caching passphrase): Added documentation for
2116         pgg-gpg-use-agent.
2117
2118 2006-04-20  Reiner Steib  <Reiner.Steib@gmx.de>
2119
2120         * gnus.texi (Spam Statistics Package): Fix typo in @pxref.
2121         (Splitting mail using spam-stat): Fix @xref.
2122
2123 2006-04-20  Chong Yidong  <cyd@stupidchicken.com>
2124
2125         * gnus.texi (Spam Package): Major revision of the text.
2126         Previouly this node was "Filtering Spam Using The Spam ELisp Package".
2127 2006-04-18  Reiner Steib  <Reiner.Steib@gmx.de>
2128
2129         * gnus-refcard.tex: Remove duplicate \def's.  Update date.
2130
2131 2006-04-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2132
2133         * gnus.texi (SpamAssassin back end): Fix typo.
2134
2135         * sieve.texi (Examples): Fix grammar.
2136
2137 2006-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2138
2139         * gnus.texi (Searching for Articles): Document M-S and M-R.
2140         (Limiting): Document / b.
2141
2142 2006-04-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2143
2144         * gnus.texi (Thread Commands): T M-^.
2145
2146 2006-04-14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2147
2148         * message.texi (Mail Aliases): Document ecomplete.
2149         (Mail Aliases): Fix typo.
2150
2151 2006-04-11  Reiner Steib  <Reiner.Steib@gmx.de>
2152
2153         * gnus.texi, gnus-faq.texi, message.texi: No Gnus v0.4 is released.
2154
2155 2006-04-10  Reiner Steib  <Reiner.Steib@gmx.de>
2156
2157         * gnus.texi (Misc Group Stuff, Summary Buffer, Article Keymap)
2158         (Server Commands): Key `v' is reserved for users.
2159
2160 2006-04-07  Reiner Steib  <Reiner.Steib@gmx.de>
2161
2162         * gnus.texi (Summary Buffer Lines): Add `*'.
2163
2164 2006-04-07  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
2165
2166         * gnus.texi (Group Parameters): Mention
2167         gnus-permanently-visible-groups.
2168
2169 2006-04-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2170
2171         * gnus.texi (Face): Restore xref to gnus-face-properties-alist;
2172         fix typo.
2173
2174 2006-04-05  Reiner Steib  <Reiner.Steib@gmx.de>
2175
2176         * gnus.texi (X-Face): Clarify.
2177         (Face): Need Emacs with PNG support.
2178
2179 2006-04-04  Reiner Steib  <Reiner.Steib@gmx.de>
2180
2181         * gnus.texi, message.texi: Bump version.
2182
2183 2006-04-04  Simon Josefsson  <jas@extundo.com>
2184
2185         * gnus.texi (Security): Improve.
2186
2187 2006-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
2188
2189         * gnus-news.texi: Restore customizable tool bar item.  Markup
2190         fixes.  Minor rewording.  Add "New packages and libraries",
2191         "summary and article", "Appearance" and "Miscellaneous".  Remove
2192         "Major new features" and "Other changes".  Add some @xref-s.
2193
2194 2006-03-31  Romain Francoise  <romain@orebokech.com>
2195
2196         * gnus.texi (Virtual Groups): `nnvirtual-always-rescan' defaults
2197         to t, not nil (and has for the past eight years).
2198
2199 2006-03-30  Romain Francoise  <romain@orebokech.com>
2200
2201         * gnus-news.texi: Reorder entries in sections.  Fix typos.
2202         Add local variables section.
2203
2204         * gnus-news.el (gnus-news-header-disclaimer): Delete top section.
2205         (gnus-news-fill-column): Increment to 80.
2206         (gnus-news-translate-file): Support nested list items.
2207
2208 2006-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2209
2210         * gnus-news.texi: Add gnus-group-update-tool-bar.
2211
2212 2006-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
2213
2214         * gnus.texi (Top): Add comment about version line.
2215
2216         * message.texi (Top): Ditto.  Change to take named versions into
2217         account.
2218
2219         * gnus-news.texi: Add customizable tool bar.
2220
2221 2006-03-28  Reiner Steib  <Reiner.Steib@gmx.de>
2222
2223         * gnus.texi (Posting Styles): Add x-face-file to example.
2224         (X-Face): Refer to posting styles.
2225
2226         * gnus-faq.texi ([5.8]): Add x-face-file.
2227         ([8.4]): Add links to gmane.emacs.gnus.user and
2228         gmane.emacs.gnus.general.
2229
2230 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2231
2232         * sasl.texi: Use @copyright{} instead of (C).  Update copyright.
2233
2234 2006-03-27  Karl Berry  <karl@gnu.org>
2235
2236         * gnus.texi, message.texi, emacs-mime.texi, sieve.texi, pgg.texi:
2237         Do not indent copyright year list.
2238
2239 2006-03-27  Reiner Steib  <Reiner.Steib@gmx.de>
2240
2241         * gnus-faq.texi: Use .invalid.
2242         ([5.4]): Fix gnus-posting-styles example.
2243
2244 2006-03-20  Romain Francoise  <romain@orebokech.com>
2245
2246         * gnus.texi (Mail Folders, Mail Spool): Grammar fixes.
2247
2248 2006-03-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2249
2250         * gnus.texi (NoCeM): Mention gnus-use-nocem can also be a number.
2251
2252 2006-03-10  Reiner Steib  <Reiner.Steib@gmx.de>
2253
2254         * gnus.texi (Fancy Mail Splitting): Improve sentences so as to be
2255         easy to understand.
2256
2257 2006-03-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2258
2259         * gnus.texi: Markup fix.
2260         (Fancy Mail Splitting): Specify new feature.
2261
2262 2006-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2263
2264         * gnus.texi (Fancy Mail Splitting): Improve descriptions about
2265         partial-words matching.
2266
2267 2006-03-07  Reiner Steib  <Reiner.Steib@gmx.de>
2268
2269         * emacs-mime.texi (Display Customization): Reword image/.* stuff.
2270
2271         * gnus.texi (Oort Gnus): Add note about `gnus-load'.
2272         (MIME Commands): Fix mm-discouraged-alternatives.
2273
2274 2006-03-06  Reiner Steib  <Reiner.Steib@gmx.de>
2275
2276         * gnus-news.el, gnus-news.texi: Update copyright.
2277
2278 2006-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2279
2280         * xemacs.mak: Remove outdated file.  Use make.bat instead.
2281
2282         * gnus.texi (Oort Gnus): Add `mm-fill-flowed'.
2283
2284 2006-02-09  Reiner Steib  <Reiner.Steib@gmx.de>
2285
2286         * gnus.texi (Mail Spool): nnml-use-compressed-files can be a
2287         string.
2288         (Gnus Versions): Add history beyond start of Oort.
2289
2290         * gnus-news.texi: Add nnml-use-compressed-files.
2291
2292 2006-01-31  Romain Francoise  <romain@orebokech.com>
2293
2294         * message.texi: Update copyright year.
2295
2296 2006-01-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2297
2298         * ps/Makefile.in (distclean): Remove Makefile.
2299
2300         * Makefile.in (almost-clean): Rename from clean.
2301         (clean): Rename from veryclean.
2302         (distclean): Use clean.
2303         (pspackage): Use almost-clean.
2304
2305 2006-01-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2306
2307         * gnus.texi: Update copyright.
2308
2309 2006-01-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2310
2311         * gnus.texi (Article Washing): Additions.
2312
2313 2006-01-08  Alex Schroeder  <alex@gnu.org>
2314
2315         * pgg.texi (Caching passphrase): Rewording.
2316
2317 2006-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2318
2319         * gnus.texi (RSS): Document nnrss-wash-html-in-text-plain-parts.
2320
2321 2006-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2322
2323         * gnus.texi (Group Parameters): Fix description.
2324         (RSS): Addition.
2325
2326 2005-12-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2327
2328         * gnus.texi (Summary Post Commands): Fix function bound to `S O p'.
2329
2330 2005-12-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2331
2332         * emacs-mime.texi (Display Customization): Add setting example to
2333         mm-discouraged-alternatives.
2334
2335 2005-12-15  Reiner Steib  <Reiner.Steib@gmx.de>
2336
2337         * gnus.texi (Gmane Spam Reporting): Fix
2338         spam-report-gmane-use-article-number.  Add
2339         spam-report-user-mail-address.
2340
2341 2005-12-13  Reiner Steib  <Reiner.Steib@gmx.de>
2342
2343         * gnus-news.el (gnus-news-translate-file): Fix previous commit.
2344
2345         * gnus-coding.texi (Gnus Coding Style): Add `uudecode.el'.
2346         (Gnus Maintainance Guide): Add ref to "Gnus Development".  Add
2347         conventions about custom versions.
2348
2349 2005-12-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2350
2351         * gnus.texi (MIME Commands): Mention addition of
2352         multipart/alternative to gnus-buttonized-mime-types and add xref
2353         to mm-discouraged-alternatives.
2354
2355         * emacs-mime.texi (Display Customization): Mention addition of
2356         "image/.*" and add xref to gnus-buttonized-mime-types in the
2357         mm-discouraged-alternatives section.
2358
2359 2005-12-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2360
2361         * gnus-news.el: Markup and description fixes and additions.
2362
2363 2005-12-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2364
2365         * pgg.texi (User Commands): Fix description of pgg-verify-region.
2366         (Selecting an implementation): Fix descriptions.
2367
2368 2005-12-02  Reiner Steib  <Reiner.Steib@gmx.de>
2369
2370         * gnus-news.el: Update Copyright.
2371         (gnus-news-translate-file): Avoid "*Note" at beginning of line.
2372
2373 2005-12-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2374
2375         * emacs-mime.texi (Non-MIME): x-gnus-verbatim -> x-verbatim.
2376
2377 2005-11-30  Katsumi Yamaoka  <yamaoka@jpl.org>
2378
2379         * message.texi (Various Message Variables): Addition.
2380
2381 2005-11-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2382
2383         * message.texi: Fix default values.
2384
2385 2005-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2386
2387         * message.texi (Header Commands): Clarify descriptions of
2388         message-cross-post-followup-to, message-reduce-to-to-cc, and
2389         message-insert-wide-reply.
2390         (Various Commands): Fix kindex for message-kill-to-signature;
2391         clarify description of message-tab.
2392
2393 2005-11-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2394
2395         * message.texi (Mailing Lists): Fix description about MFT.
2396
2397         * gnus.texi (Emacs Lisp): Use ~/.gnus.el instead of ~/.emacs.
2398
2399 2005-11-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2400
2401         * gnus.texi (Slow Terminal Connection): Replace old description
2402         with new one.
2403
2404 2005-11-16  Katsumi Yamaoka  <yamaoka@jpl.org>
2405
2406         * gnus.texi (Oort Gnus): Use ~/.gnus.el instead of ~/.emacs;
2407         replace X-Draft-Headers with X-Draft-From.
2408
2409 2005-11-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2410
2411         * gnus.texi (Various Various): Fix the default value of
2412         nnheader-max-head-length.
2413         (Gnus Versions): Fix typo.
2414
2415 2005-11-10  Reiner Steib  <Reiner.Steib@gmx.de>
2416
2417         * gnus-coding.texi (Gnus Coding Style): Add MIME subsection.
2418         (Gnus Maintainance Guide): Improvements.
2419
2420         * gnus.texi (Sorting the Summary Buffer): Replace 2005-10-29
2421         change by a reference to `Group Parameters'.  Use `(not ...)' in
2422         example instead of `lambda' expression.
2423         (Group Parameters): Add simplified sorting example based on
2424         example for `Sorting the Summary Buffer' from Jari Aalto
2425         <jari.aalto@cante.net>.
2426         (Example Methods): Add example for an indirect connection.
2427
2428 2005-11-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2429
2430         * gnus.texi (XVarious): Fix description of gnus-use-toolbar; add
2431         new variable gnus-toolbar-thickness.
2432
2433 2005-11-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2434
2435         * gnus.texi (Agent and flags): Add it to the detailmenu.
2436
2437 2005-11-08  Kevin Greiner  <kevin.greiner@compsol.cc>
2438
2439         * gnus.texi (nntp-open-via-telnet-and-telnet): Fixed grammar.
2440         (Agent Parameters): Updated parameter names to match code.
2441         (Group Agent Commands): Corrected 'gnus-agent-fetch-series' as
2442         'gnus-agent-summary-fetch-series'.
2443         (Agent and flags): New section providing a generalized discussion
2444         of flag handling.
2445         (Agent and IMAP): Removed flag discussion.
2446         (Agent Variables): Added 'gnus-agent-synchronize-flags'.
2447
2448 2005-11-08  Romain Francoise  <romain@orebokech.com>
2449
2450         * gnus.texi (Exiting the Summary Buffer): Add new function
2451         `gnus-summary-catchup-and-goto-prev-group', bound to `Z p'.
2452
2453 2005-11-08  Katsumi Yamaoka  <yamaoka@jpl.org>
2454
2455         * gnus.texi (XVarious): Revert description of gnus-use-toolbar.
2456
2457 2005-11-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2458
2459         * gnus.texi (X-Face): Fix description.
2460         (XVarious): Remove gnus-xmas-logo-color-alist and
2461         gnus-xmas-logo-color-style; fix description of gnus-use-toolbar.
2462
2463 2005-11-04  Ken Manheimer  <ken.manheimer@gmail.com>
2464
2465         * pgg.texi (User Commands): Document additional passphrase
2466         argument for pgg-encrypt-*, pgg-decrypt-*, and pgg-sign-* functions.
2467         (Backend methods): Likewise for corresponding pgg-scheme-* functions.
2468
2469 2005-11-02  Reiner Steib  <Reiner.Steib@gmx.de>
2470
2471         * gnus.texi (Conformity): Fix typo.
2472         (Customizing Articles): Document `first'.
2473
2474 2005-11-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2475
2476         * gnus.texi (Group Parameters): Mention new variable
2477         gnus-parameters-case-fold-search.
2478         (Home Score File): Addition.
2479
2480 2005-10-29  Sascha Wilde  <wilde@sha-bang.de>
2481
2482         * pgg.texi (How to use): Update the example to add autoload of
2483         pgg-encrypt-symmetric-region.
2484         (User Commands): Document pgg-encrypt-symmetric-region.
2485         (Backend methods): Document pgg-scheme-encrypt-symmetric-region.
2486
2487 2005-10-29  Jari Aalto  <jari.aalto@cante.net>
2488
2489         * gnus.texi (Sorting the Summary Buffer):
2490         Add `gnus-thread-sort-by-date-reverse'.  Add example
2491         host to different sorting in NNTP and RSS groups.
2492
2493 2005-10-28  Reiner Steib  <Reiner.Steib@gmx.de>
2494
2495         * gnus-coding.texi: Split into nodes.
2496         (Gnus Coding Style): Add flow-fill.el.
2497
2498 2005-10-25  Reiner Steib  <Reiner.Steib@gmx.de>
2499
2500         * gnus-coding.texi (Dependencies): Add some text.
2501         (Dependencies): Update encrypt.el.
2502
2503 2005-10-17  Katsumi Yamaoka  <yamaoka@jpl.org>
2504
2505         * gnus.texi (Document Groups): Remove duplicate item.
2506
2507 2005-10-14  Katsumi Yamaoka  <yamaoka@jpl.org>
2508
2509         * gnus.texi (Document Server Internals): Addition.
2510
2511 2005-10-13  Katsumi Yamaoka  <yamaoka@jpl.org>
2512
2513         * gnus.texi (A note on namespaces): Fix RFC reference.
2514
2515 2005-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2516
2517         * gnus.texi (RSS): Fix key description.
2518
2519 2005-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
2520
2521         * gnus.texi: Emacs/w3 -> Emacs/W3.
2522         (Browsing the Web): Fix description.
2523         (Web Searches): Ditto.
2524         (Customizing W3): Ditto.
2525
2526 2005-10-07  Katsumi Yamaoka  <yamaoka@jpl.org>
2527
2528         * gnus.texi (Maildir): Clarify expire-age and expire-group.
2529
2530 2005-10-04  Katsumi Yamaoka  <yamaoka@jpl.org>
2531
2532         * gnus-news.texi: Mention that the Lisp files are now installed in
2533         .../site-lisp/gnus/ by default.
2534
2535 2005-10-03  Simon Josefsson  <jas@extundo.com>
2536
2537         * gnus-news.texi: Fix typo.
2538
2539 2005-09-28  Reiner Steib  <Reiner.Steib@gmx.de>
2540
2541         * gnus-coding.texi: Added  some comments.
2542
2543         * message.texi (Insertion): Describe prefix for
2544         message-mark-inserted-region and message-mark-insert-file.
2545
2546 2005-09-28  Simon Josefsson  <jas@extundo.com>
2547
2548         * message.texi (IDNA): Fix.
2549
2550 2005-09-28  Katsumi Yamaoka  <yamaoka@jpl.org>
2551
2552         * gnus.texi (NNTP): Remove nntp-buggy-select, nntp-read-timeout,
2553         nntp-server-hook, and nntp-warn-about-losing-connection; fix
2554         description of nntp-open-connection-function.
2555         (Common Variables): Fix descriptions.
2556
2557 2005-09-27  Reiner Steib  <Reiner.Steib@gmx.de>
2558
2559         * emacs-mime.texi (Non-MIME): Add Slrn-style verbatim marks and
2560         LaTeX documents.  Describe "text/x-gnus-verbatim".
2561
2562 2005-09-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2563
2564         * gnus.texi (Server Buffer Format): Document the %a format spec.
2565
2566 2005-09-22  Katsumi Yamaoka  <yamaoka@jpl.org>
2567
2568         * gnus.texi (Mail): Fix gnus-confirm-mail-reply-to-news entry.
2569
2570 2005-09-21  Teodor Zlatanov  <tzz@lifelogs.com>
2571
2572         * gnus.texi (Blacklists and Whitelists)
2573         (Blacklists and Whitelists, BBDB Whitelists)
2574         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
2575         (spam-stat spam filtering, SpamOracle)
2576         (Extending the Spam ELisp package): Removed extra quote symbol for
2577         clarity.
2578
2579 2005-09-20  Reiner Steib  <Reiner.Steib@gmx.de>
2580
2581         * gnus.texi (MIME Commands): Add gnus-article-save-part-and-strip,
2582         gnus-article-delete-part and gnus-article-replace-part.
2583         (Using MIME): Add gnus-mime-replace-part.
2584
2585         * gnus-news.texi: Add gnus-mime-replace-part and
2586         gnus-article-replace-part.  Use @xref.
2587
2588 2005-09-20  Simon Josefsson  <jas@extundo.com>
2589
2590         * gnus-coding.texi: New file, from Reiner Steib
2591         <reiner.steib@gmx.de>.
2592
2593 2005-09-17  Romain Francoise  <romain@orebokech.com>
2594
2595         Update all files to specify GFDL version 1.2.
2596
2597         * doclicense.texi (GNU Free Documentation License): Update to
2598         version 1.2.
2599
2600 2005-09-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2601
2602         * gnus.texi (Finding the Parent): Fix description of how Gnus
2603         finds article.
2604
2605 2005-09-14  Jari Aalto  <jari.aalto@cante.net>
2606
2607         * gnus.texi (Advanced Scoring Examples): New exmples to teach how
2608         to drop off non-answered articles.
2609
2610 2005-09-11  Romain Francoise  <romain@orebokech.com>
2611
2612         * message.texi (Message Headers): Explain what
2613         `message-alternative-emails' does in more detail.
2614
2615         * gnus.texi (Mail Spool): Mention that `nnml-use-compressed-files'
2616         requires `auto-compression-mode' to be enabled.  Add new nnml
2617         variable `nnml-compressed-files-size-threshold'.
2618
2619 2005-09-07  Reiner Steib  <Reiner.Steib@gmx.de>
2620
2621         * gnus.texi (Sorting the Summary Buffer): Added
2622         gnus-thread-sort-by-recipient.
2623
2624 2005-09-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2625
2626         * gnus-news.texi: Fix reference.
2627
2628 2005-09-04  Reiner Steib  <Reiner.Steib@gmx.de>
2629
2630         * gnus.texi (Mail Source Customization): Fix descriptions of
2631         mail-source-incoming-file-prefix.
2632
2633         * message.texi (MIME): Describe mml-dnd-protocol-alist and
2634         mml-dnd-attach-options.
2635
2636         * gnus-news.texi: Added reference.
2637
2638 2005-09-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2639
2640         * gnus.texi (Choosing Variables): Fix descriptions.
2641
2642 2005-08-19  Katsumi Yamaoka  <yamaoka@jpl.org>
2643
2644         * emacs-mime.texi (time-date): Fix description of safe-date-to-time.
2645
2646 2005-08-18  Katsumi Yamaoka  <yamaoka@jpl.org>
2647
2648         * emacs-mime.texi (Handles): Remove duplicate item.
2649         (Encoding Customization): Fix the default value for
2650         mm-coding-system-priorities.
2651         (Charset Translation): Emacs doesn't use mm-mime-mule-charset-alist.
2652         (Basic Functions): Fix reference.
2653
2654 2005-08-10  Romain Francoise  <romain@orebokech.com>
2655
2656         * gnus-news.texi: Mention new variable `message-yank-empty-prefix'.
2657
2658 2005-08-09  Katsumi Yamaoka  <yamaoka@jpl.org>
2659
2660         * gnus.texi (Charsets): Fj hierarchy uses iso-2022-jp.
2661
2662 2005-08-08  Romain Francoise  <romain@orebokech.com>
2663
2664         * message.texi (Insertion Variables): Mention new variable
2665         `message-yank-empty-prefix'.  Change `message-yank-cited-prefix'
2666         documentation accordingly.
2667
2668 2005-07-27  Reiner Steib  <Reiner.Steib@gmx.de>
2669
2670         * gnus.texi (Startup Files): Fix name of gnus-site-init-file.
2671         Mention that gnus-init-file is not read when Emacs is invoked with
2672         --no-init-file or -q.
2673
2674 2005-07-20  Didier Verna  <didier@xemacs.org>
2675
2676         * gnus.texi (Email Based Diary): New. Proper documentation for the
2677         nndiary back end and the gnus-diary library.
2678
2679 2005-07-18  Romain Francoise  <romain@orebokech.com>
2680
2681         * gnus.texi (To From Newsgroups): Mention new variables
2682         `gnus-summary-to-prefix' and `gnus-summary-newsgroup-prefix'.
2683
2684         * gnus-news.texi: Ditto.
2685
2686 2005-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
2687
2688         * gnus.texi (NoCeM): gnus-nocem-verifyer defaults to pgg-verify.
2689
2690 2005-06-23  Juanma Barranquero  <lekktu@gmail.com>
2691
2692         * gnus.texi (MIME Commands, Fancy Mail Splitting, Agent Visuals)
2693         (Agent Variables):
2694         * message.texi (Message Headers):
2695         Texinfo usage fix.
2696
2697 2005-03-30  Reiner Steib  <Reiner.Steib@gmx.de>
2698
2699         * Makefile.in (gnus-booklet.dvi, gnus-booklet.pdf): Simplify.
2700         (gnus-faq-texi): Renamed from gnus-faq.texi to avoid unsolicited
2701         download.
2702
2703 2005-03-29  Reiner Steib  <Reiner.Steib@gmx.de>
2704
2705         * Makefile.in (gnus-booklet.dvi, gnus-booklet.pdf)
2706         (gnus-refcard.dvi, gnus-refcard.pdf): New targets replacing
2707         refcard.* and booklet.*.
2708
2709         * gnus-refcard.tex: Merged from refcard.tex and gnusref.tex.
2710         Removed refcard.tex gnusref.tex booklet.tex bk-lt.tex bk-a4.tex.
2711
2712         * gnus-logo.eps: Renamed from gnuslogo-booklet.eps.
2713         gnuslogo-refcard.eps: Removed.
2714
2715         * Makefile.in (gnus-faq.texi): Depend on xml2texi.*.  Fix sed
2716         command.
2717
2718 2005-03-23  Reiner Steib  <Reiner.Steib@gmx.de>
2719
2720         * Makefile.in (gnus-faq-full-update, gnus-faq-clean)
2721         (gnus-faq.texi): New targets.
2722         (distclean): Remove some gnus-faq.* files.
2723
2724         * xml2texi.sh: Mention requirements.
2725
2726         * xml2texi.scm (boilerplate): Add "Do not modify ...".
2727
2728         * gnus-faq.texi: Generated.
2729
2730 2005-03-22  Reiner Steib  <Reiner.Steib@gmx.de>
2731
2732         * gnus-faq.texi: Generated from gnus-faq.xml using xml2texi.*.
2733
2734         * message.texi, gnus.texi: Update copyright.
2735
2736         * xml2texi.scm (+tag-for-gnus-faq-texi+): New variable.
2737         (transform): Use it.  From Karl Pflästerer <sigurd@12move.de> with
2738         minor modifications.
2739         (boilerplate): Update copyright for the output file.
2740
2741 2005-03-21  Reiner Steib  <Reiner.Steib@gmx.de>
2742
2743         * xml2texi.sh: Fix arch tag.
2744
2745 2005-03-20  Reiner Steib  <Reiner.Steib@gmx.de>
2746
2747         * xml2texi.scm, xml2texi.sh: Added copyright.
2748         (transform): Avoid redundant entries in @urefs.
2749         (format-node): Don't insert optional arguments of @node.
2750
2751 2005-03-20  Karl Pflästerer  <sigurd@12move.de>
2752
2753         * xml2texi.scm, xml2texi.sh: New files.  PLT Scheme program to
2754         convert FAQ from xml to texi.
2755
2756 2005-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
2757
2758         * gnus.texi (Slow/Expensive Connection): Don't abbreviate "very".
2759
2760 2005-02-14  Simon Josefsson  <jas@extundo.com>
2761
2762         * gnus-news.texi: Add.
2763
2764 2005-02-10  Katsumi Yamaoka  <yamaoka@jpl.org>
2765
2766         * gnus.texi (Using MIME): gnus-mime-copy-part supports the charset
2767         stuff; gnus-mime-inline-part does the automatic decompression.
2768
2769 2005-02-08  Teodor Zlatanov  <tzz@lifelogs.com>
2770
2771         * gnus.texi (Spam ELisp Package Configuration Examples):
2772         "training.ham" should be "training.spam".
2773
2774 2005-02-02  Katsumi Yamaoka  <yamaoka@jpl.org>
2775
2776         * message.texi (Mail Variables): Fix the default value for
2777         message-send-mail-function.
2778
2779 2005-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
2780
2781         * gnus.texi (Optional Back End Functions): nntp-request-update-info
2782         always returns nil exceptionally.
2783
2784 2005-01-27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2785
2786         * gnus.texi: Some edits based on comments from David Abrahams.
2787         Bump version numbers.
2788
2789 2005-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2790
2791         * gnus.texi (RSS): Fix the keystroke.
2792
2793 2005-01-16  Simon Josefsson  <jas@extundo.com>
2794
2795         * gnus.texi (Article Washing): Add libidn URL.  Suggested by
2796         Michael Cook <michael@waxrat.com>.
2797
2798         * gnus-news.texi: Ditto.
2799
2800 2005-01-16  Xavier Maillard  <zedek@gnu-rox.org>  (tiny change)
2801
2802         * gnus-faq.texi ([4.1]): Typo.
2803
2804 2005-01-15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
2805
2806         * gnus.texi (Topic Commands): Fix next/previous.
2807
2808 2005-01-15  Simon Josefsson  <jas@extundo.com>
2809
2810         * gnus.texi (Article Washing): Mention `W i'.
2811
2812         * gnus-news.texi: Mention De-IDNA washing.
2813
2814 2005-01-06  Katsumi Yamaoka  <yamaoka@jpl.org>
2815
2816         * message.texi (Reply): `message-reply-to-function' should return
2817         a list.  Suggested by ARISAWA Akihiro <ari@mbf.ocn.co.jp>.
2818
2819 2005-01-05  Katsumi Yamaoka  <yamaoka@jpl.org>
2820
2821         * Makefile.in (.texi): Use LC_ALL instead of LANG.
2822         (makeinfo): Ditto.
2823
2824 2005-01-04  Jochen Küpper  <jochen@fhi-berlin.mpg.de>
2825
2826         * gnus.texi (Group Parameters): Slight extension of sieve
2827         parameter description.
2828
2829 2005-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
2830
2831         * gnus-news.texi: Mention change new behavior of
2832         `gnus-decay-scores'.  Added some references.
2833
2834         * gnus.texi (Score Decays): `gnus-decay-scores' can be a regexp
2835         matching score files as well.
2836         (Picons): Describe `gnus-picon-style'.
2837
2838 2005-01-02  Romain Francoise  <romain@orebokech.com>
2839
2840         * gnus-news.texi: Mention the new method used to hide headers.
2841         Remove duplicate item about `/ r'.  Add missing @code.
2842
2843         * message.texi (Message Headers): Mention that headers are hidden
2844         using narrowing, and how to expose them.
2845         Update copyright.
2846
2847 2005-01-02  Simon Josefsson  <jas@extundo.com>
2848
2849         * gnus-news.texi: Add.
2850
2851 2004-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2852
2853         * gnus-news.texi: Addition.
2854
2855         * gnus.texi (RSS): Addition.
2856
2857 2004-12-24  Katsumi Yamaoka  <yamaoka@jpl.org>
2858
2859         * Makefile.in (.texi): Set LANG=C to avoid NLS translations.
2860         (makeinfo): Ditto.
2861
2862 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2863
2864         * gnusref.tex: Mention `gnus-summary-limit-to-recipient' and
2865         `gnus-summary-sort-by-recipient'.
2866
2867 2004-12-08  Reiner Steib  <Reiner.Steib@gmx.de>
2868
2869         * gnus-faq.texi ([5.1]): Added missing bracket.
2870
2871         * message.texi (Various Message Variables): Mention that all mail
2872         file variables are derived from `message-directory'.
2873
2874         * gnus.texi (Splitting Mail): Clarify bogus group.
2875
2876 2004-12-07  Teodor Zlatanov  <tzz@lifelogs.com>
2877
2878         * gnus.texi (Filtering Spam Using The Spam ELisp Package)
2879         (Spam ELisp Package Filtering of Incoming Mail)
2880         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
2881         replace @code{spam.el} with @file{spam.el} where the file spam.el
2882         is intended as the subject.
2883
2884 2004-12-06  Reiner Steib  <Reiner.Steib@gmx.de>
2885
2886         * gnus-news.texi: Mention `gnus-summary-limit-to-recipient' and
2887         `gnus-summary-sort-by-recipient'.
2888
2889         * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index
2890         `spam-initialize'.
2891         (Limiting): Add `gnus-summary-limit-to-recipient'.
2892         (Summary Sorting): Add `gnus-summary-sort-by-recipient'.
2893
2894 2004-11-30  Simon Josefsson  <jas@extundo.com>
2895
2896         * gnus.texi (Misc Article): Add, suggested by Reiner Steib
2897         <reinersteib+gmane@imap.cc>.
2898
2899 2004-11-26  Katsumi Yamaoka  <yamaoka@jpl.org>
2900
2901         * gnus.texi (Finding the News): Markup fix.
2902
2903 2004-11-25  Katsumi Yamaoka  <yamaoka@jpl.org>
2904
2905         * gnus.texi (Finding the News): Add a note for NNTP marks.
2906         Improved by Romain Francoise.
2907
2908 2004-11-23  Romain Francoise  <romain@orebokech.com>
2909
2910         * gnus.texi (NNTP marks): New node.
2911         (NNTP): Move NNTP marks variables to the new node.
2912
2913 2004-11-21  Jesper Harder  <harder@ifa.au.dk>
2914
2915         * gnus.texi, gnus-news.texi, pgg.texi, sasl.texi: backend -> back
2916         end.
2917
2918         * gnus.texi (MIME Commands, Hashcash): Markup fix.
2919
2920 2004-11-17  Teodor Zlatanov  <tzz@lifelogs.com>
2921
2922         * gnus.texi: replaced @file{spam.el} with @code{spam.el}
2923         everywhere for consistency.
2924         (Filtering Spam Using The Spam ELisp Package): admonish again.
2925         (Spam ELisp Package Sequence of Events): this is Gnus, say so.
2926         Say "regular expression" instead of "regex."  Admonish.  Pick
2927         other words to sound better (s/so/thus/).
2928         (Spam ELisp Package Filtering of Incoming Mail): mention
2929         statistical filters.  Remove old TODO.
2930         (Spam ELisp Package Sorting and Score Display in Summary Buffer):
2931         new section on sorting and displaying the spam score.
2932         (BBDB Whitelists): mention spam-use-BBDB-exclusive is not a
2933         backend but an alias to spam-use-BBDB.
2934         (Extending the Spam ELisp package): rewrite the example using the
2935         new backend functionality.
2936
2937 2004-11-16  Simon Josefsson  <jas@extundo.com>
2938
2939         * gnus.texi (NNTP): Mention nntp-marks-is-evil and
2940         nntp-marks-directory, from Romain Francoise
2941         <romain@orebokech.com>.
2942
2943 2004-11-14  Magnus Henoch  <mange@freemail.hu>
2944
2945         * gnus.texi (Hashcash): New default value of
2946         hashcash-default-payment.
2947
2948 2004-10-26  Simon Josefsson  <jas@extundo.com>
2949
2950         * gnus.texi (Hashcash): Fix URL.  Add pref to spam section.
2951         (Anti-spam Hashcash Payments): No need to load hashcash.el now.
2952
2953 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2954
2955         * gnus.texi (New Features): Add 5.11.
2956
2957         * message.texi (Resending): Remove wrong default value.
2958
2959         * gnus.texi (Mail Source Specifiers): Describe possible problems
2960         of `pop3-leave-mail-on-server'.  Add `pop3-movemail' and
2961         `pop3-leave-mail-on-server' to the index.
2962
2963 2004-10-15  Reiner Steib  <Reiner.Steib@gmx.de>
2964
2965         * gnus.texi (Adaptive Scoring): Added gnus-adaptive-pretty-print.
2966
2967 2004-10-15  Katsumi Yamaoka  <yamaoka@jpl.org>
2968
2969         * message.texi (Canceling News): Add how to set a password.
2970
2971 2004-10-10  Juri Linkov  <juri@jurta.org>
2972
2973         * gnus.texi (Top, Marking Articles): Join two menus in one node
2974         because a node can have only one menu.
2975
2976 2004-10-09  Juri Linkov  <juri@jurta.org>
2977
2978         * gnus.texi (Fancy Mail Splitting): Remove backslash in the
2979         example of nnmail-split-fancy.
2980
2981 2004-10-12  Reiner Steib  <Reiner.Steib@gmx.de>
2982
2983         * gnus-faq.texi ([5.9]): Improve code for reply-in-news.
2984
2985 2004-10-12  Katsumi Yamaoka  <yamaoka@jpl.org>
2986
2987         * gnus.texi (X-Face): Revert 2004-02-17 change.
2988         (Slow Machine): Ditto.
2989
2990 2004-10-02  Simon Josefsson  <jas@extundo.com>
2991
2992         * gnus.texi (documentencoding): Add, to avoid warnings.
2993
2994 2004-09-30  Simon Josefsson  <jas@extundo.com>
2995
2996         * gnus-news.texi: Add.
2997
2998         * message.texi (Mail Headers): Add.
2999
3000         * gnus.texi (Hashcash): Fix.
3001
3002 2004-09-29  Simon Josefsson  <jas@extundo.com>
3003
3004         * gnus-news.texi: Add.
3005
3006 2004-09-29  Teodor Zlatanov  <tzz@lifelogs.com>
3007
3008         * gnus.texi (Hashcash): changed location of library, also mention
3009         that payments can be verified and fix the name of the
3010         hashcash-path variable.
3011
3012 2004-09-23  Reiner Steib  <Reiner.Steib@gmx.de>
3013
3014         * gnus-faq.texi ([5.12]): Use 5.10 instead of 5.10.0.
3015
3016 2004-09-14  Jesper Harder  <harder@ifa.au.dk>
3017
3018         * gnus.texi: Markup fixes.
3019
3020         * emacs-mime.texi (Display Customization): XEmacs -> Emacs.
3021
3022 2004-09-11  Simon Josefsson  <jas@extundo.com>
3023
3024         * gnus-news.texi: Mention text/dns.
3025
3026 2004-09-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3027
3028         * texi2latex.el (latexi-translate-file): Support @copying and
3029         @insertcopying.
3030         (latexi-copying-text): New variable.
3031         (latexi-copying): New function.
3032         (latexi-insertcopying): New function.
3033
3034 2004-09-02  Reiner Steib  <Reiner.Steib@gmx.de>
3035
3036         * gnus-news.texi: Fix typo in previous commit.
3037
3038         * gnus-news.el (gnus-news-makeinfo-switches): Add --no-validate to
3039         allow unresolved references.
3040
3041         * gnus-news.texi: Use xref.  Add `gnus-picon-style'.
3042
3043         * Makefile.in (GNUS-NEWS): Depend on gnus-news.el.
3044
3045 2004-09-02  Simon Josefsson  <jas@extundo.com>
3046
3047         * gnus-news.texi: Comment out comment stuff.
3048         Don't use xref's, GNUS-NEWS look wrong.
3049         Add nntp marks stuff.
3050         Add (copied from Oort Gnus GNUS-NEWS).
3051
3052         * Makefile.in (GNUS-NEWS): Move to "..".
3053
3054 2004-09-01  Katsumi Yamaoka  <yamaoka@jpl.org>
3055
3056         * infohack.el: Support @copying and @insertcopying for Emacs 21.3
3057         and lesser and XEmacs.
3058
3059 2004-08-31  Reiner Steib  <Reiner.Steib@gmx.de>
3060
3061         * emacs-mime.texi, gnus-faq.texi, gnus.texi, message.texi,
3062         * pgg.texi, sieve.texi: Use @copying and @insertcopying.
3063
3064 2004-08-22  Reiner Steib  <Reiner.Steib@gmx.de>
3065
3066         * gnus.texi (Mail Source Specifiers): Describe
3067         `pop3-leave-mail-on-server'.
3068
3069 2004-08-17  Teodor Zlatanov  <tzz@lifelogs.com>
3070
3071         * gnus.texi (IMAP): Add comments about imaps synonym to imap in
3072         netrc syntax.
3073
3074 2004-08-15  Simon Josefsson  <jas@extundo.com>
3075
3076         * gnus.texi (IMAP): Add example.  Suggested and partially written
3077         by Steinar Bang <sb@dod.no>.
3078
3079 2004-08-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3080
3081         * gnus.texi (Posting Styles): Addition.
3082
3083 2004-08-06  Simon Josefsson  <jas@extundo.com>
3084
3085         * gnus-news.el (gnus-news-header-disclaimer): Fix.
3086
3087         * gnus-news.texi: Add.
3088
3089 2004-07-22  Katsumi Yamaoka  <yamaoka@jpl.org>
3090
3091         * emacs-mime.texi (rfc2047): Update.
3092
3093 2004-07-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3094
3095         * gnus.texi (Splitting Mail): Add nnmail-split-lowercase-expanded.
3096         (Fancy Mail Splitting): Ditto.
3097
3098 2004-07-02  Katsumi Yamaoka  <yamaoka@jpl.org>
3099
3100         * emacs-mime.texi (Encoding Customization): Addition.
3101
3102 2004-06-29  Katsumi Yamaoka  <yamaoka@jpl.org>
3103
3104         * emacs-mime.texi (Encoding Customization): Add a note to the
3105         mm-content-transfer-encoding-defaults entry.
3106
3107 2004-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
3108
3109         * emacs-mime.texi (Encoding Customization): Fix
3110         mm-coding-system-priorities entry.
3111
3112 2004-06-28  Jesper Harder  <harder@ifa.au.dk>
3113
3114         * gnus.texi (Setting Process Marks): Fix `M P a' entry.
3115
3116 2004-06-23  Katsumi Yamaoka  <yamaoka@jpl.org>
3117
3118         * gnus.texi (Article Highlighting): Add
3119         gnus-cite-ignore-quoted-from.
3120
3121 2004-06-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3122
3123         * message.texi (Various Message Variables): Add.
3124
3125 2004-06-02  Reiner Steib  <Reiner.Steib@gmx.de>
3126
3127         * gnus.texi (Mail Source Customization): Clarify
3128         `mail-source-directory'.
3129
3130 2004-05-28  Reiner Steib  <Reiner.Steib@gmx.de>
3131
3132         * gnus-faq.texi: Untabify.
3133         ([6.3]): nnir.el is in contrib directory.
3134
3135         * message.texi (News Headers): Clarify how a unique ID is created.
3136
3137         * gnus.texi (Splitting Mail): Mention gnus-group-find-new-groups.
3138
3139 2004-05-19  Andre Srinivasan  <andre@e2open.com>
3140
3141         * gnus.texi (Group Parameters): Added more on hooks.  (Small
3142         change.)
3143
3144 2004-05-19  Reiner Steib  <Reiner.Steib@gmx.de>
3145
3146         * gnus.texi (Oort Gnus): Mention new behavior of `F' and `R' when
3147         the region is active.
3148         (Article Display): Add `gnus-picon-style'.
3149
3150 2004-05-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3151
3152         * message.texi (Various Commands): Add.
3153
3154 2004-05-10  Reiner Steib  <Reiner.Steib@gmx.de>
3155
3156         * gnus.texi (MIME Commands): Added
3157         gnus-mime-display-multipart-as-mixed,
3158         gnus-mime-display-multipart-alternative-as-mixed,
3159         gnus-mime-display-multipart-related-as-mixed.
3160
3161 2004-04-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3162
3163         * gnus.texi (SpamAssassin backend): Add it to the detailmenu.
3164
3165 2004-04-16  Florian Weimer  <fw@deneb.enyo.de>
3166
3167         * gnus.texi (Charsets): Point to relevant section in emacs-mime.
3168
3169 2004-04-14  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3170
3171         * gnus.texi (Agent Visuals): Referenced new F(etched) group line
3172         format.
3173         (Group Line Specification): Added F(etched) group line format.
3174
3175 2004-04-12  Katsumi Yamaoka  <yamaoka@jpl.org>
3176
3177         * gnus.texi (Indirect Functions): Add
3178         nntp-open-via-rlogin-and-netcat.
3179
3180 2004-04-11  Jesper Harder  <harder@ifa.au.dk>
3181
3182         * gnus-news.texi: Add OPML.
3183
3184         * gnus.texi (RSS): do.
3185
3186 2004-04-10  Jesper Harder  <harder@ifa.au.dk>
3187
3188         * emacs-mime.texi (Flowed text): Markup fix.
3189
3190 2004-04-07  Teodor Zlatanov  <tzz@lifelogs.com>
3191
3192         * gnus.texi (Blacklists and Whitelists, BBDB Whitelists)
3193         (Bogofilter, spam-stat spam filtering, SpamOracle): old incorrect
3194         warning about ham processors in spam groups removed.
3195
3196 2004-04-02  Teodor Zlatanov  <tzz@lifelogs.com>
3197         From Hubert Chan <hubert@uhoreg.ca>
3198
3199         * gnus.texi (SpamAssassin backend): added new node about SpamAssassin.
3200
3201 2004-03-29  Teodor Zlatanov  <tzz@lifelogs.com>
3202
3203         * gnus.texi (Spam ELisp Package Sequence of Events): Some clarifications.
3204         (Spam ELisp Package Global Variables): More clarifications.
3205
3206 2004-03-18  Helmut Waitzmann  <Helmut.Waitzmann@web.de>  (tiny change)
3207
3208         * gnus.texi (Various Summary Stuff): Fix the documentation for
3209         gnus-newsgroup-variables.
3210
3211 2004-03-18  Raymond Scholz  <ray-2004@zonix.de>  (tiny change)
3212
3213         * gnus.texi (Misc Article): Refer to `Summary Buffer Mode Line' in
3214         the gnus-article-mode-line-format section.
3215
3216 2004-03-18  Jesper Harder  <harder@ifa.au.dk>
3217
3218         * gnus-news.texi: Addition.
3219
3220 2004-03-08  Jesper Harder  <harder@ifa.au.dk>
3221
3222         * gnus.texi (Category Syntax): Markup fix.
3223
3224 2004-03-08  Katsumi Yamaoka  <yamaoka@jpl.org>
3225
3226         * gnus.texi (POP before SMTP): Addition.
3227
3228 2004-03-05  Jesper Harder  <harder@ifa.au.dk>
3229
3230         * gnus.texi (Spam ELisp Package Sequence of Events): Index.
3231         (Mailing List): Typo.
3232         (Customizing Articles): Add gnus-treat-ansi-sequences.
3233         (Article Washing): Index.
3234
3235         * message.texi: Use m-dash consistently.
3236
3237         * emacs-mime.texi: do.
3238
3239 2004-03-05  Katsumi Yamaoka  <yamaoka@jpl.org>
3240
3241         * gnus.texi (POP before SMTP): New node.
3242
3243 2004-03-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3244
3245         * gnus.texi (X-Face, Face): Add gnus-x-face and
3246         gnus-face-properties-alist.
3247
3248 2004-03-04  Jesper Harder  <harder@ifa.au.dk>
3249
3250         * texi2latex.el (latexi-translate-file): Support accents.
3251
3252         * gnus.texi: Don't use 8bit chars (except ¬).
3253
3254         * emacs-mime.texi: do.
3255
3256         * Makefile.in (.texi, makeinfo): Use --enable-encoding.
3257
3258         * gnus.texi: Move @documentencoding back, and change to latin-1.
3259
3260         * emacs-mime.texi: do.
3261
3262         * infohack.el (infohack): Support @documentencoding in Emacs 21.3.
3263
3264 2004-03-03  Jesper Harder  <harder@ifa.au.dk>
3265
3266         * Makefile.in: Add gnus-news.
3267
3268         * texi2latex.el (latexi-translate): Add gnus-news.
3269         (latexi-translate-file): Add @documentencoding.
3270
3271 2004-03-03  Katsumi Yamaoka  <yamaoka@jpl.org>
3272
3273         * gnus.texi: Enclose the iflatex section with iftex.
3274         (Gnus Unplugged): Use pxref instead of xref.
3275
3276         * emacs-mime.texi: Enclose the iflatex section with iftex.
3277
3278 2004-03-02  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3279
3280         * emacs-mime.texi: Wrapped documentencoding inside of iflatex as
3281         documentencoding is not supported by infohack.
3282
3283         * gnus.texi: Wrapped documentencoding inside of iflatex as
3284         documentencoding is not supported by infohack.
3285         Changed file's character coding to utf-8 as the file contains
3286         characters that can not be encoded using iso-8859-1.
3287         (Gnus Unplugged): Reference gnus-agent variable.
3288         (Agent Variables): Added gnus-agent.
3289
3290
3291 2004-02-17  Katsumi Yamaoka  <yamaoka@jpl.org>
3292
3293         * gnus.texi (X-Face): Add uncompface-use-external.
3294         (Slow Machine): Ditto.
3295
3296 2004-02-06  Jesper Harder  <harder@ifa.au.dk>
3297
3298         * gnus-news.texi: dnd attachments.
3299
3300         * message.texi (MIME): do.
3301
3302 2004-02-03  Reiner Steib  <Reiner.Steib@gmx.de>
3303
3304         * gnus.texi (Batching Agents): Fixed typo in example.  Reported
3305         by Hiroshi Fujishima <pooh@nature.tsukuba.ac.jp>.
3306
3307 2004-01-30  Jesper Harder  <harder@ifa.au.dk>
3308
3309         * gnus.texi: Set documentencoding.
3310
3311         * emacs-mime.texi: do.
3312
3313 2004-01-27  Simon Josefsson  <jas@extundo.com>
3314
3315         * emacs-mime.texi (Flowed text): Add.
3316
3317 2004-01-23  Teodor Zlatanov  <tzz@lifelogs.com>
3318
3319         * gnus.texi (Spam ELisp Package Filtering of Incoming Mail):
3320         Mention spam-split does not modify incoming mail.
3321
3322 2004-01-23  Jesper Harder  <harder@ifa.au.dk>
3323
3324         * gnus.texi (GroupLens): Remove.
3325
3326 2004-01-22  Teodor Zlatanov  <tzz@lifelogs.com>
3327
3328         * gnus.texi (Spam ELisp Package Sequence of Events): Fix typo.
3329
3330 2004-01-21  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3331
3332         * gnus.texi (Outgoing Messages, Agent Variables): Add
3333         gnus-agent-queue-mail and gnus-agent-prompt-send-queue.
3334         Suggested by Gaute Strokkenes <gs234@srcf.ucam.org>
3335
3336         * gnus.texi (agent-disable-undownloaded-faces): Replaced with
3337         agent-enable-undownloaded-faces.
3338
3339 2004-01-17  Jesper Harder  <harder@ifa.au.dk>
3340
3341         * sieve.texi (Manage Sieve API): nil -> @code{nil}.
3342
3343         * pgg.texi (User Commands, Backend methods): do.
3344
3345         * gnus.texi (Debugging IMAP): Fix.
3346         (Thwarting Email Spam): Avoid overfull hboxes in printed
3347         version.  Markup fixes.
3348
3349 2004-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
3350
3351         * gnus.texi (The problem of spam): fixed so many countries and
3352         continents are used as examples of why blocking by country blocks
3353         is a bad idea.
3354
3355 2004-01-11  Simon Josefsson  <jas@extundo.com>
3356
3357         * gnus.texi (The problem of spam): Fix, reported by Cheng Gao
3358         <chenggao@cyberhut.org> and suggested by Richard Hoskins
3359         <rmh@apk.net>  (tiny change).
3360
3361 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
3362
3363         * dir: Add SASL.
3364
3365         * sasl.texi: Markup fixes.
3366
3367         * gnus.texi (Fancy Mail Splitting, SpamAssassin)
3368         (Spam ELisp Package Sequence of Events)
3369         (Spam ELisp Package Global Variables)
3370         (Spam ELisp Package Configuration Examples): do.
3371
3372 2004-01-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3373
3374         * gnus.texi (Summary Mail Commands): S D e.
3375
3376 2004-01-07  Jesper Harder  <harder@ifa.au.dk>
3377
3378         * gnus.texi (Limiting): Add gnus-summary-limit-to-replied.
3379
3380         * gnusref.tex: do.
3381
3382 2004-01-06  Reiner Steib  <Reiner.Steib@gmx.de>
3383
3384         * gnus.texi (SpamOracle): Fixed typo.
3385         (Article Washing): Add `gnus-article-treat-ansi-sequences'.
3386
3387         * gnus-news.texi, gnus-news.el: New files.
3388
3389         * Makefile.in: Use `gnus-news.*' to create GNUS-NEWS.
3390
3391         * gnus.texi (No Gnus): New node.  Includes `gnus-news.texi'.
3392
3393 2004-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3394
3395         * gnus.texi: Fix the last commit.
3396
3397 2004-01-05  Simon Josefsson  <jas@extundo.com>
3398
3399         * gnus.texi (Top): Add SASL.
3400         * texi2latex.el (latexi-translate): Do sasl.
3401
3402         * pgg.texi (Caching passphrase): Fix PGG passphrase caching
3403         section.
3404
3405         * sasl.texi: New file.
3406         * Makefile.in: Add sasl.texi.
3407
3408 2004-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3409
3410         * gnus.texi (Emacsen): Bump numbers.
3411
3412 2004-01-04  Reiner Steib  <Reiner.Steib@gmx.de>
3413
3414         * gnus.texi (Spam ELisp Package Configuration Examples): Markup fixes.
3415
3416 2004-01-03  Teodor Zlatanov  <tzz@lifelogs.com>
3417
3418         * gnus.texi (Spam ELisp Package Sequence of Events): explain more
3419         about the sequence of events and what happens with read-only
3420         backends.
3421         (Spam ELisp Package Global Variables): explain what happens with
3422         read-only backends.
3423         (Spam ELisp Package Configuration Examples): added Reiner Steib
3424         and Ted Zlatanov's setups.
3425
3426 2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3427
3428         * emacs-mime.texi (Display Customization): Add mm-enable-external.
3429
3430 2004-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3431
3432         * gnus.texi (Category Syntax):
3433         gnus-agent-cat-enable-undownloaded-faces.
3434
3435 2004-01-03  Reiner Steib  <Reiner.Steib@gmx.de>
3436
3437         * message.texi, gnus.texi, gnus-faq.texi: Update copyright.
3438
3439         * gnus-faq.texi ([5.12]): Fix code example for FQDN in Message-Ids.
3440
3441         * message.texi (Message Headers): Add message-header-synonyms.
3442
3443         * gnus.texi (Other modes): New node.
3444         (Oort Gnus): Refer to the above in "Dired integration".
3445
3446 2004-01-02  Teodor Zlatanov  <tzz@lifelogs.com>
3447
3448         * gnus.texi (Top): updated menu with new manual nodes.
3449         (The problem of spam): more ranting.
3450         (Anti-Spam Basics): "spammers are wise to [filtering on From:]".
3451         (SpamAssassin): mention spam.el.
3452         (Hashcash): do not a sentence end proposition with
3453         (Filtering Spam Using The Spam ELisp Package): more and better
3454         explanation, took lots of information out into subsections.
3455         (Spam ELisp Package Sequence of Events)
3456         (Spam ELisp Package Filtering of Incoming Mail)
3457         (Spam ELisp Package Global Variables): new or updated content all
3458         around.
3459         (Spam ELisp Package Configuration Examples): promised new
3460         section, empty for now.
3461         (Blacklists and Whitelists, BBDB Whitelists)
3462         (Gmane Spam Reporting, Bogofilter, spam-stat spam filtering)
3463         (SpamOracle): mention that spam/ham processor variables are being
3464         obsoleted.
3465         (Extending the Spam ELisp package): add some new documentation
3466         for adding a new backend to spam.el.
3467
3468 2004-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
3469
3470         * gnus.texi (Foreign Groups): Add `gnus-group-read-ephemeral-group'.
3471         (Oort Gnus): Ditto.
3472
3473 2004-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3474
3475         * message.texi (Key Index): Untabified.
3476
3477         * gnus.texi (RSS): kindex.
3478
3479 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3480
3481         * gnus.texi (Summary Score Commands): Add `f' to
3482         `gnus-score-find-trace'.
3483         (Score File Editing): Added `V t'.
3484
3485 2003-12-31  Steve Youngs  <sryoungs@bigpond.net.au>
3486
3487         * gnus.texi (XEmacs): Update list of Gnus XEmacs package
3488         requirements.
3489
3490 2003-12-30  Reiner Steib  <Reiner.Steib@gmx.de>
3491
3492         * gnus.texi (Canceling and Superseding): Mention `Cancel-Lock'.
3493
3494 2003-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3495
3496         * gnus.texi (Maildir): Filled.
3497         (Key Index): Untabified.
3498
3499 2003-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3500
3501         * gnus.texi (Group Parameters): Clarification.
3502
3503 2003-12-29  Simon Josefsson  <jas@extundo.com>
3504
3505         * gnus.texi (Agent Variables): Add.
3506
3507 2003-12-23  Reiner Steib  <Reiner.Steib@gmx.de>
3508
3509         * gnus.texi (Oort Gnus): Mention change of `e' in draft groups.
3510
3511 2003-12-15  Jesper Harder  <harder@ifa.au.dk>
3512
3513         * gnus.texi (Group Parameters): Clarify.
3514
3515 2003-12-11  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3516
3517         * gnus.texi (Agent Parameters): Added references in Topic and
3518         Group Parameters.  Added gnus-agent-cat-disable-undownloaded-faces
3519         to the list of documented agent parameters.
3520
3521 2003-12-11  Jesper Harder  <harder@ifa.au.dk>
3522
3523         * message.texi (Mailing Lists): Fix typo.
3524
3525 2003-12-04  Katsumi Yamaoka  <yamaoka@jpl.org>
3526
3527         * gnus.texi (Fancy Mail Splitting): Close paren of a Lisp function.
3528         (SpamAssassin): Ditto.
3529
3530 2003-12-04  Teodor Zlatanov  <tzz@lifelogs.com>
3531
3532         * gnus.texi (SpamAssassin, Fancy Mail Splitting): add
3533         save-restriction before (widen) in the example.  From Kevin Ryde
3534         <user42@zip.com.au>.
3535
3536 2003-12-03  Simon Josefsson  <jas@extundo.com>
3537
3538         * emacs-mime.texi (Flowed text): Fix.
3539
3540 2003-12-02  Simon Josefsson  <jas@extundo.com>
3541
3542         * gnus.texi (Agent Variables): Fix.
3543
3544 2003-12-01  Jesper Harder  <harder@ifa.au.dk>
3545
3546         * gnus.texi: Add missing mode to some @kindex'es.
3547
3548 2003-11-30  Jesper Harder  <harder@ifa.au.dk>
3549
3550         * gnus.texi (RSS): Add nnrss-use-local.
3551         (Foreign Groups): Add `G R'.
3552
3553 2003-11-29  Jesper Harder  <harder@ifa.au.dk>
3554
3555         * gnusref.tex (subsection*{Notes}): Add `G R'.
3556
3557 2003-11-25  Jesper Harder  <harder@ifa.au.dk>
3558
3559         * gnus.texi (Hiding Headers): Update.
3560
3561 2003-11-20  Teodor Zlatanov  <tzz@lifelogs.com>
3562
3563         * gnus.texi (Debugging IMAP): minor corrections.
3564
3565 2003-11-20  Reiner Steib  <Reiner.Steib@gmx.de>
3566
3567         * gnus.texi (Finding the Parent): nnml does supports fetching by
3568         MID.
3569
3570 2003-11-20  Simon Josefsson  <jas@extundo.com>
3571
3572         * gnus.texi (Debugging IMAP): Add.
3573
3574 2003-11-19  Katsumi Yamaoka  <yamaoka@jpl.org>
3575
3576         * gnus.texi (Score Decays): Update the gnus-decay-score function.
3577
3578 2003-11-17  Jesper Harder  <harder@ifa.au.dk>
3579
3580         * gnus.texi (Troubleshooting): Update.
3581
3582 2003-11-03  Teodor Zlatanov  <tzz@lifelogs.com>
3583
3584         * gnus.texi (Filtering Spam Using The Spam ELisp Package): added
3585         some clarifications.
3586
3587 2003-10-30  Teodor Zlatanov  <tzz@lifelogs.com>
3588
3589         * gnus.texi (Fancy Mail Splitting): added mention of
3590         nnmail-split-fancy-match-partial-words.
3591
3592 2003-10-30  Jesper Harder  <harder@ifa.au.dk>
3593
3594         * gnus.texi (Slashdot, SpamAssassin, Score File Format): Fix
3595         overfull hbox.
3596         (Topic Parameters): @group.
3597         (Slashdot): Fix.
3598
3599 2003-10-27  Teodor Zlatanov  <tzz@lifelogs.com>
3600
3601         * gnus.texi (Filtering Spam Using The Spam ELisp Package): added
3602         example of using a string as a parameter to spam-split in order
3603         to override the default spam-split-group value.
3604
3605 2003-10-27  Jesper Harder  <harder@ifa.au.dk>
3606
3607         * gnusref.tex (subsection*{Notes}): do.
3608
3609         * gnus.texi (Exiting the Summary Buffer): Add keybinding.
3610
3611 2003-10-23  Reiner Steib  <Reiner.Steib@gmx.de>
3612
3613         * emacs-mime.texi: Markup: Use @acronym for MML and MIME.
3614
3615         * message.texi: Ditto.
3616
3617         * gnus.texi: Ditto.
3618
3619 2003-10-23  Simon Josefsson  <jas@extundo.com>
3620
3621         * emacs-mime.texi (MML Definition): Add format.
3622
3623 2003-10-22  Teodor Zlatanov  <tzz@lifelogs.com>
3624
3625         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
3626         changed to use the new spam-initialize function.
3627
3628 2003-10-19  Reiner Steib  <Reiner.Steib@gmx.de>
3629
3630         * message.texi (Mailing Lists): Add Mail-Followup-To to index.
3631
3632         * gnus.texi (Group Parameters): Add Mail-Followup-To to index.
3633         (Emacsen): Fixed typo.
3634         (Oort Gnus): Mention message-forward-show-mml change (Sync with
3635         GNUS-NEWS).
3636
3637 2003-10-12  Adrian Aichner  <adrian@xemacs.org>
3638
3639         * gnus.texi (Mail Source Specifiers): uref fixes.
3640
3641 2003-10-18  Jesper Harder  <harder@ifa.au.dk>
3642
3643         * gnus.texi (Group Mail Splitting)
3644         (Filtering Spam Using The Spam ELisp Package): Markup fixes.
3645
3646         * message.texi (Security): @url -> @uref.
3647
3648 2003-10-18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3649
3650         * gnus.texi: Define gnusasis and gnusurl.
3651
3652 2003-10-12  Jesper Harder  <harder@ifa.au.dk>
3653
3654         * gnus.texi (Group Mail Splitting): Markup fix.
3655
3656 2003-10-03  Jesper Harder  <harder@ifa.au.dk>
3657
3658         * emacs-mime.texi (Files and Directories): Update.
3659
3660 2003-10-02  Teodor Zlatanov  <tzz@lifelogs.com>
3661
3662         * gnus.texi (Filtering Spam Using The Spam ELisp Package): added
3663         spam-process-ham-in-spam-groups and
3664         spam-process-ham-in-nonham-groups variable descriptions.
3665
3666 2003-10-01  Jesper Harder  <harder@ifa.au.dk>
3667
3668         * message.texi (Various Message Variables): Typo.
3669
3670         * gnus.texi (Oort Gnus): Typo.
3671         (Filtering Spam Using The Spam ELisp Package): Just remember,
3672         kids: There is no 'c' in 'supersede'.
3673
3674 2003-09-27  Jesper Harder  <harder@ifa.au.dk>
3675
3676         * message.texi (Reply): Fix typo.
3677
3678 2003-09-22  Teodor Zlatanov  <tzz@lifelogs.com>
3679
3680         * gnus.texi (Fancy Mail Splitting, SpamAssassin): corrected fancy
3681         split example to use current buffer, mentioned
3682         nnimap-split-download-body.
3683
3684 2003-09-22  Jesper Harder  <harder@ifa.au.dk>
3685
3686         * gnus.texi, gnus-faq.texi, message.texi: gnus -> Gnus.
3687
3688         * message.texi: Fixes.
3689
3690 2003-09-20  Jesper Harder  <harder@ifa.au.dk>
3691
3692         * gnus.texi (Fancy Mail Splitting): Make split-on-body work for
3693         respooling.  Suggested by Harald Maier <maierh@myself.com>.
3694         (Fancy Mail Splitting): Reformat.
3695
3696 2003-09-15  Jesper Harder  <harder@ifa.au.dk>
3697
3698         * gnus.texi (Posting Styles): Fix typo.  @itemize attribute names.
3699
3700 2003-09-14  Jesper Harder  <harder@ifa.au.dk>
3701
3702         * pgg.texi (Selecting an implementation, Caching passphrase)
3703         (Initializing): Markup fix.
3704
3705 2003-09-12  Jesper Harder  <harder@ifa.au.dk>
3706
3707         * gnus.texi (Summary Buffer Lines): Formatting fix.
3708
3709 2003-09-03  Jesper Harder  <harder@ifa.au.dk>
3710
3711         * gnus.texi (Creating a Virtual Server): Use nnml for the example.
3712         nnspool doesn't work on ms-windows due to file name restrictions.
3713
3714 2003-08-29  Teodor Zlatanov  <tzz@lifelogs.com>
3715
3716         * gnus.texi (Gmane Spam Reporting): added explanation of
3717         spam-report-gmane-use-article-number.
3718
3719 2003-08-25  Jesper Harder  <harder@ifa.au.dk>
3720
3721         * gnus.texi (Customizing Articles): xface -> x-face.
3722
3723 2003-08-20  Simon Josefsson  <jas@extundo.com>
3724
3725         * gnus.texi (GroupLens): Move text around.
3726
3727 2003-08-16  Jesper Harder  <harder@ifa.au.dk>
3728
3729         * gnus.texi (Searching for Articles): Fix example.
3730
3731 2003-08-08  Jesper Harder  <harder@ifa.au.dk>
3732
3733         * gnus.texi (Kibozed Groups): Fix.
3734
3735 2003-08-04  Jesper Harder  <harder@ifa.au.dk>
3736
3737         * gnus.texi (Group Parameters): Add expiry-target.
3738         (Archived Messages): Layout fix.
3739
3740 2003-07-22  Jesper Harder  <harder@ifa.au.dk>
3741
3742         * gnus.texi (Top): Menu fixes and additions.
3743
3744 2003-07-19  Jesper Harder  <harder@ifa.au.dk>
3745
3746         * emacs-mime.texi (Encoding Customization): Fix.
3747         (MML Definition): Typo.
3748
3749 2003-07-17  Jesper Harder  <harder@ifa.au.dk>
3750
3751         * gnus.texi (Sorting the Summary Buffer): Index.
3752
3753 2003-07-15  Reiner Steib  <Reiner.Steib@gmx.de>
3754
3755         * gnus-faq.texi ([3.8]): Fixed example.
3756
3757 2003-07-14  Teodor Zlatanov  <tzz@lifelogs.com>
3758
3759         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
3760         mentioned the spam-install-hooks mess.
3761
3762 2003-07-11  Matthias Andree  <ma@dt.e-technik.uni-dortmund.de>  (tiny change)
3763
3764         * gnus.texi (Splitting in IMAP): Typos.
3765
3766 2003-07-11  Simon Josefsson  <jas@extundo.com>
3767
3768         * gnus.texi (Splitting in IMAP): Mention Sieve.
3769
3770 2003-07-10  Simon Josefsson  <jas@extundo.com>
3771
3772         * message.texi (Security): Discuss the PGP 2.x compatibility
3773         problem.
3774
3775 2003-06-24  Jesper Harder  <harder@ifa.au.dk>
3776
3777         * sieve.texi (Sieve Mode): Formatting fix.
3778
3779         * gnus.texi (Agent Basics, Group Parameters, Quassia Gnus): do.
3780
3781 2003-06-24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3782
3783         * gnus.texi (Summary Mail Commands): Make note of
3784         Mail-Followup-To.
3785
3786 2003-06-23  Jesper Harder  <harder@ifa.au.dk>
3787
3788         * gnus.texi: Formatting fixes.
3789
3790 2003-06-22  Simon Josefsson  <jas@extundo.com>
3791
3792         * message.texi (Security): Mention S/MIME passphrases.
3793
3794 2003-06-20  Jesper Harder  <harder@ifa.au.dk>
3795
3796         * gnus.texi: Add @command.
3797
3798         * texi2latex.el (latexi-translate-file): Add @command and @:.
3799
3800         * gnus.texi (Face): Use @uref.
3801
3802 2003-06-19  Jesper Harder  <harder@ifa.au.dk>
3803
3804         * gnus.texi (Sieve Commands, Agent Basics, SpamOracle): @xref
3805         fixes.
3806
3807 2003-06-18  Didier Verna  <didier@xemacs.org>
3808
3809         * gnus.texi (Face): New node.
3810         * gnus.texi (Article Display): Reference it.
3811         * gnus.texi (Customizing Articles): Ditto.
3812         * gnus.texi (Image Enhancements): Put the Face node into the menu.
3813
3814 2003-06-17  Kai Großjohann  <kai.grossjohann@gmx.net>
3815
3816         * gnus.texi (Splitting Mail): Add "splitting" entry and concept
3817         index entries.  Small patch from Karl Pflästerer
3818         <sigurd@12move.de>.
3819
3820 2003-06-15  Reiner Steib  <Reiner.Steib@gmx.de>
3821
3822         * gnus.texi (Daemons): Fixed typo.
3823
3824 2003-06-15  Kai Großjohann  <kai.grossjohann@gmx.net>
3825
3826         * message.texi (Message Headers): Extend
3827         `message-subject-re-regexp' example.  From Niklas Morberg
3828         <niklas.morberg@axis.com>.
3829
3830 2003-06-11  Teodor Zlatanov  <tzz@lifelogs.com>
3831
3832         * gnus.texi (Bogofilter): revise docs to mention threshold is now
3833         user-controllable.
3834
3835 2003-06-10  Jesper Harder  <harder@ifa.au.dk>
3836
3837         * emacs-mime.texi: Use two spaces consistently to end sentences.
3838
3839         * message.texi: do.
3840
3841         * gnus.texi: do.
3842
3843 2003-06-09  Teodor Zlatanov  <tzz@lifelogs.com>
3844
3845         * gnus.texi (Filtering Spam Using The Spam ELisp Package): new
3846         SpamOracle node.
3847         (SpamOracle): document new SpamOracle code.
3848
3849 2003-06-07  Jesper Harder  <harder@ifa.au.dk>
3850
3851         * gnus.texi (Article Buttons, Splitting in IMAP)
3852         (Category Syntax, Picons): Preemptive strike by
3853         alt.possesive.its.has.no.apostrophe.
3854
3855 2003-06-03  Jesper Harder  <harder@ifa.au.dk>
3856
3857         * gnus.texi (Fancy Mail Splitting): Explain some entries in
3858         nnmail-split-abbrev-alist.
3859
3860 2003-05-17  Adrian Aichner  <adrian@xemacs.org>
3861
3862         * emacs-mime.texi (Charset Translation): Ruthless typo fixing.
3863         * gnus.texi (Top): Ditto.
3864         * gnus.texi (Selecting a Group): Ditto.
3865         * gnus.texi (Delayed Articles): Ditto.
3866         * gnus.texi (Hiding Headers): Ditto.
3867         * gnus.texi (Getting Mail): Ditto.
3868         * gnus.texi (Comparing Mail Back Ends): Ditto.
3869         * gnus.texi (IMAP): Ditto.
3870         * gnus.texi (Required Back End Functions): Ditto.
3871         * gnusref.tex (MIMESummary): Ditto.
3872         * message.texi (Message Headers): Ditto.
3873         * message.texi (Mail Variables): Ditto.
3874         * pgg.texi (Prerequisites): Ditto.
3875         * pgg.texi (Architecture): Ditto.
3876         * pgg.texi (Backend methods): Ditto.
3877         * sieve.texi (Managing Sieve): Ditto.
3878
3879 2003-05-17  Jesper Harder  <harder@ifa.au.dk>
3880
3881         * gnusref.tex (subsection*{Notes}): Fix.
3882
3883 2003-05-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3884
3885         * gnus.texi (Anti-Spam Basics): Removed mention of gnus-junk.
3886
3887 2003-05-13  Jesper Harder  <harder@ifa.au.dk>
3888
3889         * gnus.texi (Agent Variables, Score File Format)
3890         (Troubleshooting, Editing IMAP ACLs, Conformity): a -> an.
3891
3892         * message.texi (Insertion Variables): do.
3893
3894 2003-05-13  Niklas Morberg  <niklas.morberg@axis.com>  (tiny change)
3895
3896         * gnus.texi (IMAP, Agent and IMAP, Oort Gnus): s/a/an/.
3897
3898 2003-05-12  Kevin Greiner  <kgreiner@xpediantsolutions.com>
3899
3900         * gnus.texi (Agent Visuals): Add.
3901
3902 2003-05-09  Simon Josefsson  <jas@extundo.com>
3903
3904         * pgg.texi (Default user identity): Add.
3905
3906 2003-05-08  Jesper Harder  <harder@ifa.au.dk>
3907
3908         * gnus.texi (Selecting a Group): Mention nil value
3909         gnus-large-newsgroup.
3910
3911 2003-05-07  Jesper Harder  <harder@ifa.au.dk>
3912
3913         * gnus.texi (MIME Commands): Fix typo.
3914
3915 2003-05-05  Jesper Harder  <harder@ifa.au.dk>
3916
3917         * gnusref.tex: Additions.
3918
3919         * gnus.texi (Oort Gnus): Fix typo.
3920
3921 2003-05-03  Kai Großjohann  <kai.grossjohann@gmx.net>
3922
3923         * gnus.texi (Agent Basics): Explain that some servers can be
3924         agentized, whereas others aren't.
3925
3926 2003-05-01  Reiner Steib  <Reiner.Steib@gmx.de>
3927
3928         * gnus.texi (Oort Gnus): Add prefix limit feature.
3929         (Oort Gnus): Fix last commit.
3930
3931 2003-05-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
3932
3933         * gnus.texi (Emacsen): Update.
3934
3935 2003-05-01  Simon Josefsson  <jas@extundo.com>
3936
3937         * gnus.texi (IMAP): Document nnimap-need-unselect-to-notice-new-mail.
3938
3939 2003-05-01  Jesper Harder  <harder@ifa.au.dk>
3940
3941         * gnus.texi (Wide Characters): Proportional -> fixed width.
3942
3943         * texi2latex.el (latexi-translate-file): Add @syncodeindex.
3944
3945         * gnus.texi: Markup and formatting improvements.
3946         Use @syncodeindex for merging indexes to get the same font for
3947         @defvar and @vindex entries.  Be more consistent about the case
3948         of index entries.
3949
3950
3951 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
3952
3953         * gnus.texi (Top, Appendices): Fixed Gnus FAQ entry.
3954
3955         * gnus-faq.texi: Wrap long lines in menus.  Index.
3956
3957         * gnus.texi (Image Enhancements): Mention missing images support
3958         of Emacs on MS Windows.
3959         (Oort Gnus): Mention Gnus FAQ.
3960
3961 2003-04-30  Teodor Zlatanov  <tzz@lifelogs.com>
3962
3963         * gnus.texi (Filtering Spam Using The Spam ELisp Package): revised
3964         documentation.
3965         (Gmane Spam Reporting, Anti-spam Hashcash Payments): new sections.
3966
3967 2003-04-30  Reiner Steib  <Reiner.Steib@gmx.de>
3968
3969         * gnus.texi (Oort Gnus): New features in Gnus 5.10 from GNUS-NEWS.
3970
3971 2003-04-30  Jesper Harder  <harder@ifa.au.dk>
3972
3973         * gnus.texi (Filtering Spam Using The Spam ELisp Package): Index.
3974         Add gnus-spam-mark.
3975         (Various Summary Stuff): Add gnus-summary-display-arrow.
3976
3977         * gnus.texi: Fix typos.
3978
3979 2003-04-27  Reiner Steib  <Reiner.Steib@gmx.de>
3980
3981         * gnus.texi (Group Parameters): Fix markup.
3982         (Web Archive): Ditto.
3983
3984 2003-04-27  Jesper Harder  <harder@ifa.au.dk>
3985
3986         * texi2latex.el (latexi-translate-file): Support @display,
3987         @group, @smallexample, @subsubheading.
3988
3989         * gnus.texi, gnus-faq.texi: Fix some of the worst overfull and
3990         underfull hboxes.
3991
3992         * message.texi, gnus.texi: Use the second arg to @uref where it
3993         makes sense to make HTML and PDF output look nicer.
3994
3995 2003-04-26  Jesper Harder  <harder@ifa.au.dk>
3996
3997         * gnus-faq.texi: Make it compile in the LaTeX version.  Remove
3998         redundant entries in @urefs.
3999         (FAQ - Glossary): Remove the final @bye since it breaks the Gnus
4000         manual.
4001         ([1.2]): @subsection -> @subheading.
4002
4003         * texi2latex.el (latexi-translate-file): Support @r, @env,
4004         @heading, @subheading, @TeX.
4005
4006         * gnus.texi, message.texi, emacs-mime.texi: Markup improvements
4007         and fixes.
4008
4009 2003-04-24  Reiner Steib  <Reiner.Steib@gmx.de>
4010
4011         * gnus.texi (Selecting a Group): Add gnus-large-ephemeral-newsgroup.
4012         (Filling In Threads): Add gnus-fetch-old-ephemeral-headers.
4013         (Terminology): Index.
4014
4015 2003-04-22  Jesper Harder  <harder@ifa.au.dk>
4016
4017         * gnus.texi: nil -> @code{nil}.  Capitalize "Rmail" and "Babyl"
4018         consistently.
4019
4020 2003-04-22  Reiner Steib  <Reiner.Steib@gmx.de>
4021
4022         * gnus-faq.texi: Allow inclusion in `gnus.texi' again.
4023
4024 2003-04-21  Reiner Steib  <Reiner.Steib@gmx.de>
4025
4026         * gnus-faq.texi: New, the Gnus FAQ from http://my.gnus.org/FAQ.
4027         From Frank Schmitt <ich@frank-schmitt.net>.
4028
4029         * gnus.texi (Server Variables): Added server parameters and index.
4030
4031 2003-04-21  Kai Großjohann  <kai.grossjohann@gmx.net>
4032
4033         * gnus.texi (Group Parameters): Pointer to
4034         gnus-newsgroup-variables.
4035
4036 2003-04-20  Jesper Harder  <harder@ifa.au.dk>
4037
4038         * gnus.texi (Summary Buffer Lines): Add
4039         gnus-sum-thread-tree-false-root.
4040
4041 2003-04-15  Michael Shields  <shields@msrl.com>
4042
4043         * gnus.texi (Group Parameters, Hiding Headers): Document that
4044         the broken-reply-to group parameter now also affects header
4045         hiding.
4046         * gnus.texi (Summary Mail Commands): Suggest setting the
4047         broken-reply-to parameter if you find yourself using `B r'.
4048
4049 2003-04-16  Simon Josefsson  <jas@extundo.com>
4050
4051         * emacs-mime.texi (MML Definition): Add sender tag.
4052
4053 2003-04-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4054
4055         * gnus.texi (Group Line Specification): Add.
4056
4057 2003-04-13  Simon Josefsson  <jas@extundo.com>
4058
4059         * gnus.texi (Security): Add text about PGP key snarf.
4060
4061 2003-04-13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4062
4063         * gnus.texi (Misc Article): Addition.
4064
4065 2003-04-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4066
4067         * message.texi (Message Headers): Addition.
4068
4069 2003-04-12  Jesper Harder  <harder@ifa.au.dk>
4070
4071         * emacs-mime.texi (Encoding Customization): Update default for
4072         mm-body-charset-encoding-alist.
4073
4074 2003-04-08  Jesper Harder  <harder@ifa.au.dk>
4075
4076         * emacs-mime.texi (Non-MIME): Add diff.
4077
4078 2003-04-07  Jesper Harder  <harder@ifa.au.dk>
4079
4080         * message.texi (Security): Fix typo.
4081
4082 2003-04-06  Reiner Steib  <Reiner.Steib@gmx.de>
4083
4084         * gnus.texi: Change ~/.gnus and .gnus.el to ~/.gnus.el.
4085
4086 2003-04-02  Reiner Steib  <Reiner.Steib@gmx.de>
4087
4088         * gnus.texi (Gnus Versions): Index.
4089         (Summary Score Commands): Decribe keys in `*Score Trace*' buffer.
4090
4091 2003-04-01  Reiner Steib  <Reiner.Steib@gmx.de>
4092
4093         * gnus.texi (Article Button Levels): Added
4094         `gnus-button-ctan-directory-regexp'.
4095
4096 2003-04-01  Katsumi Yamaoka  <yamaoka@jpl.org>
4097
4098         * gnus.texi (Indirect Functions): Fix examples for
4099         nntp-via-rlogin-command-switches.
4100
4101 2003-03-31  Reiner Steib  <Reiner.Steib@gmx.de>
4102
4103         * gnus.texi (Article Button Levels): New node.
4104         (Article Buttons): Additions.
4105
4106 2003-03-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4107
4108         * gnus.texi (Exiting Gnus): Removed gnus-unload.
4109
4110 2003-03-31  Simon Josefsson  <jas@extundo.com>
4111
4112         * gnus.texi (IMAP): Add.
4113
4114 2003-03-27  Paul Jarc  <prj@po.cwru.edu>
4115
4116         * gnus.texi (Comparing Mail Back Ends): Note nnmaildir's
4117         incompatibilities more prominently.
4118
4119 2003-03-27  Paul Jarc  <prj@po.cwru.edu>
4120
4121         * gnus.texi (Maildir): Note nnmail-expiry-target incompatibility.
4122
4123 2003-03-27  Jesper Harder  <harder@ifa.au.dk>
4124
4125         * gnus.texi (Adaptive Scoring): Fix.
4126
4127 2003-03-23  Simon Josefsson  <jas@extundo.com>
4128
4129         * gnus.texi (Direct Functions, Common Variables)
4130         (Mail Source Specifiers, IMAP): Add TLS wherever SSL is mentioned
4131         now.
4132
4133 2003-03-23  Jesper Harder  <harder@ifa.au.dk>
4134
4135         * gnus.texi (Group Information, Article Washing)
4136         (Formatting Fonts, Group Parameters): Fix external xrefs.
4137
4138         * message.texi (Mailing Lists): do.
4139
4140 2003-03-22  Simon Josefsson  <jas@extundo.com>
4141
4142         * gnus.texi (Troubleshooting): Fix typo.
4143         (Drafts): Mention how to restore special property, suggested by
4144         Florian Weimer <fw@deneb.enyo.de>.
4145
4146 2003-03-19  Simon Josefsson  <jas@extundo.com>
4147
4148         * gnus.texi (Misc Article): Add.
4149         (Agent Basics): Fix makeinfo warnings.
4150
4151         * message.texi (IDNA): New.
4152
4153 2003-03-18  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4154
4155         * gnus.texi (Gnus Unplugged): Refer to new agent Group/Topic
4156         parameters.
4157         (Category Syntax): New description.
4158         (Category Buffer): New command.
4159         (Category Variables): New variables.
4160         (Agent as Cache): Expanded description.
4161         (Agent Expiry): Expanded description.
4162         (Agent Variables): Fixed and new descriptions.
4163
4164         * infohack.el (batch-makeinfo): Provide local implementation of
4165         subst-char-in-region as the built-in implementation is unreliable
4166         on Windows XP (Intermittent failure results in build looping
4167         forever).
4168
4169 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
4170
4171         * gnus.texi (Maildir): Replace create-directory with
4172         target-prefix.
4173
4174 2003-03-18  Paul Jarc  <prj@po.cwru.edu>
4175
4176         * gnus.texi (Maildir): More info for expire-group; add
4177         distrust-Lines:.
4178
4179 2003-03-17  Paul Jarc  <prj@po.cwru.edu>
4180
4181         * gnus.texi (Comparing Mail Back Ends): nnmaildir fixes.
4182
4183 2003-03-17  Reiner Steib  <Reiner.Steib@gmx.de>
4184
4185         * gnus.texi (Using MIME): Added gnus-mime-delete-part.
4186
4187 2003-03-17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4188
4189         * gnus.texi (Required Back End Functions): Add.
4190
4191 2003-03-17  Frank Haun  <pille3003@fhaun.de>  (tiny change)
4192
4193         * pgg.texi: Fix setfilename.
4194
4195 2003-03-09  Paul Jarc  <prj@po.cwru.edu>
4196
4197         * gnus.texi (Top): Added menu item for Maildir node.
4198
4199 2003-03-11  Jesper Harder  <harder@ifa.au.dk>
4200
4201         * gnus.texi (Paging the Article): Addition.
4202
4203 2003-03-10  Jesper Harder  <harder@ifa.au.dk>
4204
4205         * gnus.texi (Customizing Articles): Additions.
4206
4207 2003-03-09  Paul Jarc  <prj@po.cwru.edu>
4208
4209         * gnus.texi (Maildir): New node.
4210
4211 2003-03-08  Jesper Harder  <harder@ifa.au.dk>
4212
4213         * gnusref.tex: Update.
4214
4215 2003-03-03  Reiner Steib  <Reiner.Steib@gmx.de>
4216
4217         * gnus.texi (Mail and Post): Updated `gnus-user-agent'.
4218         (Mail Source Customization): Added `mail-source-delete-incoming'
4219         and `mail-source-delete-old-incoming-confirm'.
4220
4221 2003-03-01  Jesper Harder  <harder@ifa.au.dk>
4222
4223         * gnus.texi (Troubleshooting): Fix typo.
4224         (Group Parameters): Markup fix.
4225         (Article Hiding, Splitting Mail, Fancy Mail Splitting)
4226         (Document Server Internals, Score Variables, Adaptive Scoring)
4227         (X-Face, Hashcash): do.
4228
4229 2003-02-28  Vasily Korytov  <deskpot@myrealbox.com>
4230
4231         * gnus.texi: New values, 'to-list and 'cc-list, for
4232         gnus-boring-article-headers.
4233
4234 2003-02-28  Teodor Zlatanov  <tzz@lifelogs.com>
4235
4236         * gnus.texi (Extending the spam elisp package): added mention of
4237         spam-list-of-statistical-checks.
4238
4239 2003-02-27  ShengHuo ZHU  <zsh@cs.rochester.edu>
4240
4241         * gnus.texi: Remove the dependence on ssl.el.
4242
4243 2003-02-26  Jesper Harder  <harder@ifa.au.dk>
4244
4245         * message.texi (Mail Variables): Add
4246         message-sendmail-envelope-from.
4247
4248 2003-02-24  Reiner Steib  <Reiner.Steib@gmx.de>
4249
4250         * gnus.texi (Mail and Post): Added `gnus-user-agent', removed
4251         `gnus-version-expose-system'.
4252
4253 2003-02-24  Jesper Harder  <harder@ifa.au.dk>
4254
4255         * gnus.texi: Markup fixes.
4256
4257         * message.texi: do.
4258
4259         * emacs-mime.texi: do.
4260
4261 2003-02-20  Reiner Steib  <Reiner.Steib@gmx.de>
4262
4263         * message.texi (News Headers): Update description of Message-ID.
4264
4265 2003-02-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4266
4267         * gnus.texi (Startup Files): Addition.
4268
4269 2003-02-22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4270
4271         * gnus.texi (Mail Source Specifiers): Addition.
4272
4273 2003-02-22  Jesper Harder  <harder@ifa.au.dk>
4274
4275         * emacs-mime.texi (Files and Directories): New node.
4276
4277 2003-02-21  Jesper Harder  <harder@ifa.au.dk>
4278
4279         * gnus.texi (Mailing List): Fix.
4280
4281         * gnus.texi: Markup fixes.
4282
4283 2003-02-18  Reiner Steib  <Reiner.Steib@gmx.de>
4284
4285         * gnus.texi (Article Washing): Mention `g'.
4286         (Customizing Articles): Added cross reference.
4287
4288 2003-02-12  Michael Shields  <shields@msrl.com>
4289
4290         * gnus.texi (Paging the Article): Document
4291         gnus-article-boring-faces.
4292         (Choosing Commands): Explain that SPACE in the summary buffer
4293         is used for both selecting and scrolling.
4294
4295         * gnus.texi (Article Keymap): Say that SPACE and DEL in the
4296         summary buffer are the same as switching to the article buffer
4297         and using SPACE and DEL; since now that is the case.
4298
4299 2003-02-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4300
4301         * gnus.texi (Topic Commands): Addition.
4302
4303 2003-02-07  Teodor Zlatanov  <tzz@lifelogs.com>
4304
4305         * gnus.texi (BBDB Whitelists, Blacklists and Whitelists):
4306         corrected existing docs, added spam-use-whitelist-exclusive and
4307         spam-use-BBDB-exclusive to list of variables.
4308
4309 2003-02-07  Jesper Harder  <harder@ifa.au.dk>
4310
4311         * gnus.texi (The problem of spam): Don't use @email for examples
4312         -- it creates a mailto-link in HTML and PDF.
4313
4314 2003-02-07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4315
4316         * gnus.texi (Mail Source Customization): Addition.
4317
4318 2003-02-04  Reiner Steib  <Reiner.Steib@gmx.de>
4319
4320         * message.texi (Mail Variables): Added index entry for
4321         `message-send-mail-partially-limit'.
4322
4323 2003-01-30  Jesper Harder  <harder@ifa.au.dk>
4324
4325         * gnus.texi (Batching Agents): Index.
4326         (Agent Commands): do.
4327         (Delayed Articles): do.
4328         (Drafts): do.
4329         (Web Archive): do.
4330         (Article Washing): do.
4331         (Slave Gnusae): do.
4332         (Agent Basics): do.
4333         (Exiting Gnus): do.
4334         (Article Date): do.
4335         (X-Face): do.
4336         (Exiting the Summary Buffer): do.
4337         (Charsets): do.
4338         (Mail Group Commands): do.
4339
4340         * gnus.texi: Mark-up fixes.
4341
4342 2003-01-27  Teodor Zlatanov  <tzz@lifelogs.com>
4343
4344         * gnus.texi: replace `H' mark with `$' mark.
4345         (Blackholes): add spam-blackhole-good-server-regex variable.
4346
4347 2003-01-26  Simon Josefsson  <jas@extundo.com>
4348
4349         * sieve.texi (Installation): Extension .sv is also used.
4350
4351 2003-01-26  Jesper Harder  <harder@ifa.au.dk>
4352
4353         * gnus.texi (Article Backlog): Update.
4354
4355 2003-01-23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4356
4357         * gnus.texi (NNTP): Addition.
4358
4359 2003-01-23  Teodor Zlatanov  <tzz@bwh.harvard.edu>
4360
4361         * gnus.texi (Regular Expressions Header Matching): documentation
4362         for new spam splitting functionality.
4363
4364 2003-01-23  Jesper Harder  <harder@ifa.au.dk>
4365
4366         * gnus.texi (Signing and encrypting): Index.
4367         (Smileys): Update.
4368         (Toolbar): Move to XVarious because it's XEmacs specific.
4369
4370 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4371
4372         * gnus.texi (Picons): Update.
4373
4374 2003-01-22  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
4375
4376         * gnus.texi (Agent Expiry, Agent Variables): Don't use @pxref for
4377         index entries.
4378
4379 2003-01-22  Simon Josefsson  <jas@extundo.com>
4380
4381         * gnus.texi (IMAP): Add.
4382         (Expiring in IMAP): Typo fixes.
4383
4384 2003-01-22  Kevin Greiner  <kgreiner@xpediantsolutions.com>
4385
4386         * gnus.texi (Agent Regeneration): New node.
4387         (gnus-select-article-hook): clarified.
4388         (gnus-downloaded-mark): Added definition.
4389         (gnus-undownloaded-mark): Updated definition to reference the new
4390         %O spec.
4391         (gnus-agent-catchup): Identified articles that are NOT marked as read.
4392         (gnus-agent-fetch-group): New command.
4393         (gnus-agent-fetch-series): New command.
4394         (Agent Expiry): Added comment to document that
4395         gnus-request-expire-articles may invoke gnus-agent-expire.
4396         (gnus-agent-mark-unread-after-downloaded): New variable.
4397         (gnus-agent-consider-all-articles): New variable.
4398         (gnus-agent-max-fetch-size): New variable.
4399
4400 2003-01-22  Jesper Harder  <harder@ifa.au.dk>
4401
4402         * gnusref.tex (subsection*{Notes}): do.
4403
4404         * gnus.texi (Article Hiding): Remove gnus-article-hide-pgp.
4405         (Customizing Articles): Remove gnus-treat-strip-pgp.
4406
4407 2003-01-21  Jesper Harder  <harder@ifa.au.dk>
4408
4409         * gnus.texi (Various Summary Stuff): Add
4410         gnus-summary-display-while-building.
4411         (Group Parameters): Index gnus-parameters.
4412         (Startup Files): Index gnus-site-init-file.
4413
4414 2003-01-20  Jesper Harder  <harder@ifa.au.dk>
4415
4416         * gnus.texi (Summary Buffer Lines): Additions to %B.
4417
4418         * gnus.texi: Markup fixes: use @code for nil and t, use @file for
4419         files.
4420
4421         * message.texi: do.
4422
4423         * emacs-mime.texi: do.
4424
4425 2003-01-19  Jesper Harder  <harder@ifa.au.dk>
4426
4427         * dir (File): Add pgg.
4428
4429         * gnus.texi (Selecting a Group): Index gnus-auto-select-subject.
4430
4431         * emacs-mime.texi (Display Customization):
4432         Add mm-keep-viewer-alive-types.
4433
4434 2003-01-16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4435
4436         * gnus.texi (Summary Agent Commands): Addition.
4437
4438 2003-01-16  Teodor Zlatanov  <tzz@lifelogs.com>
4439
4440         * gnus.texi (Filtering Spam Using The Spam ELisp Package):
4441         clarified syntax of gnus-spam-process-destinations and
4442         gnus-ham-process-destinations variables.
4443         (Extending the spam elisp package): fixed typo in node name.
4444         (Bogofilter): new functionality and variables noted.
4445         (Filtering Spam Using The Spam ELisp Package): added mention of
4446         nnimap-split-download-body.
4447
4448 2003-01-15  ShengHuo ZHU  <zsh@cs.rochester.edu>
4449
4450         * gnus.texi: Don't use `path' in some cases.
4451         From the GNU coding standards:
4452
4453             Please do not use the term ``pathname'' that is used in Unix
4454             documentation; use ``file name'' (two words) instead.  We use
4455             the term ``path'' only for search paths, which are lists of
4456             directory names.
4457
4458         * message.texi: Ditto.
4459
4460 2003-01-15  Simon Josefsson  <jas@extundo.com>
4461
4462         * gnus.texi (X-Face): Revert substantial part of last fix.
4463         (Splitting in IMAP): Add.
4464
4465 2003-01-15  Kevin Ryde  <user42@zip.com.au>
4466
4467         * gnus.texi (Using MIME): Mention auto-compression-mode with
4468         gnus-mime-copy-part.
4469
4470 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4471
4472         * gnus.texi (Window Layout): Fixed braces in example.
4473
4474 2003-01-13  Reiner Steib  <Reiner.Steib@gmx.de>
4475
4476         * gnus.texi (Article Washing): Use new function names in
4477         `deuglify.el'.  Addition.
4478
4479 2003-01-13  Simon Josefsson  <jas@extundo.com>
4480
4481         * gnus.texi (X-Face): Fix.
4482
4483         * message.texi (Security): Fix.
4484
4485         * gnus.texi (Security): Fix.
4486         (Signing and encrypting): Fix.
4487
4488 2003-01-12  Teodor Zlatanov  <tzz@lifelogs.com>
4489
4490         * gnus.texi (Filtering Spam Using The Spam ELisp Package): removed
4491         spam.el and spam-stat.el from the node and section names wherever
4492         possible, since info indexing doesn't like `.' in the name.
4493
4494 2003-01-12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4495
4496         * gnus.texi (Article Display): Addition.
4497
4498 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4499
4500         * message.texi (Header Commands): Addition.
4501
4502 2003-01-10  Reiner Steib  <Reiner.Steib@gmx.de>
4503
4504         * gnus.texi (Article Washing): Added gnus-outlook-unwrap-lines,
4505         gnus-outlook-repair-attribution, gnus-outlook-rearrange-citation.
4506
4507 2003-01-11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4508
4509         * gnus.texi: Change .gnus to .gnus.el.
4510         (Agent Commands): Remove batch here.
4511         (MIME Commands): Add.
4512
4513         * message.texi (Canceling News): Document canlock.
4514
4515 2003-01-10  Alex Schroeder  <alex@emacswiki.org>
4516
4517         * gnus.texi (Creating a spam-stat dictionary): Explain how using
4518         the Gnus Agent with nnimap might work to do this.
4519         (Splitting mail using spam-stat): Use nnimap-split-fancy if you
4520         use the nnimap back end.
4521
4522 2003-01-10  Katsumi Yamaoka  <yamaoka@jpl.org>
4523
4524         * gnus.texi (Filtering Spam Using spam.el): Trivial fix.
4525
4526 2003-01-10  Simon Josefsson  <jas@extundo.com>
4527
4528         * gnus.texi (Choosing Variables, Agent Caveats): Add.
4529
4530 2003-01-09  Teodor Zlatanov  <tzz@lifelogs.com>
4531
4532         * gnus.texi (Filtering Spam Using spam.el, ifile spam filtering)
4533         (spam-stat spam filtering): added new functionality and explained
4534         old functionality better, especially where it has changed in
4535         ham/spam/unclassified group exit processing.
4536
4537 2003-01-09  Alex Schroeder  <alex@emacswiki.org>
4538
4539         * gnus.texi (Splitting mail using spam-stat): Fix typo.
4540         (Creating a spam-stat dictionary, Splitting mail using spam-stat):
4541         Fix markup in a few places.
4542
4543 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4544
4545         * gnus.texi (Positioning Point): %~ => ~*.
4546
4547 2003-01-07  Reiner Steib  <Reiner.Steib@gmx.de>
4548
4549         * message.texi: Updated copyright line.
4550         (Mailing Lists): Updated (renamed) function names.
4551         (Header Commands): Updated (renamed) function names.
4552         (Header Commands): Added message-to-list-only,
4553         message-change-subject, message-cross-post-followup-to,
4554         message-reduce-to-to-cc and message-add-archive-header.  Moved
4555         message-sort-headers, message-insert-to, message-insert-newsgroups
4556         and message-insert-disposition-notification-to from other
4557         sections.
4558         (Insertion): Added message-mark-inserted-region,
4559         message-mark-insert-file.  Moved
4560         message-insert-disposition-notification-to to section (Header
4561         Commands).
4562         (Various Commands): Moved message-insert-wide-reply,
4563         message-insert-to, message-insert-newsgroups and
4564         message-sort-headers to (Header Commands) section.
4565         (Message Headers): Added message-subject-trailing-was-query.
4566         (Insertion Variables): Added message-mark-insert-begin and
4567         message-mark-insert-end.
4568
4569 2003-01-08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4570
4571         * gnus.texi (Optional Back End Functions): Addition.
4572         (Positioning Point): Changed to %~.
4573
4574 2003-01-08  Simon Josefsson  <jas@extundo.com>
4575
4576         * gnus.texi (MIME Commands): Add.
4577
4578 2003-01-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4579
4580         * message.texi (Various Commands): Addition.
4581
4582 2003-01-05  Teodor Zlatanov  <tzz@lifelogs.com>
4583
4584         * gnus.texi (Filtering Spam Using spam.el)
4585         (Blacklists and Whitelists, BBDB Whitelists, Blackholes)
4586         (Bogofilter, Ifile spam filtering, Extending spam.el): updated
4587         documentation for the new spam.el functionality.
4588
4589 2003-01-05  Jesper Harder  <harder@ifa.au.dk>
4590
4591         * refcard.tex: Fix pagebreak.
4592
4593         * gnusref.tex: Additions and fixes.
4594
4595         * booklet.tex: Add missing sections.
4596
4597         * gnus.texi (Mail Group Commands): Fix typo.
4598         (XEmacs): Add sh-script.
4599         (Article Washing): Fix.
4600
4601 2003-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4602
4603         * gnus.texi (Setting Process Marks): Addition.
4604         (Group Line Specification): Addition.
4605
4606 2003-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4607
4608         * gnus.texi (Group Line Specification): Addition.
4609
4610 2003-01-03  Jesper Harder  <harder@ifa.au.dk>
4611
4612         * gnus.texi: Fix typos.
4613
4614 2003-01-02  Simon Josefsson  <jas@extundo.com>
4615
4616         * gnus.texi (Troubleshooting): Add.
4617
4618 2003-01-02  Reiner Steib  <Reiner.Steib@gmx.de>
4619
4620         * gnus.texi (Article Buttons): Regexps are case insensitive here.
4621
4622 2003-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4623
4624         * gnus.texi (Summary Generation Commands): Addition.
4625
4626 2003-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4627
4628         * message.texi (Message Headers): Added example.
4629         (Message Headers): Addition.
4630
4631 2002-12-31  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
4632
4633         * gnus.texi (Top): Add pointers to related manuals.  Suggested by
4634         Reiner Steib.
4635
4636 2002-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4637
4638         * gnus.texi (Saving Articles): Addition.
4639
4640 2002-12-30  Teodor Zlatanov  <tzz@lifelogs.com>
4641
4642         * gnus.texi (Blackholes): added information on query-dig and
4643         dig.el; users are told that using blackhole checks is OK now.
4644
4645 2002-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4646
4647         * gnus.texi (Loose Threads): add
4648         gnus-summary-make-false-root-always.
4649         (Finding the Parent): Change name of nnweb server.
4650
4651 2002-12-22  Jesper Harder  <harder@ifa.au.dk>
4652
4653         * emacs-mime.texi: Fix typos.  Index variables.  Add
4654         mm-automatic-external-display, mm-w3m-safe-url-regexp and
4655         mm-external-terminal-program.
4656
4657 2002-12-20  Jesper Harder  <harder@ifa.au.dk>
4658
4659         * message.texi (Message Headers): Add message-allow-no-recipients.
4660         (Various Commands): Add TAB and message-tab-body-function.
4661
4662 2002-12-19  Paul Jarc  <prj@po.cwru.edu>
4663
4664         * gnus.texi (Optional Back End Functions):
4665         nnchoke-request-update-info need not return the info object.
4666
4667 2002-12-15  Jesper Harder  <harder@ifa.au.dk>
4668
4669         * gnusref.tex: Additions.
4670
4671 2002-12-14  Jesper Harder  <harder@ifa.au.dk>
4672
4673         * gnus.texi (Mail): Explain nil value of gnus-uu-digest-headers.
4674
4675 2002-12-10  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
4676
4677         * gnus.texi (Posting Styles): Clarify the `(header MATCH REGEXP)'
4678         case.
4679         (Back End Interface): Mention nnnotbackends.  Suggested by Jan
4680         Rychter.
4681
4682 2002-11-29  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
4683
4684         * gnus.texi (MIME Commands): Document gnus-inhibit-mime-unbuttonizing.
4685
4686 2002-11-27  Katsumi Yamaoka  <yamaoka@jpl.org>
4687
4688         * gnus.texi (Expiring in IMAP): backend -> back end.
4689         (Wide Characters): The default value of
4690         gnus-use-correct-string-widths under Emacs is nil.
4691         (Filtering Spam Using spam.el): backend -> back end.
4692         (Extending spam.el): backend -> back end.
4693         (Filtering Spam Using Statistics (spam-stat.el)): Fix typo.
4694         (Creating a spam-stat dictionary): Fix typo.
4695         (Creating a spam-stat dictionary): backend -> back end.
4696
4697 2002-11-22  Teodor Zlatanov  <tzz@lifelogs.com>
4698
4699         * gnus.texi (Extending spam.el): fixed typos and wrong @items.
4700
4701 2002-11-21  Teodor Zlatanov  <tzz@lifelogs.com>
4702
4703         * gnus.texi:
4704         added new keyboard commands.
4705
4706         * gnus.texi: added extended section on spam.
4707
4708 2002-11-18  jas
4709
4710         * gnus.texi: Fix IMAP expiring typos.
4711
4712 2002-11-18  kaig
4713
4714         * gnus.texi: *** empty log message ***
4715
4716 2002-11-18  jas
4717
4718         * gnus.texi: More morse.
4719
4720         * gnus.texi (Article Washing): Add morse.
4721
4722 2002-11-17  jas
4723
4724         * gnus.texi: Fix typo.
4725
4726         * gnus.texi (Expiring in IMAP): Add.
4727         (Group Parameters): Add reference.
4728
4729 2002-11-16  Kai Großjohann  <kai.grossjohann@uni-duisburg.de>
4730
4731         * gnus.texi (Expiring Mail): Give summary on difference between
4732         auto-expire and total-expire and provide information for choosing
4733         between them.
4734
4735 2002-11-18  Simon Josefsson  <jas@extundo.com>
4736
4737         * gnus.texi (Article Washing): Add morse.
4738
4739 2002-11-17  Simon Josefsson  <jas@extundo.com>
4740
4741         * gnus.texi (Expiring in IMAP): Add.
4742         (Group Parameters): Add reference.
4743
4744 2002-10-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
4745
4746         * gnus.texi (RSS): Add gnus-summary-mark-as-read-forward into the
4747         example code. From Christoph Conrad <christoph.conrad@gmx.de>.
4748
4749 2002-10-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4750
4751         * gnus.texi (Other Marks): Document gnus-downloadable-mark and
4752         gnus-undownloaded-mark.  Adapted idea from Sriram Karra
4753         <karra@shakti.homelinux.net>.
4754         (Formatting Fonts): Say that guillemets are wrong.  (How to enter
4755         guillemets in Texinfo files?)
4756
4757 2002-10-12  Simon Josefsson  <jas@extundo.com>
4758
4759         * message.texi (Movement): Add.
4760
4761 2002-10-11  Jesper harder  <harder@ifa.au.dk>
4762
4763         * gnus.texi (Formatting Fonts): Fix for balloon help in GNU Emacs.
4764
4765 2002-10-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4766
4767         * gnus.texi (Delayed Articles): Fix gnus-delay-initialize.
4768
4769 2002-10-10  Simon Josefsson  <jas@extundo.com>
4770
4771         * message.texi (Security): Fix.
4772
4773 2002-10-04  Simon Josefsson  <jas@extundo.com>
4774
4775         * pgg.texi: Document sign parameter.
4776
4777         * gnus.texi: Add \gnuskey tex command.
4778
4779         * texi2latex.el (latexi-translate-file): Do PGG.  (Poor) support
4780         of @set, @deffn, @defvar, @defun, @key.  Improve error.
4781
4782         * Makefile.in: Add PGG.
4783
4784         * pgg.texi: New file.
4785
4786 2002-10-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4787
4788         * gnus.texi (Group Information): Mention prefix argument for
4789         gnus-group-fetch-charter and gnus-group-fetch-control.
4790         From Jesper Harder.
4791
4792 2002-09-26  Simon Josefsson  <jas@extundo.com>
4793
4794         * gnus.texi (Agent Variables): Add.
4795
4796 2002-09-25  Simon Josefsson  <jas@extundo.com>
4797
4798         * gnus.texi (Troubleshooting): Add.
4799
4800 2002-09-23  Jesper harder  <harder@ifa.au.dk>
4801
4802         * gnus.texi (Summary Maneuvering): Fix gnus-auto-select-next.
4803
4804 2002-09-19  ShengHuo ZHU  <zsh@cs.rochester.edu>
4805
4806         * gnus.texi (X-Face): Add GIF.
4807
4808 2002-09-18  Simon Josefsson  <jas@extundo.com>
4809
4810         * gnus.texi (A note on namespaces): New.
4811
4812 2002-09-16  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4813
4814         * gnus.texi (Splitting Mail): "By default, splitting is performed
4815         on all incoming messages."  This sentence had a "not" too many.
4816         Explicitly say that `nnmail-resplit-incoming' has effect only for
4817         `directory' mail-sources entries.
4818
4819 2002-09-15  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4820
4821         * gnus.texi (Mail Source Specifiers): Say "one-to-one
4822         correspondence" in the description of `directory'.
4823
4824 2002-09-11  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4825
4826         * gnus.texi (Top, Summary Buffer): Add info to "Delayed Articles"
4827         menu line.
4828
4829 2002-09-11  Katsumi Yamaoka  <yamaoka@jpl.org>
4830
4831         * gnus.texi (Article Hiding): Add a document for
4832         gnus-article-address-banner-alist.
4833
4834 2002-09-11  Simon Josefsson  <jas@extundo.com>
4835
4836         * gnus.texi (Splitting in IMAP): Fix.
4837
4838 2002-09-10  Simon Josefsson  <jas@extundo.com>
4839
4840         * gnus.texi (Other Marks): Fix.
4841
4842 2002-09-09  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4843
4844         * gnus.texi (Splitting Mail): Typo.
4845         (Comparing Mail Back Ends): Say "back end" instead of "backend".
4846         (Terminology): Try to explain "back end" better.
4847
4848 2002-09-09  Simon Josefsson  <jas@extundo.com>
4849
4850         * gnus.texi (Article Buttons): Add.
4851
4852 2002-09-09  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4853
4854         * gnus.texi (Splitting Mail): Document nnmail-resplit-incoming,
4855         xref to Mail Source Specifiers.
4856         (Mail Source Specifiers): Add index entry for
4857         nnmail-scan-directory-mail-source-once.  Add index entry for
4858         nnmail-resplit-incoming, with xref to Splitting Mail.
4859
4860 2002-09-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4861
4862         * gnus.texi (Browse Foreign Server): Addition.
4863         (Limiting): Addition.articles.
4864
4865 2002-09-04  Simon Josefsson  <jas@extundo.com>
4866
4867         * gnus.texi (Mail Source Specifiers): Fix.
4868
4869 2002-09-03  Simon Josefsson  <jas@extundo.com>
4870
4871         * gnus.texi (Direct Functions, Common Variables): Named ports like
4872         "snews" doesn't work with some external tools.  Thanks to
4873         "D. Watson" <djwatson@u.washington.edu> for noting this.
4874
4875 2002-09-01  Simon Josefsson  <jas@extundo.com>
4876
4877         * gnus.texi (Gnus Unplugged): Fix, agent is now enabled by default.
4878         (Agent as Cache): New.
4879
4880 2002-08-26  Jesper harder  <harder@ifa.au.dk>
4881
4882         * gnus.texi (Group Information): Add gnus-group-fetch-charter and
4883         gnus-group-fetch-control.
4884
4885 2002-08-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4886
4887         * gnus.texi (Posting Server): Document message-smtpmail-send-it.
4888
4889         * message.texi (Mail Variables): Add message-smtpmail-send-it.
4890
4891 2002-08-27  Simon Josefsson  <jas@extundo.com>
4892
4893         * gnus.texi (Mail Source Specifiers): Fix :path default.
4894
4895 2002-08-22  Jesper harder  <harder@ifa.au.dk>
4896
4897         * gnus.texi (Summary Mail Commands): Add
4898         gnus-summary-reply-broken-reply-to and
4899         gnus-summary-reply-broken-reply-to-with-original.
4900         (Setting Process Marks): Add gnus-uu-unmark-region.
4901         (Article Header): Fix typo.
4902         (MIME Commands): Fix typo.
4903         (MIME Commands): Index gnus-article-decode-mime-words,
4904         gnus-article-decode-charset and gnus-mime-view-all-parts.
4905
4906 2002-08-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4907
4908         * gnus.texi (Mail Source Specifiers): Mention variable
4909         nnmail-resplit-incoming under `directory' specifier.
4910
4911 2002-08-18  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4912
4913         * gnus.texi (Summary Buffer Lines): Document the %k specifier.
4914
4915 2002-08-15  Jesper harder  <harder@ifa.au.dk>
4916
4917         * gnus.texi (Group Line Specification): Add %C.
4918         (Group Parameters): Comments can be displayed in the group line.
4919
4920 2002-08-07  Jesper harder  <harder@ifa.au.dk>
4921
4922         * emacs-mime.texi (Non-MIME): Add yenc.
4923         (yenc): New node.
4924
4925 2002-08-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
4926
4927         * gnus.texi (Summary Sorting): Document randomization.
4928
4929 2002-07-28  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4930
4931         * gnus.texi (Web Searches): Added gmane and removed old
4932         non-functioning search engines.  From Niklas Morberg
4933         <niklas.morberg@axis.com>.
4934
4935 2002-07-21  Jesper Harder  <harder@ifa.au.dk>
4936
4937         * gnus.texi (Sorting Groups): Add key bindings for
4938         gnus-group-sort-groups-by-real-name and
4939         gnus-group-sort-selected-groups-by-real-name.
4940
4941 2002-05-14  Jesper Harder  <harder@ifa.au.dk>
4942
4943         * gnus.texi (Summary Buffer Lines): Fix typo.
4944
4945 2002-07-27  Simon Josefsson  <jas@extundo.com>
4946
4947         * gnus.texi (Summary Mail Commands): Trivial fix from Reiner Steib
4948         <4uce.02.r.steib@gmx.net>.
4949
4950 2002-07-18  Karl Kleinpaste  <karl@charcoal.com>
4951
4952         * gnus.texi (To From Newsgroups): Additional text regarding how to
4953         regenerate overviews via server buffer, and note to news admins
4954         about overview.fmt.
4955
4956 2002-07-14  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4957
4958         * gnus.texi (Posting Styles): Fix example (it was using the To
4959         header instead of the From header).  From Christopher Splinter
4960         <cs@splinter.inka.de>.
4961
4962 2002-07-07  Simon Josefsson  <jas@extundo.com>
4963
4964         * gnus.texi (Top): Move hashcash down into spam chapter.
4965         (Top): New spam menu.
4966         (Various): Remove hashcash.
4967         (Thwarting Email Spam): Split into introduction and "Anti-Spam
4968         Basics" node.
4969         (SpamAssassin): Add.
4970         (Hashcash): Add.
4971
4972 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4973
4974         * gnus.texi (NNTP): Doc fix.
4975
4976 2002-07-02  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4977
4978         * gnus.texi (Washing Mail): Document the shortcoming of
4979         nnmail-remove-leading-whitespace.
4980
4981 2002-06-30  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4982
4983         * message.texi (News Headers): Include example for removing an
4984         entry from message-required-news-headers.
4985
4986 2002-06-28  Katsumi Yamaoka  <yamaoka@jpl.org>
4987
4988         * gnus.texi (NNTP): Add nntp-via-rlogin-command-switches.
4989
4990 2002-06-27  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4991
4992         * gnus.texi (Mail Back End Variables): Document
4993         nnmail-cache-ignore-groups.  Xref Fancy Mail Splitting.
4994         (Fancy Mail Splitting): Mention nnmail-cache-ignore-groups and
4995         why it is useful.
4996
4997 2002-06-25  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
4998
4999         * gnus.texi (Fancy Mail Splitting): Include all necessary
5000         variables in the Lisp example.
5001
5002 2002-06-22  Simon Josefsson  <jas@extundo.com>
5003
5004         * gnus.texi (Pay Hashcash): Add.
5005
5006 2002-06-03  Simon Josefsson  <jas@extundo.com>
5007
5008         * gnus.texi (Splitting Mail): Add.
5009
5010 2002-05-23  Simon Josefsson  <jas@extundo.com>
5011
5012         * gnus.texi (Web Searches): Fix.  Trivial change from Niklas
5013         Morberg <niklas.morberg@axis.com>.
5014
5015 2002-05-22  Simon Josefsson  <jas@extundo.com>
5016
5017         * gnus.texi (Mail): Add variable.
5018
5019 2002-05-16  Simon Josefsson  <jas@extundo.com>
5020
5021         * gnus.texi (Loose Threads): Add gnus-simplify-all-whitespace.
5022
5023 2002-05-08  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5024
5025         * gnus.texi (Mail-To-News Gateways): The default
5026         nngateway-header-transformation function inserts a "To" header,
5027         not a "From" header.  From Jesper Harder <harder@ifa.au.dk>.
5028
5029 2002-05-08  Josh Huber  <huber@alum.wpi.edu>
5030
5031         * message.texi (Security): Added a note about the signencrypt
5032         style, and how to change it using `mml-signencrypt-style.'.
5033
5034 2002-05-04  Simon Josefsson  <jas@extundo.com>
5035
5036         * emacs-mime.texi (Encoding Customization): Fix.
5037
5038 2002-05-04  Simon Josefsson  <jas@extundo.com>
5039
5040         * emacs-mime.texi: Move two chapters "Interface Functions" and
5041         "Basic Functions" after the Decoding and Encoding chapters.  (No
5042         text modified.)
5043
5044 2002-05-04  Simon Josefsson  <jas@extundo.com>
5045
5046         * emacs-mime.texi (Top): Change scope of manual to include users.
5047         (Customization): Rename to Display Customization.
5048         (MML Definition): Add cross references.
5049         (Encoding Customization): New section.
5050         (Charset Translation): More info and cross references.
5051
5052 2002-05-01  Josh Huber  <huber@alum.wpi.edu>
5053
5054         * gnus.texi (Signing and encrypting): Fix doc.  Also, add a
5055         paragraph about replysign/replyencrypt/replysignencryped use.
5056
5057 2002-05-01  Lars Magne Ingebrigtsen  <larsi@quimbies.gnus.org>
5058
5059         * message.texi (Message Headers): Remove colon from index
5060         entries.
5061
5062 2002-05-01  Simon Josefsson  <jas@extundo.com>
5063
5064         * gnus.texi (Group Mail Splitting): Fix example.
5065         (Article Buttons): Document that REGEXP can be a variable as well.
5066
5067         * message.texi (Message Headers): Fix example.
5068
5069 2002-04-26  Steve Youngs  <youngs@xemacs.org>
5070
5071         * Makefile.in (infodir): Set to '@info_dir@' so we can separate
5072         defaults for XEmacs and Emacs.
5073
5074 2002-04-27  Jesper Harder  <harder@ifa.au.dk>
5075
5076         * emacs-mime.texi (Customization): Update info on HTML renderers.
5077
5078         * gnus.texi (Article Washing): Update information on HTML washing.
5079         Fix typos.
5080
5081 2002-04-09  Paul Jarc  <prj@po.cwru.edu>
5082
5083         * .cvsignore: added message-[0-9]*.
5084
5085 2002-04-08  Paul Jarc  <prj@po.cwru.edu>
5086
5087         * gnus.texi (Group Parameters): Point to the message manual for a
5088         full explanation of MFT.
5089         * message.texi (Mailing Lists): Mention
5090         message-gen-unsubscribed-mft.
5091         From Karra <karra@cs.utah.edu>.
5092
5093 2002-04-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5094
5095         * gnus.texi (Saving Articles): Add xref to Mail Group Commands
5096         because people might be interested in `B c' for saving articles.
5097         (Archived Messages): Ditto.
5098
5099 2002-04-01  Jesper Harder  <harder@ifa.au.dk>
5100
5101         * gnus.texi (Sorting Groups): Add gnus-group-sort-selected-groups.
5102         (Article Washing): Fix typo.
5103
5104         * message.texi (Various Commands): Index message-elide-ellipsis.
5105         Add message-sort-headers.
5106         (Mail Variables): Add message-qmail-inject-args,
5107         message-mailer-swallows-blank-line, message-sendmail-f-is-evil,
5108         message-qmail-inject-program.
5109         (Various Message Variables): Add message-auto-save-directory,
5110         message-strip-special-text-properties, message-cancel-hook.
5111         (News Headers): Index message-user-organization etc.
5112         (Forwarding): Add message-forward-before-signature.
5113         (Mailing Lists): Index message-subscribed-address-file.
5114         (Wide Reply): Add message-wide-reply-confirm-recipients.
5115         (Canceling News): Add message-cancel-message.
5116         (Sending Variables): Add message-interactive.
5117
5118 2002-03-25  Simon Josefsson  <jas@extundo.com>
5119
5120         * gnus.texi (Mail Spool): Add cindex for marks.
5121         (Mail Folders): Add cindex for marks.
5122
5123 2002-03-24  Raymond Scholz  <rscholz@zonix.de>
5124
5125         * gnus.texi (Summary Buffer Lines): Fix doc.
5126
5127 2002-03-24  ShengHuo ZHU  <zsh@cs.rochester.edu>
5128
5129         * Makefile.in (booklet.dvi, booklet.pdf): Support booklet.
5130
5131 2002-03-24  Felix Natter  <fnatter@gmx.net>
5132
5133         * booklet.tex, bk-at.tex, bk-lt.tex, gnuslog-booklet.eps: New file.
5134         * gnusref.tex, refcard.tex: Support booklet.
5135
5136 2002-03-24  Jesper Harder  <harder@ifa.au.dk>
5137
5138         * gnusref.tex: Addition.
5139
5140         * gnus.texi: Don't use @sc in headings.
5141         (Article Display): Fix.
5142         (Signing and encrypting): Add mml-unsecure-message.
5143         (IMAP): Remove @. to make texi2latex work.
5144         (Thread Commands): Fix.
5145         (Unavailable Servers): Add gnus-server-offline-server.
5146         (Topic Sorting): Add gnus-topic-sort-groups.
5147         (Limiting): Fix.
5148         (Article Washing): Fix gnus-article-strip-headers-in-body, add
5149         gnus-article-outlook-deuglify-article.
5150         (Article Header): Add gnus-article-remove-leading-whitespace.
5151         (Customizing Articles): Add gnus-treat-leading-whitespace.
5152         (Summary Score Commands): Add gnus-score-find-favourite-words.
5153         (Mailing List): Index gnus-mailing-list-insinuate.
5154         (Mail Group Commands): Add gnus-article-encrypt-body,
5155         gnus-summary-create-article.  Don't use @var if not
5156         metasyntactic. Index gnus-summary-edit-article-done.
5157
5158         * message.texi (Security): Add mml-unsecure-message.
5159         (Mailing Lists): Index message-goto-mail-followup-to.
5160
5161 2002-03-23  Jesper Harder  <harder@ifa.au.dk>
5162
5163         * gnusref.tex, refcard.tex: Addition.
5164
5165 2002-03-21  ShengHuo ZHU  <zsh@cs.rochester.edu>
5166
5167         * message.texi (Sending Variables): Fix typo.
5168         Trivial change from Raymond Scholz <rscholz@zonix.de>
5169
5170 2002-03-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5171
5172         * gnus.texi (Other Marks): Remove duplication.
5173         Trivial change from David Aspinwall <aspinwall@timesten.com>
5174
5175 2002-03-09  Paul Jarc  <prj@po.cwru.edu>
5176
5177         * gnus.texi: Mention nnmaildir where appropriate; fix some typos.
5178
5179 2002-03-01  Paul Jarc  <prj@po.cwru.edu>
5180
5181         * message.texi (Mailing Lists): 'use is the default for
5182         message-use-mail-followup-to, not nil; 'use is also not t.
5183         Mention why an unsubscribed list poster might use MFT, and how to
5184         disable MFT for a single message.
5185
5186 2002-02-25  Katsumi Yamaoka  <yamaoka@jpl.org>
5187
5188         * gnus.texi (Splitting Mail): Addition.
5189
5190 2002-02-23  ShengHuo ZHU  <zsh@cs.rochester.edu>
5191
5192         * gnusref.tex (subsection*{Notes}): Addition.
5193         Suggested by Felix Natter <fnatter@gmx.net>
5194
5195 2002-02-22  ShengHuo ZHU  <zsh@cs.rochester.edu>
5196
5197         * gnus.texi (Splitting Mail): Addition.
5198
5199 2002-02-20  ShengHuo ZHU  <zsh@cs.rochester.edu>
5200
5201         * gnus.texi (Slave Gnusae): Addition.
5202         From  David S. Goldberg <david.goldberg6@verizon.net>
5203
5204 2002-02-18  ShengHuo ZHU  <zsh@cs.rochester.edu>
5205
5206         * emacs-mime.texi (mailcap): Addition.
5207
5208         * gnus.texi (Using MIME): Rename functions. Addition.
5209
5210 2002-02-16  Simon Josefsson  <jas@extundo.com>
5211
5212         * gnus.texi (Top): Change description of Posting Server node.
5213         (Composing Messages): Ditto.
5214         (Posting Server): Add some mail stuff.
5215         (IMAP): Terminate @, from Emacs Gnus manual.
5216         (Thwarting Email Spam): Use @sc.
5217
5218 2002-02-16  ShengHuo ZHU  <zsh@cs.rochester.edu>
5219
5220         * gnusref.tex (subsection*{Notes}): Update.
5221         From: Felix Natter <fnatter@gmx.net>
5222
5223 2002-02-14  ShengHuo ZHU  <zsh@cs.rochester.edu>
5224
5225         * gnus.texi (Document Groups): Addition.
5226
5227 2002-02-13  Katsumi Yamaoka  <yamaoka@jpl.org>
5228
5229         * message.texi (Security): Fix @findex for the key `C-c C-m s p'.
5230
5231 2002-02-13  ShengHuo ZHU  <zsh@cs.rochester.edu>
5232
5233         Reinstate some changes to make latexpdf work.
5234
5235         * message.texi (Security): Don't use @key.
5236         (Various Commands): Don't use @point.
5237
5238         * gnus.texi (Mail Source Specifiers): Use @uref.
5239
5240 2002-02-13  Jesper Harder  <harder@ifa.au.dk>
5241
5242         * message.texi, gnus.texi, emacs-mime.texi: Use small caps
5243         consistently.  MIME, NOV, NNTP, HTML, IMAP are written with @sc
5244         most places -- it looks better if it's the same *everywhere*.
5245         @kbd instead of @code for key sequences. @file instead of @code
5246         for files.
5247
5248         * message.texi (Various Commands): use the proper @point glyph.
5249
5250         * gnus.texi (Summary Mail Commands): ß doesn't work.  A German
5251         spelling reform changed the correct spelling to "muss" anyway (I
5252         think).
5253
5254         * gnus.texi (Mail sources): § doesn't work. Use "section" instead.
5255
5256         * gnus.texi (Mail Source Specifiers): use @url.
5257
5258         * message.texi, emacs-mime.texi: update copyright year.
5259
5260 2002-02-12  Paul Jarc  <prj@po.cwru.edu>
5261
5262         * gnus.texi (Required Back End Functions): specify the lowest and
5263         highest article numbers for empty groups for nnchoke-request-list
5264         and nnchoke-request-group.
5265
5266 2002-02-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5267
5268         * message.texi (Sending Variables): Addition.
5269
5270         * gnus.texi (Group Parameters): Add unread, not read.
5271         (Archived Messages): Addition.
5272
5273 2002-02-09  ShengHuo ZHU  <zsh@cs.rochester.edu>
5274
5275         * gnus.texi (Group Parameters): Addition.
5276         From: Steinar Bang <steinar@bang.priv.no>
5277
5278 2002-02-08  ShengHuo ZHU  <zsh@cs.rochester.edu>
5279
5280         * gnus.texi (Article Washing): Addition.
5281         From: Michael Cook <michael.cook@cisco.com>
5282
5283 2002-02-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5284
5285         * gnus.texi (Gnus Unplugged): Use (setq gnus-agent t).
5286         (Example Setup): Ditto.
5287         (Category Syntax): Require gnus-agent.
5288
5289 2002-02-06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5290
5291         * gnus.texi (Posting Styles): Addition.
5292
5293 2002-02-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5294
5295         * message.texi (Mailing Lists): Addition.
5296         * gnus.texi (Group Parameters): Addition.
5297         From Sriram Karra <karra@cs.utah.edu>.
5298
5299 2002-02-03  Karl Kleinpaste  <karl@charcoal.com>
5300
5301         * gnus.texi (Summary Score Commands): Added detail on "extra"
5302         header scoring.
5303         (Score File Format): ditto.
5304
5305 2002-02-01  Katsumi Yamaoka  <yamaoka@jpl.org>
5306
5307         * emacs-mime.texi (Customization): Addition.
5308
5309 2002-01-31  ShengHuo ZHU  <zsh@cs.rochester.edu>
5310
5311         * gnus.texi (Posting Styles): Addition. Suggested by
5312         Michael Cook <michael@waxrat.com>.
5313
5314 2002-01-30  Katsumi Yamaoka  <yamaoka@jpl.org>
5315
5316         * emacs-mime.texi (Customization): Move emacs-w3m stuff backward;
5317         added documentation for `mm-inline-text-html-with-w3m-keymap'.
5318
5319 2002-01-28  ShengHuo ZHU  <zsh@cs.rochester.edu>
5320
5321         * gnus.texi (Agent Expiry): Addition.
5322
5323 2002-01-28  Katsumi Yamaoka  <yamaoka@jpl.org>
5324
5325         * emacs-mime.texi (Customization): Added documentation for
5326         `mm-inline-text-html-with-images'.
5327
5328         * gnus.texi (Article Washing): Replace w3m to emacs-w3m.
5329
5330 2002-01-26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5331
5332         * gnus.texi (Mail Spool): Addition.
5333
5334 2002-01-24  Katsumi Yamaoka  <yamaoka@jpl.org>
5335
5336         * emacs-mime.texi (Customization): Added documentation for
5337         `mm-inline-text-html-renderer'.
5338
5339 2002-01-23  Katsumi Yamaoka  <yamaoka@jpl.org>
5340
5341         * gnus.texi (Article Washing): Add URL about w3m.
5342
5343 2002-01-22  Josh Huber  <huber@alum.wpi.edu>
5344
5345         * emacs-mime.texi (MML Definition): Added a few words about the
5346         recipients option.
5347         * message.texi (Security): Changed documentation to reflect use of
5348         the new secure tag.
5349
5350 2002-01-21  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5351
5352         * gnus.texi (Article Washing): Addition.
5353
5354 2002-01-20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5355
5356         * gnus.texi (Document Groups): Added info on more doc types.
5357         (More Threading): Move documentation here.
5358
5359 2002-01-20  Simon Josefsson  <jas@extundo.com>
5360
5361         * message.texi (Mailing Lists): Fix.  From Love
5362         <lha@stacken.kth.se>.
5363
5364 2002-01-20  Patric Mueller  <bhaak@gmx.net>
5365
5366         * gnus.texi (Group Timestamp): Typo fix.
5367
5368 2002-01-19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5369
5370         * gnus.texi (Selecting a Group): Addition.
5371
5372 2002-01-19  Lars Magne Ingebrigtsen  <karra@cs.utah.edu>
5373
5374         * gnus.texi (Mail Spool): Note that the .marks files can be
5375         removed.
5376
5377 2002-01-17  Paul Jarc  <prj@po.cwru.edu>
5378
5379         * gnus.texi (Choosing a Mail Back End): mention nnmaildir.
5380         (Comparing Mail Backends): briefly describe nnmaildir.
5381
5382 2002-01-17  ShengHuo ZHU  <zsh@cs.rochester.edu>
5383
5384         * gnus.texi (Agent Commands): Use gnus-agent-batch instead of
5385         gnus-agent-batch-fetch.
5386
5387 2002-01-15  Jari Aalto  <jari.aalto@poboxes.com>
5388
5389         * gnus.texi (Really Various Summary Commands): Added commands how
5390         to create nnvirtual group and and how to modify the nnvirtual
5391         regexp.
5392
5393 2002-01-12  ShengHuo ZHU  <zsh@cs.rochester.edu>
5394
5395         * gnus.texi (Agent Caveats): Add agent cache.
5396         (Agent Variables): Addition.
5397
5398 2002-01-12  Simon Josefsson  <jas@extundo.com>
5399
5400         * gnus.texi (Conformity): Fix typo.
5401
5402         * emacs-mime.texi (Flowed text, Standards): Add.
5403
5404 2002-01-11  ShengHuo ZHU  <zsh@cs.rochester.edu>
5405
5406         * message.texi (Mailing Lists): Addition.
5407         * gnus.texi (Group Parameters): Addition.
5408         From Sriram Karra <karra@cs.utah.edu>.
5409
5410 2002-01-10  Colin Marquardt  <c.marquardt@alcatel.de>
5411
5412         * gnus.texi (Changing Servers): Addition.
5413
5414 2002-01-06  ShengHuo ZHU  <zsh@cs.rochester.edu>
5415
5416         * gnus.texi (Archived Messages): Rename
5417         gnus-inews-mark-gcc-as-read to gnus-gcc-mark-as-read.
5418
5419         * Makefile.in (clean): Clean thumb*.
5420
5421 2002-01-05  Harry Putnam  <reader@newsguy.com>
5422
5423         * gnus.texi (Score Variables): Clarify.
5424
5425 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5426
5427         * gnus.texi (Agent Expiry): Addition.
5428         (Sorting the Summary Buffer): Addition.
5429
5430 2002-01-05  Simon Josefsson  <jas@extundo.com>
5431
5432         * gnus.texi (Conformity): Add MIME and Disposition Notifications.
5433
5434         * message.texi (Header Commands): Fix.  Add m-goto-from.
5435         (Insertion): Add m-i-disposition-notification-to.
5436
5437 2002-01-05  ShengHuo ZHU  <zsh@cs.rochester.edu>
5438
5439         * Makefile.in (.latexi.pdf-x): Use thumbpdf.
5440
5441         * gnus.texi (Advanced Formatting): Double @'s. Use thumbpdf.
5442         colorlinks=true.
5443
5444 2002-01-05  Norman Walsh  <ndw@nwalsh.com>
5445
5446         * gnus-faq.texi: Fix typo.
5447
5448 2002-01-05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5449
5450         * gnus.texi (Sorting the Summary Buffer): Addition.
5451
5452 2002-01-04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5453
5454         * gnus.texi (Virtual Groups): Addition.
5455
5456 2002-01-03  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5457
5458         * gnus.texi (Article Keymap): Addition.
5459         (Summary Mail Commands): Fix.
5460
5461 2002-01-02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5462
5463         * gnus.texi (Group Timestamp): Addition.  Example from Andras
5464         BALI.
5465         (X-Face): Addition.
5466         (Advanced Formatting): Add example.
5467
5468 2002-01-01  Simon Josefsson  <jas@extundo.com>
5469
5470         * gnus.texi (Conformity): Add and fix.
5471
5472         * message.texi (Security): Mention gpg-temp-directory.
5473
5474         * gnus.texi (Article Washing): Link to Security section.
5475         (Security): Fix.
5476         (Signing and Encrypting): Renamed from Using GPG.
5477         (IMAP): Fixes.
5478
5479 2002-01-01  Simon Josefsson  <jas@extundo.com>
5480
5481         * gnus.texi (Customizing Articles): Add crossreference links.  Add
5482         gnus-body-boundary-delimiter.
5483
5484 2002-01-01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5485
5486         * gnus.texi (Choosing Commands): Addition.
5487         (Article Display): Update.
5488         (Article Display): Addition.
5489         (Article Header): New.
5490         (Slow Terminal Connection): Addition.
5491         (Predicate Specifiers): New.
5492         (To From Newsgroups): Addition.
5493         (Topic Commands): Addition.
5494         Update the menus.
5495         Fix some references b0rked up by the menu fixing.
5496
5497 2001-12-31  Rui Zhu  <sprache@iname.com>
5498
5499         * emacs-mime.texi (Customization): Typo fix.
5500
5501 2001-12-31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5502
5503         * gnus.texi (Article Display): Addition.
5504
5505         * emacs-mime.texi (Interface Functions): Addition.
5506
5507         * gnus.texi (Using MIME): Addition.
5508
5509 2001-12-30  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5510
5511         * gnus.texi (X-Face): Made into own node.
5512         (Article Display): New.
5513
5514         * emacs-mime.texi (Interface Functions): Addition.
5515
5516         * message.texi (Message Headers): Addition.
5517
5518 2001-12-29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5519
5520         * emacs-mime.texi (Customization): Added example.
5521
5522         * gnus.texi (Selecting a Group): Addition.
5523         (Tree Display): Addition.
5524
5525 2001-12-26  Florian Weimer  <fw@deneb.enyo.de>
5526
5527         * gnus.texi (Using GPG): Remove obsolete reference to gpg-2comp.
5528
5529 2001-12-26  Simon Josefsson  <jas@extundo.com>
5530
5531         * gnus.texi (Summary Buffer Lines): Add xrefs.  Suggested by
5532         Arcady Genkin <agenkin-dated-1010249095.131f22@thpoon.com>.
5533
5534 2001-12-26  Katsumi Yamaoka  <yamaoka@jpl.org>
5535
5536         * gnus.texi (NNTP): Add a note for `nntp-prepare-post-hook'.
5537
5538 2001-12-18  Josh Huber  <huber@alum.wpi.edu>
5539
5540         * ChangeLog, gnus.texi, emacs-mime.texi: (oops) removed
5541         buffer-file-coding-system.
5542
5543 2001-12-18 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5544
5545         * ChangeLog, gnus.texi, emacs-mime.texi: Local Variables `coding'
5546         MUST be added!
5547
5548 2001-12-17  Josh Huber  <huber@alum.wpi.edu>
5549
5550         * ChangeLog: changed coding to buffer-file-coding-system.
5551         * emacs-mime.texi: changed -*- magic cookie -*- to Local Variables.
5552         * gnus.texi: same.
5553         * gnus-ref.tex: same.
5554         * refcard.tex: same.
5555
5556 2001-12-16  Simon Josefsson  <jas@extundo.com>
5557
5558         * gnus.texi (Saving Articles): Add muttprint.
5559         (Article Commands): Mention muttprint.
5560
5561 2001-12-15  Simon Josefsson  <jas@extundo.com>
5562
5563         * gnus.texi (Virtual Groups): Fix.  From Raymond Scholz
5564         <ray-2001@zonix.de>.
5565
5566 2001-12-15 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5567
5568         * gnus.texi, emacs-mime.texi: Fix the header.
5569
5570 2001-12-12  Didier Verna  <didier@lrde.epita.fr>
5571
5572         * gnus.texi (Misc Group Stuff): advertise `gnus-group-news'.
5573         * gnus.texi (Summary Mail Commands): advertise
5574         `gnus-summary-news-other-window'.
5575
5576 2001-12-10  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5577
5578         * gnus.texi (Advanced Scoring Examples): Clarify that the
5579         examples are rules, not complete score files.
5580
5581 2001-12-09  Nevin Kapur  <nevin@jhu.edu>
5582
5583         * gnus.texi (Expiring Mail): Add.
5584
5585 2001-12-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5586
5587         * gnus.texi (Splitting in IMAP): Typo.  From Colin Marquardt
5588         <c.marquardt@alcatel.de>.
5589
5590 2001-12-03 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5591
5592         * infohack.el (infohack): To process write-protected files safely,
5593         make this buffer be writable after `find-file'.
5594         From TSUCHIYA Masatoshi  <tsuchiya@namazu.org>
5595
5596 2001-12-03 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5597
5598         * Makefile.in: Dependence.
5599
5600         * emacs-mime.texi: Add coding header.
5601
5602 2001-12-01  Simon Josefsson  <jas@extundo.com>
5603
5604         * gnus.texi (Group Line Specification, Summary Buffer Lines):
5605         Cross reference Positioning Point.
5606
5607 2001-11-25 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5608
5609         * gnus.texi (Limiting): Addition.
5610
5611 2001-11-19  Simon Josefsson  <jas@extundo.com>
5612
5613         * message.texi (Header Commands, Insertion): Use C-c C-f C-i for
5614         Importance: instead of C-c C-u.  Move to Header Commands from
5615         Insertion. Suggested by Per Abrahamsen <abraham@dina.kvl.dk>.
5616
5617 2001-11-17  Simon Josefsson  <jas@extundo.com>
5618
5619         * message.texi (Insertion): Use C-c C-u for Importance: instead of
5620         C-c C-p (used by SC).
5621
5622 2001-11-15  Simon Josefsson  <jas@extundo.com>
5623
5624         * message.texi (Insertion): Add C-c C-p,
5625         message-insert-importance-{low,high}.
5626         (Various Commands): Fix typo.
5627         (Insertion Variables): New section, all variables moved from
5628         Commands->Insertion into this node, Variables->Insertion
5629         Variables.
5630
5631 2001-11-15 14:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5632
5633         * gnus.texi (Various Summary Stuff): Add gnus-newsgroup-variables.
5634
5635 2001-11-15 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5636
5637         * message.texi (Security): @uref not @url.
5638
5639 2001-11-15  Per Abrahamsen  <abraham@dina.kvl.dk>
5640
5641         * sieve.texi (Standards): Changed @samp to @uref.
5642
5643         * message.texi (Security): Changed @code to @uref.
5644
5645         * gnus-faq.texi: Changed a lot of @file to @uref.
5646
5647         * emacs-mime.texi (Standards): Changed @samp to @uref.
5648
5649 2001-11-13  Simon Josefsson  <jas@extundo.com>
5650
5651         * gnus.texi (Article Washing): Add `W s'.
5652
5653 2001-11-12  Simon Josefsson  <jas@extundo.com>
5654
5655         * gnus.texi (Security, Using GPG):
5656         * message.texi (Security):
5657         * emacs-mime.texi (MML Definition): Add PGP.
5658
5659 2001-11-09  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5660
5661         * message.texi (Movement): message-beginning-of-line.
5662
5663 2001-11-07  Simon Josefsson  <jas@extundo.com>
5664
5665         * sieve.texi (Examples): Add.
5666         (Top): Add.
5667
5668         * gnus.texi (Saving Articles): Add gnus-summary-write-to-file.
5669
5670 2001-11-07  Simon Josefsson  <jas@extundo.com>
5671
5672         * gnus.texi (Misc Group Stuff): Add cross reference to Composing
5673         Messages.  Suggested by "Golubev I. N." <gin@mo.msk.ru>.
5674
5675 2001-11-04 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5676
5677         * gnus.texi: Use C-M- instead of M-C-.
5678         * message.texi (Insertion): Ditto.
5679         * sieve.texi (Managing Sieve): Ditto.
5680         Suggested by Eli Zaretskii <eliz@is.elta.co.il>.
5681
5682 2001-11-02  Simon Josefsson  <jas@extundo.com>
5683
5684         * dir (File): Add Sieve.
5685
5686         * gnus.texi (Sieve Commands): Add crossposting.
5687
5688 2001-11-01 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5689
5690         * texi2latex.el (latexi-translate): Typo.
5691         (latexi-translate-file): Nine in a herd is enough.
5692
5693 2001-11-01  Simon Josefsson  <jas@extundo.com>
5694
5695         * sieve.texi (Installation): Workaround texi2latex bug (replacing
5696         inside verbatim needs a \end{verbatim} earlier in the file).
5697
5698         * texi2latex.el (latexi-translate): Add sieve.
5699
5700 2001-11-01 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5701
5702         * gnus.texi (Article Washing): Add a note.
5703
5704 2001-11-01  Simon Josefsson  <jas@extundo.com>
5705
5706         * Makefile.in: Add sieve.
5707
5708         * gnus.texi (Misc Group Stuff):
5709         (Group Parameters): Add Sieve Commands.
5710         (top-level): Include Sieve manual after Emacs MIME.
5711
5712 2001-10-31  Simon Josefsson  <jas@extundo.com>
5713
5714         * gnus.texi (Group Parameters): Add integer `display'.
5715         (IMAP): Fix.
5716
5717 2001-10-31  Katsumi Yamaoka  <yamaoka@jpl.org>
5718
5719         * gnus.texi (NNTP): Added documentation for
5720         `nntp-prepare-post-hook'.
5721
5722 2001-10-29  Simon Josefsson  <jas@extundo.com>
5723
5724         * gnus.texi (Customizing Articles): Sort list. Remove
5725         duplicate. Suggested by Henrik Holm <henrik@tele.ntnu.no>.
5726
5727 2001-10-27  Simon Josefsson  <jas@extundo.com>
5728
5729         * message.texi (Insertion): Fix message-yank*-prefix.
5730
5731 2001-10-25  Simon Josefsson  <jas@extundo.com>
5732
5733         * gnus.texi (Mail Source Specifiers): More info on SSL, kerberos etc.
5734         (IMAP): Ditto.  Suggested by Martin Blais <blais@discreet.com>.
5735
5736 2001-10-23  Per Abrahamsen  <abraham@dina.kvl.dk>
5737
5738         * gnus.texi (Posting Server): Use `native' instead of `nil' for
5739         posting to native server.
5740
5741 2001-10-22  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5742
5743         * dir (File): Add standard explanation header.
5744
5745 2001-10-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5746
5747         * gnus.texi (Mail Source Specifiers): Explain more explicitly what
5748         happens for the `directory' entries.  Say that mail from foo.spool
5749         goes in the group foo.
5750
5751 2001-10-19  Simon Josefsson  <jas@extundo.com>
5752
5753         * Makefile.in (clean): rm gnus.out.
5754         (distclean): rm gnusconfig.tex (moved from "clean").
5755
5756         * gnus.texi (Using MIME): s/mime/MIME/ for PDF version.
5757
5758 2001-10-19  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5759
5760         * gnus.texi (Finding the News): Disrecommend nnspool for Leafnode
5761         users.
5762
5763 2001-10-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5764
5765         * gnus.texi (Archived Messages): Add new line after @item.
5766         From: Jesper Harder <harder@ifa.au.dk>
5767
5768 2001-10-17 21:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5769
5770         * gnus.texi (Formatting Basics): Extended format specs.
5771
5772 2001-10-17  Per Abrahamsen  <abraham@dina.kvl.dk>
5773
5774         * gnus.texi (Summary Buffer Lines): Documment %( and %).
5775
5776 2001-09-04 21:43:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5777
5778         * gnus.texi (Topic Sorting): Addition.
5779
5780 2001-10-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5781
5782         * refcard.tex, gnusref.tex: Merge with the version
5783         from Felix Natter <f.natter@ndh.net>
5784
5785 2001-10-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5786
5787         * refcard.tex: Set version to Oort.
5788
5789         * gnusref.tex: New key bindings in Oort Gnus.
5790
5791 2001-10-12 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5792
5793         * Makefile.in (.dvi.ps): Use TEXPICTS.
5794         (.latexi.dvi-x): Remove gnus.toc as well.
5795
5796         * gnuslogo-refcard.eps: Remove BeginProcSet.
5797
5798 2001-10-12  Simon Josefsson  <jas@extundo.com>
5799
5800         * gnus.texi (Misc Group Stuff): Add UTF-8.
5801         (Misc Article): Document wash status characters.  Suggested by
5802         david.goldberg6@verizon.net (David S. Goldberg).
5803
5804 2001-10-10 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5805
5806         * gnusref.tex, refcard.tex: Use epsfig.
5807
5808         * gnuslogo-refcard.eps: Rename from gnuslog.refcard, and set a
5809         suitable bounding box.
5810
5811         * Makefile.in (.dvi.ps): New rule.
5812         (refcard.pdf): Use gnuslogo-refcard.eps.
5813
5814 2001-10-09 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5815
5816         * gnus.texi: Add href and bookmarks for pdf version.
5817
5818 2001-10-06 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5819
5820         * Makefile.in (uninstall): Add uninstall.
5821
5822 2001-10-05  Simon Josefsson  <jas@extundo.com>
5823
5824         * Makefile.in (clean): Add gnusconfig.tex.  Suggested by Henrik
5825         Enberg <henrik@enberg.org>.
5826
5827 2001-10-04  Simon Josefsson  <jas@extundo.com>
5828
5829         * gnus.texi (Mail Source Customization): Add.
5830
5831 2001-10-04 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5832
5833         * Makefile.in (dvi): Don't depend on tmps.
5834
5835 2001-10-03 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5836
5837         * emacs-mime.texi (mailcap): rvplayer -> wavplayer.  Thanks to
5838         Martin Kretzschmar <Martin.Kretzschmar@inf.tu-dresden.de>.
5839
5840 2001-09-29  Simon Josefsson  <jas@extundo.com>
5841
5842         * gnus.texi (Foreign Groups): Fix.  Add "mailman".
5843         (Document Groups): Ditto.
5844
5845 2001-09-28 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5846
5847         * Makefile.in (.texi): Remove $@ first.
5848
5849         * infohack.el (infohack-remove-unsupported): Remove @iflatex lines.
5850         (infohack): Specify a coding-system to save info files.
5851         From Katsumi Yamaoka  <yamaoka@jpl.org>
5852
5853 2001-09-28 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5854
5855         * gnusconfig.tex.in: Use cmss if pfu is not found.
5856
5857 2001-09-27 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5858
5859         * Makefile.in: Illustrated manual.
5860         * gnus.texi: Put message.texi and emacs-mime.texi in the
5861         illustrated manual.
5862         * texi2latex.el: Ditto.
5863
5864 2001-09-27 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5865
5866         * gnus.texi: Remove the extra white-space.
5867
5868 2001-09-27 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5869
5870         * gnusconfig.tex.in: New.
5871         * gnus.texi: Use it.
5872         * pagestyle.sty: Don't set verbatim font.
5873         * postamble.tex: Set in ...
5874         * bembo.sty: Removed.
5875         * Makefile.in (gnusconfig.tex): Check gnusconfig.tex.in.
5876         (LATEX): Use configure.
5877
5878 2001-09-26 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5879
5880         * gnus.texi (Limiting): Addition.
5881
5882 2001-09-25 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5883
5884         * gnus.texi (Pterodactyl Gnus): Put @item in one line.
5885
5886 2001-09-24 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5887
5888         * gnus.texi: eps path fix.
5889         * postamble.tex: Ditto.
5890         * texi2latex.el: Ditto.
5891
5892         * Makefile.in: Move some to ps/Makefile.in.
5893
5894 2001-09-24  Simon Josefsson  <jas@extundo.com>
5895
5896         * etc/*, herds/*, misc/*, picons/*, screen/*, smilies/*, xface/*:
5897         New files, from pspackage.tar.gz.
5898
5899         * Makefile.in (distclean): Make veryclean.
5900
5901         * gnus.texi (Summary Mail Commands): Fix.
5902         (Summary Post Commands): Fix.
5903         (The Manual): Fix.
5904
5905 2001-09-23 02:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
5906
5907         * gnus.texi: Use "back end".
5908
5909 2001-09-23  Simon Josefsson  <jas@extundo.com>
5910
5911         * gnus.texi (Top): Move IMAP up from "Other Sources" to "Select
5912         Methods".
5913         (Charsets): Update default value.
5914         (Finding the Parent): Add nnimap.
5915         (Security): Add.
5916         (Mailing List): Add.
5917         (Archived Messages): Comment out XEmacs 19 stuff.
5918         (Using GPG): Add reference to message manual.
5919         (Direct Functions): Mention OpenSSL as well as SSLeay.
5920         (Mail Source Specifiers): Add recent IMAP :stream and
5921         :authentication.
5922         (Agent Commands): Fix.
5923         (GroupLens): Add URL and note about this being historical.
5924         (Wide Characters): Update default value.
5925         (Picon Requirements): Remove old XEmacs 19 stuff.
5926
5927 2001-09-22  Simon Josefsson  <jas@extundo.com>
5928
5929         * gnus.texi (Other Marks): Add Recent.
5930
5931 2001-09-14  Simon Josefsson  <jas@extundo.com>
5932
5933         * gnus.texi (Mail Folders): Add.
5934
5935 2001-09-11  Simon Josefsson  <jas@extundo.com>
5936
5937         * gnus.texi (Delayed Articles): Fix.  Suggested by Paul Jarc
5938         <prj@po.cwru.edu>.
5939
5940 2001-09-08  Simon Josefsson  <jas@extundo.com>
5941
5942         * gnus.texi (MIME Commands): Add gnus-buttonized-mime-types.
5943
5944 2001-09-08  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5945
5946         * gnus.texi (Topic Commands): Make this the first subsection of
5947         `Group Topics'.  Rearrange keys to mention the most important keys
5948         first and to have subsections.  Add some more explanation for
5949         C-k/C-y.
5950         (Group Buffer): Add comment from Alex Schroeder as todo item.
5951
5952 2001-09-06  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5953
5954         * gnus.texi (Fancy Mail Splitting): Mention `delete' near the
5955         explanation of `junk'.
5956
5957 2001-09-04  Katsumi Yamaoka  <yamaoka@jpl.org>
5958
5959         * gnus.texi (Optional Backend Functions): The default function to
5960         make a date format is `message-make-date', which should produce a
5961         time zone.
5962
5963 2001-09-04  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5964
5965         * gnus.texi (Optional Backend Functions): More detail about the
5966         DATE arg for nnchoke-request-newgroups.  Reported by Paul Jarc.
5967
5968 2001-09-01  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
5969
5970         * gnus.texi (Hooking New Backends Into Gnus): Say where to put the
5971         call for gnus-declare-backend.  Add an index entry for
5972         gnus-declare-backend.  Suggested by Paul Jarc.
5973
5974 2001-08-29  Simon Josefsson  <jas@extundo.com>
5975         From Anders Jackson <jackson@hig.se>
5976
5977         * gnus.texi (Group Parameters): Fix.
5978
5979 2001-08-27  Simon Josefsson  <jas@extundo.com>
5980
5981         * gnus.texi (Archiving Mail): Add.
5982
5983 2001-08-25  Simon Josefsson  <jas@extundo.com>
5984
5985         * gnus.texi (Mail Spool): Add marks.
5986         (MH Spool): Doesn't use marks file.
5987         (Mail Folders): Add marks.
5988
5989 2001-08-25  Simon Josefsson  <jas@extundo.com>
5990         From Henrik Enberg <henrik@enberg.org>
5991
5992         * gnus.texi (Group Parameters): Fix.
5993
5994 2001-08-24 16:03:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
5995
5996         * gnus.texi (Group Parameters): Fix.
5997
5998 2001-08-24  Simon Josefsson  <jas@extundo.com>
5999
6000         * Makefile.in (latexps): Make tmps.
6001
6002 2001-08-24  Simon Josefsson  <jas@extundo.com>
6003         From Jesper Harder <harder@ifa.au.dk>
6004
6005         * Makefile.in (latexps): Escape {.
6006
6007         * splitindex: Ditto.
6008
6009 2001-08-23 19:22:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6010
6011         * gnus.texi (Group Parameters): Fix.
6012         (Group Parameters): Addition.
6013         (Limiting): Addition.
6014
6015 2001-08-21 23:55:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6016
6017         * gnus.texi (Score Variables): Fix.
6018
6019 2001-08-20  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6020
6021         * gnus.texi (Delayed Articles): New section.  Documents
6022         gnus-delay.el.
6023         (Fancy Mail Splitting): Say that nnmail-cache-accepted-message-ids
6024         must be non-nil for splitting with parents to work.
6025
6026 2001-08-19 17:31:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6027
6028         * gnus.texi (Other Marks): Addition.
6029         (Positioning Point): New.
6030         (Tabulation): New.
6031
6032 2001-08-19  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6033
6034         * gnus.texi (Getting Started Reading Mail): Use (nnml "") rather
6035         than (nnml "private") as the example server specification.  This
6036         way, the example group names a few paragraphs further down are
6037         correct, and I expect that most people are going to use the empty
6038         string as name, anyway.  Please holler if that is wrong.
6039
6040 2001-08-18  Simon Josefsson  <jas@extundo.com>
6041
6042         * gnus.texi (Optional Backend Functions): Remove `set'
6043         request-set-mark action.
6044
6045 2001-08-18 00:40:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6046
6047         * gnus.texi (Wide Characters): New section.
6048
6049 2001-08-17  Simon Josefsson  <jas@extundo.com>
6050
6051         * gnus.texi: Replace 20,20 with 23,23 for
6052         gnus-summary-line-format.
6053
6054 2001-08-17 14:24:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6055
6056         * gnus.texi (Group Parameters): Document regexp substitution.
6057         (Group Parameters): Addition.
6058
6059 2001-08-11 23:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6060         From Nevin Kapur <nevin@jhu.edu>
6061
6062         * gnus.texi (September Gnus): Typo.
6063
6064 2001-08-12  Simon Josefsson  <jas@extundo.com>
6065         Suggested by Kai.Grossjohann@CS.Uni-Dortmund.DE.
6066
6067         * gnus.texi (Other Marks): Add recent.
6068         (Optional Backend Functions): Add forward and recent.
6069
6070 2001-08-12  Kai Grossjohann  <grossjoh@ls6.informatik.uni-dortmund.de>
6071
6072         * gnus.texi (Window Layout): Renamed from `Windows
6073         Configuration'.  After all, we're not talking about Microsoft.
6074         Suggested by Barry Fishman.
6075
6076 2001-08-11  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6077
6078         * gnus.texi (Summary Mail Commands): Remove duplicate explanation
6079         of `S W'.  Reported by Norbert Koch.
6080
6081 2001-08-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6082         From Benjamin Rutt <brutt@bloomington.in.us>
6083
6084         * gnus.texi (Troubleshooting): Addition.
6085
6086 2001-08-09  Simon Josefsson  <jas@extundo.com>
6087         From Benjamin Rutt <brutt@bloomington.in.us>
6088
6089         * gnus.texi (Mail Backend Variables): Fix.
6090
6091 2001-08-04  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6092
6093         * gnus.texi (Summary Buffer Lines): Mention `gnus-goto-colon'.
6094
6095 2001-08-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6096
6097         * gnus.texi (Backend Interface): Explain about article numbers.
6098         Suggested by Paul Jarc.
6099
6100 2001-08-02 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6101
6102         * emacs-mime.texi (Non-MIME): Addition.
6103
6104         * gnus.texi (Group Parameters): Addition.
6105         (Mailing List): Addition.
6106
6107 2001-08-01  Simon Josefsson  <jas@extundo.com>
6108
6109         * texi2latex.el (latexi-translate-file): Don't use point-at-bol.
6110         (latexi-translate-file): Translate some more things, including
6111         some hardcoded things that cause problems for LaTeX.  From Jesper
6112         Harder <harder@ifa.au.dk>.
6113
6114 2001-07-31  Simon Josefsson  <jas@extundo.com>
6115
6116         * bembo.sty: New file.
6117
6118         * texi2latex.el (latexi-translate-file): Support @noindent.
6119
6120         * gnus-faq.texi (Reading News FAQ): Fix (@email -> @samp).
6121
6122 2001-07-28 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6123         From Janne Rinta-Manty <rintaman@cs.helsinki.fi>
6124
6125         * gnus.texi (Read Articles): Typo.
6126
6127 2001-07-25 22:22:22  Raymond Scholz  <rscholz@zonix.de>
6128
6129         * gnus.texi (Fancy Mail Splitting): New variable
6130         nnmail-split-fancy-with-parent-ignore-groups.
6131
6132 2001-07-24  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6133
6134         * gnus.texi (Duplicates): Make split method regexp more specific,
6135         in case other `Gnus-Warning' headers are added in the future.
6136         Suggested by Karl Kleinpaste.
6137
6138 2001-07-23 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6139         From Karl Kleinpaste <karl@charcoal.com>
6140
6141         * gnus.texi (Summary Buffer Lines): Add %B.
6142
6143 2001-07-20 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6144         From Jesper Harder <harder@myrealbox.com>
6145
6146         * message.texi (Insertion): Addition.
6147
6148 2001-07-19 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6149
6150         * gnus.texi (Charsets): Addition.
6151
6152 2001-07-17 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6153
6154         * gnus.texi (Searching for Articles): Raw articles.
6155
6156 2001-07-16  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6157
6158         * message.texi (Insertion): Refer to gnus-cite-attribution-suffix.
6159
6160 2001-07-13 12:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6161
6162         * gnus.texi (RSS): Add.
6163         From Christoph Conrad <cc@cli.de>.
6164
6165 2001-07-13 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6166
6167         * gnus.texi (Incorporating Old Mail): Add index.
6168
6169 2001-07-13 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6170
6171         * gnus.texi (Group Parameters): Add.
6172
6173 2001-07-04  Simon Josefsson  <jas@extundo.com>
6174
6175         * gnus.texi (IMAP): Add.
6176
6177 2001-07-04  Didier Verna  <didier@lrde.epita.fr>
6178
6179         * gnus.texi (Example Methods): use the new nntp-open-connection
6180         methods in the examples.
6181         * gnus.texi (NNTP): update for the new nntp-open-connection methods.
6182         * gnus.texi (Direct Functions): new node.
6183         * gnus.texi (Indirect Functions): new node.
6184         * gnus.texi (Common Variables): new node.
6185
6186 2001-06-27  Simon Josefsson  <jas@extundo.com>
6187         From Ralph Schleicher <rs@nunatak.allgaeu.org>
6188
6189         * gnus.texi (MIME Commands): Add.
6190
6191 2001-06-24  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6192
6193         * gnus.texi (Summary Score Commands): Say that some commands
6194         create ADAPT files.
6195
6196 2001-06-23  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6197
6198         * gnus.texi (Duplicates): Contents of Gnus-Warning header have
6199         changed.  Reported by Peter J Acklam.
6200
6201 2001-06-19  Simon Josefsson  <jas@extundo.com>
6202
6203         * gnus.texi (IMAP): Fix `imtest' discussion.
6204
6205         * gnus-faq.texi (Frequently Asked Questions): Fix URL.
6206
6207 2001-06-17  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6208
6209         * gnus.texi (Group Line Specification): Explain why %t is only an
6210         estimate.
6211
6212 2001-06-16  Simon Josefsson  <jas@extundo.com>
6213
6214         * gnus.texi (IMAP): Add.
6215
6216 2001-06-13 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6217
6218         * gnus.texi (Article Washing): Add.
6219
6220 2001-06-11 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6221
6222         * gnus.texi: behaviour -> behavior. Suggested by Eli Zaretskii
6223         <eliz@is.elta.co.il>.
6224
6225 2001-06-09 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6226
6227         * gnus.texi: Apply "overfull hbox" patch from Eli Zaretskii
6228         <eliz@is.elta.co.il>.
6229
6230 2001-06-07 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6231
6232         * gnus.texi (RSS): Add.
6233
6234 2001-05-31 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6235
6236         * gnus.texi (Setting Marks): Add.
6237
6238 2001-05-27  Simon Josefsson  <simon@josefsson.org>
6239
6240         * message.texi (Insertion): Add message-yank-cited-prefix.
6241
6242 2001-05-22  Simon Josefsson  <simon@josefsson.org>
6243         From Jesper Harder <harder@ifa.au.dk>
6244
6245         * gnus.texi (Article Washing): Add.
6246
6247 2001-05-16  Simon Josefsson  <simon@josefsson.org>
6248         From Jesper Harder <harder@ifa.au.dk>
6249
6250         * texi2latex.el (latexi-translate-file): Also exchange ref.
6251
6252         * gnus.texi: Add \gnusref and \gnusuref.
6253
6254 2001-05-16  Simon Josefsson  <simon@josefsson.org>
6255         From Raymond Scholz <ray-2001@zonix.de>
6256
6257         * gnus.texi (Using MIME): Add and fix.
6258
6259 2001-05-05  Florian Weimer  <fw@deneb.enyo.de>
6260
6261         * gnus.texi (IMAP): Remove double paragraph (suggest by Norbert
6262         Koch), fix NNTP reference.
6263
6264 2001-05-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6265         Suggested by Dan Christensen <jdc@uwo.ca>
6266
6267         * gnus.texi (Mail Group Commands): Add pxref.
6268         (Group Maintenance): Ditto.
6269         (Topic Commands): Ditto.
6270         (Expiring Mail): Typo.
6271
6272 2001-05-04 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6273         From Raymond Scholz <ray-2001@zonix.de>
6274
6275         * gnus.texi (Summary Buffer Lines): Mention the meaning of a
6276         colon.
6277
6278 2001-05-03 07:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6279         From Sriram Karra <karra@cs.utah.edu>.
6280
6281         * gnus.texi: Add default value.
6282
6283 2001-05-03 06:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6284
6285         * gnus.texi (Using GPG): Use example environment.
6286
6287 2001-05-02 17:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6288
6289         * gnus.texi (Expunging mailboxes): Typo.
6290
6291 2001-04-15 19:38:54  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6292
6293         * gnus.texi (Mail and Post): Fix.
6294
6295 2001-04-29 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6296
6297         * gnus.texi: Remove a few The's.
6298         (RSS): New.
6299
6300 2001-04-26  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6301
6302         * gnus.texi (Unread Articles): Say that dormants are similar to
6303         ticked.
6304
6305 2001-04-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6306
6307         * gnus.texi (Sorting Groups): Note `C-k' and `C-y' for manually
6308         moving groups around.
6309
6310 2001-04-07  Ryan Yeske  <rcyeske@vcn.bc.ca>
6311
6312         * gnus.texi (Splitting in IMAP): Fix.
6313
6314 2001-04-07  Jesper Harder  <harder@ifa.au.dk>
6315
6316         * gnus.texi (More Threading): Fix.
6317
6318 2001-04-01 00:32:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6319
6320         * gnus.texi (S): Renamed.
6321         (Summary Sorting): Addition.
6322
6323 2001-03-31 00:40:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6324
6325         * gnus.texi (Other Marks): Additon.
6326         (The End): Remove "The" from menus.
6327
6328 2001-03-30 23:34:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6329
6330         * gnus.texi (Adaptive Scoring): Addition.
6331         (Summary Mail Commands): Addition.
6332
6333 2001-03-17  Matthias Wiehl  <mwiehl@gmx.de>
6334
6335         * message.texi (Security): Typos.
6336
6337 2001-03-15  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6338
6339         * gnus.texi (Hiding Headers): Typos.  Reported by Sriram Karra
6340         <karra@cs.utah.edu>.
6341
6342 2001-03-11  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6343
6344         * message.texi (Message Headers): Update doc for
6345         `message-generate-headers-first'.
6346
6347 2001-03-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6348         From Nevin Kapur <nevin@jhu.edu>
6349
6350         * gnus.texi (Mail Source Specifiers): Fix.
6351
6352 2001-03-04 09:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6353         From "Yair Friedman (Jerusalem)" <YAIRFR@amdocs.com>
6354
6355         * infohack.el (infohack): Set max-lisp-eval-depth to 600+.
6356
6357 2001-03-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6358
6359         * gnus.texi (Posting Styles): Posting styles have (NAME VALUE),
6360         not (NAME . VALUE).
6361
6362 2001-02-25 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6363         From Michael Totschnig <michaelt@supernet.ca>.
6364
6365         * gnus.texi (Article Fontisizing): Fix.
6366
6367 2001-02-23  Simon Josefsson  <simon@josefsson.org>
6368
6369         * gnus.texi (Posting Server): Fix, due to change of default value
6370         of `gnus-post-method' to `current'.
6371
6372 2001-02-23 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6373
6374         * gnus.texi: Remove double words. From Gerd Moellmann.
6375
6376         * infohack.el (batch-makeinfo): New.
6377
6378         * Makefile.in (EMACSINFO): Use it.
6379
6380 2001-02-17 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6381
6382         * gnus.texi (Posting Styles): Doc fix.
6383
6384 2001-02-16  Simon Josefsson  <sjosefsson@rsasecurity.com>
6385
6386         * gnus.texi (Optional Backend Functions): Fix case.
6387
6388 2001-02-14  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6389
6390         * gnus.texi (Unread Articles): Say that Gnus itself never expires
6391         ticked articles.  Suggested by M D Greenhow
6392         mdg@greenhow36.clara.co.uk.
6393
6394 2001-02-13 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6395
6396         * gnus.texi (Saving Articles): Addition.
6397
6398 2001-02-14 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6399
6400         * gnus.texi (Group Parameters): Addition.
6401
6402 2001-02-11 13:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6403
6404         * gnus.texi (Choosing Commands): Move `G j' here.
6405
6406 2001-02-09 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6407
6408         * gnus.texi (Pterodactyl Gnus): Added.
6409         (Newest Features): Removed. Suggested by RMS.
6410
6411 2001-02-08  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6412
6413         * gnus.texi (Group Parameters): Mention `G c' in addition to `G p'.
6414
6415 2001-02-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6416
6417         * gnus.texi (To From Newsgroups): Make it clear where to put the
6418         sample code.  Suggested by Dan Jacobson.
6419
6420         * gnus.texi (Mail Source Specifiers, IMAP, Agent and IMAP):
6421         Improve IMAP discussion.
6422
6423 2001-02-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6424
6425         * message.texi (Message Headers): `message-generate-headers-first'.
6426
6427 2001-02-06 19:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6428
6429         * gnus.texi (Using GPG): Key binding.
6430
6431         * message.texi (Security): Ditto.
6432
6433 2001-02-06 18:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6434
6435         * gnus.texi (Top): Add Using GPG.
6436
6437 2001-02-02  David Masterson  <dmasters@Rational.Com>
6438
6439         * gnus.texi (The Server is Down): Add link to Group Levels.
6440
6441 2001-01-24  Simon Josefsson  <sj@extundo.com>
6442
6443         * gnus.texi (Mail Source Specifiers): Add IMAP :program, fix POP
6444         :program typo.
6445
6446 2001-01-15 16:15:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6447
6448         * gnus.texi (The Active File): Only old versionf of leafnode
6449         doesn't do some.
6450
6451 2001-01-23 23:28:08  Satomi Suzuki  <pan@mba.nifty.ne.jp>
6452
6453         * message.texi (message-ignored-news-headers): Add "X-Draft-From:".
6454         (message-ignored-mail-headers): Ditto.
6455
6456 2001-01-21  Raymond Scholz  <ray-2001@zonix.de>
6457
6458         * message.texi: Rename X-Mailer and X-Newsreader to User-Agent.
6459
6460 2001-01-19 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6461
6462         * infohack.el: New file.
6463
6464         * Makefile.in: Use it.
6465
6466 2001-01-18 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6467
6468         * gnus.texi (Hiding Headers): Add.
6469
6470         * emacs-mime.texi: Set dircategory to Emacs.
6471
6472 2001-01-16  Jesper Harder  <harder@ifa.au.dk>
6473
6474         * gnus.texi (Group Line Specification): Add.
6475
6476 2001-01-15 16:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6477
6478         * gnus.texi (Using GPG): Doc fix.
6479
6480 2001-01-15  Simon Josefsson  <simon@josefsson.org>
6481
6482         * message.texi (Security): Requires OpenSSL 0.9.6+.
6483
6484 2001-01-13  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6485
6486         * gnus.texi (Mail): Move explanation of
6487         `message-send-mail-partially-limit' to message.texi.
6488
6489         * message.texi (Mail Variables): Ditto.
6490
6491 2001-01-10 15:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6492
6493         * gnus.texi (Article Washing): makeinfo 1.69 doesn't grok `anchor'.
6494
6495 2001-01-07 18:18:53  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6496
6497         * gnus.texi (myself): Quote .
6498
6499 2001-01-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6500
6501         * gnus.texi (Choosing Commands): Add xref for redisplaying the
6502         group.  Suggestion from Galen Boyer <galenboyer@yahoo.com>.
6503         (The Summary Buffer): Mention reselecting the current group in the
6504         menu.  Suggestion from Galen Boyer <galenboyer@yahoo.com>.
6505         (Followups To Yourself): Add Lisp example.
6506
6507 2001-01-05 06:53:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6508
6509         * emacs-mime.texi (time-date): Addition.
6510         (time-date): Addition.
6511
6512 2001-01-04 22:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6513
6514         * gnus.texi (Newest Features): uref, not url.
6515
6516         * texi2latex.el (latexi-translate-file): Ignore anchor.
6517
6518 2001-01-04  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6519
6520         * gnus.texi (Article Washing): Refer to `Customizing Articles' for
6521         permanent changes.  Suggested by Russell Marks (russel dot marks
6522         at ntlworld dot com).
6523
6524 2001-01-03  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6525
6526         * gnus.texi (Article Washing): Mention `C-u g' as a sort of
6527         anti-washing.
6528
6529 2001-01-01 11:40:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6530
6531         * gnus.texi (extensions): Removed.
6532
6533 2000-12-31 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6534
6535         * texi2latex.el (latexi-translate-file): Understand uref.
6536
6537 2000-12-30  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6538
6539         * gnus.texi (Selecting a Group): Explain in more detail, what a
6540         prefix arg means for SPC.  Refer people to M-g command from
6541         summary buffer.  Suggested by Paul Repacholi
6542         <prep@prep.synonet.com> and Dan Jacobson <jidanni@kimo.com.tw>.
6543
6544 2000-12-29 21:43:20  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6545
6546         * message.texi (Spelling): New.
6547
6548 2000-12-29 10:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6549
6550         * texi2latex.el (latexi-translate-file): Support srcdir.
6551         (latexi-translate-file): Understand ifnottex, dircategory, and
6552         direntry. Set coding-system-for-write to iso-8859-1.
6553
6554         * Makefile.in: Fix for srcdir.
6555
6556         * gnus.texi (NoCeM): Use file instead of uref.
6557         (Mail Source Specifiers): Use subsubsection instead of
6558         subsubheading.
6559
6560 2000-12-29 01:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6561
6562         * gnus.texi (Top): Set version to Oort Gnus v0.01.
6563
6564         * Makefile.in (install): The info files are in the current
6565         directory.
6566
6567 2000-12-29  Christopher Splinter  <chris@splinter.inka.de>
6568
6569         * gnus.texi (Customizing Articles): Added documentation for
6570         `gnus-treat-hide-citation-maybe', `gnus-treat-date-iso8601' and
6571         `gnus-treat-date-user-defined'.
6572
6573 2000-12-29 00:38:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6574
6575         * gnus.texi (Posting Styles): Addition.
6576
6577 2000-12-28 20:04:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6578
6579         * message.texi (Buffer Entry): New section.
6580
6581 2000-12-22  Christopher Splinter  <chris@splinter.inka.de>
6582
6583         * gnus.texi (Group Parameters): Add documentation for the `banner'
6584         group parameter.
6585
6586 2000-12-22 11:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6587
6588         * gnus.texi (Adaptive Scoring): Use setq by Thomas Seck
6589         <tmseck@web.de>.
6590
6591 2000-12-21  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6592
6593         * gnus.texi (Article Washing): Doc addition by Paul Stevenson
6594         <p.stevenson@surrey.ac.uk>.
6595
6596 2000-12-10  Jim Meyering  <meyering@lucent.com>
6597
6598         * Makefile.in (.texi): Use `-I $(srcdir)' with `makeinfo' so that
6599         non-srcdir builds work.
6600
6601 2000-11-29 20:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6602
6603         * gnus.texi (Fancy Mail Splitting): Add.
6604
6605 2000-11-20 08:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6606
6607         * gnus.texi (Archived Messages): Add.
6608
6609 2000-11-20  Jochen Küpper  <jochen@pc1.uni-duesseldorf.de>
6610
6611         * gnus.texi (Security): Fix typo.
6612
6613 2000-11-20 00:00:00  ShengHuo ZHU  <zsh@cs.rochester.edu>
6614
6615         * gnus.texi: Add.
6616
6617 2000-11-12  Florian Weimer  <fw@deneb.enyo.de>
6618
6619         * message.texi (Security): Fixed typo, change "PGP" to "OpenPGP".
6620
6621 2000-11-12  David Edmondson  <dme@dme.org>
6622
6623         * gnus.texi: remove `gnus-cite-prefix-regexp'.
6624
6625         * message.texi (Insertion): move `gnus-cite-prefix-regexp' from
6626         gnus.texi to here and rename to `message-cite-prefix-regexp'.
6627
6628 2000-11-11  Simon Josefsson  <sj@extundo.com>
6629
6630         * message.texi (Security): Add.
6631
6632         * emacs-mime.texi (MML Definition): Add sign, encrypt, keyfile and
6633         certfile.
6634
6635 2000-11-07  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6636
6637         * gnus.texi (Mail Group Commands): `gnus-move-split-methods' uses
6638         group names as target, where `gnus-split-methods' uses file
6639         names.  Suggested by Nevin Kapur.
6640
6641 2000-11-07  Martin Buchholz  <martin@xemacs.org>
6642
6643         * gnus.texi: Doc fix.
6644
6645 2000-11-01  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6646
6647         * gnus.texi (Fancy Mail Splitting): Explain
6648         `nnmail-split-fancy-with-parent'.
6649
6650 2000-11-01 09:12:24  ShengHuo ZHU  <zsh@cs.rochester.edu>
6651
6652         * gnus.texi (Finding the News): @env is not supported in texinfo 3.12.
6653
6654 2000-10-31  Jorge Godoy  <godoy@conectiva.com>
6655
6656         * gnus.texi: gnus-gpg document.
6657
6658 2000-10-31  Simon Josefsson  <sj@extundo.com>
6659
6660         * gnus.texi (NNTP): Explain `port'.
6661
6662 2000-10-30  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6663
6664         * gnus.texi (Archived Messages): Explain what happens when group
6665         names mentioned in `gnus-message-archive-group' contain a select
6666         method.
6667
6668 2000-10-28  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6669
6670         * gnus.texi (Group Levels): Explain meaning of subscribed,
6671         unsubscribed, zombie, killed groups.
6672
6673 2000-10-26  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6674
6675         * gnus.texi (Gnus Development): nnmail-delete-incoming -->
6676         mail-source-delete-incoming.  Suggested by Karl Kleinpaste
6677         <karl@charcoal.com>.
6678
6679 2000-10-18  Dave Love  <fx@gnu.org>
6680
6681         * gnus.texi (NoCeM): Update.
6682
6683 2000-10-17  Simon Josefsson  <simon@josefsson.org>
6684
6685         * gnus.texi (IMAP): Add.
6686
6687 2000-10-05  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6688
6689         * gnus.texi (Windows Configuration): add examples; first example
6690         suggested by Stein A. Strømme <stromme@mi.uib.no>.  (The actual
6691         Lisp code is also from him.)
6692
6693 2000-10-07  Dave Love  <fx@gnu.org>
6694
6695         * doclicense.texi: New file.
6696
6697 2000-10-07 16:50:14  ShengHuo ZHU  <zsh@cs.rochester.edu>
6698
6699         * Makefile.in: Use install-info.
6700
6701 2000-10-06 14:38:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6702
6703         * message.texi (Message Headers): Add.
6704
6705 2000-10-04 09:23:49  ShengHuo ZHU  <zsh@cs.rochester.edu>
6706
6707         * gnus.texi (Article Hiding): Add.
6708         (Using MIME): Add.
6709
6710 2000-09-30  Simon Josefsson  <simon@josefsson.org>
6711
6712         * gnus.texi (Agent and IMAP): Add.
6713         (Splitting in IMAP): Fix.
6714
6715 2000-09-29  Simon Josefsson  <simon@josefsson.org>
6716
6717         * gnus.texi (Converting Kill Files): Fix URL.
6718         (Posting Styles): Fix regexp.
6719         (Mail Source Specifiers): Fix.
6720
6721 2000-09-29 12:53:27  ShengHuo ZHU  <zsh@cs.rochester.edu>
6722
6723         * Makefile.in: A workaround for @ifnottex.
6724
6725 2000-09-29 12:36:13  ShengHuo ZHU  <zsh@cs.rochester.edu>
6726
6727         * gnus.texi: Remove @c lines in the directory due to a bug in
6728         makeinfo 1.68 (GNU texinfo 3.12).
6729
6730 2000-09-22  Dave Love  <fx@gnu.org>
6731
6732         * message.texi, gnus.texi, emacs-mime.texi: Convert to GFDL.
6733
6734 2000-09-20  John H. Palmieri  <palmieri@math.washington.edu>
6735
6736         * gnus.texi (Mail Source Customization): Document of
6737         mail-source-incoming-file-prefix.
6738
6739 2000-09-20  Simon Josefsson  <simon@josefsson.org>
6740
6741         * gnus.texi (IMAP): Add examples.
6742
6743 2000-09-19  Kai Großjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6744
6745         * gnus.texi (IMAP): Add pointer to description of ~/.authinfo file
6746         format.
6747
6748 2000-09-17  Felix Natter  <f.natter@ndh.net>
6749
6750         * gnusref.tex: New version.
6751
6752         * refcard.tex: New version.
6753
6754 2000-09-17 18:03:52  ShengHuo ZHU  <zsh@cs.rochester.edu>
6755
6756         * gnus.texi (Article Hiding): Doc fix as suggested by Felix Natter
6757         <fnatter@gmx.net>.
6758
6759 2000-06-22  Michael Totschnig  <michaelt@supernet.ca>
6760
6761         * gnus.texi (Agent Basics): Doc fix.
6762
6763 2000-09-14  Jason R. Mastaler  <jason@mastaler.com>
6764
6765         * gnus.texi (Mail Source Specifiers): Use $HOME.
6766
6767 2000-08-14  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6768
6769         * gnus.texi (Mail Source Specifiers): Replace `@paragraph' with
6770         `@subsubheading'.
6771
6772 2000-08-14  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6773
6774         * gnus.texi (Mail Source Specifiers): Try to document the
6775         interface to the functions called via (among others) the
6776         `:function' keyword.
6777
6778 2000-08-13 20:00:35  ShengHuo ZHU  <zsh@cs.rochester.edu>
6779
6780         * gnus.texi (Topic Commands): Fix typo.
6781
6782 2000-08-13 20:20:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6783
6784         * gnus.texi (Topic Commands): Addition.
6785
6786 2000-08-11  Kai Grossjohann  <Kai.Grossjohann@CS.Uni-Dortmund.DE>
6787
6788         * gnus.texi (Expiring Mail): Extend documentation of variable
6789         `nnmail-expiry-target' and of group parameter `expiry-target'.
6790         Explain interaction between these.  Add Lisp example for setting
6791         `nnmail-expiry-target'.
6792
6793 2000-08-04  Andreas Oeldenberger  <andreas.oeldenberger@gmx.net>
6794
6795         * message.texi (Forwarding): Fix.
6796
6797 2000-07-15  Simon Josefsson  <simon@josefsson.org>
6798
6799         * gnus.texi (nnimap-authinfo-file):
6800         (gnus-invalid-group-regexp): Add.
6801         (Mail Source Specifiers): Fix.
6802         (IMAP): Fix.
6803         (Agent Basics): Fix.
6804
6805 2000-07-12 19:37:19  ShengHuo ZHU  <zsh@cs.rochester.edu>
6806
6807         * gnus.texi (Article Washing): Add keystroke `t'.
6808
6809 2000-07-12 15:49:34  ShengHuo ZHU  <zsh@cs.rochester.edu>
6810
6811         * Makefile.in: Add EMACS. Test -x "$(MAKEINFO)" does not work.
6812         Use sed instead of perl (suggested by Nick V. Pakoulin).
6813
6814 2000-07-03 00:24:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6815
6816         * gnus.texi (Splitting Mail): Mention gnus-summary-respool-trace.
6817         (Searching for Articles): Fix.
6818         (Newest Features): Fix.
6819
6820 2000-06-28  Simon Josefsson  <simon@josefsson.org>
6821
6822         * gnus.texi (Splitting in IMAP): Update.
6823
6824 2000-05-19 15:18:32  Dmitry Yaitskov  <dimas@home.com>
6825
6826         * message.texi (Reply): Doc fix.
6827
6828 2000-05-17 00:50:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
6829
6830         * gnus.texi (Listing Groups): Addition.
6831
6832 2000-05-16 21:46:40  Shenghuo ZHU  <zsh@cs.rochester.edu>
6833
6834         * gnus.texi (Misc Group Stuff): Addition.
6835         (Article Washing): Ditto.
6836
6837 2000-05-15 10:16:29  Shenghuo ZHU  <zsh@cs.rochester.edu>
6838
6839         * gnus.texi (Mail Source Specifiers): Update maildir.
6840
6841 2000-05-07  Pavel Janik  <Pavel.Janik@inet.cz>
6842
6843         * gnus.texi: direntry added.
6844
6845         * message.texi: direntry added.
6846
6847         * emacs-mime.texi: direntry added.
6848
6849 2000-05-02  Pavel Janik  <Pavel.Janik@inet.cz>
6850
6851         * gnus.texi (MIME comands): Spelling fix.
6852
6853 2000-05-03 21:12:05  Shenghuo ZHU  <zsh@cs.rochester.edu>
6854
6855         * gnus.texi (Summary Mail Commands): Addition.
6856         (Summary Post Commands): Ditto.
6857
6858 2000-04-27  Dave Love  <fx@gnu.org>
6859
6860         * gnus.texi (Article Washing): Update x-face bit.
6861
6862 2000-04-26  Florian Weimer  <fw@deneb.cygnus.argh.org>
6863
6864         * message.texi (Various Message Variables): Document
6865         message-default-charset.
6866
6867         * emacs-mime.texi (Charset Translation): New section.
6868
6869 2000-04-26 02:30:06  Shenghuo ZHU  <zsh@cs.rochester.edu>
6870
6871         * gnus.texi (Posting Styles): Addition.
6872
6873 2000-04-24 17:09:17  Felix Natter  <f.natter@ndh.net>
6874
6875         * gnusref.tex: New version.
6876
6877         * refcard.tex: New version.
6878
6879 2000-04-23 00:32:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6880
6881         * gnus.texi (Thread Commands): Add keystrokes.
6882         (Various Summary Stuff): Addition.
6883
6884 2000-04-22 21:12:25  Alan Shutko  <ats@acm.org>
6885
6886         * Makefile.in: Add pdf support.
6887
6888 2000-04-21 12:07:20  Shenghuo ZHU  <zsh@cs.rochester.edu>
6889
6890         * gnus.texi (Listing Groups): Addition.
6891
6892 2000-04-21 13:45:52  Pavel Janik  <Pavel.Janik@inet.cz>
6893
6894         * gnus.texi (Mail Source Specifiers): Example for :plugged.
6895
6896 2000-04-20 20:37:48  Pavel Janik  <Pavel.Janik@inet.cz>
6897
6898         * gnus.texi (Limiting): Fix.
6899
6900 2000-04-20 20:32:40  Dmitry Yaitskov  <dimas@home.com>
6901
6902         * gnus.texi (Charsets): Typo fix.
6903
6904 2000-03-19  Simon Josefsson  <jas@pdc.kth.se>
6905
6906         * gnus.texi (IMAP): Addition.
6907
6908 2000-03-13 17:44:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6909
6910         * gnus.texi (Process/Prefix): Addition.
6911
6912 2000-02-04  Simon Josefsson  <jas@pdc.kth.se>
6913
6914         * gnus.texi (IMAP): Fix.
6915
6916 2000-01-27 18:06:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6917
6918         * gnus.texi (Remember): Addition.
6919
6920 2000-01-21  Simon Josefsson  <jas@pdc.kth.se>
6921
6922         * gnus.texi (Splitting in IMAP): Addition.
6923         (Mail Source Specifiers): Add fetchflag setting in example.
6924
6925 2000-01-08 08:10:04  Martin Bialasinski  <agr30+news@uni-koeln.de>
6926
6927         * gnus.texi (Mail and Post): Example.
6928
6929 2000-01-08 07:46:13  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6930
6931         * gnus.texi (Customizing w3): New.
6932
6933 2000-01-08 07:46:06  Hamish Macdonald  <hamishm@lucent.com>
6934
6935         * gnus.texi (Customizing w3): Example.
6936
6937 2000-01-06 17:55:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6938
6939         * gnus.texi (Charsets): Addition.
6940
6941 2000-01-05 15:58:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6942
6943         * gnus.texi (Mail Group Commands): Addition.
6944         (Top): Added detailmenu.
6945
6946 2000-01-03 01:31:02  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6947
6948         * gnus.texi (MIME Commands): Fix.
6949
6950 2000-01-03  Karl Kleinpaste  <karl@justresearch.com>
6951
6952         * gnus.texi (Splitting in IMAP): Add '.' after @xref.
6953
6954 2000-01-02 08:39:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6955
6956         * gnus.texi: Closing paren.
6957         Doc fix.
6958
6959 1999-12-28  Simon Josefsson  <jas@pdc.kth.se>
6960
6961         * gnus.texi (Article Hiding): Addition.
6962         (Splitting in IMAP): Addition.
6963
6964 1999-12-17 12:12:41  Shenghuo ZHU  <zsh@cs.rochester.edu>
6965
6966         * gnus.texi (Mail Source Specifiers): Addition.
6967
6968 1999-12-13 23:47:50  Shenghuo ZHU  <zsh@cs.rochester.edu>
6969
6970         * gnus.texi (Mail Source Specifiers): Addition.
6971
6972 1999-12-07 00:19:31  Shenghuo ZHU  <zsh@cs.rochester.edu>
6973
6974         * gnus.texi (Web Archive): Addition.
6975
6976 1999-12-06 05:17:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6977
6978         * gnus.texi (Slashdot): Addition.
6979
6980 1999-12-05 00:54:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6981
6982         * gnus.texi (Mail Source Specifiers): Removed backslashes.
6983
6984 1999-12-04 07:35:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6985
6986         * gnus.texi (Setting Process Marks): Addition.
6987
6988 1999-12-04 05:09:46  Manoj Srivastava  <srivasta@golden-gryphon.com>
6989
6990         * gnus.texi: Use defface instead of face-spec-set.
6991
6992 1999-12-04 02:31:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
6993
6994         * gnus.texi (extension): Posting server fix.
6995         Url update.
6996
6997 1999-12-04 01:16:52  Yoshiki Hayashi  <t90553@m.ecc.u-tokyo.ac.jp>
6998
6999         * gnus.texi (group-buffer): Fix "theese".
7000
7001 1999-12-04 01:13:51  Thomas Gellekum  <tg@ihf.rwth-aachen.de>
7002
7003         * gnus.texi (Height): Typo fix.
7004
7005 1999-11-13  Adrian Aichner  <aichner@ecf.teradyne.com>
7006
7007         * xemacs.mak: New NMAKE file to support build and install of info
7008         documentation on Windows NT, requiring the `texinfo' XEmacs
7009         package.
7010
7011 1999-12-03 00:02:11  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7012
7013         * gnus.texi (Other Gnus Versions): New.
7014         (Gnus Versions): Made into own node.
7015
7016 1999-12-02 00:00:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7017
7018         * gnus.texi (Paging the Article): Addition.
7019         (History): Addition.
7020
7021 1999-11-24  Carsten Leonhardt  <leo@arioch.oche.de>
7022
7023         * gnus.texi (Mail Source Specifiers): Mention maildir in the
7024           overview and the possibility to use remote maildirs.
7025
7026 1999-12-01 14:21:19  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7027
7028         * gnus.texi (Topic Parameters): Addition.
7029         (Summary Message Commands): New.
7030         (Canceling and Superseding): Made into subsection.
7031         (Charsets): Addition.
7032
7033 1999-11-30 10:54:31  Shenghuo ZHU  <zsh@cs.rochester.edu>
7034
7035         * gnus.texi (Mail Source Specifiers): Add a note.
7036
7037 1999-11-27 17:15:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7038
7039         * gnus.texi: Typo fixes and @sc.
7040
7041 1999-11-26 16:59:29  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7042
7043         * gnus.texi (On Writing Manuals): New.
7044
7045 1999-11-23 17:23:37  Shenghuo ZHU  <zsh@cs.rochester.edu>
7046
7047         * gnus.texi (Mail Source Specifiers): Update.
7048
7049 1999-11-23 05:07:59  Shenghuo ZHU  <zsh@cs.rochester.edu>
7050
7051         * gnus.texi (Web Archive): Add nnwarchive.
7052
7053 1999-11-23 03:05:32  Shenghuo ZHU  <zsh@cs.rochester.edu>
7054
7055         * gnus.texi (Mail Source Specifiers): Add webmail.
7056
7057 1999-11-19 12:15:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7058
7059         * gnus.texi (Slashdot): Addition.
7060
7061 1999-11-17  Per Abrahamsen  <abraham@dina.kvl.dk>
7062
7063         * gnus.texi (Finding the Parent): Fix example.
7064
7065 1999-11-16 10:09:44  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7066
7067         * gnus.texi: Addition.
7068         (present): Addition.
7069
7070 1999-11-13  Simon Josefsson  <jas@pdc.kth.se>
7071
7072         * gnus.texi (Mail Source Specifiers): Fix. Added documentation for
7073         IMAP mail-source keywords `fetchflag' and `dontexpunge'.
7074
7075 1999-11-12 18:00:56  Eli Zaretskii  <eliz@is.elta.co.il>
7076
7077         * gnus.texi (Fancy Mail Splitting): Fix @vars.
7078
7079 1999-11-12 17:08:35  Gunnar Evermann  <ge204@eng.cam.ac.uk>
7080
7081         * gnus.texi (Splitting in IMAP): @@ fix.
7082
7083 1999-11-12 08:17:49  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7084
7085         * gnus.texi (Mail Source Specifiers): Addition.
7086
7087 1999-11-12 08:17:44  Ulf Betlehem  <flu@iki.fi>
7088
7089         * gnus.texi (Mail Source Specifiers): Example.
7090
7091 1999-11-12 05:26:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7092
7093         * gnus.texi (Slashdot): Addition.
7094
7095 1999-11-11 04:32:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7096
7097         * message.texi (News Headers): Fix.
7098
7099         * gnus.texi (Browsing the Web): New.
7100         (Slashdot): New.
7101         (Ultimate): New.
7102
7103 1999-11-10 11:32:00  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7104
7105         * gnus.texi (Archived Messages): Fix.
7106
7107 1999-11-07 01:28:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7108
7109         * gnus.texi (MIME Commands): Addition.
7110
7111 1999-11-06 23:09:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7112
7113         * gnus.texi (Customizing Articles): Fix.
7114
7115 1999-11-05 22:34:23  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7116
7117         * gnus.texi (Posting Styles): Addition.
7118
7119 1999-10-29  David S. Goldberg  <dsg@mitre.org>
7120
7121         * emacs-mime.texi (Customization): Document mm-inline-override-types.
7122
7123 1999-10-23  Simon Josefsson  <jas@pdc.kth.se>
7124
7125         * gnus.texi (Mail Source Specifiers): Add imap mail-source.
7126         (IMAP): New subsection.
7127         (SOUP): Typo.
7128
7129 1999-09-27 16:07:31  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7130
7131         * emacs-mime.texi (New Viewers): Fix.
7132
7133 1999-10-29  David S. Goldberg  <dsg@mitre.org>
7134
7135         * emacs-mime.texi (Customization): Document mm-inline-override-types.
7136
7137 1999-09-25 10:58:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7138
7139         * message.texi (Forwarding): Updated.
7140
7141         * emacs-mime.texi (New Viewers): New.
7142
7143 1999-09-24 18:52:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7144
7145         * gnus.texi (Group Line Specification): Doc fix.
7146
7147 1999-09-24 18:06:33  Bill White  <billw@wolfram.com>
7148
7149         * gnus.texi (Article Washing): Fix.
7150
7151 1999-08-27 20:47:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7152
7153         * gnus.texi (Posting Styles): Doc fix.
7154
7155 1999-08-27 18:51:42  Robin S. Socha  <robin@socha.net>
7156
7157         * gnus.texi: Typo fix.
7158
7159 1999-08-27 15:09:01  Jim Meyering  <meyering@ascend.com>
7160
7161         * gnus.texi (The Active File): Typo fix.
7162
7163 1999-08-27 15:00:23  Yoshiki Hayashi  <t90553@m.ecc.u-tokyo.ac.jp>
7164
7165         * gnus.texi (Generic Marking Commands): Typo fixes.
7166
7167 1999-08-27 14:46:21  Lee Willis  <lee@gbdirect.co.uk>
7168
7169         * gnus.texi (Customizing Articles): More explanation.
7170
7171 1999-07-10  Mike McEwan  <mike@lotusland.demon.co.uk>
7172
7173         * gnus.texi (More Threading): Document new variable
7174         `gnus-sort-gathered-threads-function'.
7175
7176 1999-07-30  Simon Josefsson  <jas@pdc.kth.se>
7177
7178         * gnus.texi: Added `gnus-list-identifiers' stuff.
7179
7180 1999-07-09 19:41:34  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7181
7182         * gnus.texi (Using MIME): Addition.
7183         (Topic Commands): Addition.
7184
7185 1999-07-06 05:37:46  Alexandre Oliva  <oliva@dcc.unicamp.br>
7186
7187         * gnus.texi (Fancy Mail Splitting): Document RESTRICT.
7188
7189 1999-07-07 10:26:59  Robin S. Socha  <robin@socha.net>
7190
7191         * gnus.texi (Scoring Tips): Typo.
7192
7193 1999-07-06 11:41:59  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7194
7195         * gnus.texi (Mail Source Specifiers): Fix.
7196         (Mail Source Customization): Deleted obsolete vars.
7197
7198 1999-07-05 05:16:55  Laura Conrad  <lconrad@world.std.com>
7199
7200         * gnus.texi (Mail in a Newsreader): Rewrite.
7201
7202 1999-07-04 04:33:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7203
7204         * gnus.texi (Posting Styles): Fix.
7205         (Mail in a Newsreader): New.
7206
7207 1999-06-13 02:29:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7208
7209         * gnus.texi (MIME Commands): Addition.
7210         (Article Miscellania): New.
7211         (Customizing Articles): Addition.
7212
7213 1999-06-12 00:13:25  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7214
7215         * gnus.texi (Comparing Mail Backends): Slight edits.
7216
7217 1999-06-12 00:13:20  Karl Kleinpaste  <karl@justresearch.com>
7218
7219         * gnus.texi (Comparing Mail Backends): New.
7220
7221 1999-06-11 21:47:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7222
7223         * gnus.texi (Group Score): Doc fix.
7224         (The Active File): Addition.
7225         (Document Groups): Addition.
7226
7227 1999-04-18  Didier Verna  <verna@inf.enst.fr>
7228
7229         * gnus.texi (Article treatment): document the new variable
7230         `gnus-article-date-lapsed-new-header'.
7231
7232 1999-04-26  Robert Bihlmeyer  <robbe@orcus.priv.at>
7233
7234         * gnus.texi (Posting Styles): Typo.
7235
7236 1999-04-18 12:46:33  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7237
7238         * gnus.texi (Summary Score Commands): Typo.
7239         (Choosing a Mail Backend): Addition.
7240
7241 1999-04-18 09:24:51  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
7242
7243         * gnus.texi (Startup Variables): Fix.
7244
7245 1999-04-18 09:12:28  Starback  <starback@ling.uu.se>
7246
7247         * gnus.texi (Subscription Methods): Typo.
7248
7249 1999-04-18 08:22:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7250
7251         * gnus.texi (Little Disk Space): Addition.
7252
7253 1999-03-25  Erik Toubro Nielsen  <erik@ifad.dk>
7254
7255         * gnus.texi (gnus-thread-sort-functions). 'reverse' => 'not'.
7256
7257 1999-04-17 10:21:01  Jack Twilley  <jmt+usenet@nycap.rr.com>
7258
7259         * gnus.texi (Fancy Mail Splitting): Addition.
7260
7261 1999-04-07 06:13:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7262
7263         * gnus.texi (Gnus Development): New.
7264
7265 1999-03-06 20:12:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7266
7267         * gnus.texi (Generic Marking Commands): New.
7268
7269 1999-03-01 16:41:42  Rob Browning  <rlb@cs.utexas.edu>
7270
7271         * gnus.texi (Score Variables): Clarify.
7272
7273 1999-02-26  Andreas Jaeger  <aj@arthur.rhein-neckar.de>
7274
7275         * gnus.texi: Add ',' after @xrefs.
7276
7277 1999-02-26 20:54:34  Jason R. Mastaler  <jason@4b.org>
7278
7279         * gnus.texi (Article Date): Added joke by Colin Rafferty
7280         <colin@xemacs.org>.
7281
7282 1999-02-26 08:26:10  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7283
7284         * gnus.texi (Mail Source Specifiers): Fix.
7285
7286 Thu Feb 25 00:28:49 1999  Shenghuo ZHU  <zsh@cs.rochester.edu>
7287
7288         * gnus.texi (Category Syntax): Typo fix.
7289
7290 1999-02-25  Didier Verna  <verna@inf.enst.fr>
7291
7292         * gnus.texi (Fancy Mail Splitting): update the doc about the new syntax
7293         `(! FUNC SPLIT)'.
7294
7295 1999-02-21 11:42:54  Vladimir Volovich  <vvv@vvv.vsu.ru>
7296
7297         * Makefile.in (.texi): Fix check for MAKEINFO.
7298
7299 1999-02-20 17:33:55  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7300
7301         * gnus.texi (Mail Source Specifiers): Addition.
7302
7303 1999-02-11 19:19:02  Carsten Leonhardt  <leo@arioch.oche.de>
7304
7305         * gnus.texi (Mail Source Specifiers): Document maildir.
7306
7307 1999-02-09 16:21:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7308
7309         * gnus.texi (Charsets): New.
7310
7311 1999-02-04 03:45:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7312
7313         * emacs-mime.texi (Conversion): New.
7314
7315 1999-02-03 03:04:18  Miguel de Icaza  <miguel@nuclecu.unam.mx>
7316
7317         * gnus.texi (Fetching Mail): Typo fix.
7318
7319 1999-02-02 22:28:42  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7320
7321         * gnus.texi (Mail Source Specifiers): Addition.
7322
7323 1999-02-01 21:05:18  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7324
7325         * gnus.texi (Article Hiding): Addition.
7326
7327 1999-01-28 08:08:28  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7328
7329         * gnus.texi (Washing Mail): Addition.
7330
7331 1999-01-27 14:30:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7332
7333         * gnus.texi (Article Washing): Addition.
7334
7335 1999-01-25 04:24:01  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7336
7337         * message.texi (MIME): New.
7338
7339         * gnus.texi (Mail Sources): New.
7340         (Mail Source Specifiers): New.
7341         (Mail Source Customization): New.
7342         (Fetching Mail): New.
7343
7344 1999-01-23 09:47:16  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7345
7346         * gnus.texi (Article Washing): Removed.
7347         (Customizing Articles): Addition.
7348
7349 1999-01-16 20:36:48  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7350
7351         * gnus.texi (Customizing Articles): Rewrite.
7352         Remove mention of gnus-article-display-hook.
7353
7354 1999-01-12 07:14:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7355
7356         * gnus.texi (To From Newsgroups): Addition.
7357
7358 1999-01-03 13:54:51  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7359
7360         * gnus.texi (Group Agent Commands): Addition.
7361
7362 1998-12-19 23:29:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7363
7364         * gnus.texi (Splitting Mail): Addition.
7365
7366 1998-12-13 08:54:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7367
7368         * message.texi (Insertion): Add.
7369
7370 1998-12-03 13:34:48  James Troup  <james@nocrew.org>
7371
7372         * gnus.texi (MIME Commands): Typo fix.
7373
7374 1998-12-03  Didier Verna  <verna@inf.enst.fr>
7375
7376         * gnus.texi (Group Parameters): update for the posting-style group
7377         parameter.
7378
7379 1998-12-02 01:04:22  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7380
7381         * gnus.texi (Emacsen): Addition.
7382         (Picon Useless Configuration): Addition.
7383
7384 1998-12-01 00:27:04  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7385
7386         * emacs-mime.texi (rfc2045): New.
7387
7388 1998-11-29 00:03:43  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7389
7390         * emacs-mime.texi (Composing): New chapter.
7391
7392 1998-11-25  Karl Eichwalder  <ke@gnu.franken.de>
7393
7394         * Makefile.in (install): Remove emacs-info, add emacs-mime.
7395
7396 1998-11-25 10:56:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7397
7398         * gnus.texi (To From Newsgroups): Addition.
7399         (Anything Groups): Addition.
7400         (Article Washing): Addition.
7401         (MIME Commands): Addition.
7402
7403 1998-11-19 04:05:15  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7404
7405         * gnus.texi (Really Various Summary Commands): Addition.
7406
7407 1998-11-18 00:52:46  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7408
7409         * gnus.texi (MIME Commands): Addition.
7410         (Expiring Mail): Addition.
7411
7412 1998-11-08 03:37:42  Simon Josefsson  <jas@pdc.kth.se>
7413
7414         * gnus.texi (Topic Commands): New expiry command.  Reordered.
7415
7416 1998-11-07 17:18:07  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7417
7418         * gnus.texi (Gnus Reference Guide): Renamed.
7419
7420 1998-10-26 22:03:08  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7421
7422         * gnus.texi (Article Washing): Fix.
7423         (MIME Commands): Change.
7424
7425 1998-10-25 01:51:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7426
7427         * gnus.texi (Headers): Addition.
7428
7429 1998-10-24 08:37:12  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7430
7431         * gnus.texi (Summary Buffer Lines): Addition.
7432         (To): New.
7433         (To): Addition.
7434
7435 1998-10-15 18:15:34  Simon Josefsson  <jas@pdc.kth.se>
7436
7437         * gnus.texi (Group Info): Must be list of ranges.
7438
7439 1998-10-19 01:27:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7440
7441         * gnus.texi (Article Washing): Addition.
7442
7443 1998-10-18 00:20:58  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7444
7445         * gnus.texi (Changing Servers): Addition.
7446
7447 1998-10-17 21:34:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7448
7449         * gnus.texi (Windows Configuration): Addition.
7450
7451 1998-10-01 07:55:35  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7452
7453         * gnus.texi (Splitting Mail): Fix.
7454         (Washing Mail): Fix.
7455
7456 1998-09-30 05:54:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7457
7458         * gnus.texi (Selecting a Group): Addition.
7459
7460 1998-09-26 19:33:58  Simon Josefsson  <jas@pdc.kth.se>
7461
7462         * gnus.texi (Optional Backend Functions): New item,
7463         nnchoke-request-set-mark.
7464
7465 1998-09-13 08:58:56  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7466
7467         * dir (File): Updated.
7468
7469 1998-09-12 08:53:05  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7470
7471         * emacs-mime.texi: New file.
7472
7473         * gnus.texi (Misc Article): Addition.
7474
7475 1998-09-11 08:52:50  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7476
7477         * gnus.texi (Group Score Commands): Fix.
7478         (Saving Articles): Fix.
7479         (Agent Expiry): Fix.
7480         (Using MIME): Change.
7481
7482 1998-09-10 03:19:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7483
7484         * gnus.texi (Windows Configuration): Addition.
7485
7486 1998-09-06  Mike McEwan  <mike@lotusland.demon.co.uk>
7487
7488         * gnus.texi (Category Syntax): Added doc about agent categories
7489         and download scoring.
7490
7491 1998-09-05 17:36:14  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7492
7493         * gnus.texi (Sorting Groups): Change.
7494         (Various Summary Stuff): Addition.
7495
7496 1998-09-04 00:40:07  David S. Goldberg  <dsg@mitre.org>
7497
7498         * gnus.texi (Article Hiding): Verify.
7499
7500 1998-08-31 11:46:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7501
7502         * gnus.texi (Mail Folders): Addition.
7503         (Group Parameters): Addition.
7504         (MIME Commands): New.
7505
7506 1998-08-27 07:29:17  Lars Magne Ingebrigtsen  <larsi@gnus.org>
7507
7508         * gnus.texi (Mail Folders): Addition.
7509
7510   Copyright (C) 1998-2014 Free Software Foundation, Inc.
7511
7512   This file is part of GNU Emacs.
7513
7514   GNU Emacs is free software; you can redistribute it and/or modify
7515   it under the terms of the GNU General Public License as published by
7516   the Free Software Foundation; either version 3, or (at your option)
7517   any later version.
7518
7519   GNU Emacs is distributed in the hope that it will be useful,
7520   but WITHOUT ANY WARRANTY; without even the implied warranty of
7521   MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE.  See the
7522   GNU General Public License for more details.
7523
7524   You should have received a copy of the GNU General Public License
7525   along with GNU Emacs.  If not, see <http://www.gnu.org/licenses/>.
7526
7527 ;; Local Variables:
7528 ;; coding: utf-8
7529 ;; fill-column: 79
7530 ;; add-log-time-zone-rule: t
7531 ;; End: