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