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