*** empty log message ***
[gnus] / lisp / ChangeLog
1 Sat Feb  1 14:19:54 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2
3         * gnus.el: Gnus v5.4.9 is released.
4
5 Sat Feb  1 13:30:33 1997  Hrvoje Niksic  <hniksic@srce.hr>
6
7         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Insert
8         "-*- emacs-lisp -*-" at the first line.
9
10 Sat Feb  1 13:23:19 1997  Mark Borges  <mdb@cdc.noaa.gov>
11
12         * gnus-xmas.el (gnus-xmas-define): Do the right characterp thing. 
13
14 Sat Feb  1 12:28:33 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
15
16         * smiley.el (smiley-mouse-face): New variable.
17         (smiley-buffer): Use it.
18
19         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Use gnus-prin1.
20
21         * gnus-util.el (gnus-prin1): Bind print-level and print-length to
22         nil 
23
24         * gnus-art.el (gnus-button-alist): Let mailto: be less greedy.
25         (gnus-button-alist): Ditto with news:.
26
27         * gnus-topic.el (gnus-topic-unmark-topic): Let groups be unmarked.
28
29         * gnus.el (gnus-read-group): Place point at bol.
30
31         * gnus-util.el ((fboundp 'point-at-bol)): Use the functions if
32         they exist. 
33
34         * gnus-msg.el (gnus-summary-supersede-article): Mark article as
35         canceled. 
36
37 Wed Jan 29 22:28:44 1997  Steven L Baur  <steve@altair.xemacs.org>
38
39         * gnus-xmas.el (gnus-xmas-define): Correct XEmacs version test to
40         handle v20.
41
42 Sat Feb  1 12:19:14 1997  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
43
44         * nnml.el (nnml-generate-active-info): Don't bug out.
45
46 Sat Feb  1 00:52:03 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
47
48         * message.el (message-fcc-handler-function): Changed default.
49         (message-output): New function.
50         (message-do-fcc): Use it.
51
52         * gnus-util.el (gnus-convert-article-to-rmail,
53         gnus-output-to-rmail): Moved here.
54
55         * message.el (message-check-news-header-syntax): Allow trailing
56         periods. 
57         (message-check-news-header-syntax): Don't allow trailing periods. 
58
59 Fri Jan 31 22:18:03 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
60
61         * message.el (message-resend): Rename "From ".
62
63         * nntp.el (nntp-accept-process-output): Use nnheader-message.
64
65 Fri Jan 31 11:51:18 1997  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
66
67         * nnml.el (nnml-generate-nov-databases-1): Sort the file alist. 
68
69 Thu Jan 30 13:13:39 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
70
71         * gnus.el: More cleanup of customization groups.
72
73 Thu Jan 30 04:33:01 1997  Sudish Joseph  <sudish@mindspring.com>
74
75         * gnus-xmas.el (gnus-xmas-define): Use `char-or-char-int-p'. 
76
77 Thu Jan 30 04:15:28 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
78
79         * gnus.el: Gnus v5.4.8 is released.
80
81 Thu Jan 30 02:07:13 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
82
83         * message.el (message-indent-citation): Place point the right
84         place when indenting.
85
86         * nnml.el (nnml-generate-active-info): Don't enter conses into
87         lists. 
88
89         * gnus-score.el (gnus-score-file-rank): All global score files
90         have low ranks.
91
92         * nnweb.el (nnweb-possibly-change-server): Read active file.
93         (nnweb-dejanews-create-mapping): Respect .overview.
94         (nnweb-reference-create-mapping): Ditto.
95         (nnweb-altavista-create-mapping): Ditto.
96
97 Wed Jan 29 04:52:31 1997  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
98
99         * nnml.el (nnml-generate-nov-databases-1): Generate NOV files in
100         the right order.
101
102 Tue Jan 28 23:28:49 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
103
104         * gnus-group.el (gnus-group-list-groups): Position point.
105
106 Tue Jan 28 22:11:36 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
107
108         * gnus.el: Gnus v5.4.7 is released.
109
110 Tue Jan 28 19:48:54 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
111
112         * nnmh.el (nnmh-deletable-article-p): Never allow deleting the
113         last article in the group.
114
115         * nnweb.el (nnweb-definition): Accept an optional noerror
116         argument. 
117         (nnweb-request-article): Don't bug out when requesting by MsgId. 
118
119         * gnus-topic.el (gnus-group-prepare-topics): Return the number of
120         unread articles in the buffer.
121
122         * gnus-group.el (gnus-group-list-groups): On empty buffers, let
123         point go to the beginning.
124         (gnus-group-list-groups): Give "No news" message when using
125         topics. 
126
127         * gnus-topic.el (gnus-topic-goto-next-group): Let point remain
128         at the end of the buffer.
129
130         * gnus-group.el (gnus-group-rename-group): Check group name
131         syntax. 
132
133         * gnus.el (gnus-read-group): Accept an optional default.
134
135 Tue Jan 28 18:11:54 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
136
137         * gnus.el: Gnus v5.4.6 is released.
138
139 Tue Jan 28 13:55:12 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
140
141         * gnus-art.el (gnus-article-check-hidden-text): Widen before doing
142         anything.
143
144         * gnus.el (gnus-visual): Doc fix.
145
146         * gnus-art.el (gnus-visible-headers): Just include "Resent-From". 
147
148 Mon Jan 27 19:40:37 1997  Paul Franklin  <paul@cs.washington.edu>
149
150         * gnus-sum.el (gnus-read-header): Make sure nntp-server-buffer is
151         empty on failure.
152
153 Tue Jan 28 00:33:27 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
154
155         * nnmail.el (nnmail-delete-incoming): Changed default.
156
157         * gnus-topic.el (gnus-topic-mark-topic): Let groups be marked.
158         (gnus-topic-unmark-topic): Ditto.
159
160         * nnmail.el (nnmail-process-babyl-mail-format): Unquote ">From ". 
161
162         * gnus-sum.el (gnus-summary-read-group): Only beep dead groups. 
163
164 Mon Jan 27 18:24:27 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
165
166         * nnml.el (nnml-generate-nov-databases-1): Work properly on
167         compressed files.
168         (nnml-generate-nov-file): Ditto.
169
170         * gnus.el (gnus-article-mode-map): Don't unconditionally suppress
171         all the major keymaps.
172
173         * gnus-sum.el (gnus-summary-read-group): Beep dead non-native
174         groups can't be entered. 
175
176 Mon Jan 27 18:03:17 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
177
178         * gnus.el: Gnus v5.4.5 is released.
179
180 Mon Jan 27 17:35:21 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
181
182         * message.el (message-expand-group): Don't skip over ":".
183
184         * gnus-score.el (gnus-score-find-bnews): Wouldn't find "nntp+"
185         score files.
186
187         * gnus-art.el (t): Define `M-^'.
188
189 Mon Jan 27 15:00:11 1997  Hrvoje Niksic  <hniksic@srce.hr>
190
191         * gnus-sum.el (gnus-summary-search-article): Inhibit forced
192         redisplay on XEmacs.
193
194 Mon Jan 27 08:54:55 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
195
196         * gnus.el: Gnus v5.4.4 is released.
197
198 Mon Jan 27 07:29:30 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
199
200         * nnsoup.el (nnsoup-file-name): Also find AREAS.
201
202 Mon Jan 27 07:09:13 1997  Joev Dubach  <dubach1@husc.harvard.edu>
203
204         * message.el (message-use-followup-to): Doc fix.
205
206 Mon Jan 27 06:59:14 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
207
208         * gnus-art.el (gnus-article-read-summary-keys): Don't mess up when
209         using pick mode.
210
211         * gnus-undo.el (gnus-undo-mode): Set undo boundary.
212
213         * gnus-sum.el (gnus-summary-exit-hook): Doc fix.
214
215 Sun Jan 26 13:20:42 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
216
217         * gnus.el: Autoload gnus-add-configuration.
218
219 Sun Jan 26 13:01:07 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
220
221         * gnus.el: Gnus v5.4.3 is released.
222
223 Sun Jan 26 12:52:11 1997  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
224
225         * gnus.el: Gnus v5.4.2 is released.
226
227 Sun Jan 26 09:28:31 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
228
229         * gnus-group.el: Organized customization options, and moved group
230         definitions to `gnus.el'.
231         * gnus-sum.el: Ditto.
232         * gnus.el: Ditto.
233
234 Sun Jan 26 07:37:40 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
235
236         * gnus.el: Autoload topic function.
237
238         * gnus-topic.el (gnus-topic-set-parameters): Quote strings to
239         enter into dribble file.
240
241         * gnus-salt.el (gnus-pick-setup-message): Also restore right
242         config on sending.
243
244         * gnus.el (gnus-group-startup-message): Add a space to the
245         beginning of the version string.
246
247 Sat Jan 25 12:17:56 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
248
249         * gnus.el: Gnus v5.4.1 is released.
250
251 Sat Jan 25 10:59:31 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
252
253         * gnus.el: Red Gnus v0.84 is released.
254
255 Fri Jan 24 20:31:25 1997  Paul Franklin  <paul@cs.washington.edu>
256
257         * gnus-sum.el (gnus-summary-next-article): There's no
258         reason not to select the current article if it's what should
259         be selected.
260
261 Sat Jan 25 01:03:59 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
262
263         * gnus-art.el: Organized customization options.
264         * gnus-sum.el: Adjusted.
265         * gnus-cite.el: Ditto.
266         * gnus.el: Ditto.
267
268 Sat Jan 25 09:49:40 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
269
270         * gnus-demon.el (gnus-demon): Disable demons when the minibuffer
271         window is active.
272
273         * gnus-art.el (gnus-article-read-summary-keys): Disable pick mode
274         commands. 
275
276 Sat Jan 25 09:42:41 1997  Kurt Swanson  <kurt@dna.lth.se>
277
278         * message.el (message-pipe-buffer-body): New function.
279
280         * gnus-sum.el (gnus-summary-pipe-message): New command and
281         keystroke. 
282
283 Fri Jan 24 11:01:06 1997  Per Abrahamsen  <abraham@dina.kvl.dk>
284
285         * gnus-uu.el: Cleaned up customization groups.
286
287 Fri Jan 24 15:45:48 1997  Kurt Swanson  <kurt@dna.lth.se>
288
289         * gnus-sum.el (gnus-summary-make-menu-bar): Moved cache menu.
290
291 Fri Jan 24 10:05:49 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
292
293         * gnus-msg.el (gnus-summary-resend-message): Accept
294         process/prefix. 
295
296         * gnus-cite.el (gnus-article-fill-cited-article): Accept a width
297         prefix. 
298
299         * gnus-art.el (gnus-article-read-summary-keys): Disable pick mode
300         map. 
301
302         * gnus-sum.el (gnus-summary-make-menu-bar): Duplication removed.
303
304 Fri Jan 24 08:33:42 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
305
306         * gnus.el: Red Gnus v0.83 is released.
307
308 Fri Jan 24 05:05:38 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
309
310         * gnus.el (gnus-article-display-hook): Removed emphasize.
311
312         * gnus-score.el (gnus-score-edit-current-scores): Set global
313         vars. 
314
315         * nnml.el (nnml-possibly-change-directory): Return nil when the
316         group can't be selected.
317
318         * gnus-art.el (gnus-emphasis-alist): Don't underline
319         all-underscore words.
320
321         * gnus-topic.el (gnus-topic-unindent): Give the right number of
322         unread articles.
323         (gnus-topic-indent): Ditto.
324
325         * gnus-msg.el (gnus-summary-wide-reply-with-original): New command
326         and keystroke.
327         (gnus-summary-wide-reply): Ditto.
328
329 Fri Jan 24 04:57:07 1997  Joe Wells  <jbw@cs.bu.edu>
330
331         * gnus-uu.el (gnus-quote-arg-for-sh-or-csh): New function.
332         (gnus-uu-command): Use it.
333
334 Fri Jan 24 04:55:10 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
335
336         * gnus-topic.el (gnus-topic-mark-topic): Also bound to `#'.
337
338 Fri Jan 24 04:44:10 1997  Greg Klanderman  <greg@alphatech.com>
339
340         * message.el (message-do-send-housekeeping): Check for nil
341         message-buffer-list. 
342
343 Fri Jan 24 02:55:33 1997  Kurt Swanson  <kurt@dna.lth.se>
344
345         * gnus-util.el (gnus-eval-in-buffer-window): Set buffer.
346
347 Thu Jan 23 03:39:48 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
348
349         * nnsoup.el (nnsoup-file-name): New function.
350         (nnsoup-read-areas): Use it.
351         (nnsoup-dissect-buffer): New function.
352         (nnsoup-number-of-articles): Use it.
353         (nnsoup-narrow-to-article): Ditto.
354         (nnsoup-header): Removed.
355
356         * gnus.el (gnus-check-backend-function): Doc fix.
357
358         * gnus-art.el (gnus-article-goto-prev-page): Went to next article,
359         not prev.
360
361         * gnus-group.el (gnus-group-insert-group-line-info): Display "*"
362         on unknown groups.
363
364         * gnus-art.el (article-hide-boring-headers): Ignore errors in
365         `mail-extract-address-components'. 
366
367         * nnmail.el (nnmail-date-to-time): Parse zone correctly.
368         (nnmail-date-to-time): Seconds, dammit, seconds!
369
370 Tue Jan 21 09:31:55 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
371
372         * gnus-art.el (gnus-url-mailto): Didn't accept mailto links. 
373
374         * gnus-score.el (gnus-summary-score-effect): Doc fix.
375
376         * nnmail.el (nnmail-move-inbox): Don't prin1 password.
377
378 Mon Jan 20 18:06:19 1997  Paul Franklin  <paul@cs.washington.edu>
379
380         * gnus-sum.el (gnus-simplify-buffer-fuzzy-step): New function.
381         (gnus-simplify-buffer-fuzzy): Use it.
382
383         * gnus-sum.el (gnus-simplify-buffer-fuzzy): Fix while condition.
384         Add self-discipline tags.
385
386 Tue Jan 21 05:28:05 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
387
388         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Would return
389         nil from NoCeM.
390
391 Mon Jan 20 04:59:53 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
392
393         * gnus-art.el (gnus-button-alist): Only on word boundaries.
394
395         * message.el (message-check-news-header-syntax): Don't prompt when
396         not read active file.
397
398         * gnus-msg.el (gnus-setup-message): Always set actions.
399
400 Sat Jan 18 07:23:41 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
401
402         * nntp.el (nntp-have-messaged): New variable.
403         (nntp-accept-process-output): Use it.
404         (nntp-wait-for): Ditto.
405
406 Sat Jan 18 02:44:53 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
407
408         * gnus.el: Red Gnus v0.82 is released.
409
410 Fri Jan 17 00:04:47 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
411
412         * nnheader.el (nnheader-find-nov-line): Do the right thing with
413         short buffers.
414
415         * nnkiboze.el (nnkiboze-generate-group): Supress duplicate
416         suppression. 
417         (nnkiboze-generate-group): Message better.
418
419         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't always
420         fetch more heads.
421         (gnus-select-newsgroup): Use it.
422
423         * nnmail.el (nnmail-get-new-mail): Weird file-truename problem.
424
425         * gnus-sum.el (gnus-summary-caesar-message): Dox fix.
426         (gnus-articles-to-read): Limit length of prompt.
427
428         * message.el (message-followup): Fold case before comparing
429         "world" to Distribution.
430
431         * gnus-sum.el (gnus-summary-save-newsrc): Save dribble buffer.
432
433         * nnfolder.el (nnfolder-request-expire-articles): Better message. 
434
435         * gnus-nocem.el (gnus-nocem-load-cache): Interactive.
436
437 Thu Jan 16 23:48:05 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
438
439         * nnmail.el (nnmail-move-inbox): Use `nnmail-pop-password'. 
440
441 Wed Jan 15 18:41:42 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
442
443         * nnml.el (nnml-request-expire-articles): Typo.
444         (nnml-request-expire-articles): Don't blank out messages so
445         often. 
446
447         * nnsoup.el (nnsoup-request-type): Let commands like `a' work
448         better. 
449
450 Wed Jan 15 05:33:23 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
451
452         * gnus.el: Red Gnus v0.81 is released.
453
454 Wed Jan 15 02:57:18 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
455
456         * gnus-topic.el (gnus-topic-indent): Don't remove all groups from
457         topic. 
458         (gnus-topic-unindent): Ditto.
459
460         * gnus-sum.el (gnus-summary-respool-query): Don't mark anything as
461         read.
462
463         * gnus-art.el (gnus-button-alist): Move news:mesg-id up.
464
465         * gnus.el (gnus-article-display-hook): Emphasize by default.
466
467         * gnus-topic.el (gnus-topic-rename): Mark newsrc as dirty.
468
469         * gnus-sum.el (gnus-summary-next-page): When the article window
470         isn't displayed, don't scroll.
471
472 Wed Jan 15 02:19:56 1997  Markus Linnala  <maage@ee.tut.fi>
473
474         * gnus-cite.el (gnus-cite-reply-regexp, gnus-cite-always-check):
475         New variables.
476
477 Wed Jan 15 02:02:03 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
478
479         * gnus-art.el (article-date-user): New command and keystroke.
480
481 Wed Jan 15 02:01:15 1997  David Moore  <dmoore@ucsd.edu>
482
483         * gnus-art.el (gnus-article-time-format): New variable.
484         (article-make-date-line): Use it.
485
486 Wed Jan 15 01:44:15 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
487
488         * gnus-art.el (gnus-emphasis-alist): Allow emphasis around
489         sentences. 
490         (gnus-button-url-regexp): Don't allow empty URLs.
491
492 Sun Jan 12 19:27:23 1997  Thor Kristoffersen  <thor@unik.no>
493
494         * nntp.el (nntp-request-head): Work when using rlogin. 
495
496 Sun Jan 12 15:17:16 1997  Chris Bone  <bone@al.com.au>
497
498         * nntp.el (nntp-accept-process-output): Give numerical messages. 
499         (nntp-wait-for): Search less.
500
501 Fri Jan 10 17:38:38 1997  Erik Toubro Nielsen  <erik@ifad.dk>
502
503         * gnus-art.el (gnus-Numeric-save-name): Doc fix.
504
505 Thu Jan  9 21:51:59 1997  Dan Schmidt  <dfan@harmonixmusic.com>
506
507         * nnmail.el (nnmail-move-inbox): Quote password.
508
509 Thu Jan  9 18:24:32 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
510
511         * nnmail.el (nnmail-move-inbox): Don't nix out
512         nnmail-internal-password. 
513
514         * nnml.el (nnml-request-expire-articles): Also expire gzipped
515         articles. 
516
517         * gnus-art.el (article-emphasize): Wouldn't toggle.
518
519 Thu Jan  9 18:18:26 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
520
521         * gnus.el: Red Gnus v0.80 is released.
522
523 Thu Jan  9 12:00:21 1997  Wesley Hardaker  <Wesley.Hardaker@sphys.unil.ch>
524
525         * acronym.el: New package.
526
527 Thu Jan  9 11:43:28 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
528
529         * gnus.el: Updated copyrights.
530
531         * nnoo.el (nnoo-push-server): Only push the first server.
532
533 Wed Jan  8 11:34:07 1997  David Moore  <dmoore@ucsd.edu>
534
535         * nnoo.el (nnoo-push-server): Revert to 0.77 behaviour.
536
537         * nnvirtual.el (nnvirtual-info-installed): New variable.
538         (nnvirtual-open-server): Use it.
539         (nnvirtual-request-update-info): ditto.
540         (nnvirtual-create-mapping): ditto.
541
542         * gnus-group.el (gnus-group-edit-group): Close the group before
543         editing it.
544         (gnus-group-add-to-virtual): ditto.
545
546 Thu Jan  9 11:32:13 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
547
548         * gnus-art.el: Redefine ems.
549
550 Wed Jan  8 20:34:09 1997  John McClary Prevost  <visigoth@naiad.fac.cs.cmu.edu>
551
552         * message.el (message-sendmail-f-is-evil): New variable.
553         (message-elide-elipsis): Ditto.
554
555 Wed Jan  8 17:19:02 1997  Paul Stodghill  <stodghil@cs.cornell.edu>
556
557         * gnus-demon.el (gnus-demon): Don't run when not idle.
558
559 Wed Jan  8 12:58:23 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
560
561         * gnus-sum.el (gnus-summary-work-articles): Accept non-numerical
562         prefix values.
563
564 Wed Jan  8 12:52:53 1997  Jason Rumney  <jasonr@pec.co.nz>
565
566         * nnmail.el (nnmail-move-inbox): Use `nnmail-internal-password'. 
567
568 Tue Jan  7 15:41:35 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
569
570         * gnus-art.el (gnus-article-show-hidden-text): Would bug out on
571         signatures. 
572
573 Mon Jan  6 23:46:53 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
574
575         * gnus.el: Red Gnus v0.79 is released.
576
577 Mon Jan  6 11:23:05 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
578
579         * nnmail.el (nnmail-process-babyl-mail-format): Widen at the right
580         place.
581
582         * nnfolder.el (nnfolder-possibly-change-group): Set current group
583         before reading folder.
584
585         * message.el (message-send-mail-with-mh): Expand file name.
586         (message-mode-menu): Check whether mark-active exists.
587
588         * gnus-group.el (gnus-group-get-new-news): Don't pass ARG to the
589         listing function.
590
591         * gnus-xmas.el (gnus-xmas-article-show-hidden-text): Deleted.
592
593 Sun Jan  5 21:35:37 1997  Sudish Joseph  <sudish@mindspring.com>
594
595         * gnus-xmas.el (gnus-xmas-article-show-hidden-text): Use
596         'article-type as the textprop of interest.  Speed fix.
597
598         * gnus-art.el (gnus-article-show-hidden-text): Speed fix.
599
600 Sun Jan  5 11:43:08 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
601
602         * nnml.el (nnml-retrieve-headers-with-nov): Use faster method for
603         finding the right range.
604
605         * gnus-demon.el (gnus-demon): Would fire off even if not idle.
606
607         * gnus-srvr.el (gnus-server-add-server): Error when defining an
608         existing server.
609
610         * gnus-start.el (gnus-get-unread-articles): Update info for native
611         groups.
612
613         * gnus-load.el (gnus-nocem): New file.
614
615         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Make sure the
616         group name isn't nil.
617
618 Sun Jan  5 11:18:22 1997  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
619
620         * gnus.el: Red Gnus v0.78 is released.
621
622 Sun Jan  5 09:39:14 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
623
624         * gnus-sum.el (gnus-summary-exit-no-update): Prompt change.
625         (gnus-summary-limit-to-author): Ditto.
626         (gnus-summary-limit-to-subject): Ditto.
627
628         * gnus-cite.el (gnus-dissect-cited-text): Recognize articles that
629         end with cited text.
630
631         * gnus-topic.el (gnus-group-sort-topic): Remove nil elements.
632
633         * nnoo.el (nnoo-push-server): When switching from the nil server,
634         update all the default values of the variables.
635
636         * nnkiboze.el (nnkiboze-generate-group): Protect against nil
637         infos. 
638
639         * lpath.el: Included.
640
641 Sun Jan  5 09:36:57 1997  Martin Buchholz  <mrb@eng.sun.com>
642
643         * dgnushack.el (bytecomp): Required.
644
645 Sat Jan  4 11:45:45 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
646
647         * gnus-art.el: Rename some functions back.
648
649         * gnus-sum.el (gnus-summary-save-newsrc): Don't nix out scores.
650
651         * gnus-async.el (gnus-async-prefetched-article-entry): Would
652         hang Emacs.
653
654 Sat Jan  4 11:28:24 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
655
656         * gnus.el: Red Gnus v0.77 is released.
657
658 Sat Jan  4 08:35:06 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
659
660         * gnus-cache.el (gnus-start): Don't require gnus-sum.
661
662         * gnus-art.el: All article functions moved here.
663
664         * article.el: Elided.
665
666         * gnus-async.el (gnus-async-prefetched-article-entry): Check for
667         empty articles.
668
669         * gnus-art.el (gnus-read-save-file-name): Expand file name in
670         article save dir.
671
672 Fri Jan  3 21:22:21 1997  Paul Stodghill  <stodghil@cs.cornell.edu>
673
674         * gnus-demon.el (gnus-demon): Use `gnus-demon-idle-time'.
675
676 Tue Dec 31 10:38:43 1996    <ratinox@peorth.gweep.net (Stainless Steel Rat)>
677
678         * pop3.el: version 1.3
679
680         * pop3.el: (pop3-retr): added bill@attmail.com's big buffer sleeps
681         to save wear and tear on he heap.
682
683 Thu Aug 01 11:53:48 1996    <ratinox@peorth.gweep.net (Stainless Steel Rat)>
684
685         * pop3.el: version 1.2
686
687         * pop3.el: (pop3-apop): minor changes to support XEmacs built-in
688         md5, or William Perry's modified md5.el.
689         
690         * pop3.el: (pop3-movemail): changed to use
691         pop3-authentication-scheme instead of pop3-use-apop.
692         
693         * pop3.el: pop3-use-appop: transformed into
694         pop3-authentication-scheme.
695         
696         * pop3.el: version 1.1
697         
698         * pop3.el: (pop3-apop): new function.  Send alternate
699         authentication information to the server.  Requires md5.el.
700         
701         * pop3.el: (pop3-open-server): set pop3-timestamp if server
702         returns one.
703         
704         * pop3.el: (pop3-movemail): use APOP authentication if
705         pop3-use-apop non-nil.
706         
707         * pop3.el: pop3-timestamp: added variable
708         
709         * pop3.el: pop3-use-apop: added variable
710
711 Fri Jan  3 18:52:23 1997  Wesley Hardaker  <Wesley.Hardaker@sphys.unil.ch>
712
713         * gnus-group.el (gnus-group-get-new-news): Pass the ARG on to the
714         listing function.
715
716 Fri Jan  3 18:32:24 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
717
718         * article.el (article-hide-boring-headers): Respect
719         gnus-show-all-headers. 
720
721         * gnus-sum.el (gnus-summary-save-article): Update the mode line.
722
723 Fri Jan  3 18:30:50 1997  Erik Toubro Nielsen  <erik@ifad.dk>
724
725         * nnmail.el (nnmail-remove-leading-whitespace): Replacing should
726         be non-literal.
727
728 Fri Jan  3 18:18:30 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
729
730         * gnus-sum.el (gnus-summary-expire-articles-now): Use
731         "yes-or-no". 
732         (gnus-summary-delete-article): Ditto.
733
734 Fri Jan  3 18:16:27 1997  Peter Skov Knudsen  <knu@dde.dk>
735
736         * gnus-win.el (gnus-buffer-configuration): Don't create picons
737         frame unless needed.
738
739 Fri Jan  3 17:21:30 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
740
741         * message.el (message-elide-region): New command and keystroke.
742
743         * gnus-salt.el (gnus-generate-vertical-tree): Check whether we can
744         go backwards.
745
746         * gnus-group.el (gnus-group-catchup-current): Prompt better.
747
748         * gnus-undo.el (gnus-undo-make-menu-bar): Nonsense.
749
750 Fri Jan  3 16:52:22 1997  Rajappa Iyer  <rsi@lucent.com>
751
752         * gnus-salt.el (gnus-pick-start-reading): Possibly catch up all
753         unpicked articles.
754
755 Fri Jan  3 12:12:22 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
756
757         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Try to get the
758         few last headers using HEAD in any case to work around a bug in
759         inn. 
760
761         * gnus-xmas.el (gnus-xmas-define): Redefined.
762
763         * gnus.el (gnus-characterp): Made into func.
764
765 Thu Jan  2 16:21:47 1997  Sudish Joseph  <sudish@mindspring.com>
766
767         * gnus-util.el (gnus-characterp): New function.
768
769 Wed Dec 18 18:15:39 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
770
771         * gnus-start.el (gnus-dribble-enter): Make sure we write at the
772         end of the dribble file
773
774 Thu Jan  2 16:01:58 1997  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
775
776         * gnus-sum.el (gnus-summary-limit-children): Make NoCeM'ed
777         articles read.
778
779 Tue Dec 17 20:24:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
780
781         * gnus-sum.el (gnus-summary-save-newsrc): Respect the prefix.
782
783 Mon Dec 16 23:47:30 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
784
785         * gnus.el: Red Gnus v0.76 is released.
786
787 Mon Dec 16 14:33:58 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
788
789         * gnus-msg.el (gnus-bug): Insert nntp server type.
790         (gnus-copy-article-buffer): Remove prev/next buttons.
791
792         * gnus-cache.el (gnus-jog-cache): Let the call func be
793         interactive. 
794
795         * gnus-art.el (gnus-summary-save-in-pipe): Include number of
796         articles. 
797         (gnus-article-add-buttons): Don't add buttons to already
798         buttonized areas.
799
800         * nntp.el (nntp-open-connection): Allow `C-g' to continue.
801
802         * nnbabyl.el (nnbabyl-retrieve-headers): Wouldn't find all
803         articles sometimes.
804
805         * gnus-sum.el (gnus-data-compute-positions): Reinstated.
806         (gnus-remove-thread): Do the right thing with dummy roots.
807
808         * nndoc.el (nndoc-request-article): Only return valid articles.
809
810         * nnfolder.el (nnfolder-delete-mail): Wouldn't delete From lines. 
811
812         * gnus-topic.el (gnus-topic-find-groups): Ignore nil groups. 
813
814         * nnfolder.el (nnfolder-save-mail): Quote all "From " lines.
815
816 Sat Dec 14 11:49:21 1996  David Moore  <dmoore@ucsd.edu>
817
818         * gnus-nocem.el (gnus-nocem-groups):
819         news.admin.net-abuse.bulletins is to replace
820         news.admin.net-abuse.announce for nocemish postings.
821
822 Mon Dec 16 13:38:38 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
823
824         * nnmail.el (nnmail-move-inbox): Message at end.
825
826         * gnus-sum.el (gnus-summary-refer-parent-article): Use
827         "in-reply-to" header.
828
829         * gnus-topic.el (gnus-topic-set-parameters): Enter into dribble. 
830
831         * gnus-sum.el (gnus-summary-save-newsrc): Change.
832         (gnus-summary-catchup): Only catch up the limited articles. 
833         (gnus-simplify-subject-fuzzy-regexp): Changed to nil.
834         (gnus-simplify-buffer-fuzzy): Ignore nil
835         gnus-simplify-subject-fuzzy-regexp. 
836
837         * gnus-srvr.el (gnus-server-prepare): Don't insert servers twice.
838
839 Thu Dec 12 18:18:11 1996  David Moore  <dmoore@ucsd.edu>
840
841         * gnus-start.el (gnus-setup-news): Use gnus-make-hashtable.
842         (gnus-update-active-hashtb-from-killed): ditto.
843         (gnus-newsrc-to-gnus-format): ditto.
844         
845         * gnus-bcklg.el (gnus-backlog-setup): ditto.
846
847         * gnus-sum.el (gnus-create-xref-hashtb): ditto.
848
849         * gnus-move.el (gnus-move-group-to-server): ditto.
850
851         * gnus-util.el (gnus-create-hash-size): Power of 2 hashtables can
852         be _significantly_ faster than 2^x-1 tables on many risc
853         machines.  Any gains of 2^x-1 are comparably small on other
854         machines. 
855
856 Fri Dec 13 05:05:03 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
857
858         * gnus.el: Red Gnus v0.75 is released.
859
860 Fri Dec 13 04:49:21 1996  Andre Deparade  <deparade@i3.informatik.rwth-aachen.de>
861
862         * gnus-cite.el (gnus-cited-text-button-line-format-alist): Make %b
863         and %e usable.
864
865 Fri Dec 13 01:06:09 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
866
867         * article.el (article-decode-rfc1522): Would collate subsequent
868         encodings. 
869
870         * gnus-start.el (gnus-check-bogus-newsgroups): Use
871         `map-y-or-n-p'. 
872
873         * gnus-topic.el (gnus-topic-kill-group): Save topic contents.
874         (gnus-topic-yank-group): Insert topic contents.
875
876         * gnus-sum.el (gnus-simplify-subject-fuzzy-regexp): Changed
877         default to "".
878
879         * gnus-score.el (gnus-score-find-favourite-words): Put point at bob.
880
881         * gnus-sum.el (gnus-summary-limit-to-age): Dox fix & interactive
882         spec. 
883
884 Fri Dec 13 01:01:46 1996  David Moore  <dmoore@ucsd.edu>
885
886         * gnus-sum.el (gnus-summary-limit-to-age): New function and
887         keystroke. 
888
889 Tue Dec 10 23:42:00 1996  David Moore  <dmoore@ucsd.edu>
890
891         * gnus-nocem.el (gnus-nocem-groups): news.lists.filters is to
892         replace alt.nocem.misc
893
894 Wed Dec 11 01:15:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
895
896         * nnfolder.el (nnfolder-request-expire-articles): Better message.
897         (nnfolder-delete-mail): Actually delete.
898
899         * gnus-sum.el (gnus-summary-update-info): Don't run
900         `gnus-exit-group-hook'. 
901         (gnus-summary-expire-articles): Do it.
902         (gnus-summary-exit): Ditto.
903         (gnus-summary-save-newsrc): New command and keystroke.
904
905 Wed Dec 11 00:38:12 1996  Stainless Steel Rat  <ratinox@peorth.gweep.net>
906
907         * gnus-sum.el (gnus-simplify-buffer-fuzzy): New version.
908
909 Mon Dec  9 21:00:09 1996  David Moore  <dmoore@ucsd.edu>
910
911         * gnus-sum.el (gnus-summary-catchup): Out dated catchup code
912         removed.
913
914         * nnvirtual.el (nnvirtual-update-read-and-marked): Work around a
915         cache of active count in gnus-update-read-articles.
916
917 Mon Dec  9 22:55:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
918
919         * article.el (article-emphasize): Use it.
920
921         * gnus-util.el (gnus-put-text-property-excluding-newlines): New
922         function. 
923
924 Mon Dec  9 08:38:08 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
925
926         * gnus-sum.el: Split customize groups and added links to the manual.
927
928 1996-12-08  Dave Love  <d.love@dl.ac.uk>
929
930         * gnus-vis.el (gnus-button-alist): Allow whitespace in `<URL:...'
931         markup (rfc1738), done last, after possible partial matches.
932         (gnus-button-url): Zap any whitespace from a <URL:...> match.
933
934 Mon Dec  9 02:18:35 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
935
936         * gnus-art.el (gnus-button-embedded-url): New function.
937         (gnus-button-alist): Use it.
938
939         * gnus-util.el (gnus-strip-whitespace): New function.
940
941 Mon Dec  9 00:04:24 1996  Richard Stallman  <rms@gnu.ai.mit.edu>
942
943         * gnus-start.el (gnus-read-init-file): Don't read init file when
944         started with "emacs -q".
945
946 Sun Dec  8 18:25:34 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
947
948         * gnus.el: Red Gnus v0.74 is released.
949
950 Fri Dec  6 12:47:24 1996  Wes Hardaker  <Wesley.Hardaker@sphys.unil.ch>
951
952         * gnus-picon.el (gnus-picons-insert-face-if-exists): Don't reverse
953         domains.
954
955 Fri Dec  6 11:33:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
956
957         * nnfolder.el (nnfolder-request-article): Use it.
958         (nnfolder-retrieve-headers): Wouldn't find the right header.
959
960         * nnmail.el (nnmail-search-unix-mail-delim-backward): New function.
961
962 Thu Dec  5 21:51:03 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
963
964         * gnus.el (gnus-server-add-address): Don't add "*-address" to all
965         servers. 
966
967 Thu Dec  5 21:01:22 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
968
969         * gnus.el: Red Gnus v0.73 is released.
970
971 Thu Dec  5 19:29:50 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
972
973         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Message the line
974         number.
975
976         * nnml.el (nnml-request-scan): Change server.
977
978 Sat Nov 30 00:42:39 1996  Steven L Baur  <steve@altair.xemacs.org>
979
980         * earcon.el: Added Customization.
981
982 Thu Dec  5 11:24:15 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
983
984         * gnus-sum.el (gnus-summary-prepare-threads): Don't output
985         articles outside the limit.
986
987         * gnus-group.el (gnus-group-level): New function.
988         (gnus-group-list-active): Faster implementation.
989         (gnus-group-list-all-matching): Accept a `C-u' prefix.
990
991         * message.el (message-news): Make sure newsey things are done.
992
993         * gnus-kill.el (gnus-execute-1): Eval forms properly.
994
995         * gnus-score.el (gnus-score-find-bnews): Treat "+" like ordinary
996         characters. 
997
998         * gnus-sum.el (gnus-summary-make-menu-bar): Update.
999
1000         * nndoc.el (nndoc-forward-type-p): Don't give false positives. 
1001
1002         * message.el (message-user-mail-address): Bypass mail-extr.
1003         (message-make-forward-subject): Only fetch the first Subject.
1004
1005         * gnus-art.el (gnus-button-alist): Reconize news:group urls.
1006
1007         * gnus-start.el (gnus-group-change-level): Didn't quote strings
1008         entered into dribble.
1009
1010         * gnus-util.el (gnus-prin1-to-string): Use print-quoted-
1011
1012         * nnbabyl.el (nnbabyl-request-article): Wouldn't find first
1013         article properly.
1014         (nnbabyl-delete-mail): Ditto.
1015
1016 Thu Dec  5 06:16:25 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1017
1018         * nnmail.el (nnmail-split-history): Use
1019         `with-output-to-temp-buffer'. 
1020
1021 Thu Dec  5 08:46:26 1996  Shuhei KOBAYASHI  <shuhei-k@jaist.ac.jp>
1022
1023         * gnus-sum.el (gnus-nov-parse-line): unwind-protect the
1024         narrowing. 
1025
1026 Tue Dec  3 14:06:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1027
1028         * nnheader.el (nnheader-find-file-noselect): Disable local
1029         variables. 
1030
1031         * gnus-group.el (gnus-group-fetch-faq): Ditto.
1032
1033 Mon Dec  2 17:12:26 1996  Ralph Schleicher  <rs@purple.UL.BaWue.DE>
1034
1035         * gnus-demon.el (gnus-demon-time-to-step): Make it work.
1036
1037 Sun Dec  1 07:35:32 1996  Lars Magne Ingebrigtsen  <larsi@proletcult.slip.ifi.uio.no>
1038
1039         * nntp.el (nntp-retrieve-articles): New function.
1040         (nntp-next-result-arrived-p): New function.
1041
1042 Sat Nov 30 13:50:15 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1043
1044         * nnfolder.el (nnfolder-retrieve-headers): Parse unix mboxes better.
1045         (nnfolder-request-article): Ditto.
1046
1047         * message.el (message-rename-buffer): Make sure the renamed buffer
1048         is valid.
1049
1050 Sat Nov 30 12:06:47 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1051
1052         * gnus-cache.el (gnus-cache-enter-article): Warn when trying to
1053         cache negative articles.
1054
1055 Sat Nov 30 08:53:48 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1056
1057         * gnus.el: Red Gnus v0.72 is released.
1058
1059 1996-11-30  Markus Linnala  <maage@cs.tut.fi>
1060
1061         * gnus-sum.el (gnus-summary-refer-parent-article): Work when there
1062         are no references.
1063
1064 1996-11-30  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1065
1066         * message.el (message-fetch-field): Fetch all headers.
1067
1068         * gnus-sum.el (gnus-cut-thread): Would cut off the wrong
1069         children. 
1070
1071         * gnus-score.el (gnus-all-score-files): Take an optional group
1072         param. 
1073
1074         * gnus-start.el (gnus-dribble-touch): New function.
1075         (gnus-master-read-slave-newsrc): Use it.
1076
1077         * gnus-salt.el (gnus-generate-vertical-tree): Would bug out on
1078         sparse articles.
1079
1080         * gnus-sum.el (gnus-summary-search-article): Would infloop.
1081
1082         * gnus-nocem.el: Ignore invalid entries.
1083
1084         * gnus-sum.el (gnus-data-remove): Wouldn't update properly when
1085         treating the first article in the buffer.
1086         (gnus-rebuild-thread): Would compute the wrong offset.
1087         (gnus-summary-move-article): Don't mark as read.
1088
1089 1996-11-28  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1090
1091         * gnus-sum.el (gnus-thread-loop-p): New function.
1092         (gnus-make-threads): Avoid inflooped references.
1093
1094         * gnus-start.el (gnus-gnus-to-quick-newsrc-format): Bind
1095         print-length to nil.
1096
1097 Wed Nov 27 02:41:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1098
1099         * nnmail.el (nnmail-process-babyl-mail-format): Goto-char placed
1100         wrongly. 
1101
1102         * gnus-group.el (gnus-group-select-group-emphemerally): New
1103         command and keystroke.
1104
1105         * gnus-sum.el (gnus-read-header): Fold continuation lines.
1106
1107 Tue Nov 26 18:43:29 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1108
1109         * gnus-sum.el (gnus-summary-update-info): Don't change buffer.
1110
1111 Tue Nov 26 17:56:19 1996  Hrvoje Niksic  <hniksic@srce.hr>
1112
1113         * gnus-sum.el (gnus-summary-print-article): Prompt for file name. 
1114
1115 Tue Nov 26 17:08:07 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1116
1117         * article.el (article-date-ut): Use original date.
1118
1119 Tue Nov 26 08:36:38 1996  Wes Hardaker <Wesley.Hardaker@sphys.unil.ch>
1120
1121         * gnus-picon.el: Customize.
1122
1123         * smiley.el: Customize.  Change artist's email address in comments.
1124
1125 Tue Nov 26 04:37:54 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1126
1127         * gnus.el: Red Gnus v0.71 is released.
1128
1129 Tue Nov 26 00:58:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1130
1131         * gnus-sum.el (gnus-get-split-value): Expand file names in save
1132         dir. 
1133
1134 Mon Nov 25 22:50:19 1996  Jens Lautenbacher  <jens@lemming5.lem.uni-karlsruhe.de>
1135
1136         * gnus-group.el (gnus-group-make-menu-bar): Moved customize.
1137
1138 Mon Nov 25 15:27:41 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1139
1140         * gnus.el (custom-facep): Removed.
1141
1142         * gnus-topic.el (gnus-topic-line-format): Added customize
1143         support. 
1144
1145         * gnus.el (gnus-article-display-hook): Moved
1146         `gnus-article-treat-overstrike' last.
1147
1148 Mon Nov 25 11:21:15 1996  Wes Hardaker <Wesley.Hardaker@sphys.unil.ch>
1149
1150         * gnus-picon.el: (gnus-picons-try-to-find-face): New param: rightp.
1151         (gnus-picons-insert-face-if-exists): Use it and own new param.
1152         More properly detect location of bar and dots.
1153         (gnus-group-display-picons): Use above.
1154         (gnus-article-display-picons): ditto.
1155
1156 Mon Nov 25 04:17:03 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1157
1158         * nnfolder.el (nnfolder-read-folder): Make buffer read/write.
1159
1160         * gnus-sum.el (gnus-summary-print-article): Delete invisible text
1161         first. 
1162
1163         * article.el (article-delete-invisible-text): New function.
1164
1165         * nntp.el (nntp-possibly-change-group): Would abort async
1166         fetches. 
1167
1168         * gnus-sum.el (gnus-summary-print-article): New command and
1169         keystroke. 
1170         (gnus-summary-move-article): Select the article first.
1171
1172         * message.el (message-user-agent): Define the message mail user
1173         agent. 
1174
1175 Sun Nov 24 02:28:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1176
1177         * nntp.el (nntp-possibly-change-group): Would get confused.
1178
1179         * gnus-art.el (gnus-button-url-regexp): Allow all word-constituent
1180         characters to be part of urls.
1181
1182         * nntp.el (nntp-possibly-change-group): Wait until the status line
1183         arrives and delete it.
1184
1185 Sun Nov 24 01:36:45 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1186
1187         * gnus.el: Red Gnus v0.70 is released.
1188
1189 Sat Nov 23 23:22:27 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1190
1191         * message.el (message-mode-menu): Added `message-caesar-region'. 
1192         (message-mode-field-menu): Added `message-insert-to' and
1193         `message-insert-newsgroups'. 
1194
1195 Sat Nov 23 19:53:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1196
1197         * nnkiboze.el: Would destroy all component group infos.
1198
1199         * gnus-xmas.el (gnus-summary-mail-toolbar): Reversed cathup.
1200
1201         * gnus-sum.el (gnus-summary-article-unread-p): New function.
1202         (gnus-remove-thread-1): Avoid `text-propery-any'.
1203         (gnus-summary-insert-subject): Ditto.
1204         (gnus-data-compute-positions): Removed.
1205
1206         * gnus-dup.el (gnus-dup-suppress-articles): Didn't do anything.
1207
1208         * gnus-group.el (gnus-group-restart): Just start up Gnus
1209         properly. 
1210
1211 Sat Nov 23 07:16:39 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1212
1213         * gnus.el: Red Gnus v0.69 is released.
1214
1215 Sat Nov 23 05:00:36 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1216
1217         * gnus-cache.el (gnus-cache-update-active): Wouldn't mark the
1218         cache active file as changed.
1219
1220         * gnus-start.el (gnus-setup-news): Slaves shouldn't check for new
1221         newsgroups. 
1222
1223         * gnus-sum.el (gnus-group-make-articles-read): Update group line
1224         on undo.
1225
1226         * gnus-move.el (gnus-move-group-to-server): Check whether
1227         to-active is nil.
1228
1229         * gnus-score.el (gnus-score-find-hierarchical): Do the right thing
1230         for prefixed group names.
1231
1232         * nnml.el (nnml-generate-nov-databases-1): Don't infloop.
1233
1234 Sat Nov 23 04:58:49 1996  Steven L. Baur  <steve@miranova.com>
1235
1236         * gnus-score.el (gnus-score-score-files-1): Don't infloop. 
1237
1238 Sat Nov 23 04:40:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1239
1240         * gnus-art.el (gnus-article-make-menu-bar): Protect against
1241         undefined menu vars.
1242
1243         * gnus-group.el (gnus-group-rename-group): Prompt fix.
1244
1245 Fri Nov 22 12:17:14 1996  David Moore  <dmoore@ucsd.edu>
1246
1247         * nnml.el (nnml-generate-nov-databases-1): Don't infloop.
1248
1249         * gnus-score.el (gnus-score-score-files-1): Don't infloop, be
1250         slightly faster.
1251
1252 Fri Nov 22 22:18:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1253
1254         * gnus-move.el (gnus-move-group-to-server): Looking-at bug.
1255         (gnus-move-group-to-server): Extend.
1256
1257         * message.el (message-check-news-header-syntax): Change shoot-me
1258         line. 
1259
1260 Thu Nov 21 18:31:56 1996  David Moore  <dmoore@ucsd.edu>
1261
1262         * gnus-util.el (gnus-atomic-progn, gnus-atomic-progn-assign,
1263         gnus-atomic-setq): Routines to help protect against corruption to
1264         internal Gnus datastructures from C-g or error signals.
1265
1266         * gnus-util.el (gnus-atomic-be-safe): Variable which can set to
1267         nil to disable the C-g atomic protection.
1268
1269         * nnvirtual.el (nnvirtual-update-read-and-marked): Replaces
1270         nnvirtual-update-reads and nnvirtual-update-marked.  Does updates
1271         to component groups atomically.
1272         (nnvirtual-request-update-info): Update the virtual group
1273         atomically.
1274
1275 Fri Nov 22 00:19:23 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1276
1277         * gnus.el: Create menu bar even when not using menu-bar-mode.
1278
1279         * gnus-start.el (gnus-1): Don't paint picture gnu twice.
1280
1281         * gnus-sum.el (gnus-group-make-articles-read): Undo in the right
1282         buffer.
1283         (gnus-update-read-articles): Ditto.
1284
1285 Fri Nov 22 00:04:59 1996  Raja R. Harinath  <harinath@cs.umn.edu>
1286
1287         * nnheader.el (nnheader-generate-fake-message-id): Interact better
1288         with duplicate suppression.
1289
1290 Thu Nov 21 23:31:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1291
1292         * gnus.el (gnus-info-set-entry): Wouldn't extend far enough.
1293
1294         * gnus-salt.el (gnus-tree-minimize): Ignore errors.
1295
1296         * gnus-sum.el (gnus-summary-article-sparse-p): New macro.
1297         (gnus-summary-article-ancient-p): Ditto.
1298         (gnus-summary-search-article): Skip sparse articles.
1299
1300         * article.el (article-date-ut): Wouldn't pick out the date right. 
1301
1302 Thu Nov 21 23:07:34 1996  Raja R. Harinath  <harinath@cs.umn.edu>
1303
1304         * gnus-dup.el (gnus-dup-enter-articles): Ignore sparse articles. 
1305
1306 Thu Nov 21 21:57:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1307
1308         * gnus-dup.el (gnus-dup-suppress-articles): Only suppress read
1309         articles. 
1310
1311         * article.el (article-delete-text-of-type): Would bug out.
1312
1313 Thu Nov 21 11:02:36 1996  David Moore  <dmoore@ucsd.edu>
1314
1315         * nnoo.el (nnoo-change-server): Only preserve un-ooed variables if
1316         they exist globally.
1317
1318 Thu Nov 21 10:52:39 1996  Steven L Baur  <steve@miranova.com>
1319
1320         * article.el (article-date-ut): Extend date header recognition to
1321         deal with systems that put a TAB after the colon.
1322
1323 Thu Nov 21 19:50:26 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1324
1325         * gnus.el: Red Gnus v0.68 is released.
1326
1327 Thu Nov 21 05:33:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1328
1329         * nnoo.el (nnoo-change-server): Protect against void vars.
1330
1331 Thu Nov 21 00:00:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1332
1333         * gnus.el: Red Gnus v0.67 is released.
1334
1335 Wed Nov 20 22:54:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1336
1337         * message.el (message-mode-field-menu): Separated.
1338
1339         * nnoo.el (nnoo-change-server): Preserve un-ooed variables as
1340         well. 
1341
1342         * nnbabyl.el (nnbabyl-read-mbox): Understand movemailed babyl
1343         files. 
1344
1345 Wed Nov 20 19:25:40 1996  Kurt Swanson  <kurt@dna.lth.se>
1346
1347         * gnus-art.el (gnus-article-make-menu-bar): Fix menu bar.
1348
1349 Wed Nov 20 05:27:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1350
1351         * gnus-sum.el (gnus-article-sort-by-lines,
1352         gnus-thread-sort-by-lines): New functions.
1353         (gnus-summary-sort-by-lines): New command and keystroke.
1354
1355         * gnus.el (gnus-other-frame): Be a bit more clever.
1356
1357         * gnus-group.el (gnus-group-get-new-news): Check for new
1358         newsgroups. 
1359
1360         * nnheader.el (nnheader-insert-file-contents-literally): Bind
1361         `default-major-mode' to nil.
1362
1363         * gnus-sum.el (gnus-group-make-articles-read): Yet another undo
1364         bug. 
1365
1366         * nnmail.el (nnmail-article-group): Wrong `junk' check.
1367
1368 Wed Nov 20 05:13:05 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1369
1370         * gnus.el: Red Gnus v0.66 is released.
1371
1372 Wed Nov 20 01:57:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1373
1374         * nnmail.el (nnmail-article-group): Would lose mail when using
1375         advanced splitting!
1376
1377         * gnus-sum.el (gnus-update-read-articles): Undo fix.
1378
1379 Tue Nov 19 22:56:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1380
1381         * nnheader.el (nnheader-auto-mode-alist): New function.
1382
1383 Tue Nov 19 21:57:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1384
1385         * gnus.el: Red Gnus v0.65 is released.
1386
1387 Tue Nov 19 17:41:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1388
1389         * message.el (message-do-fcc): Supply FROM-GNUS param to
1390         rmail-output. 
1391
1392         * gnus-msg.el (gnus-setup-message): Use the buffer name instead of
1393         the buffer.
1394
1395         * nnmail.el (nnmail-article-group): Respect `junk' advanced
1396         splits. 
1397
1398         * gnus-group.el (gnus-group-restart): Clear system.
1399
1400         * nnfolder.el (nnfolder-read-folder): Handle zipped files.
1401
1402         * nnheader.el (nnheader-find-file-noselect): New definition.
1403
1404         * gnus-art.el (gnus-article-make-menu-bar): Use the menu bar.
1405
1406         * gnus-score.el (gnus-all-score-files): Would still get the score
1407         files in wrong order.
1408
1409         * gnus-start.el (gnus-find-new-newsgroups): End message on wrong
1410         level. 
1411
1412         * gnus-srvr.el (gnus-server-prepare): Don't list servers twice.
1413
1414         * gnus-xmas.el (gnus-xmas-read-event-char): Mystery hanging bug.
1415
1416         * gnus-score.el (gnus-all-score-files): Expand all files in the
1417         kill files directory.
1418
1419         * gnus-sum.el (gnus-group-make-articles-read): Register with undo
1420         properly. 
1421         (gnus-update-read-articles): Ditto.
1422
1423         * gnus-msg.el (gnus-debug): Include gnus-async in variables.
1424
1425 Tue Nov 19 00:07:14 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1426
1427         * gnus.el: Red Gnus v0.64 is released.
1428
1429 Mon Nov 18 21:42:40 1996  Loren Schall  <schall@saifr00.ateng.az.honeywell.com>
1430
1431         * gnus-sum.el (gnus-summary-insert-line): Pick apart the From
1432         header in reversed order.
1433
1434 Mon Nov 18 02:00:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1435
1436         * gnus-sum.el (gnus-summary-refer-references): Protect against nil
1437         References.
1438
1439         * gnus-score.el (gnus-all-score-files): Remove duplicate score
1440         files from the end first.
1441
1442         * gnus-start.el (gnus-after-getting-new-news-hook,
1443         gnus-get-new-news-hook): Switched defaults.
1444
1445         * gnus-score.el (gnus-all-score-files): Returned score files in
1446         reverse order. 
1447
1448         * gnus-util.el (gnus-make-directory): Protect against nil dirs.
1449
1450         * gnus-art.el (gnus-decode-encoded-word-method): Default to
1451         'gnus-article-de-quoted-unreadable. 
1452
1453         * gnus.el (gnus-read-group): Prohibit : in group name.
1454         (gnus-article-display-hook): Removed
1455         `gnus-article-de-quoted-unreadable'. 
1456
1457         * article.el (gnus-emphasis-alist): Accept "-" as word marker.
1458
1459         * messagexmas.el (message-xmas-dont-activate-region): Changed
1460         default to t.
1461
1462 Sun Nov 17 01:09:21 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1463
1464         * message.el: Added customize support.
1465
1466 Sun Nov 17 23:42:03 1996  Raja R. Harinath  <harinath@cs.umn.edu>
1467
1468         * gnus-gl.el (bbb-extract-token-number): Fix.
1469
1470 Sun Nov 17 12:18:27 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1471
1472         * gnus-sum.el (gnus-summary-next-article): Use it.
1473         (gnus-group-make-articles-read): Quote undo forms.
1474         (gnus-update-read-articles): Ditto.
1475
1476         * gnus.el (gnus-key-press-event-p): New alias.
1477
1478 Sat Nov 16 22:05:24 1996  Steven L Baur  <steve@miranova.com>
1479
1480         * gnus-sum.el (gnus-summary-next-article): XEmacs doesn't use
1481         integers for keyboard events.
1482
1483 Sun Nov 17 12:09:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1484
1485         * gnus-group.el (gnus-group-set-timestamp): Protect against nil
1486         gnus-newsgroup-name. 
1487
1488 Sun Nov 17 01:09:21 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1489
1490         * nnmail.el: Added customize support.
1491
1492 Sat Nov 16 22:59:47 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1493
1494         * gnus.el (gnus-summary-line-format): Dox fix.
1495
1496         * nnfolder.el (nnfolder-save-mail): Would insert extra newline at
1497         the start.
1498
1499 Sat Nov 16 19:43:22 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1500
1501         * gnus.el: Red Gnus v0.63 is released.
1502
1503 Sat Nov 16 11:32:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1504
1505         * gnus-sum.el (gnus-summary-next-article): Ignore non-keyboard
1506         events before starting to walk.
1507
1508         * gnus-topic.el (gnus-topic-prepare-topic): Insert topics that
1509         have 0 unread if there is anything under.
1510
1511         * gnus-sum.el (gnus-summary-move-article): Do `B B' properly.
1512
1513         * gnus-topic.el (gnus-topic-parameters): Return nil on
1514         non-existant topics.
1515
1516         * nntp.el (nntp-possibly-change-group): Would nix out async buffer
1517         when switching groups.
1518
1519         * gnus-sum.el (gnus-summary-expire-articles): Update info before
1520         expiring. 
1521
1522         * article.el (article-strip-leading-blank-lines): Would strip too
1523         much. 
1524
1525         * gnus-sum.el (gnus-summary-mode): Update specs after running
1526         hook. 
1527
1528         * gnus-util.el (gnus-boundp): New function.
1529
1530         * gnus-start.el (gnus-get-new-news-hook): Default to updating
1531         display-time, if present.
1532
1533 Fri Nov 15 13:59:16 1996  Steven L Baur  <steve@miranova.com>
1534
1535         * gnus-xmas.el (gnus-xmas-define): Better fix for dealing with
1536         scroll-in-place, which will be preloaded in XEmacs 19.15.
1537
1538         * gnus-art.el (gnus-article-prev-page): Guard scroll-(up|down)
1539         against scroll-in-place package.
1540         (gnus-article-next-page): Ditto.
1541
1542         * gnus-salt.el (gnus-pick-next-page): Ditto.
1543
1544 Fri Nov 15 21:40:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1545
1546         * nnweb.el (gnus): Required.
1547
1548         * gnus-group.el (gnus-group-clear-data-on-native-groups): Offer to
1549         move cache.
1550
1551         * gnus-cache.el (gnus-cache-move-cache): New command.
1552
1553         * nnvirtual.el (nnvirtual-create-mapping): Handle groups with no
1554         articles. 
1555
1556         * gnus-group.el (gnus-group-insert-group-line-info): Compute the
1557         right number for dead groups.
1558
1559         * nnvirtual.el: Complete-first-sentence-in-first-line-of-doc fix. 
1560
1561 Thu Nov 14 10:20:44 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1562
1563         * gnus-win.el: Added customize support.
1564
1565         * gnus-uu.el: Added customize support.
1566
1567 Thu Nov 14 17:50:12 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1568
1569         * gnus.el: Red Gnus v0.62 is released.
1570
1571 Thu Nov 14 12:25:23 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1572
1573         * gnus.el (gnus-article-display-hook): Add
1574         `gnus-article-de-quoted-unreadable' to default value.
1575
1576         * gnus-art.el (gnus-summary-article-menu): Dummy define.
1577
1578         * article.el (custom): Require first.
1579
1580         * dgnushack.el (require): New implementation.
1581
1582         * article.el (gnus-emphasis-alist): Recognize emphasis inside
1583         quotes. 
1584
1585 Thu Nov 14 10:20:44 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1586
1587         * nnmail.el (nnmail-split-abbrev-alist): Added `uucp' to `mail'. 
1588
1589 Thu Nov 14 11:25:51 1996  Samuel Tardieu  <sam@inf.enst.fr>
1590
1591         * nnmail.el (nnmail-search-unix-mail-delim): Skip past ">From "
1592         after "From ".
1593
1594 Thu Nov 14 10:08:27 1996  Raja R. Harinath  <harinath@cs.umn.edu>
1595
1596         * gnus-gl.el (bbb-connect-to-bbbd): Only connect if we have the
1597         token. 
1598
1599 Thu Nov 14 08:46:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1600
1601         * message.el (message-insert-to): Deny with "never"
1602         courtesy-copies-to header.
1603
1604         * dgnushack.el (require): Try both the uncompiled and the compiled
1605         versions.
1606
1607         * nntp.el (nntp-send-authinfo): Hide password.
1608
1609 Wed Nov 13 12:00:43 1996  David Moore  <dmoore@ucsd.edu>
1610
1611         * gnus-start.el (gnus-parse-active): Correct range parsing
1612         restored.
1613
1614 Tue Nov 12 14:09:15 1996  David Moore  <dmoore@ucsd.edu>
1615
1616         * gnus-nocem.el (gnus-nocem-enter-article): Don't store the same
1617         message id in the cache twice.
1618         (gnus-nocem-liberal-fetch): 
1619
1620         * gnus-nocem.el (gnus-nocem-liberal-fetch): New Variable.
1621
1622         * gnus-nocem.el (gnus-nocem-check-article,
1623         gnus-nocem-scan-groups): Don't re-fetch a crossposted @@NCM
1624         posting that we've alread verified and scanned.
1625
1626 Wed Nov 13 23:38:00 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1627
1628         * gnus-start.el (gnus-parse-active): Gave wrong results.
1629
1630         * gnus-win.el (gnus-buffer-configuration): Doc fix.
1631
1632 Wed Nov 13 13:52:20 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1633
1634         * gnus-topic.el: Added customize support.
1635
1636         * gnus-group.el (gnus-group-mode-hook): Added `gnus-topic-mode'
1637         option.
1638
1639         * gnus-util.el (gnus-verbose): Made customizable.
1640
1641         * gnus.el (gnus-summary-line-format): Customize.
1642
1643         * gnus-sum.el (gnus-summary-respool-default-method): Customize.
1644
1645         * gnus.el (gnus-select-method-name): New widget.
1646         (gnus-select-method): Use it.
1647
1648 Wed Nov 13 14:19:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1649
1650         * gnus-group.el (gnus-info-clear-data): Quote lists.
1651
1652         * nntp.el (nntp-send-authinfo): Prompt right.
1653
1654 Tue Nov 12 19:33:00 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
1655
1656         * gnus.el: Red Gnus v0.61 is released.
1657
1658 Tue Nov 12 17:55:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1659
1660         * nnmail.el (nnmail-move-inbox): Delete empty crash box.
1661
1662         * gnus-art.el (gnus-article-make-menu-bar): Define summary article
1663         map.
1664
1665         * gnus-group.el (gnus-group-set-timestamp): Removed reference to
1666         free variable `group'.
1667
1668 Mon Nov 11 16:29:00 1996  David Moore  <dmoore@ucsd.edu>
1669
1670         * gnus-group.el (gnus-group-timestamp-delta): New function.
1671
1672         * gnus-demon.el (gnus-demon-add-scan-timestamps,
1673         gnus-demon-scan-timestamps): New functions.
1674
1675 Mon Nov 11 05:27:20 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1676
1677         * article.el (gnus-emphasis-alist): Added ":" as sentence-end. 
1678
1679 Mon Nov 11 05:14:02 1996  David Moore  <dmoore@ucsd.edu>
1680
1681         * nnvirtual.el: New version.
1682
1683 Mon Nov 11 05:09:14 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1684
1685         * article.el (gnus-emphasis-underline-bold): Renamed.
1686
1687 Mon Nov 11 05:05:09 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
1688
1689         * nntp.el (nntp-possibly-change-group): Bind
1690         `nnheader-callback-function' to nil.
1691
1692 Sun Nov 10 12:13:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1693
1694         * gnus-start.el (gnus-parse-active): Give correct answer.
1695
1696         * nntp.el (nntp-snarf-error-message): Massage the message.
1697
1698 Sun Nov 10 11:49:33 1996  Joe Wells  <jbw@cs.bu.edu>
1699
1700         * dgnushack.el (require): Load .el files only.
1701
1702 Sun Nov 10 10:06:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1703
1704         * gnus-move.el (gnus-move-group-to-server): Would pass wrong
1705         params to `gnus-retrieve-headers'.
1706
1707         * nntp.el (nntp-wait-for): Accept a `discard' param.
1708         (nntp-open-connection): Would mix it up when establishing asynch
1709         connections. 
1710
1711         * nnml.el (nnml-find-id): Would report false positives.
1712
1713         * gnus-spec.el (gnus-update-format-specifications): Do all
1714         computations in the right buffer.
1715
1716         * nnweb.el (nnweb-type-definition): Moved search engine.
1717         (nnweb-fetch-form): Use "POST" instead of `POST'.
1718
1719         * gnus-undo.el (gnus-undo-register): Entered malformed undo
1720         statements. 
1721
1722         * smiley.el (smiley-nosey-regexp-alist): Add a devilish face.
1723
1724 Sun Nov 10 06:38:38 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1725
1726         * gnus.el: Red Gnus v0.60 is released.
1727
1728 Sun Nov 10 06:31:36 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1729
1730         * gnus.el: Red Gnus v0.59 is released.
1731
1732 Sun Nov 10 06:09:37 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1733
1734         * nntp.el (nntp-decode-text): Erased everything.
1735
1736         * article.el (article-remove-trailing-blank-lines): Would
1737         infloop. 
1738
1739 Sun Nov 10 06:06:31 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1740
1741         * gnus.el: Red Gnus v0.58 is released.
1742
1743 Sun Nov 10 06:02:51 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
1744
1745         * nntp.el (nntp-possibly-change-group): Bind callback function to
1746         nil. 
1747
1748 Sun Nov 10 05:35:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1749
1750         * gnus-topic.el (gnus-topic-remove-topic): Remove from alist. 
1751
1752         * gnus-score.el (gnus-score-string): Didn't trace fuzzies and
1753         words. 
1754
1755 Sat Nov  9 18:14:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1756
1757         * nnweb.el (nnweb-set-hashtb): Typo.
1758         (nnweb-read-overview): Typo.
1759
1760         * nnheader.el (nnheader-skeleton-replace): New macro.
1761         (nnheader-replace-string): Use it.
1762         (nnheader-replace-regexp): Use it.
1763         (nnheader-strip-cr): Use it.
1764
1765         * nntp.el (nntp-retrieve-headers): Be faster.
1766         (nntp-decode-text): Use faster algorithm.
1767
1768         * nnheader.el (nnheader-replace-string): New function.
1769
1770 Sat Nov  9 17:22:16 1996  Hrvoje Niksic  <hniksic@srce.hr>
1771
1772         * article.el (gnus-emphasis-alist): Doc fix.
1773
1774 Sat Nov  9 16:27:27 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1775
1776         * nnmail.el (nnmail-split-it): Fix bug in abbrev handling.
1777
1778 Sat Nov  9 05:59:02 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1779
1780         * nnweb.el (nnweb-set-hashtb): Typo.
1781
1782         * article.el (gnus-emphasis-alist): One ' too many.
1783
1784         * gnus-async.el (gnus-async-prefetch-article): Only message when
1785         in the summary buffer.
1786
1787         * gnus-msg.el (gnus-post-news): Handle `newsgroup' param.
1788         (gnus-debug): Be `defcustom' aware.
1789
1790 Sat Nov  9 05:41:27 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1791
1792         * gnus.el: Red Gnus v0.57 is released.
1793
1794 Fri Nov  8 22:56:59 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1795
1796         * gnus.el: Added customize support.
1797
1798 Sat Nov  9 05:14:58 1996  David Moore  <dmoore@ucsd.edu>
1799
1800         * nnmail.el (nnmail-expand-newtext): New version.
1801
1802 Sat Nov  9 04:28:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1803
1804         * gnus-xmas.el (gnus-xmas-force-redisplay): New variable.
1805         (gnus-xmas-summary-recenter): Use it.
1806
1807         * gnus-art.el (gnus-button-url): Removed seconds param since old
1808         versions of `browse-url.el' don't support it.
1809         (gnus-article-make-menu-bar): Add article menu to article menu. 
1810
1811         * article.el (gnus-emphasis-alist): Use ")" as a sentence end
1812         marker. 
1813
1814 Fri Nov  8 05:33:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1815
1816         * article.el (gnus-emphasis-alist): Recognize "_this_here_".
1817
1818         * gnus-art.el (gnus-article-save): Save the right buffer after
1819         stripping headers. 
1820
1821         * nntp.el (nntp-wait-for): Nix out "nntp reading...." message.
1822
1823         * article.el (article-narrow-to-signature): Typo.
1824
1825         * nntp.el (nntp-try-list-active): Would guess wrong on `some'. 
1826
1827         * gnus.el: condition-case -> ignore-errors.
1828
1829         * nntp.el (nntp-request-close): Protect against errors.
1830
1831 Fri Nov  8 03:23:02 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1832
1833         * gnus.el: Red Gnus v0.56 is released.
1834
1835 Fri Nov  8 02:45:21 1996  David S. Goldberg  <dsg@linus.mitre.org>
1836
1837         * gnus-art.el (gnus-button-url): Respect
1838         `browse-url-new-window-p'. 
1839
1840 Fri Nov  8 02:34:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1841
1842         * nnmail.el (nnmail-process-unix-mail-format): Fold searches.
1843
1844 Thu Nov  7 09:07:32 1996  Steven L Baur  <steve@miranova.com>
1845
1846         * nnmail.el (nnmail-search-unix-mail-delim): Take better care in
1847         ignoring bogus From_ lines.
1848
1849 Fri Nov  8 02:01:06 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1850
1851         * nnmail.el (nnmail-move-inbox): Cleaned up code.
1852
1853         * gnus-int.el (gnus-request-regenerate): New function.
1854
1855         * nnml.el (nnml-request-regenerate): New function.
1856
1857         * gnus-srvr.el (gnus-server-regenerate-server): New command and
1858         keystroke. 
1859
1860 Thu Nov  7 16:12:30 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1861
1862         * gnus-start.el: Added customize support.
1863
1864 Fri Nov  8 01:47:16 1996  David S. Goldberg  <dsg@linus.mitre.org>
1865
1866         * gnus-win.el (gnus-delete-windows-in-gnusey-frames): Would bug
1867         out on nil variables.
1868
1869 Fri Nov  8 01:45:06 1996  Kurt Swanson  <kurt@dna.lth.se>
1870
1871         * gnus-sum.el (gnus-handle-ephemeral-exit): Go to the next
1872         article. 
1873
1874 Thu Nov  7 16:12:30 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
1875
1876         * article.el (gnus-visible-headers): Convert string to list of
1877         strings. 
1878
1879 Fri Nov  8 01:40:38 1996  Kurt Swanson  <Kurt.Swanson@dna.lth.se>
1880
1881         * gnus-sum.el (gnus-summary-first-article): New function.
1882
1883         * gnus-salt.el (gnus-pick-start-reading): Use it.
1884
1885 Thu Nov  7 09:42:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1886
1887         * gnus-group.el (gnus-group-catchup): Better message.
1888
1889         * gnus-util.el (gnus-date-get-time): Protect against "" Dates. 
1890
1891         * article.el (article-strip-leading-blank-lines): Would infloop.
1892
1893         * gnus-msg.el (gnus-debug): Protect against odd load-paths.
1894
1895 Fri Nov  8 05:30:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1896
1897         * gnus-sum.el (gnus-get-newsgroup-headers): `ref' should never be
1898         nil. 
1899
1900         * gnus-msg.el (gnus-summary-followup-to-mail,
1901         gnus-summary-followup-to-mail-with-original): New commands.
1902
1903         * nnmail.el (nnmail-split-it): Use `replace-match'.
1904
1905 Fri Nov  8 05:30:46 1996  David Moore  <dmoore@ucsd.edu>
1906
1907         * nnmail.el (nnmail-split-it): New version.
1908
1909 Fri Nov  8 03:44:10 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1910
1911         * gnus.el (gnus-article-display-hook): Customized.
1912
1913         * article.el (gnus-emphasis-alist): Define more combinations.
1914         (gnus-emphasis-underline-bold-italic): New face.
1915
1916 Fri Nov  8 00:20:29 1996  Lars Magne Ingebrigtsen  <menja.larsi@ifi.uio.no>
1917
1918         * gnus.el: Red Gnus v0.55 is released.
1919
1920 Thu Nov  7 00:14:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1921
1922         * gnus-win.el (gnus-delete-windows-in-gnusey-frames): New function.
1923         (gnus-configure-windows): Use it.
1924
1925         * nntp.el (nntp-possibly-change-group): Erased wrong buffer.
1926
1927         * gnus-score.el (gnus-score-find-bnews): Anchor mathces.
1928
1929         * gnus-group.el (gnus-group-insert-group-line): Would bug out on
1930         on gnus-moderated-hashtb.
1931
1932 Wed Nov  6 22:54:41 1996  Sudish Joseph  <sudish@mindspring.com>
1933
1934         * gnus-nocem.el (gnus-sum): Required.
1935
1936 Wed Nov  6 09:13:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1937
1938         * nnmail.el (nnmail-date-to-time): Trap errors.
1939
1940         * nntp.el (nntp-open-connection): Erase contents of the right
1941         buffer. 
1942
1943         * gnus-sum.el (gnus-summary-first-article-p): New function.
1944
1945         * gnus-topic.el (gnus-topic-remove-group): Didn't use
1946         process/prefix. 
1947
1948         * gnus-group.el (gnus-group-iterate): New macro.
1949
1950         * gnus-sum.el (gnus-summary-prev-unread-article): Respect
1951         `gnus-summary-goto-unread' `never'.
1952
1953 Wed Nov  6 06:55:03 1996  Hrvoje Niksic  <hniksic@srce.hr>
1954
1955         * article.el (gnus-emphasis-alist): New version.
1956
1957 Wed Nov  6 06:26:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1958
1959         * gnus-art.el (gnus-article-syntax-table): New variable.
1960         (gnus-article-mode): Use it.
1961
1962         * article.el (article-strip-leading-blank-lines): Didn't do much. 
1963
1964 Wed Nov  6 05:51:56 1996  Kevin Buhr  <buhr@stat.wisc.edu>
1965
1966         * gnus-sum.el (gnus-summary-respool-article): Get the right
1967         servers. 
1968
1969 Wed Nov  6 04:00:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1970
1971         * nnheader.el (nnheader-header-value): Use old definition.
1972
1973         * message.el: Removed many autoloads.
1974
1975 Wed Nov  6 03:44:44 1996  ISO-2022-JP  <morioka@jaist.ac.jp>
1976
1977         * gnus-ems.el (gnus-ems-redefine): New Mule definition.
1978
1979 Wed Nov  6 03:02:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1980
1981         * gnus-xmas.el (gnus-xmas-summary-recenter): Force redisplay.
1982
1983         * gnus.el (gnus-check-backend-function): Protect against errors. 
1984
1985         * gnus-start.el (gnus-group-change-level): Enter info into dribble
1986         file. 
1987
1988 Wed Nov  6 01:58:46 1996  Hrvoje Niksic  <hniksic@srce.hr>
1989
1990         * article.el (gnus-emphasis-alist): New default.
1991
1992 Wed Nov  6 01:47:17 1996  Joe Wells  <jbw@cs.bu.edu>
1993
1994         * gnus-uu.el (gnus-uu-reginize-string): Buggy.
1995         (gnus-uu-uustrip-article): Temp name mixup.
1996
1997 Wed Nov  6 01:27:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
1998
1999         * gnus-group.el (gnus-group-make-group): Use new function.
2000
2001         * gnus.el (gnus-read-group): New function.
2002
2003         * dgnushack.el: Less error messages under XEmacs.
2004
2005 Tue Nov  5 23:59:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2006
2007         * nnmail.el (nnmail-search-unix-mail-delim): New implementation.
2008
2009 Tue Nov  5 23:43:34 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
2010
2011         * gnus.el: Red Gnus v0.54 is released.
2012
2013 Tue Nov  5 22:34:01 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2014
2015         * message.el (message-goto-signature): Place point better.
2016
2017         * gnus-art.el (gnus-summary-save-body-in-file): Restored.
2018
2019         * nntp.el (nntp-send-authinfo): Better password prompting.
2020
2021         * nnmail.el (nnmail-read-passwd): Allow format strings.
2022
2023 Tue Nov  5 22:10:20 1996  David Moore  <dmoore@ucsd.edu>
2024
2025         * gnus-sum.el (gnus-valid-move-group-p): New function.
2026         (gnus-read-move-group-name): Faster implementation.
2027
2028 Tue Nov  5 12:35:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2029
2030         * gnus-topic.el (gnus-topic-remove-topic): Would wipe out topic
2031         parameters. 
2032
2033         * gnus-sum.el (gnus-summary-stop-page-breaking): Remove all
2034         buttons. 
2035
2036         * nnweb.el (nnweb-set-hashtb): Typo.
2037
2038 Tue Nov  5 10:43:24 1996  Randal Schwartz  <merlyn@stonehenge.com>
2039
2040         * gnus-uu.el (gnus-uu-be-dangerous): New variable.
2041         (gnus-uu-save-files): Use it.
2042
2043 Tue Nov  5 10:19:39 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2044
2045         * gnus-sum.el (gnus-summary-read-document): Doc fix.
2046         (gnus-summary-catchup-and-exit): Don't exit when replying "n".
2047
2048         * gnus-art.el (gnus-summary-write-to-file): Doc fix.
2049
2050         * gnus-uu.el (gnus-uu-get-list-of-articles): Get numerical prefix
2051         value. 
2052
2053 Tue Nov  5 10:14:02 1996  David Moore  <dmoore@ucsd.edu>
2054
2055         * gnus-start.el (gnus-groups-to-gnus-format): Simplified and made
2056         faster. 
2057
2058 Tue Nov  5 04:56:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2059
2060         * nnmail.el (nnmail-search-unix-mail-delim): Protect against
2061         regexp overflows.
2062
2063         * nnheader.el (nnheader-header-value): New definition.
2064
2065         * nntp.el (nntp-open-connection): Erase buffer.
2066         (nntp-possibly-change-group): Ditto.
2067
2068         * nnvirtual.el (nnvirtual-create-mapping): Would ignore groups
2069         with just one article.
2070
2071 Tue Nov  5 03:41:30 1996  David Moore  <dmoore@ucsd.edu>
2072
2073         * gnus-nocem.el (gnus-nocem-enter-article): Would bug out on some
2074         lines. 
2075
2076 Tue Nov  5 03:36:03 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2077
2078         * gnus-score.el (gnus-score-find-favourite-words): Put point at
2079         bob. 
2080
2081 Tue Nov  5 03:33:04 1996  jeff sparkes  <jsparkes@nortel.ca>
2082
2083         * gnus-kill.el (gnus-batch-score): Run in slave mode.
2084
2085 Mon Nov  4 03:16:18 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2086
2087         * nnheader.el (nnheader-directory-regular-files): New function. 
2088
2089         * nnmail.el (nnmail-get-spool-files): Allow nnmail-spool-file to
2090         be a directory.
2091
2092         * gnus-sum.el (gnus-summary-next-group): Halt prefetch.
2093
2094         * gnus-async.el (gnus-async-halt-prefetch): New function.
2095
2096         * message.el (message-check-news-header-syntax): Anchor
2097         multiple-searches. 
2098
2099         * gnus-topic.el (gnus-topic-mode): Reset sorting function.
2100
2101 Tue Oct 29 20:42:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2102
2103         * gnus-topic.el (gnus-topic-remove-topic): Fold properly.
2104
2105 Tue Oct 29 19:45:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2106
2107         * message.el (message-generate-new-buffer-clone-locals): Bugged
2108         out under XEmacs.
2109
2110 Tue Oct 29 19:21:47 1996  David Moore  <dmoore@ucsd.edu>
2111
2112         * gnus.el: Fixed autoloads.
2113
2114 Tue Oct 29 17:21:42 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2115
2116         * gnus-art.el (gnus-url-mailto): `message-goto-subject' takes no
2117         args. 
2118
2119 Mon Oct 28 15:42:21 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2120
2121         * gnus.el: Autoload gnus-score-followup-thread.
2122         (gnus-inhibit-startup-message): Doc fix.
2123
2124 Sat Oct 26 15:48:28 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2125
2126         * gnus-xmas.el (gnus-xmas-topic-menu-add): Add menu.
2127
2128         * gnus-topic.el (gnus-topic-kill-group): Enter into dribble.
2129
2130         * gnus-sum.el (gnus-summary-universal-argument): Bind
2131         `gnus-newsgroup-process-marked' to nil before calling functions. 
2132
2133 Sat Oct 26 15:31:18 1996  David Moore  <dmoore@ucsd.edu>
2134
2135         * nnmail.el (nnmail-activate): Faster version.
2136
2137 Fri Oct 25 09:02:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2138
2139         * nnsoup.el (nnsoup-pack-replies): Error empty dirs.
2140
2141         * gnus-msg.el (gnus-summary-mail-forward): Allow prefix to forward
2142         full headers. 
2143
2144 Thu Oct 24 07:20:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2145
2146         * gnus-nocem.el (gnus-nocem-enter-article): Would enter unbound
2147         symbols into hashtb.
2148
2149 Thu Oct 24 07:12:23 1996  Michael R. Cook  <mcook@cognex.com>
2150
2151         * nnmh.el (nnmh-active-number): Misplaced paren.
2152
2153 Thu Oct 24 07:02:54 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2154
2155         * gnus-group.el (gnus-group-list-groups): Clear inboxes.
2156
2157         * gnus-async.el (gnus-make-async-article-function): Use the
2158         success param.
2159
2160         * nntp.el (nntp-after-change-function-callback): Pass along the
2161         right success param.
2162
2163 Wed Oct 23 18:33:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2164
2165         * gnus-score.el (gnus-summary-increase-score): Spud.
2166
2167 Wed Oct 23 07:55:42 1996  William Perry  <wmperry@aventail.com>
2168
2169         * gnus-art.el (gnus-url-mailto): New function.
2170
2171 Wed Oct 23 06:57:10 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2172
2173         * nnbabyl.el (nnbabyl-create-mbox): New function.
2174         (nnbabyl-open-server): Create mbox.
2175
2176         * nnmbox.el (nnmbox-create-mbox): New function.
2177
2178 Tue Oct 22 07:30:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2179
2180         * nnml.el (nnml-request-list): Always return t.
2181
2182 Tue Oct 22 03:16:27 1996  Felix Lee  <flee@teleport.com>
2183
2184         * gnus-score.el (gnus-score-adaptive): Use the right syntax
2185         table. 
2186
2187 Tue Oct 22 03:08:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2188
2189         * message.el (message-generate-headers): Rename Original-Sender as
2190         well.
2191         (message-send-news): Typo.
2192         (message-send-news): Don't message.
2193
2194 Tue Oct 22 03:06:49 1996  Felix Lee  <flee@teleport.com>
2195
2196         * gnus-score.el (gnus-score-adaptive): gnus-score-adaptive will do
2197         line scoring or word scoring, but not both.
2198
2199 Tue Oct 22 02:48:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2200
2201         * message.el (message-send-news): Use it.
2202         (message-send-mail): Ditto.
2203
2204 Tue Oct 22 02:40:14 1996  Joev Dubach  <dubach1@husc.harvard.edu>
2205
2206         * message.el (message-generate-new-buffer-clone-locals): New
2207         function. 
2208
2209 Tue Oct 22 01:19:47 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2210
2211         * message.el: Removed `lisp-indent-hook' throughout all files. 
2212
2213         * gnus.el (gnus-sethash): Fix edebug form spec.
2214
2215         * gnus-cache.el (gnus-cache-file-name): Translate file chars.
2216
2217 Sun Oct 20 03:41:47 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2218
2219         * nntp.el (nntp-read-server-type): Fold case.
2220
2221 Sat Oct 19 08:03:17 1996  Michael Ernst  <mernst@cs.washington.edu>
2222
2223         * article.el (article-hide-headers): Do the right thing on
2224         articles with no bodies.
2225         (article-narrow-to-signature): Doc fix.
2226
2227 Sat Oct 19 07:53:49 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2228
2229         * nnsoup.el (nnsoup-pack-replies): Refuse to pack when there is
2230         nothing to pack.
2231         (nnsoup-read-areas): Don't bug out on empty packets.
2232
2233         * gnus-soup.el (gnus-soup-pack-packet): Refuse to pack empty
2234         packets. 
2235
2236 Sat Oct 19 07:43:33 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
2237
2238         * gnus-sum.el (gnus-auto-center-summary): Fix.
2239
2240 Sat Oct 19 07:32:27 1996  Marc Horowitz  <marc@cygnus.com>
2241
2242         * gnus-topic.el (gnus-topic-remove-topic): Would clobber
2243         duplicates. 
2244
2245 Sat Oct 19 07:01:14 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2246
2247         * message.el (message-send-mail-hook): New hook.
2248         (message-send-news-hook): Ditto.
2249
2250         * gnus-art.el (gnus-summary-write-to-file): New function.
2251
2252 Sat Oct 19 06:56:34 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
2253
2254         * gnus-sum.el (gnus-summary-save-article-mail-overwrite): New
2255         command and keystroke.
2256
2257 Thu Oct 17 06:25:55 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2258
2259         * gnus-sum.el (gnus-article-sort-by-date): Use faster
2260         implementation. 
2261
2262         * gnus-util.el (gnus-string-get-time): New macro.
2263
2264         * message.el (message-check-news-syntax): Check more thorougly the
2265         From header.
2266         (message-check): New macro.
2267
2268 Thu Oct 17 06:03:56 1996  Carsten Leonhardt  <leo@arioch.tng.oche.de>
2269
2270         * gnus-ems.el (gnus-xemacs): Avoid clobbering functions.
2271
2272 Thu Oct 17 05:34:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2273
2274         * message.el (message-cite-function): Initialize from
2275         mail-citation-hook. 
2276
2277 Thu Oct 17 02:45:47 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2278
2279         * gnus.el: Red Gnus v0.52 is released.
2280
2281 Wed Oct 16 21:01:41 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2282
2283         * gnus-sum.el (gnus-summary-catchup): Return t.
2284
2285 Wed Oct 16 20:32:53 1996  Kees de Bruin  <kees_de_bruin@tasking.nl>
2286
2287         * gnus-group.el (gnus-group-mail-low-empty-face): Face fix.
2288
2289 Wed Oct 16 20:00:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2290
2291         * message.el (message-mode): Doc fix.
2292
2293         * nnml.el (nnml-request-group): Re-read directory.
2294
2295 Wed Oct 16 04:01:27 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2296
2297         * gnus.el: Red Gnus v0.51 is released.
2298
2299 Wed Oct 16 03:49:12 1996  Alexandre Oliva  <oliva@dcc.unicamp.br>
2300
2301         * gnus-start.el (gnus-setup-news): Make sure
2302         `gnus-group-line-format' is bound.
2303
2304 Wed Oct 16 02:57:37 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2305
2306         * nntp.el (nntp-after-change-function-callback): Would delete the
2307         first line of all articles.
2308
2309 Mon Oct 14 21:31:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2310
2311         * gnus-sum.el (gnus-summary-limit-to-marks): Accept prefix.
2312
2313 Sun Oct 13 16:37:05 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2314
2315         * gnus-srvr.el (gnus-browse-foreign-server): Message better.
2316
2317 Sat Oct 12 19:33:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2318
2319         * message.el (message-indent-citation): Would infloop on empty
2320         articles. 
2321
2322 Sat Oct 12 19:21:05 1996  Raja R. Harinath  <harinath@cs.umn.edu>
2323
2324         * gnus.el: Autoload more functions.
2325
2326 Sat Oct 12 19:09:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2327
2328         * gnus-sum.el (gnus-summary-catchup): Don't move point.
2329         (gnus-summary-limit-exclude-marks): New command.
2330
2331 Fri Oct 11 15:26:02 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2332
2333         * gnus.el: Red Gnus v0.50 is released.
2334
2335 Thu Oct 10 23:36:32 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
2336
2337         * gnus-nocem.el (gnus-nocem): Typo.
2338
2339 Thu Oct 10 23:16:57 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2340
2341         * gnus-group.el (gnus-group-clear-data-on-native-groups): Only
2342         clear data on native groups.
2343
2344 Thu Oct 10 14:11:18 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2345
2346         * gnus-cus.el (gnus-group-customize): Allow unknown entries.
2347         (gnus-score-customize): Ditto.
2348         (gnus-score-string-convert): Ditto.
2349         (gnus-score-parameters): Added `touched'.
2350
2351 Thu Oct 10 23:06:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2352
2353         * gnus-start.el (gnus-read-active-file): Don't bug out on null
2354         methods. 
2355
2356 Thu Oct 10 22:29:05 1996  Randell Jesup  <Randell.Jesup@scala.com>
2357
2358         * article.el (article-hide-boring-headers): Reversed `date'
2359         check. 
2360
2361 Thu Oct 10 15:24:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2362
2363         * gnus-xmas.el (gnus-xmas-define): Removed gnus-display-type.
2364
2365         * gnus-group.el (gnus-group-new-mail): Strip prefix.
2366
2367         * nnmail.el (nnmail-new-mail-p): Didn't work.
2368
2369         * gnus-score.el (gnus-score-adaptive): Use
2370         gnus-adaptive-word-score-alist. 
2371
2372         * nnoo.el (nnoo-define-skeleton-1): Define
2373         request-list-newsgroups. 
2374
2375         * nnweb.el (w3-forms): Removed.
2376
2377         * gnus-uu.el (gnus-uu-digest-mail-forward): Use directory form. 
2378
2379 Tue Oct  8 14:30:53 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2380
2381         * gnus.el: Red Gnus v0.49 is released.
2382
2383 Tue Oct  8 00:15:04 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2384
2385         * gnus-nocem.el: Added customize support.
2386
2387 Tue Oct  8 11:48:25 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2388
2389         * gnus-group.el (gnus-group-mail-3-empty-face): Use magenta4.
2390
2391         * gnus.el (gnus-short-group-name): Would bug out on complex group
2392         names. 
2393         (gnus-splash-face): New face.
2394         (gnus-group-startup-message): Use it.
2395
2396         * nnvirtual.el (nnvirtual-request-group): Respect
2397         `always-rescan'. 
2398
2399         * gnus-load.el: Removed.
2400
2401         * gnus.el (gnus-check-backend-function): Require before
2402         checking... 
2403
2404         * gnus-sum.el (gnus-summary-respool-article): Use it.
2405
2406         * gnus-load.el (gnus-mail-method-history): New variable.
2407
2408         * gnus-sum.el (gnus-summary-normal-unread-face): Use default
2409         face. 
2410
2411 Mon Oct  7 15:00:58 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2412
2413         * gnus.el: Red Gnus v0.48 is released.
2414
2415 Mon Oct  7 02:24:02 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2416
2417         * gnus-sum.el: Added customize support.
2418
2419 Sat Oct  5 01:29:20 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2420
2421         * gnus-async.el: Added customize support.
2422         * gnus-cache.el: Ditto.
2423         * gnus-cite.el: Ditto.
2424         * gnus-demon.el: Ditto.
2425         * gnus-dup.el: Ditto.
2426         * gnus-eform.el: Ditto.
2427         * gnus-group.el: Ditto.
2428         * gnus-int.el: Ditto.
2429         * gnus-kill.el: Ditto.
2430         * gnus-load.el (gnus-make-face, gnus-face-light-name-list,
2431         gnus-face-dark-name-list): Removed.
2432
2433 Fri Oct  4 07:17:09 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2434
2435         * gnus-start.el (gnus-setup-news): Slaves should read the slave
2436         files. 
2437
2438         * gnus-art.el (gnus-request-article-this-buffer): Removed
2439         reference to doing-request.
2440
2441 Thu Oct  3 05:06:53 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2442
2443         * gnus.el: Red Gnus v0.47 is released.
2444
2445 Thu Oct  3 02:04:37 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2446
2447         * gnus-int.el (gnus-request-head): Use the cache.
2448
2449 Wed Oct  2 00:57:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2450
2451         * message.el (message-resend): Message.
2452
2453         * gnus-group.el (gnus-group-timestamp-string): New function.
2454
2455         * gnus-util.el (gnus-time-iso8601): New function.
2456
2457         * gnus-group.el (gnus-group-set-timestamp): New function.
2458         (gnus-group-timestamp): New subst.
2459
2460         * gnus-start.el (gnus-subscribe-hierarchical-interactive): Accept
2461         RET as default. 
2462
2463 Tue Oct  1 05:13:57 1996  Martin Buchholz  <mrb@eng.sun.com>
2464
2465         * gnus-sum.el (gnus-summary-insert-pseudos): Error takes a format
2466         string. 
2467
2468 Tue Oct  1 05:12:29 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2469
2470         * gnus.el: Red Gnus v0.46 is released.
2471
2472 Tue Oct  1 03:41:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2473
2474         * gnus-picon.el (gnus-picons-glyph-hashtb): Made into hashtb.
2475
2476 Tue Oct  1 01:50:10 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2477
2478         * gnus-group.el (gnus-group-new-mail): New function.
2479         (gnus-new-mail-mark): New variable.
2480
2481         * nnmail.el (nnmail-new-mail-p): New function.
2482
2483         * gnus-xmas.el (gnus-xmas-splash): New function.
2484
2485 Tue Oct  1 01:36:17 1996  Raja R. Harinath  <harinath@cs.umn.edu>
2486
2487         * gnus-score.el (gnus-all-score-files): Didn't handle alist.
2488
2489         * gnus-gl.el: Dropped `bbb-alist'.  Changed cl-hashtable to obarray,
2490         using gnus-{get,set}hash to access it.  Dropped a few temp. bindings
2491         Changed (aref (assoc "message-id" ...) ...) to (mail-header-id ...).
2492
2493 Mon Sep 30 00:02:13 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2494
2495         * gnus.el: General (and major) indentation, breaking,
2496         if/when/unless/and/or, push revision.
2497
2498         * gnus-sum.el (gnus-read-header): Set buffer before changing
2499         vars. 
2500
2501 Sun Sep 29 23:20:26 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2502
2503         * gnus-util.el (gnus-write-buffer): New function.
2504
2505 Sun Sep 29 23:05:33 1996  Kurt Swanson  <Kurt.Swanson@dna.lth.se>
2506
2507         * gnus-sum.el (gnus-handle-ephemeral-exit): New function.
2508
2509 Sun Sep 29 22:41:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2510
2511         * gnus-cache.el (gnus-cache-possibly-enter-article): Allow making
2512         articles persistent in uncacheable groups.
2513
2514 Sun Sep 29 01:23:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2515
2516         * gnus.el: Red Gnus v0.45 is released.
2517
2518 Sun Sep 29 00:57:13 1996  Dave Disser  <disser@sdd.hp.com>
2519
2520         * gnus-sum.el (gnus-summary-display-article): Don't show tree
2521         unless using threads.
2522
2523 Sun Sep 29 00:19:35 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2524
2525         * gnus-score.el (gnus-all-score-files): Remove duplicates.
2526
2527 Sat Sep 28 23:47:43 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2528
2529         * gnus-score.el (gnus-summary-increase-score): Wouldn't do regexp
2530         bodies. 
2531
2532         * gnus-topic.el (gnus-topic-group-indentation): Give the right
2533         indentation always.
2534
2535 Sat Sep 28 23:23:58 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2536
2537         * gnus-group.el (gnus-group-quick-select-group): Require
2538         gnus-score. 
2539
2540         * gnus-score.el (gnus-score-thread): New function.
2541
2542 Sat Sep 28 00:41:54 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2543
2544         * gnus-cus.el: New file.
2545
2546 Sat Sep 28 21:32:52 1996  Kevin Buhr  <buhr@stat.wisc.edu>
2547
2548         * nnbabyl.el (nnbabyl-request-article): Would delete wrong
2549         articles. 
2550
2551 Fri Sep 27 21:54:30 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2552
2553         * gnus.el: Red Gnus v0.44 is released.
2554
2555 Fri Sep 27 21:24:46 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2556
2557         * gnus-sum.el (gnus-nov-parse-line): Would double articles.
2558
2559 Fri Sep 27 20:52:31 1996  Shlomo Mahlab  <shlomo@en3501.oren.co.il>
2560
2561         * gnus-cache.el (gnus-jog-cache): Call with function name.
2562
2563         * gnus-group.el (gnus-group-universal-argument): Shadowed `func'. 
2564
2565 Fri Sep 27 19:48:52 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2566
2567         * gnus-cite.el (gnus-article-fill-cited-article): Nix out data
2568         after filling.
2569
2570         * gnus-group.el (gnus-group-unsubscribe-current-group): Accept
2571         second param.
2572         (gnus-group-unsubscribe): New function.
2573         (gnus-group-subscribe): New function.
2574
2575 Fri Sep 27 17:36:31 1996  Kurt Swanson  <kurt@dna.lth.se>
2576
2577         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Never add nil
2578         headers. 
2579
2580 Fri Sep 27 17:33:30 1996  Stephen Peters  <speters@cygnus.com>
2581
2582         * gnus-art.el (gnus-header-face-alist): Typo.
2583
2584 Fri Sep 27 04:10:21 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2585
2586         * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Add a tag
2587         to the subject.
2588         (gnus-mail-yank-original): Elided.
2589         (gnus-inews-yank-articles): Would yank articles in reverse order.
2590
2591 Thu Sep 26 22:39:45 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2592
2593         * gnus.el: Red Gnus v0.43 is released.
2594
2595 Thu Sep 26 22:13:00 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2596
2597         * nnweb.el (nnweb-altavista-wash-article): Didn't remove all
2598         markup. 
2599
2600         * gnus-nocem.el (gnus-nocem-check-article): Fix security hole. 
2601
2602 Thu Sep 26 20:23:11 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2603
2604         * gnus-group.el (gnus-group-make-group): Accept an ARGS param.
2605
2606         * nnheader.el (nnheader-concat): Accept many file names.
2607
2608 Thu Sep 26 19:53:09 1996  Kurt Swanson  <kurt@dna.lth.se>
2609
2610         * gnus-art.el (gnus-header-content-face): Buggy color names.
2611
2612 Thu Sep 26 14:57:38 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2613
2614         * nnmail.el (nnmail-save-active): Rewrite.
2615         (nnmail-generate-active): New function.
2616
2617         * gnus-util.el (gnus-delete-assq): New macro.
2618         (gnus-delete-assoc): Ditto.
2619
2620 Wed Sep 25 23:44:40 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2621
2622         * gnus-sum.el (gnus-get-newsgroup-headers-xover): Just use one
2623         single condition-case.
2624
2625 Wed Sep 25 21:15:59 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2626
2627         * gnus.el: Red Gnus v0.42 is released.
2628
2629 Wed Sep 25 19:40:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2630
2631         * gnus-art.el (gnus-header-newsgroups-face): Yucky on light
2632         backgrounds. 
2633
2634 Wed Sep 25 19:25:27 1996  Michael R. Cook  <mcook@cognex.com>
2635
2636         * message.el (message-ignored-news-headers): Strip Resent-Fcc.
2637
2638 Wed Sep 25 19:12:59 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2639
2640         * gnus-group.el (gnus-group-jump-to-group): Use
2641         `gnus-group-goto-group'. 
2642
2643         * gnus-xmas.el (gnus-xmas-mode-line-buffer-identification): Don't
2644         chop off half line when no colon.
2645
2646 Mon Sep 23 22:12:10 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2647
2648         * gnus-nocem.el (gnus-nocem-verifyer): Change to `mc-verify'.
2649
2650 Mon Sep 23 21:43:47 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2651
2652         * gnus.el: Red Gnus v0.41 is released.
2653
2654 Mon Sep 23 21:10:37 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2655
2656         * article.el (article-hide-headers): Don't ignore
2657         gnus-visible-headers. 
2658
2659 Mon Sep 23 19:10:20 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2660
2661         * gnus-sum.el (gnus-summary-goto-subject): Made into command.
2662
2663 Mon Sep 23 18:26:47 1996  Tonny Madsen  <Tonny.Madsen@netman.dk>
2664
2665         * nnmail.el (nnmail-default-file-modes): Use integer.
2666
2667 Tue Sep 24 18:39:41 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2668
2669         * gnus-sum.el (gnus-summary-respool-query): Better message.
2670
2671 Sun Sep 22 15:12:54 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2672
2673         * gnus-art.el: Customized.
2674
2675         * gnus.el (gnus-inhibit-startup-message): Changed type to
2676         boolean. 
2677         (gnus-play-startup-jingle): Ditto.
2678
2679 Sun Sep 22 12:58:57 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2680
2681         * gnus.el: Red Gnus v0.40 is released.
2682
2683 Sun Sep 22 11:48:02 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
2684
2685         * custom.el (defcustom): Eval and compile.
2686         * widget.el (define-widget-keywords): Ditto.
2687
2688 Sat Sep 21 09:29:54 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2689
2690         * article.el (article-strip-multiple-blank-lines): Would strip all
2691         blank lines.
2692
2693 Fri Sep 20 06:52:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2694
2695         * gnus.el: Red Gnus v0.39 is released.
2696
2697 Thu Sep 19 18:57:59 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2698
2699         * message.el (message-ignored-cited-headers): Doc fix.
2700
2701 Thu Sep 19 03:05:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2702
2703         * gnus.el: Red Gnus v0.38 is released.
2704
2705 Thu Sep 19 03:05:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2706
2707         * gnus.el: Red Gnus v0.37 is released.
2708
2709 Wed Sep 18 10:36:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2710
2711         * gnus-async.el (gnus-async-prefetch-article-p): New variable.
2712         (gnus-async-prefetch-article): Use it.
2713         (gnus-async-unread-p): New function.
2714
2715 Tue Sep 17 14:41:56 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2716
2717         * gnus-cite.el (gnus-custom-import-cite-face-list): Removed.
2718
2719 Wed Sep 18 04:28:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2720
2721         * nnmail.el (nnmail-split-history): mapcar instead of mapconcat.
2722
2723 Tue Sep 17 14:41:56 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2724
2725         * gnus.el: Customized.
2726
2727         * dgnushack.el (custom-file): Removed.
2728
2729 Wed Sep 18 03:04:17 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2730
2731         * nnmail.el (nnmail-check-duplication): Do splitting after
2732         duplicate suppression.
2733
2734         * gnus-salt.el (gnus-pick-mode): Don't go to unread article.
2735
2736         * gnus-dup.el (gnus-dup-enter-articles): Don't enter Message-IDs
2737         ento lists multiple times.
2738
2739 Tue Sep 17 03:44:08 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2740
2741         * gnus-uu.el (gnus-uu-grab-articles): Don't prefetch.  Ask before
2742         deleting. 
2743
2744         * gnus.el: Red Gnus v0.37 is released.
2745
2746 Tue Sep 17 03:15:26 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2747
2748         * custom.el: 0.9 included.
2749
2750         * gnus-art.el (browse-url): Required.
2751
2752         * gnus.el: Red Gnus v0.36 is released.
2753
2754 Tue Sep 17 02:37:26 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2755
2756         * gnus-edit.el: Removed.
2757
2758         * custom.el: Removed.
2759
2760         * gnus-cus.el: Removed.
2761
2762 Mon Sep 16 05:59:45 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2763
2764         * gnus.el: Red Gnus v0.35 is released.
2765
2766 Sun Sep 15 00:47:08 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2767
2768         * nnmail.el (nnmail-default-file-modes): New default.
2769
2770 Sat Sep 14 01:48:58 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2771
2772         * gnus-group.el (gnus-group-make-doc-group): Typo.
2773         (gnus-useful-groups): New format.
2774
2775         * gnus-cache.el (gnus-jog-cache): Doc fix.
2776
2777 Fri Sep 13 02:28:47 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2778
2779         * gnus-group.el (gnus-group-get-new-news): Read slave files here. 
2780
2781 Fri Sep 13 01:04:50 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
2782
2783         * article.el (article-decode-rfc1522): New version.
2784
2785 Fri Sep 13 00:00:25 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
2786
2787         * gnus-msg.el (gnus-crosspost-complaint): Added a newline.
2788         (gnus-summary-mail-crosspost-complaint): Insert message at the
2789         head of the message.
2790
2791 Thu Sep 12 01:56:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2792
2793         * gnus.el: Red Gnus v0.34 is released.
2794
2795 Thu Sep 12 01:16:38 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2796
2797         * gnus.el: Red Gnus v0.33 is released.
2798
2799 Wed Sep 11 00:22:01 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2800
2801         * gnus-score.el (gnus-adaptive-word-syntax-table): Modified
2802         standard syntax table.
2803
2804         * nntp.el (nntp-read-server-type): Worked in the wrong buffer.
2805
2806         * gnus-demon.el (gnus-demon-cancel): Put
2807         nnheader-cancel-function-timers back in again.
2808
2809         * gnus.el: Red Gnus v0.32 is released.
2810
2811 Tue Sep 10 19:10:09 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2812
2813         * gnus-kill.el (gnus-batch-score): Didn't work at all.
2814
2815         * gnus-msg.el (gnus-summary-mail-nastygram): Place point at
2816         appropriate place.
2817
2818         * gnus-util.el (gnus-make-sort-function): Would nix out the
2819         sorting list.
2820
2821         * gnus-demon.el (gnus-demon-cancel): Don't run
2822         `cancel-function-timers'. 
2823
2824         * message.el (message-header-format-alist): Don't fill References
2825         headers. 
2826
2827 Mon Sep  9 21:51:46 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2828
2829         * nntp.el (nntp-server-action-alist): Don't try LIST ACTIVE GROUP
2830         on Netscape's brain-dead nntp server.
2831
2832         * message.el (message-dont-send): Take proper actions.
2833
2834 Mon Sep  9 21:46:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2835
2836         * gnus.el: Red Gnus v0.31 is released.
2837
2838 Mon Sep  9 21:16:11 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
2839
2840         * gnus-msg.el (gnus-copy-article-buffer): Decode headers after
2841         copying. 
2842
2843         * gnus-picon.el (gnus-picons-refresh-before-display): New
2844         variable.
2845         (gnus-picons-insert-face-if-exists): Put bar back in.
2846
2847 Mon Sep  9 20:31:56 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2848
2849         * gnus-uu.el (gnus-uu-digest-mail-forward): Use the newsgroup name.
2850
2851 Mon Sep  9 20:04:35 1996  Kurt Swanson  <kurt@dna.lth.se>
2852
2853         * gnus-salt.el (gnus-pick-mouse-pick-region): New function.
2854
2855 Mon Sep  9 18:37:07 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
2856
2857         * gnus-sum.el (gnus-summary-enter-digest-group): Bugged.
2858
2859         * gnus-score.el (gnus-adaptive-word-syntax-table): Make ' a
2860         word-constituant character.
2861
2862 Sun Sep  8 14:46:01 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2863
2864         * gnus-group.el (gnus-group-make-useful-group): New command and
2865         keystroke. 
2866         (gnus-useful-groups): New variable.
2867
2868 Sun Sep  8 14:46:01 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2869
2870         * gnus.el: Red Gnus v0.30 is released.
2871
2872 Sun Sep  8 13:26:36 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
2873
2874         * nndoc.el (nndoc-article-begin-function): Defvarred.
2875
2876         * gnus-srvr.el (gnus-browse-unsubscribe-group): Would sometimes be
2877         somewhat tricky.
2878
2879         * gnus.el (gnus-kill-ephemeral-group): New function.
2880
2881         * gnus-art.el (gnus-button-alist): Recognize group-news urls.
2882
2883         * nndoc.el (nndoc-dissect-buffer): Wouldn't dissect an mbox
2884         properly. 
2885         (nndoc-article-begin): New function.
2886         (nndoc-mbox-body-end): Use it.
2887         (nndoc-mbox-article-begin): Would bug out.
2888
2889 Sun Sep  8 13:10:28 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2890
2891         * gnus.el (gnus-other-frame): Always pop up a frame.
2892
2893 Sun Sep  8 12:57:03 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
2894
2895         * gnus.el: Red Gnus v0.29 is released.
2896
2897 Sun Sep  8 12:24:11 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2898
2899         * nntp.el (nntp-accept-process-output): Don't message so
2900         obsessively. 
2901
2902         * gnus.el: Fixed indentation and stuff.
2903
2904 Sun Sep  8 12:23:56 1996  Sudish Joseph  <sudish@mindspring.com>
2905
2906         * nnweb.el (nnweb-fetch-form): Return t.
2907
2908 Sat Sep  7 15:15:42 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2909
2910         * gnus.el: Red Gnus v0.28 is released.
2911
2912 Sat Sep  7 14:33:17 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2913
2914         * nntp.el (nntp-after-change-function-callback): Renamed.
2915
2916         * nnweb.el (nnweb-reference-search): Nix out file name.
2917
2918 Sat Sep  7 14:07:13 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
2919
2920         * nnweb.el (nnweb-altavista-search): Nix out buffer file name.
2921
2922         * gnus-async.el (gnus-asynch-with-semaphore): New macro.
2923         (gnus-make-async-article-function): Nix out prefetch list when the
2924         summary buffer dies. 
2925
2926         * nnweb.el (nnweb-altavista-create-mapping): Would search forever
2927         when not getting any matches.
2928
2929 Sat Sep  7 12:43:24 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2930
2931         * gnus-msg.el (gnus-inews-yank-articles): Goto body before
2932         yanking. 
2933
2934         * nnheader.el (nnheader-insert-file-contents-literally): New
2935         definition. 
2936         (nnheader-insert-head): Use new definition.
2937
2938 Sat Sep  7 12:35:37 1996  Kurt Swanson  <kurt@dna.lth.se>
2939
2940         * gnus-salt.el (gnus-pick-elegant-flow): New variable.
2941
2942 Sat Sep  7 12:03:00 1996  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2943
2944         * nnheader.el (nnheader-insert-head): Don't use
2945         `insert-file-contents-literally'.
2946         (nnheader-head-chop-length): New variable.
2947
2948         * gnus-sum.el (gnus-summary-read-document): Prepend "nnvirtual:"
2949         to group name.
2950
2951 Sat Sep  7 11:12:26 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
2952
2953         * gnus-score.el (gnus-score-save): Don't check result from
2954         gnus-make-directory.
2955
2956         * gnus-util.el (gnus-make-directory): Return t.
2957
2958 Fri Sep  6 17:55:48 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2959
2960         * gnus-range.el (gnus-copy-sequence): Didn't work for all
2961         sequences. 
2962
2963 Fri Sep  6 14:38:54 1996  Wes Hardaker <Wesley.Hardaker@sphys.unil.ch>
2964
2965         * gnus-picons.el (gnus-picons-display-as-address): New variable.
2966         (gnus-picons-map): New keymap for picons.
2967         (gnus-picons-toggle-extent): New function.
2968         (gnus-article-display-picons): use them.
2969         (gnus-picons-insert-face-if-exists): ditto.
2970         (gnus-picons-try-to-find-face): ditto.
2971         (gnus-group-display-picons): let display catch up.
2972         (gnus-article-display-picons): ditto.
2973
2974 Fri Sep  6 08:11:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
2975
2976         * nnkiboze.el (nnkiboze-close-group): Rewrite.
2977         (nnkiboze-request-list, nnkiboze-request-newgroups,
2978         nnkiboze-request-list-newsgroups): Removed.
2979         (nnkiboze-request-scan): New function.
2980         (nnkiboze-directory): New default.
2981
2982         * gnus-sum.el (gnus-article-read-p): New function.
2983
2984         * nnkiboze.el (nnkiboze-retrieve-headers): Rewrite.
2985         (nnkiboze-open-server): Removed.
2986         (nnkiboze-server-opened): Ditto.
2987
2988         * nnheader.el (nnheader-find-nov-line): Renamed.
2989         (nnheader-nov-delete-outside-range): New function.
2990
2991         * gnus-uu.el (gnus-uu-invert-processable): New command and
2992         keystroke. 
2993
2994         * gnus-load.el (gnus-predefined-server-alist): New variable.
2995
2996         * gnus.el (gnus-server-to-method): Use it.
2997         (gnus-read-method): Ditto.
2998
2999         * gnus-sum.el (t): "M V" commands weren't defined.
3000
3001         * gnus-cache.el (gnus-summary-insert-cached-articles): New command
3002         and keystroke.
3003
3004         * gnus-score.el (gnus-sort-score-files): New function.
3005         (gnus-score-file-rank): New function.
3006         (gnus-score-find-bnews): Use it.
3007
3008         * gnus-topic.el (gnus-topic-mode-map): New sort submap.
3009         (gnus-topic-sort-groups, gnus-topic-sort-groups-by-alphabet,
3010         gnus-topic-sort-groups-by-unread, gnus-topic-sort-groups-by-level,
3011         gnus-topic-sort-groups-by-score, gnus-topic-sort-groups-by-rank,
3012         gnus-topic-sort-groups-by-method): New commands and keystrokes.
3013
3014         * gnus-group.el (gnus-group-sort-selected): New command.
3015         (gnus-group-sort-selected-flat): New function.
3016         (gnus-group-sort-selected-groups-by-alphabet,
3017         gnus-group-sort-selected-groups-by-unread,
3018         gnus-group-sort-selected-groups-by-level,
3019         gnus-group-sort-selected-groups-by-score,
3020         gnus-group-sort-selected-groups-by-rank,
3021         gnus-group-sort-selected-groups-by-method): New commands and
3022         keystrokes. 
3023         (gnus-group-make-menu-bar): Updated.
3024
3025         * gnus-util.el (gnus-make-sort-function): Create a complete
3026         function. 
3027         (gnus-make-sort-function-1): Renamed.
3028
3029         * gnus-topic.el (gnus-group-sort-topic): New function.
3030
3031         * gnus-group.el (gnus-group-sort-flat): Made into own function.
3032         (gnus-group-sort-alist-function): New variable.
3033
3034         * nnmail.el (nnmail-split-history): New variable.
3035         (nnmail-split-history): New command.
3036
3037         * gnus-score.el (gnus-score-adaptive): Don't do any work on
3038         pseudos. 
3039
3040         * gnus-msg.el (gnus-post-method): Allow easier posting from mail
3041         groups. 
3042
3043 Thu Sep  5 19:56:41 1996  Lars Magne Ingebrigtsen  <larsi@hler.ifi.uio.no>
3044
3045         * gnus.el: Red Gnus v0.27 is released.
3046
3047 Thu Sep  5 19:50:19 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3048
3049         * gnus-xmas.el (gnus-xmas-modeline-glyph): Set string properly.
3050
3051 Thu Sep  5 18:39:47 1996  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
3052
3053         * gnus-sum.el (gnus-summary-edit-article-done): Make params
3054         optional. 
3055
3056         * nntp.el (nntp-list-active-group): Don't change group first. 
3057
3058         * gnus-util.el (gnus-make-directory): New function.
3059
3060         * gnus-msg.el (gnus-post-method): Do the right thing in
3061         `to-group' groups.
3062
3063 Fri Sep  6 08:05:53 1996  ISO-2022-JP  <morioka@jaist.ac.jp>
3064
3065         * nnheader.el (nnheader-insert-head): Use
3066         nnheader-insert-file-contents-literally. 
3067
3068 Thu Sep  5 08:29:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3069
3070         * gnus-win.el (gnus-always-force-window-configuration): New
3071         variable. 
3072         (gnus-configure-windows): Use it.
3073
3074         * gnus-sum.el (gnus-summary-save-article): Give better prompts. 
3075
3076         * gnus-load.el (gnus-valid-select-methods): Update.
3077
3078         * gnus-score.el (gnus-score-find-favourite-words): Didn't find any
3079         words.
3080
3081         * gnus-sum.el (gnus-scores-exclude-files): Defined.
3082
3083         * gnus-async.el (gnus-async-prefetch-next): Don't do so much on
3084         un-asynch groups.
3085
3086 Thu Sep  5 08:26:11 1996  jeff sparkes  <jsparkes@nortel.ca>
3087
3088         * gnus-win.el (gnus-buffer-configuration): Bad cut'n'paste.
3089
3090 Thu Sep  5 07:41:08 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3091
3092         * gnus-group.el (gnus-group-list-groups): Update format specs.
3093
3094 Thu Sep  5 07:11:18 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
3095
3096         * gnus-sum.el (gnus-summary-read-document): Generated wrong nndoc
3097         group names. 
3098
3099 Thu Sep  5 06:53:07 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3100
3101         * nnvirtual.el (nnvirtual-close-group): Don't update ephemeral
3102         groups. 
3103
3104         * gnus.el (gnus-group-auto-expirable-p): Allow nil expiry params. 
3105
3106 Wed Sep  4 06:46:03 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
3107
3108         * gnus.el: Red Gnus v0.26 is released.
3109
3110 Wed Sep  4 06:42:34 1996  Lars Magne Ingebrigtsen  <larsi@nipling.ifi.uio.no>
3111
3112         * nnmail.el (nnmail-move-inbox): Reverse logic.
3113
3114 Wed Sep  4 06:35:05 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
3115
3116         * gnus.el: Red Gnus v0.25 is released.
3117
3118 Wed Sep  4 05:19:58 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
3119
3120         * nnmail.el (nnmail-move-inbox): Refuse to move if
3121         nnmail-crash-box can't be written.
3122
3123         * gnus-art.el (gnus-button-url-regexp): Include : and ; in
3124         regexp. 
3125
3126         * gnus-score.el (gnus-adaptive-word-score-alist): New variable. 
3127
3128         * nnmail.el (nnmail-move-inbox): Set file modes on wrong file. 
3129
3130 Tue Sep  3 06:44:36 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3131
3132         * gnus.el: Red Gnus v0.24 is released.
3133
3134 Tue Sep  3 05:30:02 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3135
3136         * gnus-async.el (gnus-async-prefetch-article): Reset async list
3137         when the summary buffer is killed.
3138
3139         * gnus-xmas.el (gnus-xmas-modeline-glyph): Don't use glyph under
3140         tty. 
3141
3142         * gnus-msg.el (gnus-copy-article-buffer): Deleted text in article
3143         buffer. 
3144
3145 Tue Sep  3 05:10:19 1996  Kurt Swanson  <kurt@dna.lth.se>
3146
3147         * gnus-sum.el (gnus-group-no-more-groups-hook): New variable.
3148
3149 Tue Sep  3 04:44:31 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3150
3151         * gnus-sum.el (gnus-summary-exit): Would bug out when using a
3152         single article buffer.
3153
3154 Mon Sep  2 05:50:07 1996  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
3155
3156         * gnus-audio.el (gnus-audio-play): Give the sound-file argument as
3157         ARG in addition to stdin.
3158
3159 Mon Sep  2 05:28:26 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3160
3161         * gnus.el: Red Gnus v0.23 is released.
3162
3163 Mon Sep  2 05:16:46 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3164
3165         * gnus-audio.el: Renamed from "gnus-sound".
3166
3167 Mon Sep  2 05:06:17 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3168
3169         * gnus-ems.el (gnus-xemacs): New variable.
3170
3171 Mon Sep  2 03:18:18 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
3172
3173         * gnus-async.el (gnus-async-prefetch-next): Don't start fetching
3174         the next article until we have been idle a while.
3175
3176         * gnus-group.el (gnus-group-make-help-group): Use the new find-etc
3177         function.
3178         
3179         * nnheader.el (nnheader-find-etc-directory): Accept a FILE
3180         parameter. 
3181
3182         * gnus-msg.el (gnus-debug): Use `locate-library' instead of doing
3183         things the hard way.
3184
3185         * gnus-sum.el (gnus-set-global-variables): Copy 
3186
3187 Mon Sep  2 03:01:27 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3188
3189         * gnus.el (gnus-splash): Play jingle.
3190
3191         * gnus-sound.el (gnus-startup-jingle): New variable.
3192         (gnus-play-jingle): New command.
3193
3194         * gnus.el (gnus-play-startup-jingle): New variable.
3195
3196 Sun Sep  1 06:38:45 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
3197
3198         * gnus.el: Red Gnus v0.22 is released.
3199
3200 Sun Sep  1 05:45:59 1996  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
3201
3202         * gnus.el: Removed unreferenced let bindings from all files. 
3203
3204 Sun Sep  1 02:10:28 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3205
3206         * gnus.el ((load)): Only do the initial splash on "gnus"
3207         commands. 
3208
3209         * gnus-cus.el (gnus-face-dark-name-list): Don't use "dark blue".
3210
3211         * nntp.el (nntp-retrieve-headers): Would infloop sometimes.
3212
3213         * gnus-group.el (gnus-group-insert-group-line-info): Indent
3214         properly. 
3215
3216         * gnus-sum.el (gnus-gather-threads-by-references): Avoid
3217         infloops. 
3218
3219         * gnus-salt.el (gnus-mouse-pick): Changed name.
3220
3221         * nntp.el (nntp-retrieve-groups): Didn't do the right thing on
3222         servers that don't support LIST ACTIVE.
3223
3224         * gnus-win.el (gnus-current-window-configuration): New variable.
3225         (gnus-configure-windows): Use it.
3226
3227         * gnus-art.el (gnus-article-read-summary-keys): Let `C-d' work
3228         properly. 
3229
3230         * gnus-sum.el (gnus-list-of-unread-articles): Active group.
3231
3232 Sat Aug 31 05:05:14 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3233
3234         * gnus.el: Red Gnus v0.21 is released.
3235
3236 Sat Aug 31 02:54:39 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3237
3238         * gnus-topic.el (gnus-topic-goto-next-group): Go to the proper
3239         group when listing.
3240
3241         * gnus-start.el (gnus-get-killed-groups): Mark .newsrc as needing
3242         saving. 
3243
3244         * nnmail.el (nnmail-remove-tabs): New function.
3245
3246 Fri Aug 30 06:26:37 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3247
3248         * gnus-start.el (gnus-set-default-directory): Set to directory
3249         file name.
3250
3251         * nnmail.el (nnmail-remove-list-identifiers): New function.
3252         (nnmail-list-identifiers): New variable.
3253         (nnmail-prepare-incoming-message-hook): New variable.
3254         (nnmail-move-inbox): Allow nnmail-movemail-program to be a
3255         function. 
3256
3257         * article.el (article-mime-decode-quoted-printable-buffer): New
3258         function.
3259
3260         * nnmail.el (nnmail-prepare-incoming-header-hook): New variable.
3261         (nnmail-clean-whitespace-from-headers): New function.
3262
3263         * nntp.el (nntp-connection-alist): New variable.
3264         (nntp-open-connection): Use it.
3265         (nntp-request-close): New function.
3266
3267         * gnus-demon.el (timer): Required.
3268
3269         * message.el (message-reply): Bugged out on wide replies.
3270
3271 Fri Aug 30 03:51:39 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3272
3273         * gnus.el: Red Gnus v0.20 is released.
3274
3275 Fri Aug 30 01:36:10 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
3276
3277         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use
3278         `gnus-group-find-parameter'.
3279
3280         * nndoc.el (nndoc-mbox-article-begin): New function.
3281
3282         * gnus-sum.el (gnus-summary-search-article): Would expose the
3283         first hidden thread.
3284
3285         * gnus-msg.el (gnus-copy-article-buffer): Delete annotations
3286         before following up.
3287
3288         * gnus-cite.el (gnus-article-hide-citation): Mark buttons as
3289         annotations. 
3290
3291         * article.el (article-delete-text-of-type): New function.
3292
3293         * nndoc.el (nndoc-type-alist): Be slightly more permissive. 
3294
3295         * gnus-sum.el (gnus-summary-enter-digest-group): Would nix out
3296         quit-conf. 
3297         (gnus-summary-read-document): Ditto.
3298
3299         * nndoc.el (nndoc-dissect-buffer): Escape errors in overflows.
3300
3301         * message.el (message-send-news): Give a message after not
3302         posting. 
3303         (message-reply): Remove leading spaces from Cc.
3304
3305 Fri Aug 30 01:32:27 1996  Jack Vinson  <jvinson@cheux.ecs.umass.edu>
3306
3307         * nnmail.el (nnmail-get-split-group): New version.
3308
3309 Fri Aug 30 00:47:17 1996  Jens Lautenbacher  <jens@lemming0.lem.uni-karlsruhe.de>
3310
3311         * gnus.texi (Group Parameters): Updated documentation 
3312
3313         * gnus-msg.el (gnus-inews-insert-archive-gcc): Updated to use the
3314                   topic's value of gcc-self if no group value present.
3315
3316 Fri Aug 30 00:19:43 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3317
3318         * gnus-start.el (gnus-set-default-directory): Expand default
3319         directory. 
3320
3321         * gnus-group.el (gnus-group-make-web-group): Changed keystroke.
3322
3323         * gnus-sum.el (gnus-summary-verbose-headers): Show article after
3324         toggling. 
3325
3326 Thu Aug 29 23:50:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3327
3328         * gnus-demon.el (gnus-demon-add-rescan): New function.
3329         (gnus-demon-scan-news): New function.
3330
3331 Thu Aug 29 05:34:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3332
3333         * gnus.el: Red Gnus v0.19 is released.
3334
3335 Thu Aug 29 02:04:35 1996  Lars Magne Ingebrigtsen  <larsi@hrym.ifi.uio.no>
3336
3337         * nndoc.el (nndoc-babyl-body-begin): Would skip empty messages. 
3338
3339         * nntp.el (nntp-retrieve-groups): Would infloop on some servers.
3340
3341         * gnus-sum.el (gnus-nov-parse-line): Don't let messages refer back
3342         to themselves.
3343
3344         * gnus-util.el (gnus-parent-id): Don't bug out on nil references. 
3345
3346         * gnus-cite.el (gnus-article-hide-citation): Hide/unhide better.
3347
3348         * article.el (article-hide-text-of-type): New function.
3349         (article-hidden-text-type-p): New function.
3350
3351         * gnus-cite.el (gnus-article-hide-citation): Marked the hidden
3352         text with wrong type.
3353         (gnus-article-hide-citation-maybe): Ditto.
3354         (gnus-article-hide-citation): Toggle.
3355
3356         * gnus-dup.el (gnus-dup-enter-articles): Would bug out on
3357         pseudo-articles. 
3358
3359         * nntp.el (nntp-server-opened-hook): Send mode reader as a
3360         default. 
3361         (nntp-retrieve-data): Format error.
3362
3363 Thu Aug 29 01:52:19 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3364
3365         * gnus-sum.el (gnus-summary-display-article): Check whether
3366         `gnus-current-article' is nil.
3367
3368 Wed Aug 28 08:44:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3369
3370         * gnus-async.el (gnus-async-prefetch-article): Would clobber
3371         fetches in progress.
3372
3373         * gnus-sum.el (gnus-summary-prepare): Made into command.
3374
3375         * gnus-srvr.el (gnus-server-scan-server): New command and
3376         keystroke. 
3377
3378         * gnus-group.el (gnus-group-read-group): Accept a 0 prefix to not
3379         generate buffer.
3380
3381 Sun Jul 21 14:56:28 1996  Steven L Baur  <steve@miranova.com>
3382
3383         * earcon.el (earcon-regexp-alist): Plonk!
3384
3385 Wed Aug 28 04:14:36 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3386
3387         * gnus.el: Red Gnus v0.18 is released.
3388
3389 Wed Aug 28 02:09:20 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3390
3391         * nnweb.el (nnweb-dejanews-create-mapping): Would just fetch the
3392         first 100 hits.
3393         (nnweb-close-group): Set file name to nil before killing.
3394         (nnweb-altavista-create-mapping): Fetch the required number of
3395         articles. 
3396
3397         * gnus-group.el (gnus-group-read-ephemeral-group): Don't call the
3398         activation several times.
3399
3400         * gnus-sum.el (gnus-summary-enter-digest-group): Copy the parent's
3401         params to the nndoc group.
3402         (gnus-summary-read-document): Ditto.
3403
3404         * message.el (message-followup): Would produce buggy messages when
3405         replying to messages without Message-IDs.
3406
3407 Sat Aug 10 23:41:07 1996  Per Abrahamsen  <abraham@dina.kvl.dk>
3408
3409         * gnus.el (gnus-decode-rfc1522): Start decoding from beginning of
3410         headers instead of end.
3411
3412 Wed Aug 28 01:35:26 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3413
3414         * gnus-demon.el (gnus-demon-cancel): Cancel function timers.
3415
3416         * nnheaderxm.el (nnheader-xmas-cancel-function-timers): New
3417         function.
3418
3419         * nnheader.el (nnheader-cancel-function-timers): New alias.
3420
3421         * gnus-topic.el (gnus-topic-mode): Update groups.
3422         (gnus-topic-remove-group): Update topic.
3423
3424         * gnus-group.el (gnus-group-update-group-function): New variable. 
3425         (gnus-group-update-group): Use it.
3426
3427         * gnus-topic.el (gnus-topic-update-topics-containing-group): New
3428         function. 
3429
3430 Tue Aug 27 14:35:01 1996  Ken Raeburn  <raeburn@cygnus.com>
3431
3432         * nnmail.el (nnmail-move-inbox): Don't try setting modes on
3433         "po:$USER".
3434
3435 Tue Aug 27 21:45:14 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3436
3437         * gnus-sum.el (gnus-summary-number-of-articles-in-thread): Would
3438         bug out on unthreadeds.
3439
3440 Tue Aug 27 21:38:13 1996  Kurt Swanson  <kurt@dna.lth.se>
3441
3442         * gnus-salt.el (gnus-pick-mode-map): Typo.
3443
3444 Tue Aug 27 21:35:58 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3445
3446         * gnus-load.el: Removed gnus-vis thingies.
3447
3448 Tue Aug 27 00:54:05 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3449
3450         * gnus.el: Red Gnus v0.17 is released.
3451
3452 Tue Aug 27 00:46:48 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3453
3454         * nnweb.el (nnweb-dejanews-create-mapping): Dummy function.
3455
3456 Tue Aug 27 00:43:33 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3457
3458         * gnus.el: Red Gnus v0.16 is released.
3459
3460 Tue Aug 27 00:36:58 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3461
3462         * gnus-topic.el (gnus-topic-set-parameters): Bugout.
3463
3464 Mon Aug 26 22:41:04 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3465
3466         * nntp.el (nntp-retrieve-groups): Didn't inhibit erasing.
3467
3468         * nnweb.el (nnweb-callback): Ignore if the callback buffer is
3469         dead. 
3470
3471         * gnus-async.el (gnus-async-prefetch-article): Don't do anything
3472         if Gnus is dead.
3473
3474 Mon Aug 26 00:57:06 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3475
3476         * nnweb.el (nnweb-dejanews-create-mapping): Fold search.
3477         (nnweb-reference-create-mapping): Ditto.
3478         (nnweb-altavista-create-mapping): Ditto.
3479
3480         * gnus-async.el (gnus-asynchronous): New variable.
3481         (gnus-async-prefetch-article): Use it.
3482         (gnus-async-prefetch-headers): Ditto.
3483
3484         * nnweb.el (nnweb-close-group): New function.
3485
3486         * gnus-topic.el (gnus-topic-clean-alist): Would remove foreign
3487         groups from topics.
3488
3489 Mon Aug 26 00:10:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3490
3491         * gnus.el: Red Gnus v0.15 is released.
3492
3493 Sun Aug 25 23:09:18 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3494
3495         * message.el (message-send-mail-with-qmail): Use
3496         `message-qmail-program', which doesn't exist.
3497
3498         * nndoc.el (nndoc-type-alist): Slack digests are guessable.
3499
3500 Sun Aug 25 21:27:17 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3501
3502         * gnus-salt.el (gnus-pick-mode): Nixed out the format.
3503         (gnus-summary-pick-line-format): Buggy def.
3504
3505         * gnus-sum.el (gnus-summary-read-document): Provide a quit-conf.
3506         (gnus-summary-read-document): Do better names.
3507
3508         * nnvirtual.el (nnvirtual-close-group): Don't do the unread
3509         setting on ephemeral groups.
3510
3511         * nntp.el (nntp-retrieve-groups): Would infloop.
3512
3513 Sun Aug 25 02:52:11 1996  Sudish Joseph  <sudish@MindSpring.COM>
3514
3515         * message.el (message-qmail-inject-program): New variable.
3516         (message-qmail-inject-args): New variable.
3517         (message-send-mail-with-qmail): New function, suitable for use
3518         as message-send-mail-function.
3519
3520 Sun Aug 25 20:41:45 1996  Lars Magne Ingebrigtsen  <larsi@ylfing.ifi.uio.no>
3521
3522         * nnweb.el (nnweb-fetch-form): Clear buffer file name. 
3523
3524         * nntp.el (nntp-request-article): Would try to copy to the same
3525         buffer. 
3526
3527         * gnus-group.el (gnus-group-read-ephemeral-group): Better error
3528         message. 
3529
3530         * nnweb.el (nnweb-request-group): Better error report. 
3531
3532         * gnus-score.el (gnus-score-load-file): Gave `nil' as a day param.
3533
3534 Sun Aug 25 03:32:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3535
3536         * gnus.el: Red Gnus v0.14 is released.
3537
3538 Sun Aug 25 00:16:44 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3539
3540         * gnus-util.el (gnus-prin1): New function.
3541         (gnus-prin1-to-string): New function.
3542
3543         * gnus-sum.el (gnus-summary-refer-parent-article): Bugout.
3544
3545         * nndb.el (nndb-request-accept-article): Use new nntp functions.
3546
3547         * pop3.el: Make MD5 defined when compiling.
3548
3549         * article.el (article-strip-blank-lines): Called Gnus functions.
3550
3551         * nnweb.el (nnweb-init): Create a better buffer name.
3552         (nnweb-altavista-search): Wasn't defined.
3553         (nnweb-reference-search): Use advanced search.
3554
3555         * nnfolder.el (nnfolder-request-accept-article): Wrong params to
3556         `save-mail'. 
3557         * nnbabyl.el (nnbabyl-request-accept-article): Ditto.
3558         * nnmbox.el (nnmbox-request-accept-article): Ditto.
3559         * nnmh.el (nnmh-request-accept-article): Ditto.
3560         * nnml.el (nnml-request-accept-article): Ditto.
3561
3562 Sat Aug 24 23:53:32 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3563
3564         * nnmail.el (nnmail-get-new-mail): Tried calling nonexisting
3565         functions. 
3566
3567 Sat Aug 24 23:30:07 1996  Lars Magne Ingebrigtsen  <larsi@nipling.ifi.uio.no>
3568
3569         * gnus-group.el (gnus-group-enter-directory): Temporarily bound
3570         `nneething-read-only'. 
3571
3572 Fri Aug 23 23:22:16 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
3573
3574         * gnus-ems.el (gnus-ems-redefine): Set
3575         `gnus-summary-display-table' to nil.
3576
3577 Fri Aug 23 22:55:09 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3578
3579         * gnus-art.el (gnus-summary-save-in-file): Didn't check before
3580         creating dir.
3581         (gnus-summary-save-in-rmail): Ditto.
3582         (gnus-summary-save-body-in-file): Ditto.
3583
3584         * message.el (message-check-news-syntax): Faulty Newsgroups
3585         regexp. 
3586
3587 Thu Aug 22 20:47:48 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3588
3589         * nnmail.el (nnmail-split-hook): New variable.
3590
3591         * nnmh.el (nnmh-update-gnus-unreads): cl-nged.
3592         (nnmh-active-number): Find the largest article number.
3593
3594 Thu Aug 22 20:39:10 1996  Sam Falkner  <sam@steel.central.sun.com>
3595
3596         * nnmh.el (nnmh-update-gnus-unreads): Check all articles.
3597
3598 Thu Aug 22 16:49:35 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3599
3600         * gnus-kill.el (gnus-execute): Ignored read articles.
3601
3602         * gnus-sum.el (gnus-summary-execute-command): Give a form, not a
3603         function. 
3604
3605         * gnus-kill.el (gnus-execute-1): Evaled functions instead of
3606         calling them.
3607
3608         * nnmail.el (nnmail-move-inbox): Allow continuation after error. 
3609
3610         * gnus-score.el (gnus-adaptive-word-syntax-table): New variable. 
3611         (gnus-score-adaptive): Use it.
3612
3613         * nnbabyl.el (nnbabyl-request-scan): Change group.
3614
3615         * nnmbox.el (nnmbox-request-scan): Change group.
3616
3617         * gnus-score.el (gnus-ignored-adaptive-words): Renamed.
3618         (gnus-ignored-adaptive-words): New variable.
3619         (gnus-score-adaptive): Use it.
3620         (gnus-score-adaptive): Bugged out on undefined symbols.
3621         (gnus-summary-score-entry): Accept numerical DATE.
3622         (gnus-score-adaptive): Pos in wrong buf.
3623         (gnus-score-string): Didn't accept word matches.
3624         (gnus-enter-score-words-into-hashtb): Wrong sequence.
3625         (gnus-score-string): Word matches inflooped.
3626
3627 Wed Aug 21 15:06:47 1996    <Wesley.Hardaker@sphys.unil.ch>
3628
3629         * smiley.el (smiley-buffer): Added some additional extent parameters.
3630         (smiley-toggle-extent): rewrote to use above.
3631
3632 Mon Aug 19 20:19:59 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3633
3634         * gnus-spec.el (gnus-tilde-cut-form): Cut off wrong part.
3635
3636 Mon Aug 19 20:09:44 1996  Samuel Tardieu  <sam@inf.enst.fr>
3637
3638         * gnus-cache.el (gnus-cache-write-active): Would try to create
3639         existing directory.
3640
3641 Mon Aug 19 00:12:11 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3642
3643         * article.el (article-strip-multiple-blank-lines): New command and
3644         keystroke.
3645         (article-strip-blank-lines): New command and keystroke.
3646
3647         * nnmail.el (nnmail-move-inbox): Set file permissions on the
3648         Incoming files.
3649
3650         * gnus-group.el (gnus-group-fetch-faq): Go through the FAQ dirs
3651         until we manage to open one.
3652
3653         * nntp.el (nntp-send-authinfo-function): New variable.
3654         (nntp-wait-for): Handle authinfo requests better.
3655
3656         * gnus-sum.el (gnus-summary-article-posted-p): New command and
3657         keystroke. 
3658
3659         * gnus-topic.el (gnus-topic-display-empty-topics): New variable.
3660
3661         * gnus-msg.el (gnus-setup-message): Make `gnus-newsgroup-name'
3662         local to the message buffers.
3663
3664         * gnus-int.el (gnus-remove-denial): New function.
3665
3666         * gnus-sum.el (gnus-summary-refer-parent-article): Allow negative
3667         prefixes. 
3668         (gnus-summary-refer-parent-article): Allow skipping past canceled
3669         articles. 
3670
3671         * gnus-util.el (gnus-parent-id): Take an optional N ancestor
3672         param. 
3673
3674         * gnus-async.el (gnus-async-prefetch-article): Don't clobber async
3675         fetches already in progress.
3676
3677         * nnmail.el (nnmail-check-duplication): Allow /dev/null mail
3678         filing. 
3679
3680         * gnus-sum.el (gnus-summary-catchup): Didn't do suppression.
3681         (gnus-summary-limit-children): Never hide ticked articles.
3682         (gnus-highlight-selected-summary): Selected face spans the entire
3683         %(-%) area.
3684
3685 Sun Aug 18 22:05:00 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3686
3687         * gnus-group.el (gnus-group-restart): Better prompt.
3688
3689         * gnus-async.el (gnus-async-prefetch-article): Don't try to fetch
3690         old-fetched articles.
3691
3692 Sun Aug 18 22:02:17 1996  Raja R. Harinath  <harinath@cs.umn.edu>
3693
3694         * gnus-gl.el (gnus-grouplens-mode): Make hooks local.
3695
3696 Sun Aug 18 16:53:19 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3697
3698         * gnus-group.el (gnus-group-get-new-news): Don't move point.
3699
3700         * nnweb.el (nndejagnus): Renamed from nndejagnus.
3701         (nnweb-remove-markup): New function.
3702
3703 Sun Aug 18 14:53:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3704
3705         * gnus.el: Red Gnus v0.13 is released.
3706
3707 Tue Aug 20 17:30:00 1996    <Wesley.Hardaker@sphys.unil.ch>
3708
3709         * smiley.el (smiley-map): New keymap for smileys.
3710         (smiley-toggle-extent): New function to toggle smiley invisibility.
3711         (smiley-buffer): Use them.
3712
3713 Sun Aug 18 12:46:12 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3714
3715         * nnoo.el (nnoo-define-skeleton-1): Defined too many functions.
3716
3717 Sat Aug 17 18:43:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3718
3719         * gnus-group.el (gnus-group-make-dejanews-group): New command and
3720         keystroke. 
3721
3722         * gnus-start.el (gnus-site-init-file): New variable.
3723         (gnus-read-init-file): Use it.
3724
3725         * nndejanews.el: New file.
3726
3727         * nnheader.el (make-full-mail-header): New function.
3728
3729         * nngateway.el (nngateway-open-server): Used nntp vars.
3730
3731 Sat Aug 17 15:35:28 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3732
3733         * gnus.el: Red Gnus v0.12 is released.
3734
3735 Sat Aug 17 12:58:28 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3736
3737         * gnus-win.el (gnus-window-configuration-element): New function. 
3738         (gnus-windows-old-to-new): Use it.
3739         (gnus-windows-old-to-new): Produced bogus results.
3740
3741         * message.el (message-cancel-message): New variable.
3742
3743         * gnus-srvr.el (gnus-server-mode-map): Buggy keymap.
3744
3745         * gnus-group.el (gnus-group-get-new-news-this-group): Illegal
3746         gnus-error value.
3747
3748 Fri Aug 16 21:22:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3749
3750         * nnmail.el (nnmail-replace-status, nnmail-decode-status,
3751         nnmail-encode-status): New variables.
3752
3753         * nnml.el (nnml-article-to-file): New function.
3754
3755 Fri Aug 16 20:26:12 1996  Kurt Swanson  <kurt@dna.lth.se>
3756
3757         * nnfolder.el (nnfolder-generate-active-file): Test the right
3758         files. 
3759
3760 Fri Aug 16 19:30:57 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3761
3762         * gnus-salt.el (gnus-possibly-generate-tree): Would bug out on
3763         unthreaded buffers.
3764
3765         * gnus-xmas.el (gnus-xmas-modeline-right-extent): Disabled.
3766         (gnus-xmas-modeline-left-extent): Ditto.
3767
3768         * gnus-group.el (gnus-group-make-menu-bar): Bugged out on
3769         undefined variable.
3770
3771         * gnus.el (gnus-read-method): Return the virtual server name if
3772         possible. 
3773
3774 Thu Aug 15 18:15:58 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3775
3776         * nngateway.el: New file.
3777
3778         * nnoo.el (nnoo-define-skeleton): New macro.
3779         (nnoo-define-skeleton-1): New function.
3780
3781         * gnus-start.el (gnus-strip-killed-list): New function.
3782         (gnus-gnus-to-quick-newsrc-format): Use it.
3783
3784         * gnus-sum.el (gnus-summary-process-mark-set): New function.
3785         (gnus-summary-yank-process-mark, gnus-summary-kill-process-mark,
3786         gnus-summary-save-process-mark): New commands and keystrokes.
3787
3788         * nnml.el (nnml-generate-nov-file): Set modes.
3789
3790         * nnmail.el (nnmail-default-file-modes): New variable.
3791         (nnmail-write-region): New function.
3792
3793         * gnus-score.el (gnus-score-score-files-1): Bind case-fold-search
3794         to nil.
3795
3796 Wed Aug 14 21:20:07 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3797
3798         * gnus-soup.el (gnus-soup-send-packet): Disable syntax checks.
3799
3800 Wed Aug 14 20:28:09 1996  Fred Johansen  <Fred.Johansen@ifi.ntnu.no>
3801
3802         * gnus-logic.el (gnus-advanced-score-rule): `and' rules were
3803         treated improperly.
3804
3805 Wed Aug 14 15:29:39 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3806
3807         * gnus-salt.el (gnus-mouse-pick-article): New command. 
3808
3809         * gnus-art.el (gnus-button-url): Call with one argument.
3810
3811         * gnus-start.el (gnus-set-default-directory): New function.
3812
3813         * gnus-load.el (gnus-default-directory): New variable.
3814
3815 Wed Aug 14 15:03:01 1996  Sudish Joseph  <sudish@mindspring.com>
3816
3817         * gnus-score.el (gnus-home-score-file): Changed syntax.
3818
3819 Tue Aug 13 22:07:11 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
3820
3821         * nndoc.el (nndoc-dissect-buffer): Went into infinite loop if end
3822         of file token wasn't properly detected.
3823         (nndoc-type-alist): Better end-of-header regexp for
3824         lanl.gov preprints
3825         (nndoc-article-type): Updated doc string
3826
3827 Mon Aug 12 21:01:25 1996  Sudish Joseph  <sudish@mindspring.com>
3828
3829         * nntp.el (nntp-request-newgroups): Switch to nntp-server-buffer
3830         first.
3831
3832 Tue Aug 13 09:44:46 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3833
3834         * gnus-group.el (gnus-group-sort-by-real-name): New function.
3835
3836         * gnus-sum.el (gnus-summary-save-article): Pass on number of
3837         articles to be saved.
3838
3839         * gnus-art.el (gnus-article-edit-article): Remove all text props.
3840         (gnus-read-save-file-name): Take an optional defaultish parameter.
3841
3842         * nntp.el (nntp-retrieve-groups): Saved.
3843
3844         * message.el (message-forward): Didn't work well with multi-line
3845         separators. 
3846
3847         * gnus-msg.el (gnus-summary-mail-crosspost-complaint): Check
3848         wheteher followup-to was restricted.
3849
3850         * nnsoup.el (nnsoup-store-reply): Would insert double courtesy
3851         headers. 
3852
3853         * gnus-group.el (gnus-group-highlight-line): New `total' number. 
3854
3855 Mon Aug 12 06:25:00 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3856
3857         * gnus.el: Red Gnus v0.11 is released.
3858
3859 Mon Aug 12 03:51:57 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3860
3861         * gnus-async.el (gnus-make-async-article-function): New function.
3862         (gnus-async-prefetch-article): Use it.
3863
3864 Sat Aug 10 07:16:29 1996  Greg Stark  <gsstark@mit.edu>
3865
3866         * gnus-start.el (gnus-activate-level): Doc fix.
3867
3868 Sun Aug 11 03:33:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3869
3870         * gnus-msg.el (gnus-summary-mail-crosspost-complaint): New command.
3871         (gnus-crosspost-message): New variable.
3872
3873         * gnus-vis.el: Removed file -- functions spread out over
3874         gnus-group.el, gnus-sum.el and gnus-art.el.
3875
3876         * gnus-util.el (gnus-turn-off-edit-menu): Renamed function.
3877
3878         * gnus-salt.el (gnus-carpal-mode): Moved to this file.
3879
3880         * gnus-vis.el (gnus-score-set-default): Removed.
3881         (gnus-visual-score-map): Removed.
3882
3883         * nntp.el (nntp-send-nosy-authinfo): Don't echo password.
3884
3885         * gnus-srvr.el (gnus-server-open-all-servers): New command and
3886         keystroke. 
3887         (gnus-server-close-all-servers): Ditto.
3888
3889         * gnus-async.el (gnus-async-get-semaphore): New function.
3890         (gnus-async-release-semaphore): New function.
3891         (gnus-async-prefetch-article): Use them.
3892
3893         * nntp.el (nntp-make-process-buffer): New function.
3894         (nntp-retrieve-data): Use after-change instead of filter.
3895         (nntp-after-change-function): New function.
3896
3897         * gnus.el (gnus-read-method): Intern method.
3898
3899         * gnus-cache.el (gnus-cache-save-buffers): Didn't check before
3900         making dir.
3901
3902 Sat Aug 10 14:55:33 1996  Sudish Joseph  <sudish@mindspring.com>
3903
3904         * gnus-win.el (gnus-buffer-configuration): Don't create picon
3905         frame if gnus-picons-display-where is 'article.
3906
3907 Sun Aug 11 02:47:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3908
3909         * gnus-vis.el (gnus-highlight-selected-summary): Would bug out on
3910         some lines. 
3911
3912         * gnus-spec.el (gnus-tilde-cut-form): Typo.
3913         (gnus-parse-simple-format): Forgot to check `max-right' and
3914         `max-left'.
3915         (gnus-compile): Don't issue warnings.
3916
3917 Fri Aug  2 14:53:02 1996  Christoph Wedler  <wedler@fmi.uni-passau.de>
3918         
3919         * smiley.el (smiley-buffer): `smiley-regexp-alist' can be a symbol
3920         now.
3921
3922 Sun Aug 11 02:37:57 1996  Greg Stark  <gsstark@mit.edu>
3923
3924         * gnus-msg.el (gnus-post-method): Tested the wrong variable. 
3925
3926 Sun Aug 11 02:28:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3927
3928         * message.el (message-check-news-syntax): Messaged wrong number.
3929
3930 Sat Aug 10 11:26:56 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3931
3932         * message.el (message-y-or-n-p): Moved to before usage.
3933
3934 Fri Aug  9 16:42:52 1996  Danny Siu  <dsiu@adobe.com>
3935
3936         * gnus-picon.el (gnus-article-display-picons): display picon even if
3937         From line doesn't have full domain name.
3938
3939 Sat Aug 10 10:11:21 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3940
3941         * message.el (message-reply): Didn't narrow properly to the head.
3942         (message-indent-citation): Remove all blank lines at the start. 
3943
3944 Sat Aug 10 07:00:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3945
3946         * gnus.el: Red Gnus v0.9 is released.
3947
3948 Sat Aug 10 06:03:07 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3949
3950         * gnus-soup.el (gnus-soup-write-prefixes): Protect against
3951         existing dirs.
3952
3953         * gnus-topic.el (gnus-topic-parameters): Third parameter instead
3954         of second.
3955         (gnus-topic-set-parameters): Ditto.
3956
3957 Sat Aug 10 05:22:43 1996  Lee Iverson  <leei@ai.sri.com>
3958
3959         * message.el (message-send-mail-with-mh): Didn't work.
3960
3961 Sat Aug 10 03:57:42 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
3962
3963         * gnus-dup.el (gnus-dup-unsuppress-article): Data instead of
3964         ingo. 
3965         (gnus-dup-unsuppress-article): Set the wrong variable.
3966
3967 Sat Aug 10 00:52:26 1996  Jack Vinson  <jvinson@cheux.ecs.umass.edu>
3968
3969         * gnus.el (gnus-short-group-name): Bug in dotless names.
3970
3971 Sat Aug 10 00:45:32 1996  Jens Lautenbacher  <jens@lemhrem.lem.uni-karlsruhe.de>
3972
3973         * gnus-msg.el (gnus-inews-insert-archive-gcc): Use the `gcc-self'
3974         parameter. 
3975
3976 Sat Aug 10 00:28:41 1996  François Pinard  <pinard@progiciels-bpi.ca>
3977
3978         * gnus-load.el (gnus-info-nodes): Add info node for
3979         `mime/viewer-mode'. 
3980
3981 Sat Aug 10 00:25:51 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3982
3983         * message.el (message-reply): Don't include first empty line. 
3984
3985 Sat Aug 10 00:11:52 1996  François Pinard  <pinard@progiciels-bpi.ca>
3986
3987         * gnus-sum.el (gnus-summary-prev-unread-article): Doc fix.
3988
3989 Sat Aug 10 00:08:42 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3990
3991         * gnus-util.el (gnus-date-iso8601): Protect against buggy Dates. 
3992
3993 Fri Aug  9 06:39:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
3994
3995         * gnus-topic.el (gnus-topic-mode): Hook into parameter thingies. 
3996         (gnus-topic-parameters): Buggy definition.
3997
3998         * gnus-group.el (gnus-group-get-parameter-function): New
3999         variable. 
4000
4001         * gnus.el (gnus-group-find-parameter): New function.
4002
4003         * gnus-sum.el (gnus-summary-read-document): New command and
4004         keystroke. 
4005
4006         * gnus-group.el (gnus-group-clear-data-on-native-groups): New
4007         command. 
4008         (gnus-group-read-ephemeral-group): Accept an ACTIVATE-ONLY
4009         parameter.
4010
4011         * gnus-score.el (gnus-decay-score): New function.
4012         (gnus-decay-scores): New function.
4013         (gnus-decay-score-function): New variable.
4014         (gnus-score-date): Accept a `regexp' match.
4015
4016         * gnus-util.el (gnus-time-to-day): New function.
4017
4018         * gnus-score.el (gnus-decay-scores): New variable.
4019         (gnus-score-decay-constant): New variable.
4020         (gnus-score-decay-scale): New variable.
4021
4022         * gnus-sum.el (gnus-group-make-articles-read): Register undo. 
4023
4024         * gnus-group.el (gnus-update-read-articles): Register undo.
4025
4026         * gnus-undo.el (gnus-undo-register-1): Renamed.
4027         (gnus-undo-register): New macro.
4028
4029         * gnus-group.el (gnus-group-yank-group): Be undoable.
4030         (gnus-group-kill-group): Be undoable.
4031         (gnus-undo): Required.
4032         (gnus-group-clear-data): New keystroke.
4033
4034         * gnus-undo.el (gnus-undo-last-command): New variable.
4035         (gnus-undo): Didn't work.
4036         (gnus-undo-boundary): Keep track of whether the last command did a
4037         boundary.
4038         (gnus-undo): Set boundary.
4039
4040 Thu Aug  8 19:43:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4041
4042         * gnus-spec.el (gnus-tilde-cut-form): New function.
4043         (gnus-tilde-max-form): New definition.
4044         (gnus-tilde-ignore-form): New function.
4045         (gnus-parse-format): Rewrite to accept extended syntax.
4046
4047         * gnus-topic.el (gnus-topic-goto-missing-group): Try to be a bit
4048         faster.
4049
4050         * gnus-group.el (gnus-group-goto-group): Accept optional FAR
4051         parameter. 
4052
4053         * gnus-int.el (gnus-request-newgroups): Don't bug out on servers
4054         that don't support this.
4055
4056         * gnus.el (gnus-server-extend-method): Would bug out on non-known
4057         methods. 
4058
4059         * gnus-group.el (gnus-group-get-new-news): Put point in the group
4060         buffer. 
4061
4062 Wed Aug  7 15:40:44 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
4063
4064         * nntp.el (nntp-open-rlogin): Now can be used as
4065         nntp-open-connection function
4066         (nntp-open-telnet): Ditto
4067         (nntp-open-rlogin): Needed to remove telnet junk from nntp buffer
4068         to make new nntp-wait-for happy
4069         all: required carriage return for end of line 
4070
4071 Tue Aug  6 21:58:26 1996  Jan Vroonhof  <vroonhof@math.ethz.ch (Jan Vroonhof)>
4072
4073         * nndoc.el (nndoc-generate-lanl-gov-head): New function
4074         (nndoc-transform-lanl-gov-announce): New function
4075         (nndoc-lanl-gov-announce-type-p): New function
4076         (nndoc-type-alist): Added support for preprint announcements
4077         (nndoc-type-alist): Only use 'slack-digests' if forced to.
4078
4079 Tue Aug  6 20:41:02 1996  Jan Vroonhof  <vroonhof@math.ethz.ch>
4080
4081         * nndoc.el (nndoc-type-alist): tried to call nndoc-guess-type-p
4082
4083 Thu Aug  8 05:40:28 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4084
4085         * gnus-sum.el (gnus-summary-walk-group-buffer): Put cursor in echo
4086         area.
4087
4088         * gnus-dup.el (gnus-dup-unsuppress-article): New function.
4089
4090         * gnus-sum.el (gnus-mark-article-as-unread): Unsuppress
4091         duplicates. 
4092
4093         * gnus-msg.el (gnus-debug): Scan gnus-load.el.
4094
4095 Thu Aug  8 01:48:57 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4096
4097         * gnus.el: Red Gnus v0.8 is released.
4098
4099 Thu Aug  8 01:36:34 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4100
4101         * gnus.el: Red Gnus v0.7 is released.
4102
4103 Thu Aug  8 01:29:56 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4104
4105         * message.el (message-deletable-headers): Have Lines be
4106         deletable. 
4107
4108 Wed Aug  7 23:41:26 1996  Richard Pieri  <ratinox@unilab.dfci.harvard.edu>
4109
4110         * gnus.el (gnus-short-group-name): New version.
4111
4112 Wed Aug  7 19:55:25 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4113
4114         * gnus-start.el (gnus-declare-backend): New function.
4115
4116         * gnus-xmas.el (gnus-xmas-pointer-glyph): New variable.
4117         (gnus-xmas-modeline-glyph): New variable.
4118         (gnus-xmas-mode-line-buffer-identification): New definition. 
4119
4120         * nntp.el (nntp-request-article): Would sometimes return nil
4121         falsely. 
4122         (nntp-find-group-and-number): Saved function.
4123         (nntp-request-article): Use it.
4124         (nntp-request-head): Saved.
4125
4126         * gnus-dup.el (gnus-dup-suppress-articles): Message.
4127
4128         * gnus-group.el (gnus-group-mark-group): Used string instead of
4129         char. 
4130
4131 Wed Aug  7 02:52:55 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4132
4133         * gnus-util.el: Use `format-time-string'.
4134
4135         * gnus-sum.el (gnus-summary-edit-article-postpone): Defined
4136         again. 
4137
4138         * article.el (article-make-date-line): Would say "unknown" on
4139         "now" dates.
4140
4141 Wed Aug  7 02:48:12 1996  Katsumi Yamaoka  <yamaoka@ga.sony.co.jp>
4142
4143         * message.el (message-rename-buffer): Set proper outsave name. 
4144
4145 Wed Aug  7 00:28:44 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4146
4147         * nnheader.el (nnheader-temp-write): Always use
4148         `fundamental-mode'. 
4149
4150         * gnus-util.el (gnus-date-iso8601): Illegal format.
4151
4152         * gnus-group.el (gnus-group-make-doc-group): Full name in server
4153         name. 
4154
4155         * gnus-undo.el (gnus-undo): Typo.
4156
4157         * gnus-group.el (gnus-group-mark-group): Don't touch props.
4158
4159         * gnus-score.el (gnus-score-headers): Don't root out 0 scores when
4160         saving.
4161
4162         * gnus-art.el (gnus-narrow-to-page): Don't do a "next-page" if
4163         `^L' is the last char.
4164
4165         * gnus.el (gnus): Autoload.
4166
4167 Tue Aug  6 23:00:01 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4168
4169         * gnus-score.el (gnus-score-string): Wouldn't do word and fuzzy
4170         matching properly.
4171
4172 Mon Aug  5 22:23:03 1996  Raja R. Harinath  <harinath@cs.umn.edu>
4173
4174         * gnus-gl.el (gnus-grouplens-mode): Clear proper variables.
4175
4176 Mon Aug  5 20:27:11 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4177
4178         * gnus-art.el (gnus-article-edit-exit): Would move point.
4179         (gnus-article-edit): New command.
4180
4181         * nnml.el (nnml-request-rename-group): Copy over .overview file. 
4182         (nnml-request-group): Better error message.
4183
4184 Sat Aug  3 17:52:01 1996  Steven L Baur  <steve@miranova.com>
4185
4186         * gnus-setup.el (message): Can't require 'message until we know
4187         where the Gnus .elcs are.
4188         
4189 Mon Aug  5 20:07:11 1996  François Pinard  <pinard@progiciels-bpi.ca>
4190
4191         * gnus-util.el (gnus-date-iso8601): New function.
4192
4193 Mon Aug  5 19:14:12 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4194
4195         * gnus-sum.el (gnus-summary-search-article-forward): Show thread
4196         when finding matches.
4197
4198         * nnmail.el (nnmail-get-spool-files): Sort procmail files.
4199
4200 Mon Aug  5 02:25:06 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4201
4202         * gnus.el: Red Gnus v0.6 is released.
4203
4204 Mon Aug  5 01:12:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4205
4206         * nntp.el (nntp-request-type): Defined again.
4207
4208 Mon Aug  5 01:01:15 1996  Ralph Schleicher  <rs@purple.ul.bawue.de>
4209
4210         * gnus-score.el (gnus-ignored-adaptive-words): New value.
4211
4212 Mon Aug  5 00:12:54 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4213
4214         * gnus-util.el (gnus-group-real-name): Tweaked definition.
4215
4216         * gnus-eform.el (gnus-edit-form-done): Didn't call the right
4217         function. 
4218
4219 Sun Aug  4 23:30:52 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4220
4221         * gnus-score.el (gnus-score-load-files): Returned nil.
4222
4223 Sun Aug  4 06:11:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4224
4225         * gnus-load.el (gnus-use-undo): New variable.
4226
4227         * gnus-undo.el: New file.
4228
4229         * gnus-score.el (gnus-default-adaptive-word-score-alist): New
4230         variable. 
4231         (gnus-score-adaptive): Adaptivity on words.
4232         (gnus-ignored-adaptive-words): New variable.
4233         (gnus-all-score-files): Made into own function.
4234         (gnus-score-load-files): Ditto.
4235         (gnus-score-find-favourite-words): New command and keystroke.
4236
4237         * gnus-load.el (gnus-use-adaptive-scoring): Doc fix.
4238
4239         * gnus-score.el (gnus-enter-score-words-into-hashtb): New
4240         function. 
4241         (gnus-score-build-cons): Removed.
4242         (gnus-score-string): Score words.
4243
4244 Sun Aug  4 01:33:31 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4245
4246         * gnus.el: Red Gnus v0.5 is released.
4247
4248 Sun Aug  4 00:17:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4249
4250         * nntp.el (nntp-wait-for): Goto point-max before inserting.
4251         (nntp-retrieve-headers): Didn't inhibit Erasure.
4252
4253         * gnus-eform.el (gnus-edit-form-mode-map): Buggy.
4254
4255         * nntp.el (nntp-send-command-nodelete): New function.
4256
4257 Sat Aug  3 22:21:24 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4258
4259         * article.el (article-date-ut): Wouldn't do anything much.
4260
4261         * nntp.el (nntp-wait-for): Wouldn't allow posting.
4262
4263         * nnmail.el (nnmail-delete-incoming): Set to nil.
4264
4265 Sat Aug  3 01:31:24 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4266
4267         * gnus-score.el (gnus-home-score-file): New variable.
4268         (gnus-home-score-file): New function.
4269         (gnus-hierarchial-home-score-file): New function.
4270         (gnus-possibly-score-headers): Use `adapt-file' param.
4271         (gnus-home-adapt-file): New variable.
4272         (gnus-hierarchial-home-adapt-file): New function.
4273
4274         * gnus-load.el (gnus-original-article-buffer): Moved here.
4275
4276         * gnus-sum.el (gnus-article-mark): New macro.
4277         (gnus-summary-prepare-unthreaded): Use it.
4278         (gnus-summary-prepare-threads): Ditto.
4279
4280         * gnus-win.el (gnus-buffer-configuration): New `edit-article'
4281         setting. 
4282
4283         * gnus-sum.el (gnus-summary-edit-article): Don't move point in the
4284         article buffer.
4285         (gnus-summary-edit-article-done): Don't move point after editing.
4286         (gnus-summary-edit-article-postpone): Removed.
4287         (gnus-summary-update-article-line): New function.
4288
4289         * gnus-art.el (gnus-article-edit-mode-map): Buggy map.
4290
4291 Fri Aug  2 22:36:40 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4292
4293         * gnus.el: Red Gnus v0.4 is released.
4294
4295 Wed Jul 31 15:23:54 1996  Ken Olstad  <ken@mn.cheyenne.com>
4296
4297         * gnus-xmas.el (gnus-xmas-redefine): Disable XFace when running
4298         under tty.
4299
4300 Wed Jul 31 14:21:38 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4301
4302         * gnus.el (gnus-group-read-group): Use `gnus-range-length' instead
4303         of `length'.
4304
4305 Fri Aug  2 21:48:17 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4306
4307         * gnus-dup.el (gnus-dup-suppress-articles): Wouldn't mark articles
4308         properly.
4309
4310 Fri Aug  2 21:40:33 1996  Glenn Coombs  <glenn@prl.research.philips.com>
4311
4312         * gnus-vis.el (gnus-button-url): New definition.
4313
4314 Fri Aug  2 19:08:55 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4315
4316         * gnus-group.el (gnus-update-read-articles): Moved here.
4317
4318         * gnus-sum.el (gnus-update-read-articles): Moved here.
4319
4320         * gnus-async.el (gnus-async-request-fetched-article): Would bug
4321         out on Message-IDs.
4322
4323         * gnus-score.el (gnus-score-save): Would kill wrong buffer.
4324
4325         * nntp.el (nntp-process-filter): Insert at point-max.
4326
4327         * nnheader.el (nnheader-set-temp-buffer): Accept a noerase param.
4328
4329 Fri Aug  2 00:14:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4330
4331         * gnus-topic.el (gnus-topic-edit-parameters): New command.
4332         (gnus-group-topic-parameters): New function.
4333         (gnus-topic-set-parameters): New function.
4334         (gnus-topic-parameters): New function.
4335
4336         * gnus-group.el (gnus-group-edit-group-done): Newish definition.
4337
4338         * gnus-srvr.el (gnus-server-edit-server): Use new edit function.
4339         (gnus-server-edit-server-done): Removed.
4340
4341         * gnus-group.el: Use new edit function.
4342
4343         * gnus-eform.el (gnus-eform): New file.
4344
4345         * gnus-group.el (gnus-group-goto-group): Tippy-toe around some
4346         more to find the most likely instance of the group.
4347         (gnus-edit-form): New function.
4348         (gnus-edit-form-mode): New command.
4349         (gnus-edit-form-make-menu-bar): New function.
4350         (gnus-edit-form-mode-hook): New variable.
4351         (gnus-edit-form-exit): New command and keystroke.
4352         (gnus-edit-form-done): Ditto.
4353
4354         * gnus-topic.el: Moved functions around.
4355         (gnus-current-topic): Renamed.
4356         (gnus-current-topics): New function.
4357         (gnus-group-parent-topic): New function.
4358
4359         * article.el (gnus-signature-separator): New default.
4360         (gnus-signature-limit): Extended value.
4361         (article-narrow-to-signature): Use it.
4362
4363         * gnus-cite.el (gnus-cite-parse): Use new signature functions.
4364
4365         * article.el (article-search-signature): New function.
4366         (gnus-signature-separator): Allow wider syntax.
4367
4368         * gnus-async.el (gnus-use-header-prefetch): New variable.
4369         (gnus-async-set-article-buffer): Removed.
4370         (gnus-async-prefetch-headers): New function.
4371         (gnus-async-retrieve-fetched-headers): New function.
4372         (gnus-async-prefetch-headers-buffer): New variable.
4373
4374         * gnus-salt.el (gnus-summary-pick-line-format): New variable.
4375         (gnus-pick-mode): Use it.
4376         (gnus-pick-line-number): New function.
4377         (gnus-pick-article): New command and keystroke.
4378         (gnus-pick-mode-map): Changed " " to `gnus-pick-next-page'.
4379         (gnus-pick-next-page): New command and keystroke.
4380         (gnus-mark-unpicked-articles-as-read): New variable.
4381         (gnus-pick-start-reading): Use it.
4382
4383         * gnus-sum.el (gnus-summary-line-format-alist): Add pick line
4384         number. 
4385
4386 Thu Aug  1 23:32:15 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4387
4388         * nntp.el (nntp-request-list): Decode.
4389         (nntp-request-list-newsgroups): Ditto.
4390
4391         * gnus-gl.el (gnus-grouplens-mode): Update summary line specs. 
4392
4393         * gnus-msg.el (gnus-debug): Would bug out.
4394
4395 Thu Aug  1 23:24:48 1996  Glenn Coombs  <glenn@prl.research.philips.com>
4396
4397         * gnus-sum.el (gnus-summary-update-mark): Work on hidden threads.
4398
4399 Thu Aug  1 00:00:16 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4400
4401         * gnus-score.el (gnus-score-save): Wouldn't save scores.
4402
4403         * gnus-load.el (gnus-summary-line-format): Moved here.
4404
4405         * gnus.el (gnus-alive-p): More thorough definition.
4406         (gnus-info-set-entry): New macro.
4407
4408         * gnus-move.el: New file.
4409         (gnus-move-group-to-server): New function.
4410         (gnus-change-server): New command.
4411         (gnus-group-move-group-to-server): New command.
4412
4413         * gnus-start.el (gnus-parse-active): New function.
4414
4415         * gnus.el (gnus-read-method): Mew function.
4416         * gnus-group.el: Use it.
4417
4418         * gnus-load.el (gnus-suppress-duplicates): New variable.
4419
4420         * gnus-dup.el: New file.
4421
4422         * gnus-sum.el (gnus-data-read-p): New macro.
4423         (gnus-duplicate-mark): New variable.
4424
4425 Wed Jul 31 23:09:35 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4426
4427         * gnus.el: Red Gnus v0.3 is released.
4428
4429 Wed Jul 31 21:38:08 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4430
4431         * nntp.el (nntp-retrieve-headers-with-xover): Didn't work.
4432
4433         * gnus-load.el (gnus-suppress-keymap): New function.
4434
4435 Wed Jul 31 01:20:58 1996  Sudish Joseph  <sudish@mindspring.com>
4436
4437         * gnus-picon.el (gnus-group-display-picons): Delete just the live
4438         extents. 
4439
4440 Wed Jul 31 21:15:01 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4441
4442         * gnus.el ((load)): Only eval splash when loading.
4443
4444         * gnus-group.el (gnus-group-quit): Always kill group buffer.
4445
4446         * nntp.el (nntp-open-connection): Escape errors.
4447
4448 Wed Jul 31 16:09:22 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4449
4450         * nnml.el (nnml-request-rename-group): Would move subgroups as
4451         well. 
4452         * nnmh.el: Ditto.
4453
4454         * gnus-group.el (gnus-group-rename-group): Use current group name
4455         as default.
4456         (gnus-group-rename-group): Added doc string.
4457
4458         * gnus-sum.el (gnus-general-simplify-subject): Renamed.
4459
4460 Wed Jul 31 16:05:06 1996  Paul Franklin  <paul@transmeta.com>
4461
4462         * gnus-sum.el (gnus-pdf-simplify-subject): New version.
4463
4464 Wed Jul 31 15:59:04 1996  Raja R. Harinath  <harinath@cs.umn.edu>
4465
4466         * nntp.el (nntp-retrieve-headers-with-xover): `last' returns cdr. 
4467
4468 Wed Jul 31 15:18:33 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4469
4470         * nntp.el (nntp-retrieve-headers-with-xover): Put the result in
4471         the right buffer.
4472         (nntp-request-body): Decode.
4473
4474         * gnus.el (gnus-no-server): Would bug out when gnus-start wasn't
4475         loaded. 
4476
4477         * gnus-art.el (gnus-article-edit-mode): New command.
4478         (gnus-article-edit-mode-hook): New variable.
4479         (gnus-article-edit-mode-map): New variable.
4480
4481 Wed Jul 31 15:18:26 1996  François Pinard  <pinard@progiciels-bpi.ca>
4482
4483         * gnus-art.el (gnus-article-edit-full-stops): New command.
4484
4485 Wed Jul 31 13:03:48 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4486
4487         * gnus-sum.el (gnus-summary-edit-wash): New command and keystroke.
4488
4489         * message.el (message-sort-headers-1): Sort properly on totally
4490         empty headers.
4491
4492         * article.el (article-hide-boring-headers): Didn't hide completely
4493         empty headers.
4494
4495         * nntp.el (nntp-encode-text): Rescued.
4496         (nntp-send-buffer): New function.
4497         (nntp-request-post): New function.
4498
4499         * gnus-util.el (gnus-define-keys-safe): New macro.
4500         (gnus-define-keys-1): Accept `safe' param.
4501
4502         * gnus-load.el (gnus-summary-mode-map): Define the main three
4503         keymaps prematurely here.
4504
4505 Wed Jul 31 12:48:23 1996  Steven L. Baur  <steve@miranova.com>
4506
4507         * gnus-load.el (gnus-default-nntp-server): Moved.
4508
4509 Wed Jul 31 03:15:02 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4510
4511         * nndoc.el (nndoc-add-type): Remove old type definition.
4512
4513         * article.el: Changed variable names back to `gnus-'.
4514
4515 Tue Jul 30 23:07:04 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4516
4517         * nntp.el (nntp-connection-alist): Define as oo.
4518
4519         * nndoc.el (nndoc-add-type): Wrong number of args.
4520         (nndoc-set-delims): Free var.
4521
4522 Tue Jul 30 23:02:51 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4523
4524         * gnus.el: Red Gnus v0.1 is released.
4525
4526 Tue Jul 30 22:34:11 1996  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
4527
4528         * nntp.el (nntp-find-connection-buffer): New function.
4529         (nntp-retrieve-headers): Use it.
4530
4531 Tue Jul 30 00:00:28 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4532
4533         * nndoc.el (nndoc-add-type): New function.
4534         (nndoc-guess-type): New function.
4535         (nndoc-set-delims): New definition.
4536
4537         * nntp.el (nntp-open-server): Init server buffer.
4538
4539         * gnus.el (gnus-group-prefixed-name): Do the right thing with nil
4540         methods. 
4541         (gnus-group-rename-group): Would act oddly when renaming native
4542         groups. 
4543
4544 Mon Jul 29 14:17:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4545
4546         * gnus-load.el (gnus-startup-hook): Removed hilit removal.
4547
4548         * gnus-async.el: New file.
4549
4550         * gnus-int.el (gnus-asynchronous-p): New function.
4551
4552         * nntp.el: Replaced with new, asynchronous version.
4553
4554 Mon Jul 29 11:48:07 1996  Paul Franklin  <paul@transmeta.com>
4555
4556         * gnus-sum.el (gnus-pdf-simplify-subject): New function.
4557         (gnus-summary-simplify-subject-query): New command.
4558
4559 Mon Jul 29 10:05:30 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4560
4561         * gnus-sum.el (gnus-summary-mode-map): Command for emphasis.
4562
4563         * gnus-art.el (gnus-article-wash-status): Report emphasis.
4564
4565         * article.el (article-unhide-text-type): New function.
4566         (article-emphasize): New function.
4567         (article-emphasis-alist): New variable.
4568
4569         * gnus-score.el (gnus-score-headers): Hook into advanced scoring.
4570
4571         * gnus-logic.el: New file.
4572
4573         * article.el (article-treat-overstrike): Mark hiding type.
4574
4575 Mon Jul 29 10:00:52 1996  d. hall  <dhall@illusion.apk.net>
4576
4577         * gnus-art.el (gnus-article-wash-status): New function.
4578
4579 Sun Jul 28 15:20:19 1996  Lars Magne Ingebrigtsen  <lars@eyesore.no>
4580
4581         * article.el (article-hidden-arg): Renamed all variables and
4582         functions to `article-'.
4583
4584         * gnus.el: Split file into gnus-start.el, gnus-group.el,
4585         gnus-sum.el, gnus-art.el, gnus-win.el, gnus-load.el, gnus-util.el,
4586         gnus-bcklg.el, gnus-spec.el, article.el, and gnus-int.el.
4587