*** empty log message ***
[gnus] / lisp / ChangeLog
1 Tue Nov 26 00:58:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2
3         * gnus-sum.el (gnus-get-split-value): Expand file names in save
4         dir. 
5
6 Mon Nov 25 22:50:19 1996  Jens Lautenbacher  <jens@lemming5.lem.uni-karlsruhe.de>
7
8         * gnus-group.el (gnus-group-make-menu-bar): Moved customize.
9
10 Mon Nov 25 15:27:41 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
11
12         * gnus.el (custom-facep): Removed.
13
14         * gnus-topic.el (gnus-topic-line-format): Added customize
15         support. 
16
17         * gnus.el (gnus-article-display-hook): Moved
18         `gnus-article-treat-overstrike' last.
19
20 Mon Nov 25 04:17:03 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
21
22         * nnfolder.el (nnfolder-read-folder): Make buffer read/write.
23
24         * gnus-sum.el (gnus-summary-print-article): Delete invisible text
25         first. 
26
27         * article.el (article-delete-invisible-text): New function.
28
29         * nntp.el (nntp-possibly-change-group): Would abort async
30         fetches. 
31
32         * gnus-sum.el (gnus-summary-print-article): New command and
33         keystroke. 
34         (gnus-summary-move-article): Select the article first.
35
36         * message.el (message-user-agent): Define the message mail user
37         agent. 
38
39 Sun Nov 24 02:28:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
40
41         * nntp.el (nntp-possibly-change-group): Would get confused.
42
43         * gnus-art.el (gnus-button-url-regexp): Allow all word-constituent
44         characters to be part of urls.
45
46         * nntp.el (nntp-possibly-change-group): Wait until the status line
47         arrives and delete it.
48
49 Sun Nov 24 01:36:45 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
50
51         * gnus.el: Red Gnus v0.70 is released.
52
53 Sat Nov 23 23:22:27 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
54
55         * message.el (message-mode-menu): Added `message-caesar-region'. 
56         (message-mode-field-menu): Added `message-insert-to' and
57         `message-insert-newsgroups'. 
58
59 Sat Nov 23 19:53:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
60
61         * nnkiboze.el: Would destroy all component group infos.
62
63         * gnus-xmas.el (gnus-summary-mail-toolbar): Reversed cathup.
64
65         * gnus-sum.el (gnus-summary-article-unread-p): New function.
66         (gnus-remove-thread-1): Avoid `text-propery-any'.
67         (gnus-summary-insert-subject): Ditto.
68         (gnus-data-compute-positions): Removed.
69
70         * gnus-dup.el (gnus-dup-suppress-articles): Didn't do anything.
71
72         * gnus-group.el (gnus-group-restart): Just start up Gnus
73         properly. 
74
75 Sat Nov 23 07:16:39 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
76
77         * gnus.el: Red Gnus v0.69 is released.
78
79 Sat Nov 23 05:00:36 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
80
81         * gnus-cache.el (gnus-cache-update-active): Wouldn't mark the
82         cache active file as changed.
83
84         * gnus-start.el (gnus-setup-news): Slaves shouldn't check for new
85         newsgroups. 
86
87         * gnus-sum.el (gnus-group-make-articles-read): Update group line
88         on undo.
89
90         * gnus-move.el (gnus-move-group-to-server): Check whether
91         to-active is nil.
92
93         * gnus-score.el (gnus-score-find-hierarchical): Do the right thing
94         for prefixed group names.
95
96         * nnml.el (nnml-generate-nov-databases-1): Don't infloop.
97
98 Sat Nov 23 04:58:49 1996  Steven L. Baur  <steve@miranova.com>
99
100         * gnus-score.el (gnus-score-score-files-1): Don't infloop. 
101
102 Sat Nov 23 04:40:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
103
104         * gnus-art.el (gnus-article-make-menu-bar): Protect against
105         undefined menu vars.
106
107         * gnus-group.el (gnus-group-rename-group): Prompt fix.
108
109 Fri Nov 22 12:17:14 1996  David Moore  <dmoore@ucsd.edu>
110
111         * nnml.el (nnml-generate-nov-databases-1): Don't infloop.
112
113         * gnus-score.el (gnus-score-score-files-1): Don't infloop, be
114         slightly faster.
115
116 Fri Nov 22 22:18:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
117
118         * gnus-move.el (gnus-move-group-to-server): Looking-at bug.
119         (gnus-move-group-to-server): Extend.
120
121         * message.el (message-check-news-header-syntax): Change shoot-me
122         line. 
123
124 Thu Nov 21 18:31:56 1996  David Moore  <dmoore@ucsd.edu>
125
126         * gnus-util.el (gnus-atomic-progn, gnus-atomic-progn-assign,
127         gnus-atomic-setq): Routines to help protect against corruption to
128         internal Gnus datastructures from C-g or error signals.
129
130         * gnus-util.el (gnus-atomic-be-safe): Variable which can set to
131         nil to disable the C-g atomic protection.
132
133         * nnvirtual.el (nnvirtual-update-read-and-marked): Replaces
134         nnvirtual-update-reads and nnvirtual-update-marked.  Does updates
135         to component groups atomically.
136         (nnvirtual-request-update-info): Update the virtual group
137         atomically.
138
139 Fri Nov 22 00:19:23 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
140
141         * gnus.el: Create menu bar even when not using menu-bar-mode.
142
143         * gnus-start.el (gnus-1): Don't paint picture gnu twice.
144
145         * gnus-sum.el (gnus-group-make-articles-read): Undo in the right
146         buffer.
147         (gnus-update-read-articles): Ditto.
148
149 Fri Nov 22 00:04:59 1996  Raja R. Harinath  <harinath@cs.umn.edu>
150
151         * nnheader.el (nnheader-generate-fake-message-id): Interact better
152         with duplicate suppression.
153
154 Thu Nov 21 23:31:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
155
156         * gnus.el (gnus-info-set-entry): Wouldn't extend far enough.
157
158         * gnus-salt.el (gnus-tree-minimize): Ignore errors.
159
160         * gnus-sum.el (gnus-summary-article-sparse-p): New macro.
161         (gnus-summary-article-ancient-p): Ditto.
162         (gnus-summary-search-article): Skip sparse articles.
163
164         * article.el (article-date-ut): Wouldn't pick out the date right. 
165
166 Thu Nov 21 23:07:34 1996  Raja R. Harinath  <harinath@cs.umn.edu>
167
168         * gnus-dup.el (gnus-dup-enter-articles): Ignore sparse articles. 
169
170 Thu Nov 21 21:57:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
171
172         * gnus-dup.el (gnus-dup-suppress-articles): Only suppress read
173         articles. 
174
175         * article.el (article-delete-text-of-type): Would bug out.
176
177 Thu Nov 21 11:02:36 1996  David Moore  <dmoore@ucsd.edu>
178
179         * nnoo.el (nnoo-change-server): Only preserve un-ooed variables if
180         they exist globally.
181
182 Thu Nov 21 10:52:39 1996  Steven L Baur  <steve@miranova.com>
183
184         * article.el (article-date-ut): Extend date header recognition to
185         deal with systems that put a TAB after the colon.
186
187 Thu Nov 21 19:50:26 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
188
189         * gnus.el: Red Gnus v0.68 is released.
190
191 Thu Nov 21 05:33:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
192
193         * nnoo.el (nnoo-change-server): Protect against void vars.
194
195 Thu Nov 21 00:00:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
196
197         * gnus.el: Red Gnus v0.67 is released.
198
199 Wed Nov 20 22:54:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
200
201         * message.el (message-mode-field-menu): Separated.
202
203         * nnoo.el (nnoo-change-server): Preserve un-ooed variables as
204         well. 
205
206         * nnbabyl.el (nnbabyl-read-mbox): Understand movemailed babyl
207         files. 
208
209 Wed Nov 20 19:25:40 1996  Kurt Swanson  <kurt@dna.lth.se>
210
211         * gnus-art.el (gnus-article-make-menu-bar): Fix menu bar.
212
213 Wed Nov 20 05:27:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
214
215         * gnus-sum.el (gnus-article-sort-by-lines,
216         gnus-thread-sort-by-lines): New functions.
217         (gnus-summary-sort-by-lines): New command and keystroke.
218
219         * gnus.el (gnus-other-frame): Be a bit more clever.
220
221         * gnus-group.el (gnus-group-get-new-news): Check for new
222         newsgroups. 
223
224         * nnheader.el (nnheader-insert-file-contents-literally): Bind
225         `default-major-mode' to nil.
226
227         * gnus-sum.el (gnus-group-make-articles-read): Yet another undo
228         bug. 
229
230         * nnmail.el (nnmail-article-group): Wrong `junk' check.
231
232 Wed Nov 20 05:13:05 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
233
234         * gnus.el: Red Gnus v0.66 is released.
235
236 Wed Nov 20 01:57:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
237
238         * nnmail.el (nnmail-article-group): Would lose mail when using
239         advanced splitting!
240
241         * gnus-sum.el (gnus-update-read-articles): Undo fix.
242
243 Tue Nov 19 22:56:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
244
245         * nnheader.el (nnheader-auto-mode-alist): New function.
246
247 Tue Nov 19 21:57:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
248
249         * gnus.el: Red Gnus v0.65 is released.
250
251 Tue Nov 19 17:41:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
252
253         * message.el (message-do-fcc): Supply FROM-GNUS param to
254         rmail-output. 
255
256         * gnus-msg.el (gnus-setup-message): Use the buffer name instead of
257         the buffer.
258
259         * nnmail.el (nnmail-article-group): Respect `junk' advanced
260         splits. 
261
262         * gnus-group.el (gnus-group-restart): Clear system.
263
264         * nnfolder.el (nnfolder-read-folder): Handle zipped files.
265
266         * nnheader.el (nnheader-find-file-noselect): New definition.
267
268         * gnus-art.el (gnus-article-make-menu-bar): Use the menu bar.
269
270         * gnus-score.el (gnus-all-score-files): Would still get the score
271         files in wrong order.
272
273         * gnus-start.el (gnus-find-new-newsgroups): End message on wrong
274         level. 
275
276         * gnus-srvr.el (gnus-server-prepare): Don't list servers twice.
277
278         * gnus-xmas.el (gnus-xmas-read-event-char): Mystery hanging bug.
279
280         * gnus-score.el (gnus-all-score-files): Expand all files in the
281         kill files directory.
282
283         * gnus-sum.el (gnus-group-make-articles-read): Register with undo
284         properly. 
285         (gnus-update-read-articles): Ditto.
286
287         * gnus-msg.el (gnus-debug): Include gnus-async in variables.
288
289 Tue Nov 19 00:07:14 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
290
291         * gnus.el: Red Gnus v0.64 is released.
292
293 Mon Nov 18 21:42:40 1996  Loren Schall  <schall@saifr00.ateng.az.honeywell.com>
294
295         * gnus-sum.el (gnus-summary-insert-line): Pick apart the From
296         header in reversed order.
297
298 Mon Nov 18 02:00:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
299
300         * gnus-sum.el (gnus-summary-refer-references): Protect against nil
301         References.
302
303         * gnus-score.el (gnus-all-score-files): Remove duplicate score
304         files from the end first.
305
306         * gnus-start.el (gnus-after-getting-new-news-hook,
307         gnus-get-new-news-hook): Switched defaults.
308
309         * gnus-score.el (gnus-all-score-files): Returned score files in
310         reverse order. 
311
312         * gnus-util.el (gnus-make-directory): Protect against nil dirs.
313
314         * gnus-art.el (gnus-decode-encoded-word-method): Default to
315         'gnus-article-de-quoted-unreadable. 
316
317         * gnus.el (gnus-read-group): Prohibit : in group name.
318         (gnus-article-display-hook): Removed
319         `gnus-article-de-quoted-unreadable'. 
320
321         * article.el (gnus-emphasis-alist): Accept "-" as word marker.
322
323         * messagexmas.el (message-xmas-dont-activate-region): Changed
324         default to t.
325
326 Sun Nov 17 01:09:21 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
327
328         * message.el: Added customize support.
329
330 Sun Nov 17 23:42:03 1996  Raja R. Harinath  <harinath@cs.umn.edu>
331
332         * gnus-gl.el (bbb-extract-token-number): Fix.
333
334 Sun Nov 17 12:18:27 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
335
336         * gnus-sum.el (gnus-summary-next-article): Use it.
337         (gnus-group-make-articles-read): Quote undo forms.
338         (gnus-update-read-articles): Ditto.
339
340         * gnus.el (gnus-key-press-event-p): New alias.
341
342 Sat Nov 16 22:05:24 1996  Steven L Baur  <steve@miranova.com>
343
344         * gnus-sum.el (gnus-summary-next-article): XEmacs doesn't use
345         integers for keyboard events.
346
347 Sun Nov 17 12:09:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
348
349         * gnus-group.el (gnus-group-set-timestamp): Protect against nil
350         gnus-newsgroup-name. 
351
352 Sun Nov 17 01:09:21 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
353
354         * nnmail.el: Added customize support.
355
356 Sat Nov 16 22:59:47 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
357
358         * gnus.el (gnus-summary-line-format): Dox fix.
359
360         * nnfolder.el (nnfolder-save-mail): Would insert extra newline at
361         the start.
362
363 Sat Nov 16 19:43:22 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
364
365         * gnus.el: Red Gnus v0.63 is released.
366
367 Sat Nov 16 11:32:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
368
369         * gnus-sum.el (gnus-summary-next-article): Ignore non-keyboard
370         events before starting to walk.
371
372         * gnus-topic.el (gnus-topic-prepare-topic): Insert topics that
373         have 0 unread if there is anything under.
374
375         * gnus-sum.el (gnus-summary-move-article): Do `B B' properly.
376
377         * gnus-topic.el (gnus-topic-parameters): Return nil on
378         non-existant topics.
379
380         * nntp.el (nntp-possibly-change-group): Would nix out async buffer
381         when switching groups.
382
383         * gnus-sum.el (gnus-summary-expire-articles): Update info before
384         expiring. 
385
386         * article.el (article-strip-leading-blank-lines): Would strip too
387         much. 
388
389         * gnus-sum.el (gnus-summary-mode): Update specs after running
390         hook. 
391
392         * gnus-util.el (gnus-boundp): New function.
393
394         * gnus-start.el (gnus-get-new-news-hook): Default to updating
395         display-time, if present.
396
397 Fri Nov 15 13:59:16 1996  Steven L Baur  <steve@miranova.com>
398
399         * gnus-xmas.el (gnus-xmas-define): Better fix for dealing with
400         scroll-in-place, which will be preloaded in XEmacs 19.15.
401
402         * gnus-art.el (gnus-article-prev-page): Guard scroll-(up|down)
403         against scroll-in-place package.
404         (gnus-article-next-page): Ditto.
405
406         * gnus-salt.el (gnus-pick-next-page): Ditto.
407
408 Fri Nov 15 21:40:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
409
410         * nnweb.el (gnus): Required.
411
412         * gnus-group.el (gnus-group-clear-data-on-native-groups): Offer to
413         move cache.
414
415         * gnus-cache.el (gnus-cache-move-cache): New command.
416
417         * nnvirtual.el (nnvirtual-create-mapping): Handle groups with no
418         articles. 
419
420         * gnus-group.el (gnus-group-insert-group-line-info): Compute the
421         right number for dead groups.
422
423         * nnvirtual.el: Complete-first-sentence-in-first-line-of-doc fix. 
424
425 Thu Nov 14 10:20:44 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
426
427         * gnus-win.el: Added customize support.
428
429         * gnus-uu.el: Added customize support.
430
431 Thu Nov 14 17:50:12 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
432
433         * gnus.el: Red Gnus v0.62 is released.
434
435 Thu Nov 14 12:25:23 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
436
437         * gnus.el (gnus-article-display-hook): Add
438         `gnus-article-de-quoted-unreadable' to default value.
439
440         * gnus-art.el (gnus-summary-article-menu): Dummy define.
441
442         * article.el (custom): Require first.
443
444         * dgnushack.el (require): New implementation.
445
446         * article.el (gnus-emphasis-alist): Recognize emphasis inside
447         quotes. 
448
449 Thu Nov 14 10:20:44 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
450
451         * nnmail.el (nnmail-split-abbrev-alist): Added `uucp' to `mail'. 
452
453 Thu Nov 14 11:25:51 1996  Samuel Tardieu  <sam@inf.enst.fr>
454
455         * nnmail.el (nnmail-search-unix-mail-delim): Skip past ">From "
456         after "From ".
457
458 Thu Nov 14 10:08:27 1996  Raja R. Harinath  <harinath@cs.umn.edu>
459
460         * gnus-gl.el (bbb-connect-to-bbbd): Only connect if we have the
461         token. 
462
463 Thu Nov 14 08:46:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
464
465         * message.el (message-insert-to): Deny with "never"
466         courtesy-copies-to header.
467
468         * dgnushack.el (require): Try both the uncompiled and the compiled
469         versions.
470
471         * nntp.el (nntp-send-authinfo): Hide password.
472
473 Wed Nov 13 12:00:43 1996  David Moore  <dmoore@ucsd.edu>
474
475         * gnus-start.el (gnus-parse-active): Correct range parsing
476         restored.
477
478 Tue Nov 12 14:09:15 1996  David Moore  <dmoore@ucsd.edu>
479
480         * gnus-nocem.el (gnus-nocem-enter-article): Don't store the same
481         message id in the cache twice.
482         (gnus-nocem-liberal-fetch): 
483
484         * gnus-nocem.el (gnus-nocem-liberal-fetch): New Variable.
485
486         * gnus-nocem.el (gnus-nocem-check-article,
487         gnus-nocem-scan-groups): Don't re-fetch a crossposted @@NCM
488         posting that we've alread verified and scanned.
489
490 Wed Nov 13 23:38:00 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
491
492         * gnus-start.el (gnus-parse-active): Gave wrong results.
493
494         * gnus-win.el (gnus-buffer-configuration): Doc fix.
495
496 Wed Nov 13 13:52:20 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
497
498         * gnus-topic.el: Added customize support.
499
500         * gnus-group.el (gnus-group-mode-hook): Added `gnus-topic-mode'
501         option.
502
503         * gnus-util.el (gnus-verbose): Made customizable.
504
505         * gnus.el (gnus-summary-line-format): Customize.
506
507         * gnus-sum.el (gnus-summary-respool-default-method): Customize.
508
509         * gnus.el (gnus-select-method-name): New widget.
510         (gnus-select-method): Use it.
511
512 Wed Nov 13 14:19:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
513
514         * gnus-group.el (gnus-info-clear-data): Quote lists.
515
516         * nntp.el (nntp-send-authinfo): Prompt right.
517
518 Tue Nov 12 19:33:00 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
519
520         * gnus.el: Red Gnus v0.61 is released.
521
522 Tue Nov 12 17:55:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
523
524         * nnmail.el (nnmail-move-inbox): Delete empty crash box.
525
526         * gnus-art.el (gnus-article-make-menu-bar): Define summary article
527         map.
528
529         * gnus-group.el (gnus-group-set-timestamp): Removed reference to
530         free variable `group'.
531
532 Mon Nov 11 16:29:00 1996  David Moore  <dmoore@ucsd.edu>
533
534         * gnus-group.el (gnus-group-timestamp-delta): New function.
535
536         * gnus-demon.el (gnus-demon-add-scan-timestamps,
537         gnus-demon-scan-timestamps): New functions.
538
539 Mon Nov 11 05:27:20 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
540
541         * article.el (gnus-emphasis-alist): Added ":" as sentence-end. 
542
543 Mon Nov 11 05:14:02 1996  David Moore  <dmoore@ucsd.edu>
544
545         * nnvirtual.el: New version.
546
547 Mon Nov 11 05:09:14 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
548
549         * article.el (gnus-emphasis-underline-bold): Renamed.
550
551 Mon Nov 11 05:05:09 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
552
553         * nntp.el (nntp-possibly-change-group): Bind
554         `nnheader-callback-function' to nil.
555
556 Sun Nov 10 12:13:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
557
558         * gnus-start.el (gnus-parse-active): Give correct answer.
559
560         * nntp.el (nntp-snarf-error-message): Massage the message.
561
562 Sun Nov 10 11:49:33 1996  Joe Wells  <jbw@cs.bu.edu>
563
564         * dgnushack.el (require): Load .el files only.
565
566 Sun Nov 10 10:06:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
567
568         * gnus-move.el (gnus-move-group-to-server): Would pass wrong
569         params to `gnus-retrieve-headers'.
570
571         * nntp.el (nntp-wait-for): Accept a `discard' param.
572         (nntp-open-connection): Would mix it up when establishing asynch
573         connections. 
574
575         * nnml.el (nnml-find-id): Would report false positives.
576
577         * gnus-spec.el (gnus-update-format-specifications): Do all
578         computations in the right buffer.
579
580         * nnweb.el (nnweb-type-definition): Moved search engine.
581         (nnweb-fetch-form): Use "POST" instead of `POST'.
582
583         * gnus-undo.el (gnus-undo-register): Entered malformed undo
584         statements. 
585
586         * smiley.el (smiley-nosey-regexp-alist): Add a devilish face.
587
588 Sun Nov 10 06:38:38 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
589
590         * gnus.el: Red Gnus v0.60 is released.
591
592 Sun Nov 10 06:31:36 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
593
594         * gnus.el: Red Gnus v0.59 is released.
595
596 Sun Nov 10 06:09:37 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
597
598         * nntp.el (nntp-decode-text): Erased everything.
599
600         * article.el (article-remove-trailing-blank-lines): Would
601         infloop. 
602
603 Sun Nov 10 06:06:31 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
604
605         * gnus.el: Red Gnus v0.58 is released.
606
607 Sun Nov 10 06:02:51 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
608
609         * nntp.el (nntp-possibly-change-group): Bind callback function to
610         nil. 
611
612 Sun Nov 10 05:35:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
613
614         * gnus-topic.el (gnus-topic-remove-topic): Remove from alist. 
615
616         * gnus-score.el (gnus-score-string): Didn't trace fuzzies and
617         words. 
618
619 Sat Nov  9 18:14:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
620
621         * nnweb.el (nnweb-set-hashtb): Typo.
622         (nnweb-read-overview): Typo.
623
624         * nnheader.el (nnheader-skeleton-replace): New macro.
625         (nnheader-replace-string): Use it.
626         (nnheader-replace-regexp): Use it.
627         (nnheader-strip-cr): Use it.
628
629         * nntp.el (nntp-retrieve-headers): Be faster.
630         (nntp-decode-text): Use faster algorithm.
631
632         * nnheader.el (nnheader-replace-string): New function.
633
634 Sat Nov  9 17:22:16 1996  Hrvoje Niksic  <hniksic@srce.hr>
635
636         * article.el (gnus-emphasis-alist): Doc fix.
637
638 Sat Nov  9 16:27:27 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
639
640         * nnmail.el (nnmail-split-it): Fix bug in abbrev handling.
641
642 Sat Nov  9 05:59:02 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
643
644         * nnweb.el (nnweb-set-hashtb): Typo.
645
646         * article.el (gnus-emphasis-alist): One ' too many.
647
648         * gnus-async.el (gnus-async-prefetch-article): Only message when
649         in the summary buffer.
650
651         * gnus-msg.el (gnus-post-news): Handle `newsgroup' param.
652         (gnus-debug): Be `defcustom' aware.
653
654 Sat Nov  9 05:41:27 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
655
656         * gnus.el: Red Gnus v0.57 is released.
657
658 Fri Nov  8 22:56:59 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
659
660         * gnus.el: Added customize support.
661
662 Sat Nov  9 05:14:58 1996  David Moore  <dmoore@ucsd.edu>
663
664         * nnmail.el (nnmail-expand-newtext): New version.
665
666 Sat Nov  9 04:28:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
667
668         * gnus-xmas.el (gnus-xmas-force-redisplay): New variable.
669         (gnus-xmas-summary-recenter): Use it.
670
671         * gnus-art.el (gnus-button-url): Removed seconds param since old
672         versions of `browse-url.el' don't support it.
673         (gnus-article-make-menu-bar): Add article menu to article menu. 
674
675         * article.el (gnus-emphasis-alist): Use ")" as a sentence end
676         marker. 
677
678 Fri Nov  8 05:33:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
679
680         * article.el (gnus-emphasis-alist): Recognize "_this_here_".
681
682         * gnus-art.el (gnus-article-save): Save the right buffer after
683         stripping headers. 
684
685         * nntp.el (nntp-wait-for): Nix out "nntp reading...." message.
686
687         * article.el (article-narrow-to-signature): Typo.
688
689         * nntp.el (nntp-try-list-active): Would guess wrong on `some'. 
690
691         * gnus.el: condition-case -> ignore-errors.
692
693         * nntp.el (nntp-request-close): Protect against errors.
694
695 Fri Nov  8 03:23:02 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
696
697         * gnus.el: Red Gnus v0.56 is released.
698
699 Fri Nov  8 02:45:21 1996  David S. Goldberg  <dsg@linus.mitre.org>
700
701         * gnus-art.el (gnus-button-url): Respect
702         `browse-url-new-window-p'. 
703
704 Fri Nov  8 02:34:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
705
706         * nnmail.el (nnmail-process-unix-mail-format): Fold searches.
707
708 Thu Nov  7 09:07:32 1996  Steven L Baur  <steve@miranova.com>
709
710         * nnmail.el (nnmail-search-unix-mail-delim): Take better care in
711         ignoring bogus From_ lines.
712
713 Fri Nov  8 02:01:06 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
714
715         * nnmail.el (nnmail-move-inbox): Cleaned up code.
716
717         * gnus-int.el (gnus-request-regenerate): New function.
718
719         * nnml.el (nnml-request-regenerate): New function.
720
721         * gnus-srvr.el (gnus-server-regenerate-server): New command and
722         keystroke. 
723
724 Thu Nov  7 16:12:30 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
725
726         * gnus-start.el: Added customize support.
727
728 Fri Nov  8 01:47:16 1996  David S. Goldberg  <dsg@linus.mitre.org>
729
730         * gnus-win.el (gnus-delete-windows-in-gnusey-frames): Would bug
731         out on nil variables.
732
733 Fri Nov  8 01:45:06 1996  Kurt Swanson  <kurt@dna.lth.se>
734
735         * gnus-sum.el (gnus-handle-ephemeral-exit): Go to the next
736         article. 
737
738 Thu Nov  7 16:12:30 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
739
740         * article.el (gnus-visible-headers): Convert string to list of
741         strings. 
742
743 Fri Nov  8 01:40:38 1996  Kurt Swanson  <Kurt.Swanson@dna.lth.se>
744
745         * gnus-sum.el (gnus-summary-first-article): New function.
746
747         * gnus-salt.el (gnus-pick-start-reading): Use it.
748
749 Thu Nov  7 09:42:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
750
751         * gnus-group.el (gnus-group-catchup): Better message.
752
753         * gnus-util.el (gnus-date-get-time): Protect against "" Dates. 
754
755         * article.el (article-strip-leading-blank-lines): Would infloop.
756
757         * gnus-msg.el (gnus-debug): Protect against odd load-paths.
758
759 Fri Nov  8 05:30:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
760
761         * gnus-sum.el (gnus-get-newsgroup-headers): `ref' should never be
762         nil. 
763
764         * gnus-msg.el (gnus-summary-followup-to-mail,
765         gnus-summary-followup-to-mail-with-original): New commands.
766
767         * nnmail.el (nnmail-split-it): Use `replace-match'.
768
769 Fri Nov  8 05:30:46 1996  David Moore  <dmoore@ucsd.edu>
770
771         * nnmail.el (nnmail-split-it): New version.
772
773 Fri Nov  8 03:44:10 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
774
775         * gnus.el (gnus-article-display-hook): Customized.
776
777         * article.el (gnus-emphasis-alist): Define more combinations.
778         (gnus-emphasis-underline-bold-italic): New face.
779
780 Fri Nov  8 00:20:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
781
782         * gnus.el: Red Gnus v0.55 is released.
783
784 Thu Nov  7 00:14:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
785
786         * gnus-win.el (gnus-delete-windows-in-gnusey-frames): New function.
787         (gnus-configure-windows): Use it.
788
789         * nntp.el (nntp-possibly-change-group): Erased wrong buffer.
790
791         * gnus-score.el (gnus-score-find-bnews): Anchor mathces.
792
793         * gnus-group.el (gnus-group-insert-group-line): Would bug out on
794         on gnus-moderated-hashtb.
795
796 Wed Nov  6 22:54:41 1996  Sudish Joseph  <sudish@mindspring.com>
797
798         * gnus-nocem.el (gnus-sum): Required.
799
800 Wed Nov  6 09:13:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
801
802         * nnmail.el (nnmail-date-to-time): Trap errors.
803
804         * nntp.el (nntp-open-connection): Erase contents of the right
805         buffer. 
806
807         * gnus-sum.el (gnus-summary-first-article-p): New function.
808
809         * gnus-topic.el (gnus-topic-remove-group): Didn't use
810         process/prefix. 
811
812         * gnus-group.el (gnus-group-iterate): New macro.
813
814         * gnus-sum.el (gnus-summary-prev-unread-article): Respect
815         `gnus-summary-goto-unread' `never'.
816
817 Wed Nov  6 06:55:03 1996  Hrvoje Niksic  <hniksic@srce.hr>
818
819         * article.el (gnus-emphasis-alist): New version.
820
821 Wed Nov  6 06:26:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
822
823         * gnus-art.el (gnus-article-syntax-table): New variable.
824         (gnus-article-mode): Use it.
825
826         * article.el (article-strip-leading-blank-lines): Didn't do much. 
827
828 Wed Nov  6 05:51:56 1996  Kevin Buhr  <buhr@stat.wisc.edu>
829
830         * gnus-sum.el (gnus-summary-respool-article): Get the right
831         servers. 
832
833 Wed Nov  6 04:00:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
834
835         * nnheader.el (nnheader-header-value): Use old definition.
836
837         * message.el: Removed many autoloads.
838
839 Wed Nov  6 03:44:44 1996  ISO-2022-JP  <morioka@jaist.ac.jp>
840
841         * gnus-ems.el (gnus-ems-redefine): New Mule definition.
842
843 Wed Nov  6 03:02:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
844
845         * gnus-xmas.el (gnus-xmas-summary-recenter): Force redisplay.
846
847         * gnus.el (gnus-check-backend-function): Protect against errors. 
848
849         * gnus-start.el (gnus-group-change-level): Enter info into dribble
850         file. 
851
852 Wed Nov  6 01:58:46 1996  Hrvoje Niksic  <hniksic@srce.hr>
853
854         * article.el (gnus-emphasis-alist): New default.
855
856 Wed Nov  6 01:47:17 1996  Joe Wells  <jbw@cs.bu.edu>
857
858         * gnus-uu.el (gnus-uu-reginize-string): Buggy.
859         (gnus-uu-uustrip-article): Temp name mixup.
860
861 Wed Nov  6 01:27:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
862
863         * gnus-group.el (gnus-group-make-group): Use new function.
864
865         * gnus.el (gnus-read-group): New function.
866
867         * dgnushack.el: Less error messages under XEmacs.
868
869 Tue Nov  5 23:59:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
870
871         * nnmail.el (nnmail-search-unix-mail-delim): New implementation.
872
873 Tue Nov  5 23:43:34 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
874
875         * gnus.el: Red Gnus v0.54 is released.
876
877 Tue Nov  5 22:34:01 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
878
879         * message.el (message-goto-signature): Place point better.
880
881         * gnus-art.el (gnus-summary-save-body-in-file): Restored.
882
883         * nntp.el (nntp-send-authinfo): Better password prompting.
884
885         * nnmail.el (nnmail-read-passwd): Allow format strings.
886
887 Tue Nov  5 22:10:20 1996  David Moore  <dmoore@ucsd.edu>
888
889         * gnus-sum.el (gnus-valid-move-group-p): New function.
890         (gnus-read-move-group-name): Faster implementation.
891
892 Tue Nov  5 12:35:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
893
894         * gnus-topic.el (gnus-topic-remove-topic): Would wipe out topic
895         parameters. 
896
897         * gnus-sum.el (gnus-summary-stop-page-breaking): Remove all
898         buttons. 
899
900         * nnweb.el (nnweb-set-hashtb): Typo.
901
902 Tue Nov  5 10:43:24 1996  Randal Schwartz  <merlyn@stonehenge.com>
903
904         * gnus-uu.el (gnus-uu-be-dangerous): New variable.
905         (gnus-uu-save-files): Use it.
906
907 Tue Nov  5 10:19:39 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
908
909         * gnus-sum.el (gnus-summary-read-document): Doc fix.
910         (gnus-summary-catchup-and-exit): Don't exit when replying "n".
911
912         * gnus-art.el (gnus-summary-write-to-file): Doc fix.
913
914         * gnus-uu.el (gnus-uu-get-list-of-articles): Get numerical prefix
915         value. 
916
917 Tue Nov  5 10:14:02 1996  David Moore  <dmoore@ucsd.edu>
918
919         * gnus-start.el (gnus-groups-to-gnus-format): Simplified and made
920         faster. 
921
922 Tue Nov  5 04:56:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
923
924         * nnmail.el (nnmail-search-unix-mail-delim): Protect against
925         regexp overflows.
926
927         * nnheader.el (nnheader-header-value): New definition.
928
929         * nntp.el (nntp-open-connection): Erase buffer.
930         (nntp-possibly-change-group): Ditto.
931
932         * nnvirtual.el (nnvirtual-create-mapping): Would ignore groups
933         with just one article.
934
935 Tue Nov  5 03:41:30 1996  David Moore  <dmoore@ucsd.edu>
936
937         * gnus-nocem.el (gnus-nocem-enter-article): Would bug out on some
938         lines. 
939
940 Tue Nov  5 03:36:03 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
941
942         * gnus-score.el (gnus-score-find-favourite-words): Put point at
943         bob. 
944
945 Tue Nov  5 03:33:04 1996  jeff sparkes  <jsparkes@nortel.ca>
946
947         * gnus-kill.el (gnus-batch-score): Run in slave mode.
948
949 Mon Nov  4 03:16:18 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
950
951         * nnheader.el (nnheader-directory-regular-files): New function. 
952
953         * nnmail.el (nnmail-get-spool-files): Allow nnmail-spool-file to
954         be a directory.
955
956         * gnus-sum.el (gnus-summary-next-group): Halt prefetch.
957
958         * gnus-async.el (gnus-async-halt-prefetch): New function.
959
960         * message.el (message-check-news-header-syntax): Anchor
961         multiple-searches. 
962
963         * gnus-topic.el (gnus-topic-mode): Reset sorting function.
964
965 Tue Oct 29 20:42:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
966
967         * gnus-topic.el (gnus-topic-remove-topic): Fold properly.
968
969 Tue Oct 29 19:45:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
970
971         * message.el (message-generate-new-buffer-clone-locals): Bugged
972         out under XEmacs.
973
974 Tue Oct 29 19:21:47 1996  David Moore  <dmoore@ucsd.edu>
975
976         * gnus.el: Fixed autoloads.
977
978 Tue Oct 29 17:21:42 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
979
980         * gnus-art.el (gnus-url-mailto): `message-goto-subject' takes no
981         args. 
982
983 Mon Oct 28 15:42:21 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
984
985         * gnus.el: Autoload gnus-score-followup-thread.
986         (gnus-inhibit-startup-message): Doc fix.
987
988 Sat Oct 26 15:48:28 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
989
990         * gnus-xmas.el (gnus-xmas-topic-menu-add): Add menu.
991
992         * gnus-topic.el (gnus-topic-kill-group): Enter into dribble.
993
994         * gnus-sum.el (gnus-summary-universal-argument): Bind
995         `gnus-newsgroup-process-marked' to nil before calling functions. 
996
997 Sat Oct 26 15:31:18 1996  David Moore  <dmoore@ucsd.edu>
998
999         * nnmail.el (nnmail-activate): Faster version.
1000
1001 Fri Oct 25 09:02:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1002
1003         * nnsoup.el (nnsoup-pack-replies): Error empty dirs.
1004
1005         * gnus-msg.el (gnus-summary-mail-forward): Allow prefix to forward
1006         full headers. 
1007
1008 Thu Oct 24 07:20:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1009
1010         * gnus-nocem.el (gnus-nocem-enter-article): Would enter unbound
1011         symbols into hashtb.
1012
1013 Thu Oct 24 07:12:23 1996  Michael R. Cook  <mcook@cognex.com>
1014
1015         * nnmh.el (nnmh-active-number): Misplaced paren.
1016
1017 Thu Oct 24 07:02:54 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1018
1019         * gnus-group.el (gnus-group-list-groups): Clear inboxes.
1020
1021         * gnus-async.el (gnus-make-async-article-function): Use the
1022         success param.
1023
1024         * nntp.el (nntp-after-change-function-callback): Pass along the
1025         right success param.
1026
1027 Wed Oct 23 18:33:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1028
1029         * gnus-score.el (gnus-summary-increase-score): Spud.
1030
1031 Wed Oct 23 07:55:42 1996  William Perry  <wmperry@aventail.com>
1032
1033         * gnus-art.el (gnus-url-mailto): New function.
1034
1035 Wed Oct 23 06:57:10 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1036
1037         * nnbabyl.el (nnbabyl-create-mbox): New function.
1038         (nnbabyl-open-server): Create mbox.
1039
1040         * nnmbox.el (nnmbox-create-mbox): New function.
1041
1042 Tue Oct 22 07:30:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1043
1044         * nnml.el (nnml-request-list): Always return t.
1045
1046 Tue Oct 22 03:16:27 1996  Felix Lee  <flee@teleport.com>
1047
1048         * gnus-score.el (gnus-score-adaptive): Use the right syntax
1049         table. 
1050
1051 Tue Oct 22 03:08:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1052
1053         * message.el (message-generate-headers): Rename Original-Sender as
1054         well.
1055         (message-send-news): Typo.
1056         (message-send-news): Don't message.
1057
1058 Tue Oct 22 03:06:49 1996  Felix Lee  <flee@teleport.com>
1059
1060         * gnus-score.el (gnus-score-adaptive): gnus-score-adaptive will do
1061         line scoring or word scoring, but not both.
1062
1063 Tue Oct 22 02:48:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1064
1065         * message.el (message-send-news): Use it.
1066         (message-send-mail): Ditto.
1067
1068 Tue Oct 22 02:40:14 1996  Joev Dubach  <dubach1@husc.harvard.edu>
1069
1070         * message.el (message-generate-new-buffer-clone-locals): New
1071         function. 
1072
1073 Tue Oct 22 01:19:47 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1074
1075         * message.el: Removed `lisp-indent-hook' throughout all files. 
1076
1077         * gnus.el (gnus-sethash): Fix edebug form spec.
1078
1079         * gnus-cache.el (gnus-cache-file-name): Translate file chars.
1080
1081 Sun Oct 20 03:41:47 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1082
1083         * nntp.el (nntp-read-server-type): Fold case.
1084
1085 Sat Oct 19 08:03:17 1996  Michael Ernst  <mernst@cs.washington.edu>
1086
1087         * article.el (article-hide-headers): Do the right thing on
1088         articles with no bodies.
1089         (article-narrow-to-signature): Doc fix.
1090
1091 Sat Oct 19 07:53:49 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1092
1093         * nnsoup.el (nnsoup-pack-replies): Refuse to pack when there is
1094         nothing to pack.
1095         (nnsoup-read-areas): Don't bug out on empty packets.
1096
1097         * gnus-soup.el (gnus-soup-pack-packet): Refuse to pack empty
1098         packets. 
1099
1100 Sat Oct 19 07:43:33 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
1101
1102         * gnus-sum.el (gnus-auto-center-summary): Fix.
1103
1104 Sat Oct 19 07:32:27 1996  Marc Horowitz  <marc@cygnus.com>
1105
1106         * gnus-topic.el (gnus-topic-remove-topic): Would clobber
1107         duplicates. 
1108
1109 Sat Oct 19 07:01:14 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1110
1111         * message.el (message-send-mail-hook): New hook.
1112         (message-send-news-hook): Ditto.
1113
1114         * gnus-art.el (gnus-summary-write-to-file): New function.
1115
1116 Sat Oct 19 06:56:34 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
1117
1118         * gnus-sum.el (gnus-summary-save-article-mail-overwrite): New
1119         command and keystroke.
1120
1121 Thu Oct 17 06:25:55 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1122
1123         * gnus-sum.el (gnus-article-sort-by-date): Use faster
1124         implementation. 
1125
1126         * gnus-util.el (gnus-string-get-time): New macro.
1127
1128         * message.el (message-check-news-syntax): Check more thorougly the
1129         From header.
1130         (message-check): New macro.
1131
1132 Thu Oct 17 06:03:56 1996  Carsten Leonhardt  <leo@arioch.tng.oche.de>
1133
1134         * gnus-ems.el (gnus-xemacs): Avoid clobbering functions.
1135
1136 Thu Oct 17 05:34:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1137
1138         * message.el (message-cite-function): Initialize from
1139         mail-citation-hook. 
1140
1141 Thu Oct 17 02:45:47 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1142
1143         * gnus.el: Red Gnus v0.52 is released.
1144
1145 Wed Oct 16 21:01:41 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1146
1147         * gnus-sum.el (gnus-summary-catchup): Return t.
1148
1149 Wed Oct 16 20:32:53 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
1150
1151         * gnus-group.el (gnus-group-mail-low-empty-face): Face fix.
1152
1153 Wed Oct 16 20:00:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1154
1155         * message.el (message-mode): Doc fix.
1156
1157         * nnml.el (nnml-request-group): Re-read directory.
1158
1159 Wed Oct 16 04:01:27 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1160
1161         * gnus.el: Red Gnus v0.51 is released.
1162
1163 Wed Oct 16 03:49:12 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
1164
1165         * gnus-start.el (gnus-setup-news): Make sure
1166         `gnus-group-line-format' is bound.
1167
1168 Wed Oct 16 02:57:37 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1169
1170         * nntp.el (nntp-after-change-function-callback): Would delete the
1171         first line of all articles.
1172
1173 Mon Oct 14 21:31:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1174
1175         * gnus-sum.el (gnus-summary-limit-to-marks): Accept prefix.
1176
1177 Sun Oct 13 16:37:05 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1178
1179         * gnus-srvr.el (gnus-browse-foreign-server): Message better.
1180
1181 Sat Oct 12 19:33:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1182
1183         * message.el (message-indent-citation): Would infloop on empty
1184         articles. 
1185
1186 Sat Oct 12 19:21:05 1996  Raja R. Harinath  <harinath@cs.umn.edu>
1187
1188         * gnus.el: Autoload more functions.
1189
1190 Sat Oct 12 19:09:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1191
1192         * gnus-sum.el (gnus-summary-catchup): Don't move point.
1193         (gnus-summary-limit-exclude-marks): New command.
1194
1195 Fri Oct 11 15:26:02 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1196
1197         * gnus.el: Red Gnus v0.50 is released.
1198
1199 Thu Oct 10 23:36:32 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
1200
1201         * gnus-nocem.el (gnus-nocem): Typo.
1202
1203 Thu Oct 10 23:16:57 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1204
1205         * gnus-group.el (gnus-group-clear-data-on-native-groups): Only
1206         clear data on native groups.
1207
1208 Thu Oct 10 14:11:18 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1209
1210         * gnus-cus.el (gnus-group-customize): Allow unknown entries.
1211         (gnus-score-customize): Ditto.
1212         (gnus-score-string-convert): Ditto.
1213         (gnus-score-parameters): Added `touched'.
1214
1215 Thu Oct 10 23:06:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1216
1217         * gnus-start.el (gnus-read-active-file): Don't bug out on null
1218         methods. 
1219
1220 Thu Oct 10 22:29:05 1996  Randell Jesup  <Randell.Jesup@scala.com>
1221
1222         * article.el (article-hide-boring-headers): Reversed `date'
1223         check. 
1224
1225 Thu Oct 10 15:24:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1226
1227         * gnus-xmas.el (gnus-xmas-define): Removed gnus-display-type.
1228
1229         * gnus-group.el (gnus-group-new-mail): Strip prefix.
1230
1231         * nnmail.el (nnmail-new-mail-p): Didn't work.
1232
1233         * gnus-score.el (gnus-score-adaptive): Use
1234         gnus-adaptive-word-score-alist. 
1235
1236         * nnoo.el (nnoo-define-skeleton-1): Define
1237         request-list-newsgroups. 
1238
1239         * nnweb.el (w3-forms): Removed.
1240
1241         * gnus-uu.el (gnus-uu-digest-mail-forward): Use directory form. 
1242
1243 Tue Oct  8 14:30:53 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1244
1245         * gnus.el: Red Gnus v0.49 is released.
1246
1247 Tue Oct  8 00:15:04 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1248
1249         * gnus-nocem.el: Added customize support.
1250
1251 Tue Oct  8 11:48:25 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1252
1253         * gnus-group.el (gnus-group-mail-3-empty-face): Use magenta4.
1254
1255         * gnus.el (gnus-short-group-name): Would bug out on complex group
1256         names. 
1257         (gnus-splash-face): New face.
1258         (gnus-group-startup-message): Use it.
1259
1260         * nnvirtual.el (nnvirtual-request-group): Respect
1261         `always-rescan'. 
1262
1263         * gnus-load.el: Removed.
1264
1265         * gnus.el (gnus-check-backend-function): Require before
1266         checking... 
1267
1268         * gnus-sum.el (gnus-summary-respool-article): Use it.
1269
1270         * gnus-load.el (gnus-mail-method-history): New variable.
1271
1272         * gnus-sum.el (gnus-summary-normal-unread-face): Use default
1273         face. 
1274
1275 Mon Oct  7 15:00:58 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1276
1277         * gnus.el: Red Gnus v0.48 is released.
1278
1279 Mon Oct  7 02:24:02 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1280
1281         * gnus-sum.el: Added customize support.
1282
1283 Sat Oct  5 01:29:20 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1284
1285         * gnus-async.el: Added customize support.
1286         * gnus-cache.el: Ditto.
1287         * gnus-cite.el: Ditto.
1288         * gnus-demon.el: Ditto.
1289         * gnus-dup.el: Ditto.
1290         * gnus-eform.el: Ditto.
1291         * gnus-group.el: Ditto.
1292         * gnus-int.el: Ditto.
1293         * gnus-kill.el: Ditto.
1294         * gnus-load.el (gnus-make-face, gnus-face-light-name-list,
1295         gnus-face-dark-name-list): Removed.
1296
1297 Fri Oct  4 07:17:09 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1298
1299         * gnus-start.el (gnus-setup-news): Slaves should read the slave
1300         files. 
1301
1302         * gnus-art.el (gnus-request-article-this-buffer): Removed
1303         reference to doing-request.
1304
1305 Thu Oct  3 05:06:53 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1306
1307         * gnus.el: Red Gnus v0.47 is released.
1308
1309 Thu Oct  3 02:04:37 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1310
1311         * gnus-int.el (gnus-request-head): Use the cache.
1312
1313 Wed Oct  2 00:57:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1314
1315         * message.el (message-resend): Message.
1316
1317         * gnus-group.el (gnus-group-timestamp-string): New function.
1318
1319         * gnus-util.el (gnus-time-iso8601): New function.
1320
1321         * gnus-group.el (gnus-group-set-timestamp): New function.
1322         (gnus-group-timestamp): New subst.
1323
1324         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Accept
1325         RET as default. 
1326
1327 Tue Oct  1 05:13:57 1996  Martin Buchholz  <mrb@eng.sun.com>
1328
1329         * gnus-sum.el (gnus-summary-insert-pseudos): Error takes a format
1330         string. 
1331
1332 Tue Oct  1 05:12:29 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1333
1334         * gnus.el: Red Gnus v0.46 is released.
1335
1336 Tue Oct  1 03:41:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1337
1338         * gnus-picon.el (gnus-picons-glyph-hashtb): Made into hashtb.
1339
1340 Tue Oct  1 01:50:10 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1341
1342         * gnus-group.el (gnus-group-new-mail): New function.
1343         (gnus-new-mail-mark): New variable.
1344
1345         * nnmail.el (nnmail-new-mail-p): New function.
1346
1347         * gnus-xmas.el (gnus-xmas-splash): New function.
1348
1349 Tue Oct  1 01:36:17 1996  Raja R. Harinath  <harinath@cs.umn.edu>
1350
1351         * gnus-score.el (gnus-all-score-files): Didn't handle alist.
1352
1353         * gnus-gl.el: Dropped `bbb-alist'.  Changed cl-hashtable to obarray,
1354         using gnus-{get,set}hash to access it.  Dropped a few temp. bindings
1355         Changed (aref (assoc "message-id" ...) ...) to (mail-header-id ...).
1356
1357 Mon Sep 30 00:02:13 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1358
1359         * gnus.el: General (and major) indentation, breaking,
1360         if/when/unless/and/or, push revision.
1361
1362         * gnus-sum.el (gnus-read-header): Set buffer before changing
1363         vars. 
1364
1365 Sun Sep 29 23:20:26 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1366
1367         * gnus-util.el (gnus-write-buffer): New function.
1368
1369 Sun Sep 29 23:05:33 1996  Kurt Swanson  <Kurt.Swanson@dna.lth.se>
1370
1371         * gnus-sum.el (gnus-handle-ephemeral-exit): New function.
1372
1373 Sun Sep 29 22:41:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1374
1375         * gnus-cache.el (gnus-cache-possibly-enter-article): Allow making
1376         articles persistent in uncacheable groups.
1377
1378 Sun Sep 29 01:23:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1379
1380         * gnus.el: Red Gnus v0.45 is released.
1381
1382 Sun Sep 29 00:57:13 1996  Dave Disser  <disser@sdd.hp.com>
1383
1384         * gnus-sum.el (gnus-summary-display-article): Don't show tree
1385         unless using threads.
1386
1387 Sun Sep 29 00:19:35 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1388
1389         * gnus-score.el (gnus-all-score-files): Remove duplicates.
1390
1391 Sat Sep 28 23:47:43 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1392
1393         * gnus-score.el (gnus-summary-increase-score): Wouldn't do regexp
1394         bodies. 
1395
1396         * gnus-topic.el (gnus-topic-group-indentation): Give the right
1397         indentation always.
1398
1399 Sat Sep 28 23:23:58 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1400
1401         * gnus-group.el (gnus-group-quick-select-group): Require
1402         gnus-score. 
1403
1404         * gnus-score.el (gnus-score-thread): New function.
1405
1406 Sat Sep 28 00:41:54 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1407
1408         * gnus-cus.el: New file.
1409
1410 Sat Sep 28 21:32:52 1996  Kevin Buhr  <buhr@stat.wisc.edu>
1411
1412         * nnbabyl.el (nnbabyl-request-article): Would delete wrong
1413         articles. 
1414
1415 Fri Sep 27 21:54:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1416
1417         * gnus.el: Red Gnus v0.44 is released.
1418
1419 Fri Sep 27 21:24:46 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1420
1421         * gnus-sum.el (gnus-nov-parse-line): Would double articles.
1422
1423 Fri Sep 27 20:52:31 1996  Shlomo Mahlab  <shlomo@en3501.oren.co.il>
1424
1425         * gnus-cache.el (gnus-jog-cache): Call with function name.
1426
1427         * gnus-group.el (gnus-group-universal-argument): Shadowed `func'. 
1428
1429 Fri Sep 27 19:48:52 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1430
1431         * gnus-cite.el (gnus-article-fill-cited-article): Nix out data
1432         after filling.
1433
1434         * gnus-group.el (gnus-group-unsubscribe-current-group): Accept
1435         second param.
1436         (gnus-group-unsubscribe): New function.
1437         (gnus-group-subscribe): New function.
1438
1439 Fri Sep 27 17:36:31 1996  Kurt Swanson  <kurt@dna.lth.se>
1440
1441         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Never add nil
1442         headers. 
1443
1444 Fri Sep 27 17:33:30 1996  Stephen Peters  <speters@cygnus.com>
1445
1446         * gnus-art.el (gnus-header-face-alist): Typo.
1447
1448 Fri Sep 27 04:10:21 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1449
1450         * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Add a tag
1451         to the subject.
1452         (gnus-mail-yank-original): Elided.
1453         (gnus-inews-yank-articles): Would yank articles in reverse order.
1454
1455 Thu Sep 26 22:39:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1456
1457         * gnus.el: Red Gnus v0.43 is released.
1458
1459 Thu Sep 26 22:13:00 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1460
1461         * nnweb.el (nnweb-altavista-wash-article): Didn't remove all
1462         markup. 
1463
1464         * gnus-nocem.el (gnus-nocem-check-article): Fix security hole. 
1465
1466 Thu Sep 26 20:23:11 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1467
1468         * gnus-group.el (gnus-group-make-group): Accept an ARGS param.
1469
1470         * nnheader.el (nnheader-concat): Accept many file names.
1471
1472 Thu Sep 26 19:53:09 1996  Kurt Swanson  <kurt@dna.lth.se>
1473
1474         * gnus-art.el (gnus-header-content-face): Buggy color names.
1475
1476 Thu Sep 26 14:57:38 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1477
1478         * nnmail.el (nnmail-save-active): Rewrite.
1479         (nnmail-generate-active): New function.
1480
1481         * gnus-util.el (gnus-delete-assq): New macro.
1482         (gnus-delete-assoc): Ditto.
1483
1484 Wed Sep 25 23:44:40 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1485
1486         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Just use one
1487         single condition-case.
1488
1489 Wed Sep 25 21:15:59 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1490
1491         * gnus.el: Red Gnus v0.42 is released.
1492
1493 Wed Sep 25 19:40:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1494
1495         * gnus-art.el (gnus-header-newsgroups-face): Yucky on light
1496         backgrounds. 
1497
1498 Wed Sep 25 19:25:27 1996  Michael R. Cook  <mcook@cognex.com>
1499
1500         * message.el (message-ignored-news-headers): Strip Resent-Fcc.
1501
1502 Wed Sep 25 19:12:59 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1503
1504         * gnus-group.el (gnus-group-jump-to-group): Use
1505         `gnus-group-goto-group'. 
1506
1507         * gnus-xmas.el (gnus-xmas-mode-line-buffer-identification): Don't
1508         chop off half line when no colon.
1509
1510 Mon Sep 23 22:12:10 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1511
1512         * gnus-nocem.el (gnus-nocem-verifyer): Change to `mc-verify'.
1513
1514 Mon Sep 23 21:43:47 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1515
1516         * gnus.el: Red Gnus v0.41 is released.
1517
1518 Mon Sep 23 21:10:37 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1519
1520         * article.el (article-hide-headers): Don't ignore
1521         gnus-visible-headers. 
1522
1523 Mon Sep 23 19:10:20 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1524
1525         * gnus-sum.el (gnus-summary-goto-subject): Made into command.
1526
1527 Mon Sep 23 18:26:47 1996  Tonny Madsen  <Tonny.Madsen@netman.dk>
1528
1529         * nnmail.el (nnmail-default-file-modes): Use integer.
1530
1531 Tue Sep 24 18:39:41 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1532
1533         * gnus-sum.el (gnus-summary-respool-query): Better message.
1534
1535 Sun Sep 22 15:12:54 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1536
1537         * gnus-art.el: Customized.
1538
1539         * gnus.el (gnus-inhibit-startup-message): Changed type to
1540         boolean. 
1541         (gnus-play-startup-jingle): Ditto.
1542
1543 Sun Sep 22 12:58:57 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1544
1545         * gnus.el: Red Gnus v0.40 is released.
1546
1547 Sun Sep 22 11:48:02 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
1548
1549         * custom.el (defcustom): Eval and compile.
1550         * widget.el (define-widget-keywords): Ditto.
1551
1552 Sat Sep 21 09:29:54 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1553
1554         * article.el (article-strip-multiple-blank-lines): Would strip all
1555         blank lines.
1556
1557 Fri Sep 20 06:52:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1558
1559         * gnus.el: Red Gnus v0.39 is released.
1560
1561 Thu Sep 19 18:57:59 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1562
1563         * message.el (message-ignored-cited-headers): Doc fix.
1564
1565 Thu Sep 19 03:05:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1566
1567         * gnus.el: Red Gnus v0.38 is released.
1568
1569 Thu Sep 19 03:05:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1570
1571         * gnus.el: Red Gnus v0.37 is released.
1572
1573 Wed Sep 18 10:36:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1574
1575         * gnus-async.el (gnus-async-prefetch-article-p): New variable.
1576         (gnus-async-prefetch-article): Use it.
1577         (gnus-async-unread-p): New function.
1578
1579 Tue Sep 17 14:41:56 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1580
1581         * gnus-cite.el (gnus-custom-import-cite-face-list): Removed.
1582
1583 Wed Sep 18 04:28:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1584
1585         * nnmail.el (nnmail-split-history): mapcar instead of mapconcat.
1586
1587 Tue Sep 17 14:41:56 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1588
1589         * gnus.el: Customized.
1590
1591         * dgnushack.el (custom-file): Removed.
1592
1593 Wed Sep 18 03:04:17 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1594
1595         * nnmail.el (nnmail-check-duplication): Do splitting after
1596         duplicate suppression.
1597
1598         * gnus-salt.el (gnus-pick-mode): Don't go to unread article.
1599
1600         * gnus-dup.el (gnus-dup-enter-articles): Don't enter Message-IDs
1601         ento lists multiple times.
1602
1603 Tue Sep 17 03:44:08 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1604
1605         * gnus-uu.el (gnus-uu-grab-articles): Don't prefetch.  Ask before
1606         deleting. 
1607
1608         * gnus.el: Red Gnus v0.37 is released.
1609
1610 Tue Sep 17 03:15:26 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1611
1612         * custom.el: 0.9 included.
1613
1614         * gnus-art.el (browse-url): Required.
1615
1616         * gnus.el: Red Gnus v0.36 is released.
1617
1618 Tue Sep 17 02:37:26 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1619
1620         * gnus-edit.el: Removed.
1621
1622         * custom.el: Removed.
1623
1624         * gnus-cus.el: Removed.
1625
1626 Mon Sep 16 05:59:45 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1627
1628         * gnus.el: Red Gnus v0.35 is released.
1629
1630 Sun Sep 15 00:47:08 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1631
1632         * nnmail.el (nnmail-default-file-modes): New default.
1633
1634 Sat Sep 14 01:48:58 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1635
1636         * gnus-group.el (gnus-group-make-doc-group): Typo.
1637         (gnus-useful-groups): New format.
1638
1639         * gnus-cache.el (gnus-jog-cache): Doc fix.
1640
1641 Fri Sep 13 02:28:47 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1642
1643         * gnus-group.el (gnus-group-get-new-news): Read slave files here. 
1644
1645 Fri Sep 13 01:04:50 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1646
1647         * article.el (article-decode-rfc1522): New version.
1648
1649 Fri Sep 13 00:00:25 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1650
1651         * gnus-msg.el (gnus-crosspost-complaint): Added a newline.
1652         (gnus-summary-mail-crosspost-complaint): Insert message at the
1653         head of the message.
1654
1655 Thu Sep 12 01:56:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1656
1657         * gnus.el: Red Gnus v0.34 is released.
1658
1659 Thu Sep 12 01:16:38 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1660
1661         * gnus.el: Red Gnus v0.33 is released.
1662
1663 Wed Sep 11 00:22:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1664
1665         * gnus-score.el (gnus-adaptive-word-syntax-table): Modified
1666         standard syntax table.
1667
1668         * nntp.el (nntp-read-server-type): Worked in the wrong buffer.
1669
1670         * gnus-demon.el (gnus-demon-cancel): Put
1671         nnheader-cancel-function-timers back in again.
1672
1673         * gnus.el: Red Gnus v0.32 is released.
1674
1675 Tue Sep 10 19:10:09 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1676
1677         * gnus-kill.el (gnus-batch-score): Didn't work at all.
1678
1679         * gnus-msg.el (gnus-summary-mail-nastygram): Place point at
1680         appropriate place.
1681
1682         * gnus-util.el (gnus-make-sort-function): Would nix out the
1683         sorting list.
1684
1685         * gnus-demon.el (gnus-demon-cancel): Don't run
1686         `cancel-function-timers'. 
1687
1688         * message.el (message-header-format-alist): Don't fill References
1689         headers. 
1690
1691 Mon Sep  9 21:51:46 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1692
1693         * nntp.el (nntp-server-action-alist): Don't try LIST ACTIVE GROUP
1694         on Netscape's brain-dead nntp server.
1695
1696         * message.el (message-dont-send): Take proper actions.
1697
1698 Mon Sep  9 21:46:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1699
1700         * gnus.el: Red Gnus v0.31 is released.
1701
1702 Mon Sep  9 21:16:11 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1703
1704         * gnus-msg.el (gnus-copy-article-buffer): Decode headers after
1705         copying. 
1706
1707         * gnus-picon.el (gnus-picons-refresh-before-display): New
1708         variable.
1709         (gnus-picons-insert-face-if-exists): Put bar back in.
1710
1711 Mon Sep  9 20:31:56 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1712
1713         * gnus-uu.el (gnus-uu-digest-mail-forward): Use the newsgroup name.
1714
1715 Mon Sep  9 20:04:35 1996  Kurt Swanson  <kurt@dna.lth.se>
1716
1717         * gnus-salt.el (gnus-pick-mouse-pick-region): New function.
1718
1719 Mon Sep  9 18:37:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1720
1721         * gnus-sum.el (gnus-summary-enter-digest-group): Bugged.
1722
1723         * gnus-score.el (gnus-adaptive-word-syntax-table): Make ' a
1724         word-constituant character.
1725
1726 Sun Sep  8 14:46:01 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
1727
1728         * gnus-group.el (gnus-group-make-useful-group): New command and
1729         keystroke. 
1730         (gnus-useful-groups): New variable.
1731
1732 Sun Sep  8 14:46:01 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
1733
1734         * gnus.el: Red Gnus v0.30 is released.
1735
1736 Sun Sep  8 13:26:36 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
1737
1738         * nndoc.el (nndoc-article-begin-function): Defvarred.
1739
1740         * gnus-srvr.el (gnus-browse-unsubscribe-group): Would sometimes be
1741         somewhat tricky.
1742
1743         * gnus.el (gnus-kill-ephemeral-group): New function.
1744
1745         * gnus-art.el (gnus-button-alist): Recognize group-news urls.
1746
1747         * nndoc.el (nndoc-dissect-buffer): Wouldn't dissect an mbox
1748         properly. 
1749         (nndoc-article-begin): New function.
1750         (nndoc-mbox-body-end): Use it.
1751         (nndoc-mbox-article-begin): Would bug out.
1752
1753 Sun Sep  8 13:10:28 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
1754
1755         * gnus.el (gnus-other-frame): Always pop up a frame.
1756
1757 Sun Sep  8 12:57:03 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
1758
1759         * gnus.el: Red Gnus v0.29 is released.
1760
1761 Sun Sep  8 12:24:11 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
1762
1763         * nntp.el (nntp-accept-process-output): Don't message so
1764         obsessively. 
1765
1766         * gnus.el: Fixed indentation and stuff.
1767
1768 Sun Sep  8 12:23:56 1996  Sudish Joseph  <sudish@mindspring.com>
1769
1770         * nnweb.el (nnweb-fetch-form): Return t.
1771
1772 Sat Sep  7 15:15:42 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
1773
1774         * gnus.el: Red Gnus v0.28 is released.
1775
1776 Sat Sep  7 14:33:17 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
1777
1778         * nntp.el (nntp-after-change-function-callback): Renamed.
1779
1780         * nnweb.el (nnweb-reference-search): Nix out file name.
1781
1782 Sat Sep  7 14:07:13 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
1783
1784         * nnweb.el (nnweb-altavista-search): Nix out buffer file name.
1785
1786         * gnus-async.el (gnus-asynch-with-semaphore): New macro.
1787         (gnus-make-async-article-function): Nix out prefetch list when the
1788         summary buffer dies. 
1789
1790         * nnweb.el (nnweb-altavista-create-mapping): Would search forever
1791         when not getting any matches.
1792
1793 Sat Sep  7 12:43:24 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
1794
1795         * gnus-msg.el (gnus-inews-yank-articles): Goto body before
1796         yanking. 
1797
1798         * nnheader.el (nnheader-insert-file-contents-literally): New
1799         definition. 
1800         (nnheader-insert-head): Use new definition.
1801
1802 Sat Sep  7 12:35:37 1996  Kurt Swanson  <kurt@dna.lth.se>
1803
1804         * gnus-salt.el (gnus-pick-elegant-flow): New variable.
1805
1806 Sat Sep  7 12:03:00 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
1807
1808         * nnheader.el (nnheader-insert-head): Don't use
1809         `insert-file-contents-literally'.
1810         (nnheader-head-chop-length): New variable.
1811
1812         * gnus-sum.el (gnus-summary-read-document): Prepend "nnvirtual:"
1813         to group name.
1814
1815 Sat Sep  7 11:12:26 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
1816
1817         * gnus-score.el (gnus-score-save): Don't check result from
1818         gnus-make-directory.
1819
1820         * gnus-util.el (gnus-make-directory): Return t.
1821
1822 Fri Sep  6 17:55:48 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1823
1824         * gnus-range.el (gnus-copy-sequence): Didn't work for all
1825         sequences. 
1826
1827 Fri Sep  6 14:38:54 1996  Wes Hardaker <Wesley.Hardaker@sphys.unil.ch>
1828
1829         * gnus-picons.el (gnus-picons-display-as-address): New variable.
1830         (gnus-picons-map): New keymap for picons.
1831         (gnus-picons-toggle-extent): New function.
1832         (gnus-article-display-picons): use them.
1833         (gnus-picons-insert-face-if-exists): ditto.
1834         (gnus-picons-try-to-find-face): ditto.
1835         (gnus-group-display-picons): let display catch up.
1836         (gnus-article-display-picons): ditto.
1837
1838 Fri Sep  6 08:11:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1839
1840         * nnkiboze.el (nnkiboze-close-group): Rewrite.
1841         (nnkiboze-request-list, nnkiboze-request-newgroups,
1842         nnkiboze-request-list-newsgroups): Removed.
1843         (nnkiboze-request-scan): New function.
1844         (nnkiboze-directory): New default.
1845
1846         * gnus-sum.el (gnus-article-read-p): New function.
1847
1848         * nnkiboze.el (nnkiboze-retrieve-headers): Rewrite.
1849         (nnkiboze-open-server): Removed.
1850         (nnkiboze-server-opened): Ditto.
1851
1852         * nnheader.el (nnheader-find-nov-line): Renamed.
1853         (nnheader-nov-delete-outside-range): New function.
1854
1855         * gnus-uu.el (gnus-uu-invert-processable): New command and
1856         keystroke. 
1857
1858         * gnus-load.el (gnus-predefined-server-alist): New variable.
1859
1860         * gnus.el (gnus-server-to-method): Use it.
1861         (gnus-read-method): Ditto.
1862
1863         * gnus-sum.el (t): "M V" commands weren't defined.
1864
1865         * gnus-cache.el (gnus-summary-insert-cached-articles): New command
1866         and keystroke.
1867
1868         * gnus-score.el (gnus-sort-score-files): New function.
1869         (gnus-score-file-rank): New function.
1870         (gnus-score-find-bnews): Use it.
1871
1872         * gnus-topic.el (gnus-topic-mode-map): New sort submap.
1873         (gnus-topic-sort-groups, gnus-topic-sort-groups-by-alphabet,
1874         gnus-topic-sort-groups-by-unread, gnus-topic-sort-groups-by-level,
1875         gnus-topic-sort-groups-by-score, gnus-topic-sort-groups-by-rank,
1876         gnus-topic-sort-groups-by-method): New commands and keystrokes.
1877
1878         * gnus-group.el (gnus-group-sort-selected): New command.
1879         (gnus-group-sort-selected-flat): New function.
1880         (gnus-group-sort-selected-groups-by-alphabet,
1881         gnus-group-sort-selected-groups-by-unread,
1882         gnus-group-sort-selected-groups-by-level,
1883         gnus-group-sort-selected-groups-by-score,
1884         gnus-group-sort-selected-groups-by-rank,
1885         gnus-group-sort-selected-groups-by-method): New commands and
1886         keystrokes. 
1887         (gnus-group-make-menu-bar): Updated.
1888
1889         * gnus-util.el (gnus-make-sort-function): Create a complete
1890         function. 
1891         (gnus-make-sort-function-1): Renamed.
1892
1893         * gnus-topic.el (gnus-group-sort-topic): New function.
1894
1895         * gnus-group.el (gnus-group-sort-flat): Made into own function.
1896         (gnus-group-sort-alist-function): New variable.
1897
1898         * nnmail.el (nnmail-split-history): New variable.
1899         (nnmail-split-history): New command.
1900
1901         * gnus-score.el (gnus-score-adaptive): Don't do any work on
1902         pseudos. 
1903
1904         * gnus-msg.el (gnus-post-method): Allow easier posting from mail
1905         groups. 
1906
1907 Thu Sep  5 19:56:41 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
1908
1909         * gnus.el: Red Gnus v0.27 is released.
1910
1911 Thu Sep  5 19:50:19 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1912
1913         * gnus-xmas.el (gnus-xmas-modeline-glyph): Set string properly.
1914
1915 Thu Sep  5 18:39:47 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
1916
1917         * gnus-sum.el (gnus-summary-edit-article-done): Make params
1918         optional. 
1919
1920         * nntp.el (nntp-list-active-group): Don't change group first. 
1921
1922         * gnus-util.el (gnus-make-directory): New function.
1923
1924         * gnus-msg.el (gnus-post-method): Do the right thing in
1925         `to-group' groups.
1926
1927 Fri Sep  6 08:05:53 1996  ISO-2022-JP  <morioka@jaist.ac.jp>
1928
1929         * nnheader.el (nnheader-insert-head): Use
1930         nnheader-insert-file-contents-literally. 
1931
1932 Thu Sep  5 08:29:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1933
1934         * gnus-win.el (gnus-always-force-window-configuration): New
1935         variable. 
1936         (gnus-configure-windows): Use it.
1937
1938         * gnus-sum.el (gnus-summary-save-article): Give better prompts. 
1939
1940         * gnus-load.el (gnus-valid-select-methods): Update.
1941
1942         * gnus-score.el (gnus-score-find-favourite-words): Didn't find any
1943         words.
1944
1945         * gnus-sum.el (gnus-scores-exclude-files): Defined.
1946
1947         * gnus-async.el (gnus-async-prefetch-next): Don't do so much on
1948         un-asynch groups.
1949
1950 Thu Sep  5 08:26:11 1996  jeff sparkes  <jsparkes@nortel.ca>
1951
1952         * gnus-win.el (gnus-buffer-configuration): Bad cut'n'paste.
1953
1954 Thu Sep  5 07:41:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1955
1956         * gnus-group.el (gnus-group-list-groups): Update format specs.
1957
1958 Thu Sep  5 07:11:18 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
1959
1960         * gnus-sum.el (gnus-summary-read-document): Generated wrong nndoc
1961         group names. 
1962
1963 Thu Sep  5 06:53:07 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
1964
1965         * nnvirtual.el (nnvirtual-close-group): Don't update ephemeral
1966         groups. 
1967
1968         * gnus.el (gnus-group-auto-expirable-p): Allow nil expiry params. 
1969
1970 Wed Sep  4 06:46:03 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1971
1972         * gnus.el: Red Gnus v0.26 is released.
1973
1974 Wed Sep  4 06:42:34 1996  Lars Magne Ingebrigtsen  <larsi@nipling.ifi.uio.no>
1975
1976         * nnmail.el (nnmail-move-inbox): Reverse logic.
1977
1978 Wed Sep  4 06:35:05 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1979
1980         * gnus.el: Red Gnus v0.25 is released.
1981
1982 Wed Sep  4 05:19:58 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
1983
1984         * nnmail.el (nnmail-move-inbox): Refuse to move if
1985         nnmail-crash-box can't be written.
1986
1987         * gnus-art.el (gnus-button-url-regexp): Include : and ; in
1988         regexp. 
1989
1990         * gnus-score.el (gnus-adaptive-word-score-alist): New variable. 
1991
1992         * nnmail.el (nnmail-move-inbox): Set file modes on wrong file. 
1993
1994 Tue Sep  3 06:44:36 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1995
1996         * gnus.el: Red Gnus v0.24 is released.
1997
1998 Tue Sep  3 05:30:02 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
1999
2000         * gnus-async.el (gnus-async-prefetch-article): Reset async list
2001         when the summary buffer is killed.
2002
2003         * gnus-xmas.el (gnus-xmas-modeline-glyph): Don't use glyph under
2004         tty. 
2005
2006         * gnus-msg.el (gnus-copy-article-buffer): Deleted text in article
2007         buffer. 
2008
2009 Tue Sep  3 05:10:19 1996  Kurt Swanson  <kurt@dna.lth.se>
2010
2011         * gnus-sum.el (gnus-group-no-more-groups-hook): New variable.
2012
2013 Tue Sep  3 04:44:31 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2014
2015         * gnus-sum.el (gnus-summary-exit): Would bug out when using a
2016         single article buffer.
2017
2018 Mon Sep  2 05:50:07 1996  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
2019
2020         * gnus-audio.el (gnus-audio-play): Give the sound-file argument as
2021         ARG in addition to stdin.
2022
2023 Mon Sep  2 05:28:26 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2024
2025         * gnus.el: Red Gnus v0.23 is released.
2026
2027 Mon Sep  2 05:16:46 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2028
2029         * gnus-audio.el: Renamed from "gnus-sound".
2030
2031 Mon Sep  2 05:06:17 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2032
2033         * gnus-ems.el (gnus-xemacs): New variable.
2034
2035 Mon Sep  2 03:18:18 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2036
2037         * gnus-async.el (gnus-async-prefetch-next): Don't start fetching
2038         the next article until we have been idle a while.
2039
2040         * gnus-group.el (gnus-group-make-help-group): Use the new find-etc
2041         function.
2042         
2043         * nnheader.el (nnheader-find-etc-directory): Accept a FILE
2044         parameter. 
2045
2046         * gnus-msg.el (gnus-debug): Use `locate-library' instead of doing
2047         things the hard way.
2048
2049         * gnus-sum.el (gnus-set-global-variables): Copy 
2050
2051 Mon Sep  2 03:01:27 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2052
2053         * gnus.el (gnus-splash): Play jingle.
2054
2055         * gnus-sound.el (gnus-startup-jingle): New variable.
2056         (gnus-play-jingle): New command.
2057
2058         * gnus.el (gnus-play-startup-jingle): New variable.
2059
2060 Sun Sep  1 06:38:45 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2061
2062         * gnus.el: Red Gnus v0.22 is released.
2063
2064 Sun Sep  1 05:45:59 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2065
2066         * gnus.el: Removed unreferenced let bindings from all files. 
2067
2068 Sun Sep  1 02:10:28 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2069
2070         * gnus.el ((load)): Only do the initial splash on "gnus"
2071         commands. 
2072
2073         * gnus-cus.el (gnus-face-dark-name-list): Don't use "dark blue".
2074
2075         * nntp.el (nntp-retrieve-headers): Would infloop sometimes.
2076
2077         * gnus-group.el (gnus-group-insert-group-line-info): Indent
2078         properly. 
2079
2080         * gnus-sum.el (gnus-gather-threads-by-references): Avoid
2081         infloops. 
2082
2083         * gnus-salt.el (gnus-mouse-pick): Changed name.
2084
2085         * nntp.el (nntp-retrieve-groups): Didn't do the right thing on
2086         servers that don't support LIST ACTIVE.
2087
2088         * gnus-win.el (gnus-current-window-configuration): New variable.
2089         (gnus-configure-windows): Use it.
2090
2091         * gnus-art.el (gnus-article-read-summary-keys): Let `C-d' work
2092         properly. 
2093
2094         * gnus-sum.el (gnus-list-of-unread-articles): Active group.
2095
2096 Sat Aug 31 05:05:14 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2097
2098         * gnus.el: Red Gnus v0.21 is released.
2099
2100 Sat Aug 31 02:54:39 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2101
2102         * gnus-topic.el (gnus-topic-goto-next-group): Go to the proper
2103         group when listing.
2104
2105         * gnus-start.el (gnus-get-killed-groups): Mark .newsrc as needing
2106         saving. 
2107
2108         * nnmail.el (nnmail-remove-tabs): New function.
2109
2110 Fri Aug 30 06:26:37 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2111
2112         * gnus-start.el (gnus-set-default-directory): Set to directory
2113         file name.
2114
2115         * nnmail.el (nnmail-remove-list-identifiers): New function.
2116         (nnmail-list-identifiers): New variable.
2117         (nnmail-prepare-incoming-message-hook): New variable.
2118         (nnmail-move-inbox): Allow nnmail-movemail-program to be a
2119         function. 
2120
2121         * article.el (article-mime-decode-quoted-printable-buffer): New
2122         function.
2123
2124         * nnmail.el (nnmail-prepare-incoming-header-hook): New variable.
2125         (nnmail-clean-whitespace-from-headers): New function.
2126
2127         * nntp.el (nntp-connection-alist): New variable.
2128         (nntp-open-connection): Use it.
2129         (nntp-request-close): New function.
2130
2131         * gnus-demon.el (timer): Required.
2132
2133         * message.el (message-reply): Bugged out on wide replies.
2134
2135 Fri Aug 30 03:51:39 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2136
2137         * gnus.el: Red Gnus v0.20 is released.
2138
2139 Fri Aug 30 01:36:10 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2140
2141         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use
2142         `gnus-group-find-parameter'.
2143
2144         * nndoc.el (nndoc-mbox-article-begin): New function.
2145
2146         * gnus-sum.el (gnus-summary-search-article): Would expose the
2147         first hidden thread.
2148
2149         * gnus-msg.el (gnus-copy-article-buffer): Delete annotations
2150         before following up.
2151
2152         * gnus-cite.el (gnus-article-hide-citation): Mark buttons as
2153         annotations. 
2154
2155         * article.el (article-delete-text-of-type): New function.
2156
2157         * nndoc.el (nndoc-type-alist): Be slightly more permissive. 
2158
2159         * gnus-sum.el (gnus-summary-enter-digest-group): Would nix out
2160         quit-conf. 
2161         (gnus-summary-read-document): Ditto.
2162
2163         * nndoc.el (nndoc-dissect-buffer): Escape errors in overflows.
2164
2165         * message.el (message-send-news): Give a message after not
2166         posting. 
2167         (message-reply): Remove leading spaces from Cc.
2168
2169 Fri Aug 30 01:32:27 1996  Jack Vinson  <jvinson@cheux.ecs.umass.edu>
2170
2171         * nnmail.el (nnmail-get-split-group): New version.
2172
2173 Fri Aug 30 00:47:17 1996  Jens Lautenbacher  <jens@lemming0.lem.uni-karlsruhe.de>
2174
2175         * gnus.texi (Group Parameters): Updated documentation 
2176
2177         * gnus-msg.el (gnus-inews-insert-archive-gcc): Updated to use the
2178                   topic's value of gcc-self if no group value present.
2179
2180 Fri Aug 30 00:19:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2181
2182         * gnus-start.el (gnus-set-default-directory): Expand default
2183         directory. 
2184
2185         * gnus-group.el (gnus-group-make-web-group): Changed keystroke.
2186
2187         * gnus-sum.el (gnus-summary-verbose-headers): Show article after
2188         toggling. 
2189
2190 Thu Aug 29 23:50:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2191
2192         * gnus-demon.el (gnus-demon-add-rescan): New function.
2193         (gnus-demon-scan-news): New function.
2194
2195 Thu Aug 29 05:34:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2196
2197         * gnus.el: Red Gnus v0.19 is released.
2198
2199 Thu Aug 29 02:04:35 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2200
2201         * nndoc.el (nndoc-babyl-body-begin): Would skip empty messages. 
2202
2203         * nntp.el (nntp-retrieve-groups): Would infloop on some servers.
2204
2205         * gnus-sum.el (gnus-nov-parse-line): Don't let messages refer back
2206         to themselves.
2207
2208         * gnus-util.el (gnus-parent-id): Don't bug out on nil references. 
2209
2210         * gnus-cite.el (gnus-article-hide-citation): Hide/unhide better.
2211
2212         * article.el (article-hide-text-of-type): New function.
2213         (article-hidden-text-type-p): New function.
2214
2215         * gnus-cite.el (gnus-article-hide-citation): Marked the hidden
2216         text with wrong type.
2217         (gnus-article-hide-citation-maybe): Ditto.
2218         (gnus-article-hide-citation): Toggle.
2219
2220         * gnus-dup.el (gnus-dup-enter-articles): Would bug out on
2221         pseudo-articles. 
2222
2223         * nntp.el (nntp-server-opened-hook): Send mode reader as a
2224         default. 
2225         (nntp-retrieve-data): Format error.
2226
2227 Thu Aug 29 01:52:19 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2228
2229         * gnus-sum.el (gnus-summary-display-article): Check whether
2230         `gnus-current-article' is nil.
2231
2232 Wed Aug 28 08:44:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2233
2234         * gnus-async.el (gnus-async-prefetch-article): Would clobber
2235         fetches in progress.
2236
2237         * gnus-sum.el (gnus-summary-prepare): Made into command.
2238
2239         * gnus-srvr.el (gnus-server-scan-server): New command and
2240         keystroke. 
2241
2242         * gnus-group.el (gnus-group-read-group): Accept a 0 prefix to not
2243         generate buffer.
2244
2245 Sun Jul 21 14:56:28 1996  Steven L Baur  <steve@miranova.com>
2246
2247         * earcon.el (earcon-regexp-alist): Plonk!
2248
2249 Wed Aug 28 04:14:36 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2250
2251         * gnus.el: Red Gnus v0.18 is released.
2252
2253 Wed Aug 28 02:09:20 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2254
2255         * nnweb.el (nnweb-dejanews-create-mapping): Would just fetch the
2256         first 100 hits.
2257         (nnweb-close-group): Set file name to nil before killing.
2258         (nnweb-altavista-create-mapping): Fetch the required number of
2259         articles. 
2260
2261         * gnus-group.el (gnus-group-read-ephemeral-group): Don't call the
2262         activation several times.
2263
2264         * gnus-sum.el (gnus-summary-enter-digest-group): Copy the parent's
2265         params to the nndoc group.
2266         (gnus-summary-read-document): Ditto.
2267
2268         * message.el (message-followup): Would produce buggy messages when
2269         replying to messages without Message-IDs.
2270
2271 Sat Aug 10 23:41:07 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2272
2273         * gnus.el (gnus-decode-rfc1522): Start decoding from beginning of
2274         headers instead of end.
2275
2276 Wed Aug 28 01:35:26 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2277
2278         * gnus-demon.el (gnus-demon-cancel): Cancel function timers.
2279
2280         * nnheaderxm.el (nnheader-xmas-cancel-function-timers): New
2281         function.
2282
2283         * nnheader.el (nnheader-cancel-function-timers): New alias.
2284
2285         * gnus-topic.el (gnus-topic-mode): Update groups.
2286         (gnus-topic-remove-group): Update topic.
2287
2288         * gnus-group.el (gnus-group-update-group-function): New variable. 
2289         (gnus-group-update-group): Use it.
2290
2291         * gnus-topic.el (gnus-topic-update-topics-containing-group): New
2292         function. 
2293
2294 Tue Aug 27 14:35:01 1996  Ken Raeburn  <raeburn@cygnus.com>
2295
2296         * nnmail.el (nnmail-move-inbox): Don't try setting modes on
2297         "po:$USER".
2298
2299 Tue Aug 27 21:45:14 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2300
2301         * gnus-sum.el (gnus-summary-number-of-articles-in-thread): Would
2302         bug out on unthreadeds.
2303
2304 Tue Aug 27 21:38:13 1996  Kurt Swanson  <kurt@dna.lth.se>
2305
2306         * gnus-salt.el (gnus-pick-mode-map): Typo.
2307
2308 Tue Aug 27 21:35:58 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2309
2310         * gnus-load.el: Removed gnus-vis thingies.
2311
2312 Tue Aug 27 00:54:05 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2313
2314         * gnus.el: Red Gnus v0.17 is released.
2315
2316 Tue Aug 27 00:46:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2317
2318         * nnweb.el (nnweb-dejanews-create-mapping): Dummy function.
2319
2320 Tue Aug 27 00:43:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2321
2322         * gnus.el: Red Gnus v0.16 is released.
2323
2324 Tue Aug 27 00:36:58 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2325
2326         * gnus-topic.el (gnus-topic-set-parameters): Bugout.
2327
2328 Mon Aug 26 22:41:04 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2329
2330         * nntp.el (nntp-retrieve-groups): Didn't inhibit erasing.
2331
2332         * nnweb.el (nnweb-callback): Ignore if the callback buffer is
2333         dead. 
2334
2335         * gnus-async.el (gnus-async-prefetch-article): Don't do anything
2336         if Gnus is dead.
2337
2338 Mon Aug 26 00:57:06 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2339
2340         * nnweb.el (nnweb-dejanews-create-mapping): Fold search.
2341         (nnweb-reference-create-mapping): Ditto.
2342         (nnweb-altavista-create-mapping): Ditto.
2343
2344         * gnus-async.el (gnus-asynchronous): New variable.
2345         (gnus-async-prefetch-article): Use it.
2346         (gnus-async-prefetch-headers): Ditto.
2347
2348         * nnweb.el (nnweb-close-group): New function.
2349
2350         * gnus-topic.el (gnus-topic-clean-alist): Would remove foreign
2351         groups from topics.
2352
2353 Mon Aug 26 00:10:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2354
2355         * gnus.el: Red Gnus v0.15 is released.
2356
2357 Sun Aug 25 23:09:18 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2358
2359         * message.el (message-send-mail-with-qmail): Use
2360         `message-qmail-program', which doesn't exist.
2361
2362         * nndoc.el (nndoc-type-alist): Slack digests are guessable.
2363
2364 Sun Aug 25 21:27:17 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2365
2366         * gnus-salt.el (gnus-pick-mode): Nixed out the format.
2367         (gnus-summary-pick-line-format): Buggy def.
2368
2369         * gnus-sum.el (gnus-summary-read-document): Provide a quit-conf.
2370         (gnus-summary-read-document): Do better names.
2371
2372         * nnvirtual.el (nnvirtual-close-group): Don't do the unread
2373         setting on ephemeral groups.
2374
2375         * nntp.el (nntp-retrieve-groups): Would infloop.
2376
2377 Sun Aug 25 02:52:11 1996  Sudish Joseph  <sudish@MindSpring.COM>
2378
2379         * message.el (message-qmail-inject-program): New variable.
2380         (message-qmail-inject-args): New variable.
2381         (message-send-mail-with-qmail): New function, suitable for use
2382         as message-send-mail-function.
2383
2384 Sun Aug 25 20:41:45 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2385
2386         * nnweb.el (nnweb-fetch-form): Clear buffer file name. 
2387
2388         * nntp.el (nntp-request-article): Would try to copy to the same
2389         buffer. 
2390
2391         * gnus-group.el (gnus-group-read-ephemeral-group): Better error
2392         message. 
2393
2394         * nnweb.el (nnweb-request-group): Better error report. 
2395
2396         * gnus-score.el (gnus-score-load-file): Gave `nil' as a day param.
2397
2398 Sun Aug 25 03:32:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2399
2400         * gnus.el: Red Gnus v0.14 is released.
2401
2402 Sun Aug 25 00:16:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2403
2404         * gnus-util.el (gnus-prin1): New function.
2405         (gnus-prin1-to-string): New function.
2406
2407         * gnus-sum.el (gnus-summary-refer-parent-article): Bugout.
2408
2409         * nndb.el (nndb-request-accept-article): Use new nntp functions.
2410
2411         * pop3.el: Make MD5 defined when compiling.
2412
2413         * article.el (article-strip-blank-lines): Called Gnus functions.
2414
2415         * nnweb.el (nnweb-init): Create a better buffer name.
2416         (nnweb-altavista-search): Wasn't defined.
2417         (nnweb-reference-search): Use advanced search.
2418
2419         * nnfolder.el (nnfolder-request-accept-article): Wrong params to
2420         `save-mail'. 
2421         * nnbabyl.el (nnbabyl-request-accept-article): Ditto.
2422         * nnmbox.el (nnmbox-request-accept-article): Ditto.
2423         * nnmh.el (nnmh-request-accept-article): Ditto.
2424         * nnml.el (nnml-request-accept-article): Ditto.
2425
2426 Sat Aug 24 23:53:32 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2427
2428         * nnmail.el (nnmail-get-new-mail): Tried calling nonexisting
2429         functions. 
2430
2431 Sat Aug 24 23:30:07 1996  Lars Magne Ingebrigtsen  <larsi@nipling.ifi.uio.no>
2432
2433         * gnus-group.el (gnus-group-enter-directory): Temporarily bound
2434         `nneething-read-only'. 
2435
2436 Fri Aug 23 23:22:16 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
2437
2438         * gnus-ems.el (gnus-ems-redefine): Set
2439         `gnus-summary-display-table' to nil.
2440
2441 Fri Aug 23 22:55:09 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2442
2443         * gnus-art.el (gnus-summary-save-in-file): Didn't check before
2444         creating dir.
2445         (gnus-summary-save-in-rmail): Ditto.
2446         (gnus-summary-save-body-in-file): Ditto.
2447
2448         * message.el (message-check-news-syntax): Faulty Newsgroups
2449         regexp. 
2450
2451 Thu Aug 22 20:47:48 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2452
2453         * nnmail.el (nnmail-split-hook): New variable.
2454
2455         * nnmh.el (nnmh-update-gnus-unreads): cl-nged.
2456         (nnmh-active-number): Find the largest article number.
2457
2458 Thu Aug 22 20:39:10 1996  Sam Falkner  <sam@steel.central.sun.com>
2459
2460         * nnmh.el (nnmh-update-gnus-unreads): Check all articles.
2461
2462 Thu Aug 22 16:49:35 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2463
2464         * gnus-kill.el (gnus-execute): Ignored read articles.
2465
2466         * gnus-sum.el (gnus-summary-execute-command): Give a form, not a
2467         function. 
2468
2469         * gnus-kill.el (gnus-execute-1): Evaled functions instead of
2470         calling them.
2471
2472         * nnmail.el (nnmail-move-inbox): Allow continuation after error. 
2473
2474         * gnus-score.el (gnus-adaptive-word-syntax-table): New variable. 
2475         (gnus-score-adaptive): Use it.
2476
2477         * nnbabyl.el (nnbabyl-request-scan): Change group.
2478
2479         * nnmbox.el (nnmbox-request-scan): Change group.
2480
2481         * gnus-score.el (gnus-ignored-adaptive-words): Renamed.
2482         (gnus-ignored-adaptive-words): New variable.
2483         (gnus-score-adaptive): Use it.
2484         (gnus-score-adaptive): Bugged out on undefined symbols.
2485         (gnus-summary-score-entry): Accept numerical DATE.
2486         (gnus-score-adaptive): Pos in wrong buf.
2487         (gnus-score-string): Didn't accept word matches.
2488         (gnus-enter-score-words-into-hashtb): Wrong sequence.
2489         (gnus-score-string): Word matches inflooped.
2490
2491 Wed Aug 21 15:06:47 1996    <Wesley.Hardaker@sphys.unil.ch>
2492
2493         * smiley.el (smiley-buffer): Added some additional extent parameters.
2494         (smiley-toggle-extent): rewrote to use above.
2495
2496 Mon Aug 19 20:19:59 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2497
2498         * gnus-spec.el (gnus-tilde-cut-form): Cut off wrong part.
2499
2500 Mon Aug 19 20:09:44 1996  Samuel Tardieu  <sam@inf.enst.fr>
2501
2502         * gnus-cache.el (gnus-cache-write-active): Would try to create
2503         existing directory.
2504
2505 Mon Aug 19 00:12:11 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2506
2507         * article.el (article-strip-multiple-blank-lines): New command and
2508         keystroke.
2509         (article-strip-blank-lines): New command and keystroke.
2510
2511         * nnmail.el (nnmail-move-inbox): Set file permissions on the
2512         Incoming files.
2513
2514         * gnus-group.el (gnus-group-fetch-faq): Go through the FAQ dirs
2515         until we manage to open one.
2516
2517         * nntp.el (nntp-send-authinfo-function): New variable.
2518         (nntp-wait-for): Handle authinfo requests better.
2519
2520         * gnus-sum.el (gnus-summary-article-posted-p): New command and
2521         keystroke. 
2522
2523         * gnus-topic.el (gnus-topic-display-empty-topics): New variable.
2524
2525         * gnus-msg.el (gnus-setup-message): Make `gnus-newsgroup-name'
2526         local to the message buffers.
2527
2528         * gnus-int.el (gnus-remove-denial): New function.
2529
2530         * gnus-sum.el (gnus-summary-refer-parent-article): Allow negative
2531         prefixes. 
2532         (gnus-summary-refer-parent-article): Allow skipping past canceled
2533         articles. 
2534
2535         * gnus-util.el (gnus-parent-id): Take an optional N ancestor
2536         param. 
2537
2538         * gnus-async.el (gnus-async-prefetch-article): Don't clobber async
2539         fetches already in progress.
2540
2541         * nnmail.el (nnmail-check-duplication): Allow /dev/null mail
2542         filing. 
2543
2544         * gnus-sum.el (gnus-summary-catchup): Didn't do suppression.
2545         (gnus-summary-limit-children): Never hide ticked articles.
2546         (gnus-highlight-selected-summary): Selected face spans the entire
2547         %(-%) area.
2548
2549 Sun Aug 18 22:05:00 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2550
2551         * gnus-group.el (gnus-group-restart): Better prompt.
2552
2553         * gnus-async.el (gnus-async-prefetch-article): Don't try to fetch
2554         old-fetched articles.
2555
2556 Sun Aug 18 22:02:17 1996  Raja R. Harinath  <harinath@cs.umn.edu>
2557
2558         * gnus-gl.el (gnus-grouplens-mode): Make hooks local.
2559
2560 Sun Aug 18 16:53:19 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2561
2562         * gnus-group.el (gnus-group-get-new-news): Don't move point.
2563
2564         * nnweb.el (nndejagnus): Renamed from nndejagnus.
2565         (nnweb-remove-markup): New function.
2566
2567 Sun Aug 18 14:53:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2568
2569         * gnus.el: Red Gnus v0.13 is released.
2570
2571 Tue Aug 20 17:30:00 1996    <Wesley.Hardaker@sphys.unil.ch>
2572
2573         * smiley.el (smiley-map): New keymap for smileys.
2574         (smiley-toggle-extent): New function to toggle smiley invisibility.
2575         (smiley-buffer): Use them.
2576
2577 Sun Aug 18 12:46:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2578
2579         * nnoo.el (nnoo-define-skeleton-1): Defined too many functions.
2580
2581 Sat Aug 17 18:43:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2582
2583         * gnus-group.el (gnus-group-make-dejanews-group): New command and
2584         keystroke. 
2585
2586         * gnus-start.el (gnus-site-init-file): New variable.
2587         (gnus-read-init-file): Use it.
2588
2589         * nndejanews.el: New file.
2590
2591         * nnheader.el (make-full-mail-header): New function.
2592
2593         * nngateway.el (nngateway-open-server): Used nntp vars.
2594
2595 Sat Aug 17 15:35:28 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2596
2597         * gnus.el: Red Gnus v0.12 is released.
2598
2599 Sat Aug 17 12:58:28 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2600
2601         * gnus-win.el (gnus-window-configuration-element): New function. 
2602         (gnus-windows-old-to-new): Use it.
2603         (gnus-windows-old-to-new): Produced bogus results.
2604
2605         * message.el (message-cancel-message): New variable.
2606
2607         * gnus-srvr.el (gnus-server-mode-map): Buggy keymap.
2608
2609         * gnus-group.el (gnus-group-get-new-news-this-group): Illegal
2610         gnus-error value.
2611
2612 Fri Aug 16 21:22:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2613
2614         * nnmail.el (nnmail-replace-status, nnmail-decode-status,
2615         nnmail-encode-status): New variables.
2616
2617         * nnml.el (nnml-article-to-file): New function.
2618
2619 Fri Aug 16 20:26:12 1996  Kurt Swanson  <kurt@dna.lth.se>
2620
2621         * nnfolder.el (nnfolder-generate-active-file): Test the right
2622         files. 
2623
2624 Fri Aug 16 19:30:57 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2625
2626         * gnus-salt.el (gnus-possibly-generate-tree): Would bug out on
2627         unthreaded buffers.
2628
2629         * gnus-xmas.el (gnus-xmas-modeline-right-extent): Disabled.
2630         (gnus-xmas-modeline-left-extent): Ditto.
2631
2632         * gnus-group.el (gnus-group-make-menu-bar): Bugged out on
2633         undefined variable.
2634
2635         * gnus.el (gnus-read-method): Return the virtual server name if
2636         possible. 
2637
2638 Thu Aug 15 18:15:58 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2639
2640         * nngateway.el: New file.
2641
2642         * nnoo.el (nnoo-define-skeleton): New macro.
2643         (nnoo-define-skeleton-1): New function.
2644
2645         * gnus-start.el (gnus-strip-killed-list): New function.
2646         (gnus-gnus-to-quick-newsrc-format): Use it.
2647
2648         * gnus-sum.el (gnus-summary-process-mark-set): New function.
2649         (gnus-summary-yank-process-mark, gnus-summary-kill-process-mark,
2650         gnus-summary-save-process-mark): New commands and keystrokes.
2651
2652         * nnml.el (nnml-generate-nov-file): Set modes.
2653
2654         * nnmail.el (nnmail-default-file-modes): New variable.
2655         (nnmail-write-region): New function.
2656
2657         * gnus-score.el (gnus-score-score-files-1): Bind case-fold-search
2658         to nil.
2659
2660 Wed Aug 14 21:20:07 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2661
2662         * gnus-soup.el (gnus-soup-send-packet): Disable syntax checks.
2663
2664 Wed Aug 14 20:28:09 1996  Fred Johansen  <Fred.Johansen@ifi.ntnu.no>
2665
2666         * gnus-logic.el (gnus-advanced-score-rule): `and' rules were
2667         treated improperly.
2668
2669 Wed Aug 14 15:29:39 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2670
2671         * gnus-salt.el (gnus-mouse-pick-article): New command. 
2672
2673         * gnus-art.el (gnus-button-url): Call with one argument.
2674
2675         * gnus-start.el (gnus-set-default-directory): New function.
2676
2677         * gnus-load.el (gnus-default-directory): New variable.
2678
2679 Wed Aug 14 15:03:01 1996  Sudish Joseph  <sudish@mindspring.com>
2680
2681         * gnus-score.el (gnus-home-score-file): Changed syntax.
2682
2683 Tue Aug 13 22:07:11 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
2684
2685         * nndoc.el (nndoc-dissect-buffer): Went into infinite loop if end
2686         of file token wasn't properly detected.
2687         (nndoc-type-alist): Better end-of-header regexp for
2688         lanl.gov preprints
2689         (nndoc-article-type): Updated doc string
2690
2691 Mon Aug 12 21:01:25 1996  Sudish Joseph  <sudish@mindspring.com>
2692
2693         * nntp.el (nntp-request-newgroups): Switch to nntp-server-buffer
2694         first.
2695
2696 Tue Aug 13 09:44:46 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2697
2698         * gnus-group.el (gnus-group-sort-by-real-name): New function.
2699
2700         * gnus-sum.el (gnus-summary-save-article): Pass on number of
2701         articles to be saved.
2702
2703         * gnus-art.el (gnus-article-edit-article): Remove all text props.
2704         (gnus-read-save-file-name): Take an optional defaultish parameter.
2705
2706         * nntp.el (nntp-retrieve-groups): Saved.
2707
2708         * message.el (message-forward): Didn't work well with multi-line
2709         separators. 
2710
2711         * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Check
2712         wheteher followup-to was restricted.
2713
2714         * nnsoup.el (nnsoup-store-reply): Would insert double courtesy
2715         headers. 
2716
2717         * gnus-group.el (gnus-group-highlight-line): New `total' number. 
2718
2719 Mon Aug 12 06:25:00 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2720
2721         * gnus.el: Red Gnus v0.11 is released.
2722
2723 Mon Aug 12 03:51:57 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2724
2725         * gnus-async.el (gnus-make-async-article-function): New function.
2726         (gnus-async-prefetch-article): Use it.
2727
2728 Sat Aug 10 07:16:29 1996  Greg Stark  <gsstark@mit.edu>
2729
2730         * gnus-start.el (gnus-activate-level): Doc fix.
2731
2732 Sun Aug 11 03:33:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2733
2734         * gnus-msg.el (gnus-summary-mail-crosspost-complaint): New command.
2735         (gnus-crosspost-message): New variable.
2736
2737         * gnus-vis.el: Removed file -- functions spread out over
2738         gnus-group.el, gnus-sum.el and gnus-art.el.
2739
2740         * gnus-util.el (gnus-turn-off-edit-menu): Renamed function.
2741
2742         * gnus-salt.el (gnus-carpal-mode): Moved to this file.
2743
2744         * gnus-vis.el (gnus-score-set-default): Removed.
2745         (gnus-visual-score-map): Removed.
2746
2747         * nntp.el (nntp-send-nosy-authinfo): Don't echo password.
2748
2749         * gnus-srvr.el (gnus-server-open-all-servers): New command and
2750         keystroke. 
2751         (gnus-server-close-all-servers): Ditto.
2752
2753         * gnus-async.el (gnus-async-get-semaphore): New function.
2754         (gnus-async-release-semaphore): New function.
2755         (gnus-async-prefetch-article): Use them.
2756
2757         * nntp.el (nntp-make-process-buffer): New function.
2758         (nntp-retrieve-data): Use after-change instead of filter.
2759         (nntp-after-change-function): New function.
2760
2761         * gnus.el (gnus-read-method): Intern method.
2762
2763         * gnus-cache.el (gnus-cache-save-buffers): Didn't check before
2764         making dir.
2765
2766 Sat Aug 10 14:55:33 1996  Sudish Joseph  <sudish@mindspring.com>
2767
2768         * gnus-win.el (gnus-buffer-configuration): Don't create picon
2769         frame if gnus-picons-display-where is 'article.
2770
2771 Sun Aug 11 02:47:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2772
2773         * gnus-vis.el (gnus-highlight-selected-summary): Would bug out on
2774         some lines. 
2775
2776         * gnus-spec.el (gnus-tilde-cut-form): Typo.
2777         (gnus-parse-simple-format): Forgot to check `max-right' and
2778         `max-left'.
2779         (gnus-compile): Don't issue warnings.
2780
2781 Fri Aug  2 14:53:02 1996  Christoph Wedler  <wedler@fmi.uni-passau.de>
2782         
2783         * smiley.el (smiley-buffer): `smiley-regexp-alist' can be a symbol
2784         now.
2785
2786 Sun Aug 11 02:37:57 1996  Greg Stark  <gsstark@mit.edu>
2787
2788         * gnus-msg.el (gnus-post-method): Tested the wrong variable. 
2789
2790 Sun Aug 11 02:28:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2791
2792         * message.el (message-check-news-syntax): Messaged wrong number.
2793
2794 Sat Aug 10 11:26:56 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2795
2796         * message.el (message-y-or-n-p): Moved to before usage.
2797
2798 Fri Aug  9 16:42:52 1996  Danny Siu  <dsiu@adobe.com>
2799
2800         * gnus-picon.el (gnus-article-display-picons): display picon even if
2801         From line doesn't have full domain name.
2802
2803 Sat Aug 10 10:11:21 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2804
2805         * message.el (message-reply): Didn't narrow properly to the head.
2806         (message-indent-citation): Remove all blank lines at the start. 
2807
2808 Sat Aug 10 07:00:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2809
2810         * gnus.el: Red Gnus v0.9 is released.
2811
2812 Sat Aug 10 06:03:07 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2813
2814         * gnus-soup.el (gnus-soup-write-prefixes): Protect against
2815         existing dirs.
2816
2817         * gnus-topic.el (gnus-topic-parameters): Third parameter instead
2818         of second.
2819         (gnus-topic-set-parameters): Ditto.
2820
2821 Sat Aug 10 05:22:43 1996  Lee Iverson  <leei@ai.sri.com>
2822
2823         * message.el (message-send-mail-with-mh): Didn't work.
2824
2825 Sat Aug 10 03:57:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2826
2827         * gnus-dup.el (gnus-dup-unsuppress-article): Data instead of
2828         ingo. 
2829         (gnus-dup-unsuppress-article): Set the wrong variable.
2830
2831 Sat Aug 10 00:52:26 1996  Jack Vinson  <jvinson@cheux.ecs.umass.edu>
2832
2833         * gnus.el (gnus-short-group-name): Bug in dotless names.
2834
2835 Sat Aug 10 00:45:32 1996  Jens Lautenbacher  <jens@lemhrem.lem.uni-karlsruhe.de>
2836
2837         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the `gcc-self'
2838         parameter. 
2839
2840 Sat Aug 10 00:28:41 1996  François Pinard  <pinard@progiciels-bpi.ca>
2841
2842         * gnus-load.el (gnus-info-nodes): Add info node for
2843         `mime/viewer-mode'. 
2844
2845 Sat Aug 10 00:25:51 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2846
2847         * message.el (message-reply): Don't include first empty line. 
2848
2849 Sat Aug 10 00:11:52 1996  François Pinard  <pinard@progiciels-bpi.ca>
2850
2851         * gnus-sum.el (gnus-summary-prev-unread-article): Doc fix.
2852
2853 Sat Aug 10 00:08:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2854
2855         * gnus-util.el (gnus-date-iso8601): Protect against buggy Dates. 
2856
2857 Fri Aug  9 06:39:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2858
2859         * gnus-topic.el (gnus-topic-mode): Hook into parameter thingies. 
2860         (gnus-topic-parameters): Buggy definition.
2861
2862         * gnus-group.el (gnus-group-get-parameter-function): New
2863         variable. 
2864
2865         * gnus.el (gnus-group-find-parameter): New function.
2866
2867         * gnus-sum.el (gnus-summary-read-document): New command and
2868         keystroke. 
2869
2870         * gnus-group.el (gnus-group-clear-data-on-native-groups): New
2871         command. 
2872         (gnus-group-read-ephemeral-group): Accept an ACTIVATE-ONLY
2873         parameter.
2874
2875         * gnus-score.el (gnus-decay-score): New function.
2876         (gnus-decay-scores): New function.
2877         (gnus-decay-score-function): New variable.
2878         (gnus-score-date): Accept a `regexp' match.
2879
2880         * gnus-util.el (gnus-time-to-day): New function.
2881
2882         * gnus-score.el (gnus-decay-scores): New variable.
2883         (gnus-score-decay-constant): New variable.
2884         (gnus-score-decay-scale): New variable.
2885
2886         * gnus-sum.el (gnus-group-make-articles-read): Register undo. 
2887
2888         * gnus-group.el (gnus-update-read-articles): Register undo.
2889
2890         * gnus-undo.el (gnus-undo-register-1): Renamed.
2891         (gnus-undo-register): New macro.
2892
2893         * gnus-group.el (gnus-group-yank-group): Be undoable.
2894         (gnus-group-kill-group): Be undoable.
2895         (gnus-undo): Required.
2896         (gnus-group-clear-data): New keystroke.
2897
2898         * gnus-undo.el (gnus-undo-last-command): New variable.
2899         (gnus-undo): Didn't work.
2900         (gnus-undo-boundary): Keep track of whether the last command did a
2901         boundary.
2902         (gnus-undo): Set boundary.
2903
2904 Thu Aug  8 19:43:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2905
2906         * gnus-spec.el (gnus-tilde-cut-form): New function.
2907         (gnus-tilde-max-form): New definition.
2908         (gnus-tilde-ignore-form): New function.
2909         (gnus-parse-format): Rewrite to accept extended syntax.
2910
2911         * gnus-topic.el (gnus-topic-goto-missing-group): Try to be a bit
2912         faster.
2913
2914         * gnus-group.el (gnus-group-goto-group): Accept optional FAR
2915         parameter. 
2916
2917         * gnus-int.el (gnus-request-newgroups): Don't bug out on servers
2918         that don't support this.
2919
2920         * gnus.el (gnus-server-extend-method): Would bug out on non-known
2921         methods. 
2922
2923         * gnus-group.el (gnus-group-get-new-news): Put point in the group
2924         buffer. 
2925
2926 Wed Aug  7 15:40:44 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
2927
2928         * nntp.el (nntp-open-rlogin): Now can be used as
2929         nntp-open-connection function
2930         (nntp-open-telnet): Ditto
2931         (nntp-open-rlogin): Needed to remove telnet junk from nntp buffer
2932         to make new nntp-wait-for happy
2933         all: required carriage return for end of line 
2934
2935 Tue Aug  6 21:58:26 1996  Jan Vroonhof  <vroonhof@math.ethz.ch (Jan Vroonhof)>
2936
2937         * nndoc.el (nndoc-generate-lanl-gov-head): New function
2938         (nndoc-transform-lanl-gov-announce): New function
2939         (nndoc-lanl-gov-announce-type-p): New function
2940         (nndoc-type-alist): Added support for preprint announcements
2941         (nndoc-type-alist): Only use 'slack-digests' if forced to.
2942
2943 Tue Aug  6 20:41:02 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
2944
2945         * nndoc.el (nndoc-type-alist): tried to call nndoc-guess-type-p
2946
2947 Thu Aug  8 05:40:28 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2948
2949         * gnus-sum.el (gnus-summary-walk-group-buffer): Put cursor in echo
2950         area.
2951
2952         * gnus-dup.el (gnus-dup-unsuppress-article): New function.
2953
2954         * gnus-sum.el (gnus-mark-article-as-unread): Unsuppress
2955         duplicates. 
2956
2957         * gnus-msg.el (gnus-debug): Scan gnus-load.el.
2958
2959 Thu Aug  8 01:48:57 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2960
2961         * gnus.el: Red Gnus v0.8 is released.
2962
2963 Thu Aug  8 01:36:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2964
2965         * gnus.el: Red Gnus v0.7 is released.
2966
2967 Thu Aug  8 01:29:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2968
2969         * message.el (message-deletable-headers): Have Lines be
2970         deletable. 
2971
2972 Wed Aug  7 23:41:26 1996  Richard Pieri  <ratinox@unilab.dfci.harvard.edu>
2973
2974         * gnus.el (gnus-short-group-name): New version.
2975
2976 Wed Aug  7 19:55:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2977
2978         * gnus-start.el (gnus-declare-backend): New function.
2979
2980         * gnus-xmas.el (gnus-xmas-pointer-glyph): New variable.
2981         (gnus-xmas-modeline-glyph): New variable.
2982         (gnus-xmas-mode-line-buffer-identification): New definition. 
2983
2984         * nntp.el (nntp-request-article): Would sometimes return nil
2985         falsely. 
2986         (nntp-find-group-and-number): Saved function.
2987         (nntp-request-article): Use it.
2988         (nntp-request-head): Saved.
2989
2990         * gnus-dup.el (gnus-dup-suppress-articles): Message.
2991
2992         * gnus-group.el (gnus-group-mark-group): Used string instead of
2993         char. 
2994
2995 Wed Aug  7 02:52:55 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2996
2997         * gnus-util.el: Use `format-time-string'.
2998
2999         * gnus-sum.el (gnus-summary-edit-article-postpone): Defined
3000         again. 
3001
3002         * article.el (article-make-date-line): Would say "unknown" on
3003         "now" dates.
3004
3005 Wed Aug  7 02:48:12 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
3006
3007         * message.el (message-rename-buffer): Set proper outsave name. 
3008
3009 Wed Aug  7 00:28:44 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3010
3011         * nnheader.el (nnheader-temp-write): Always use
3012         `fundamental-mode'. 
3013
3014         * gnus-util.el (gnus-date-iso8601): Illegal format.
3015
3016         * gnus-group.el (gnus-group-make-doc-group): Full name in server
3017         name. 
3018
3019         * gnus-undo.el (gnus-undo): Typo.
3020
3021         * gnus-group.el (gnus-group-mark-group): Don't touch props.
3022
3023         * gnus-score.el (gnus-score-headers): Don't root out 0 scores when
3024         saving.
3025
3026         * gnus-art.el (gnus-narrow-to-page): Don't do a "next-page" if
3027         `^L' is the last char.
3028
3029         * gnus.el (gnus): Autoload.
3030
3031 Tue Aug  6 23:00:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3032
3033         * gnus-score.el (gnus-score-string): Wouldn't do word and fuzzy
3034         matching properly.
3035
3036 Mon Aug  5 22:23:03 1996  Raja R. Harinath  <harinath@cs.umn.edu>
3037
3038         * gnus-gl.el (gnus-grouplens-mode): Clear proper variables.
3039
3040 Mon Aug  5 20:27:11 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3041
3042         * gnus-art.el (gnus-article-edit-exit): Would move point.
3043         (gnus-article-edit): New command.
3044
3045         * nnml.el (nnml-request-rename-group): Copy over .overview file. 
3046         (nnml-request-group): Better error message.
3047
3048 Sat Aug  3 17:52:01 1996  Steven L Baur  <steve@miranova.com>
3049
3050         * gnus-setup.el (message): Can't require 'message until we know
3051         where the Gnus .elcs are.
3052         
3053 Mon Aug  5 20:07:11 1996  François Pinard  <pinard@progiciels-bpi.ca>
3054
3055         * gnus-util.el (gnus-date-iso8601): New function.
3056
3057 Mon Aug  5 19:14:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3058
3059         * gnus-sum.el (gnus-summary-search-article-forward): Show thread
3060         when finding matches.
3061
3062         * nnmail.el (nnmail-get-spool-files): Sort procmail files.
3063
3064 Mon Aug  5 02:25:06 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3065
3066         * gnus.el: Red Gnus v0.6 is released.
3067
3068 Mon Aug  5 01:12:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3069
3070         * nntp.el (nntp-request-type): Defined again.
3071
3072 Mon Aug  5 01:01:15 1996  Ralph Schleicher  <rs@purple.ul.bawue.de>
3073
3074         * gnus-score.el (gnus-ignored-adaptive-words): New value.
3075
3076 Mon Aug  5 00:12:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3077
3078         * gnus-util.el (gnus-group-real-name): Tweaked definition.
3079
3080         * gnus-eform.el (gnus-edit-form-done): Didn't call the right
3081         function. 
3082
3083 Sun Aug  4 23:30:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3084
3085         * gnus-score.el (gnus-score-load-files): Returned nil.
3086
3087 Sun Aug  4 06:11:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3088
3089         * gnus-load.el (gnus-use-undo): New variable.
3090
3091         * gnus-undo.el: New file.
3092
3093         * gnus-score.el (gnus-default-adaptive-word-score-alist): New
3094         variable. 
3095         (gnus-score-adaptive): Adaptivity on words.
3096         (gnus-ignored-adaptive-words): New variable.
3097         (gnus-all-score-files): Made into own function.
3098         (gnus-score-load-files): Ditto.
3099         (gnus-score-find-favourite-words): New command and keystroke.
3100
3101         * gnus-load.el (gnus-use-adaptive-scoring): Doc fix.
3102
3103         * gnus-score.el (gnus-enter-score-words-into-hashtb): New
3104         function. 
3105         (gnus-score-build-cons): Removed.
3106         (gnus-score-string): Score words.
3107
3108 Sun Aug  4 01:33:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3109
3110         * gnus.el: Red Gnus v0.5 is released.
3111
3112 Sun Aug  4 00:17:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3113
3114         * nntp.el (nntp-wait-for): Goto point-max before inserting.
3115         (nntp-retrieve-headers): Didn't inhibit Erasure.
3116
3117         * gnus-eform.el (gnus-edit-form-mode-map): Buggy.
3118
3119         * nntp.el (nntp-send-command-nodelete): New function.
3120
3121 Sat Aug  3 22:21:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3122
3123         * article.el (article-date-ut): Wouldn't do anything much.
3124
3125         * nntp.el (nntp-wait-for): Wouldn't allow posting.
3126
3127         * nnmail.el (nnmail-delete-incoming): Set to nil.
3128
3129 Sat Aug  3 01:31:24 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3130
3131         * gnus-score.el (gnus-home-score-file): New variable.
3132         (gnus-home-score-file): New function.
3133         (gnus-hierarchial-home-score-file): New function.
3134         (gnus-possibly-score-headers): Use `adapt-file' param.
3135         (gnus-home-adapt-file): New variable.
3136         (gnus-hierarchial-home-adapt-file): New function.
3137
3138         * gnus-load.el (gnus-original-article-buffer): Moved here.
3139
3140         * gnus-sum.el (gnus-article-mark): New macro.
3141         (gnus-summary-prepare-unthreaded): Use it.
3142         (gnus-summary-prepare-threads): Ditto.
3143
3144         * gnus-win.el (gnus-buffer-configuration): New `edit-article'
3145         setting. 
3146
3147         * gnus-sum.el (gnus-summary-edit-article): Don't move point in the
3148         article buffer.
3149         (gnus-summary-edit-article-done): Don't move point after editing.
3150         (gnus-summary-edit-article-postpone): Removed.
3151         (gnus-summary-update-article-line): New function.
3152
3153         * gnus-art.el (gnus-article-edit-mode-map): Buggy map.
3154
3155 Fri Aug  2 22:36:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3156
3157         * gnus.el: Red Gnus v0.4 is released.
3158
3159 Wed Jul 31 15:23:54 1996  Ken Olstad  <ken@mn.cheyenne.com>
3160
3161         * gnus-xmas.el (gnus-xmas-redefine): Disable XFace when running
3162         under tty.
3163
3164 Wed Jul 31 14:21:38 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3165
3166         * gnus.el (gnus-group-read-group): Use `gnus-range-length' instead
3167         of `length'.
3168
3169 Fri Aug  2 21:48:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3170
3171         * gnus-dup.el (gnus-dup-suppress-articles): Wouldn't mark articles
3172         properly.
3173
3174 Fri Aug  2 21:40:33 1996  Glenn Coombs  <glenn@prl.research.philips.com>
3175
3176         * gnus-vis.el (gnus-button-url): New definition.
3177
3178 Fri Aug  2 19:08:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3179
3180         * gnus-group.el (gnus-update-read-articles): Moved here.
3181
3182         * gnus-sum.el (gnus-update-read-articles): Moved here.
3183
3184         * gnus-async.el (gnus-async-request-fetched-article): Would bug
3185         out on Message-IDs.
3186
3187         * gnus-score.el (gnus-score-save): Would kill wrong buffer.
3188
3189         * nntp.el (nntp-process-filter): Insert at point-max.
3190
3191         * nnheader.el (nnheader-set-temp-buffer): Accept a noerase param.
3192
3193 Fri Aug  2 00:14:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3194
3195         * gnus-topic.el (gnus-topic-edit-parameters): New command.
3196         (gnus-group-topic-parameters): New function.
3197         (gnus-topic-set-parameters): New function.
3198         (gnus-topic-parameters): New function.
3199
3200         * gnus-group.el (gnus-group-edit-group-done): Newish definition.
3201
3202         * gnus-srvr.el (gnus-server-edit-server): Use new edit function.
3203         (gnus-server-edit-server-done): Removed.
3204
3205         * gnus-group.el: Use new edit function.
3206
3207         * gnus-eform.el (gnus-eform): New file.
3208
3209         * gnus-group.el (gnus-group-goto-group): Tippy-toe around some
3210         more to find the most likely instance of the group.
3211         (gnus-edit-form): New function.
3212         (gnus-edit-form-mode): New command.
3213         (gnus-edit-form-make-menu-bar): New function.
3214         (gnus-edit-form-mode-hook): New variable.
3215         (gnus-edit-form-exit): New command and keystroke.
3216         (gnus-edit-form-done): Ditto.
3217
3218         * gnus-topic.el: Moved functions around.
3219         (gnus-current-topic): Renamed.
3220         (gnus-current-topics): New function.
3221         (gnus-group-parent-topic): New function.
3222
3223         * article.el (gnus-signature-separator): New default.
3224         (gnus-signature-limit): Extended value.
3225         (article-narrow-to-signature): Use it.
3226
3227         * gnus-cite.el (gnus-cite-parse): Use new signature functions.
3228
3229         * article.el (article-search-signature): New function.
3230         (gnus-signature-separator): Allow wider syntax.
3231
3232         * gnus-async.el (gnus-use-header-prefetch): New variable.
3233         (gnus-async-set-article-buffer): Removed.
3234         (gnus-async-prefetch-headers): New function.
3235         (gnus-async-retrieve-fetched-headers): New function.
3236         (gnus-async-prefetch-headers-buffer): New variable.
3237
3238         * gnus-salt.el (gnus-summary-pick-line-format): New variable.
3239         (gnus-pick-mode): Use it.
3240         (gnus-pick-line-number): New function.
3241         (gnus-pick-article): New command and keystroke.
3242         (gnus-pick-mode-map): Changed " " to `gnus-pick-next-page'.
3243         (gnus-pick-next-page): New command and keystroke.
3244         (gnus-mark-unpicked-articles-as-read): New variable.
3245         (gnus-pick-start-reading): Use it.
3246
3247         * gnus-sum.el (gnus-summary-line-format-alist): Add pick line
3248         number. 
3249
3250 Thu Aug  1 23:32:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3251
3252         * nntp.el (nntp-request-list): Decode.
3253         (nntp-request-list-newsgroups): Ditto.
3254
3255         * gnus-gl.el (gnus-grouplens-mode): Update summary line specs. 
3256
3257         * gnus-msg.el (gnus-debug): Would bug out.
3258
3259 Thu Aug  1 23:24:48 1996  Glenn Coombs  <glenn@prl.research.philips.com>
3260
3261         * gnus-sum.el (gnus-summary-update-mark): Work on hidden threads.
3262
3263 Thu Aug  1 00:00:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3264
3265         * gnus-score.el (gnus-score-save): Wouldn't save scores.
3266
3267         * gnus-load.el (gnus-summary-line-format): Moved here.
3268
3269         * gnus.el (gnus-alive-p): More thorough definition.
3270         (gnus-info-set-entry): New macro.
3271
3272         * gnus-move.el: New file.
3273         (gnus-move-group-to-server): New function.
3274         (gnus-change-server): New command.
3275         (gnus-group-move-group-to-server): New command.
3276
3277         * gnus-start.el (gnus-parse-active): New function.
3278
3279         * gnus.el (gnus-read-method): Mew function.
3280         * gnus-group.el: Use it.
3281
3282         * gnus-load.el (gnus-suppress-duplicates): New variable.
3283
3284         * gnus-dup.el: New file.
3285
3286         * gnus-sum.el (gnus-data-read-p): New macro.
3287         (gnus-duplicate-mark): New variable.
3288
3289 Wed Jul 31 23:09:35 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3290
3291         * gnus.el: Red Gnus v0.3 is released.
3292
3293 Wed Jul 31 21:38:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3294
3295         * nntp.el (nntp-retrieve-headers-with-xover): Didn't work.
3296
3297         * gnus-load.el (gnus-suppress-keymap): New function.
3298
3299 Wed Jul 31 01:20:58 1996  Sudish Joseph  <sudish@mindspring.com>
3300
3301         * gnus-picon.el (gnus-group-display-picons): Delete just the live
3302         extents. 
3303
3304 Wed Jul 31 21:15:01 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3305
3306         * gnus.el ((load)): Only eval splash when loading.
3307
3308         * gnus-group.el (gnus-group-quit): Always kill group buffer.
3309
3310         * nntp.el (nntp-open-connection): Escape errors.
3311
3312 Wed Jul 31 16:09:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3313
3314         * nnml.el (nnml-request-rename-group): Would move subgroups as
3315         well. 
3316         * nnmh.el: Ditto.
3317
3318         * gnus-group.el (gnus-group-rename-group): Use current group name
3319         as default.
3320         (gnus-group-rename-group): Added doc string.
3321
3322         * gnus-sum.el (gnus-general-simplify-subject): Renamed.
3323
3324 Wed Jul 31 16:05:06 1996  Paul Franklin  <paul@transmeta.com>
3325
3326         * gnus-sum.el (gnus-pdf-simplify-subject): New version.
3327
3328 Wed Jul 31 15:59:04 1996  Raja R. Harinath  <harinath@cs.umn.edu>
3329
3330         * nntp.el (nntp-retrieve-headers-with-xover): `last' returns cdr. 
3331
3332 Wed Jul 31 15:18:33 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3333
3334         * nntp.el (nntp-retrieve-headers-with-xover): Put the result in
3335         the right buffer.
3336         (nntp-request-body): Decode.
3337
3338         * gnus.el (gnus-no-server): Would bug out when gnus-start wasn't
3339         loaded. 
3340
3341         * gnus-art.el (gnus-article-edit-mode): New command.
3342         (gnus-article-edit-mode-hook): New variable.
3343         (gnus-article-edit-mode-map): New variable.
3344
3345 Wed Jul 31 15:18:26 1996  François Pinard  <pinard@progiciels-bpi.ca>
3346
3347         * gnus-art.el (gnus-article-edit-full-stops): New command.
3348
3349 Wed Jul 31 13:03:48 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3350
3351         * gnus-sum.el (gnus-summary-edit-wash): New command and keystroke.
3352
3353         * message.el (message-sort-headers-1): Sort properly on totally
3354         empty headers.
3355
3356         * article.el (article-hide-boring-headers): Didn't hide completely
3357         empty headers.
3358
3359         * nntp.el (nntp-encode-text): Rescued.
3360         (nntp-send-buffer): New function.
3361         (nntp-request-post): New function.
3362
3363         * gnus-util.el (gnus-define-keys-safe): New macro.
3364         (gnus-define-keys-1): Accept `safe' param.
3365
3366         * gnus-load.el (gnus-summary-mode-map): Define the main three
3367         keymaps prematurely here.
3368
3369 Wed Jul 31 12:48:23 1996  Steven L. Baur  <steve@miranova.com>
3370
3371         * gnus-load.el (gnus-default-nntp-server): Moved.
3372
3373 Wed Jul 31 03:15:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3374
3375         * nndoc.el (nndoc-add-type): Remove old type definition.
3376
3377         * article.el: Changed variable names back to `gnus-'.
3378
3379 Tue Jul 30 23:07:04 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3380
3381         * nntp.el (nntp-connection-alist): Define as oo.
3382
3383         * nndoc.el (nndoc-add-type): Wrong number of args.
3384         (nndoc-set-delims): Free var.
3385
3386 Tue Jul 30 23:02:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3387
3388         * gnus.el: Red Gnus v0.1 is released.
3389
3390 Tue Jul 30 22:34:11 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3391
3392         * nntp.el (nntp-find-connection-buffer): New function.
3393         (nntp-retrieve-headers): Use it.
3394
3395 Tue Jul 30 00:00:28 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3396
3397         * nndoc.el (nndoc-add-type): New function.
3398         (nndoc-guess-type): New function.
3399         (nndoc-set-delims): New definition.
3400
3401         * nntp.el (nntp-open-server): Init server buffer.
3402
3403         * gnus.el (gnus-group-prefixed-name): Do the right thing with nil
3404         methods. 
3405         (gnus-group-rename-group): Would act oddly when renaming native
3406         groups. 
3407
3408 Mon Jul 29 14:17:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3409
3410         * gnus-load.el (gnus-startup-hook): Removed hilit removal.
3411
3412         * gnus-async.el: New file.
3413
3414         * gnus-int.el (gnus-asynchronous-p): New function.
3415
3416         * nntp.el: Replaced with new, asynchronous version.
3417
3418 Mon Jul 29 11:48:07 1996  Paul Franklin  <paul@transmeta.com>
3419
3420         * gnus-sum.el (gnus-pdf-simplify-subject): New function.
3421         (gnus-summary-simplify-subject-query): New command.
3422
3423 Mon Jul 29 10:05:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3424
3425         * gnus-sum.el (gnus-summary-mode-map): Command for emphasis.
3426
3427         * gnus-art.el (gnus-article-wash-status): Report emphasis.
3428
3429         * article.el (article-unhide-text-type): New function.
3430         (article-emphasize): New function.
3431         (article-emphasis-alist): New variable.
3432
3433         * gnus-score.el (gnus-score-headers): Hook into advanced scoring.
3434
3435         * gnus-logic.el: New file.
3436
3437         * article.el (article-treat-overstrike): Mark hiding type.
3438
3439 Mon Jul 29 10:00:52 1996  d. hall  <dhall@illusion.apk.net>
3440
3441         * gnus-art.el (gnus-article-wash-status): New function.
3442
3443 Sun Jul 28 15:20:19 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3444
3445         * article.el (article-hidden-arg): Renamed all variables and
3446         functions to `article-'.
3447
3448         * gnus.el: Split file into gnus-start.el, gnus-group.el,
3449         gnus-sum.el, gnus-art.el, gnus-win.el, gnus-load.el, gnus-util.el,
3450         gnus-bcklg.el, gnus-spec.el, article.el, and gnus-int.el.
3451