*** empty log message ***
[gnus] / lisp / ChangeLog
1 Fri Nov 17 03:35:58 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
2
3         * gnus-vis.el ((require 'cl)): Require cl.
4
5         * gnus.el (gnus-active): New macro.
6         (gnus-intern-safe): Ditto.
7         (gnus-set-active): Ditto.
8
9 Fri Nov 17 01:33:26 1995  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
10
11         * gnus.el (gnus-max-width-function): Totally bugged out.
12
13         * gnus-msg.el (gnus-new-news): Set point on Subject.
14         (gnus-inews-insert-bfcc): Don't narrow to headers.
15
16         * gnus.el (gnus-articles-to-read): `C-u SPC' would have no real
17         effect. 
18         (gnus-article-date-ut): Would chop up lines.
19
20         * nnheader.el: Require cl.
21
22 Fri Nov 17 00:11:10 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
23
24         * gnus.el (gnus-select-newsgroup): Expiry marks would disappear.
25         (gnus-headers-decode-quoted-printable): Use subst-char instead of
26         search/replace. 
27         (gnus-remove-thread): Didn't remove properly.
28
29 Thu Nov 16 06:28:17 1995  Lars Ingebrigtsen  <lars@eyesore.no>
30
31         * gnus.el: Intern group in active hashtb throughout.
32
33 Wed Nov 15 06:13:48 1995  Lars Ingebrigtsen  <lars@eyesore.no>
34
35         * gnus.el: 0.13 is released.
36
37         * gnus-score.el (gnus-score-get): Turned into a defsubst.
38         (gnus-score-find-bnews): Slightly less funcalling.
39
40         * gnus.el (gnus-group-real-name): Turned into a macro.
41         (gnus-server-equal): Ditto.
42         (gnus-server-add-address): Turned into defsubst.
43         (gnus-server-get-method): Ditto.
44         (gnus-secondary-method-p): Ditto.
45
46 Mon Nov 13 22:13:10 1995  Lars Ingebrigtsen  <lars@eyesore.no>
47
48         * gnus.el (gnus-group-mode-map): Moved fetch-faq.
49
50         * gnus-vis.el (gnus-button-alist): Be a bit more restrictive.
51
52         * gnus-msg.el (gnus-inews-insert-headers): Would choke on empty
53         headers.
54
55         * nnml.el (nnml-make-nov-line): Include the Xref: in the nov line.
56
57 Mon Nov 13 21:54:36 1995    <morioka@jaist.ac.jp>
58
59         * gnus.el (gnus-summary-save-in-rmail): Save original article
60         buffer.
61
62 Mon Nov 13 15:10:28 1995  Lars Ingebrigtsen  <lars@eyesore.no>
63
64         * nnsoup.el (nnsoup-open-server): Don't force using nnsoup as a
65         posting agent.
66
67         * gnus.el (gnus-info-group, gnus-info-level, gnus-info-read,
68         gnus-info-method, gnus-info-options): New macros.  Massive changes
69         throughout the file.
70         (gnus-get-info): New macro.
71         (gnus-group-add-score): New function.
72         (gnus-summary-bubble-group): New function.
73         (gnus-group-mode-map): New group sort submap.
74         (gnus-group-sort-groups-by-alphabet,
75         gnus-group-sort-groups-by-unread, gnus-group-sort-groups-by-level,
76         gnus-group-sort-groups-by-score, gnus-group-sort-groups-by-rank,
77         gnus-group-sort-groups-by-method): New commands and keystrokes.
78
79         * nnsoup.el (nnsoup-set-variables): Autoload; doc fix.
80
81         * gnus-score.el (gnus-score-headers): Score "header" names are now
82         case-insensitive.
83
84         * gnus.el (gnus-rebuild-thread): Didn't work when using a
85         non-threaded display.
86
87 Sun Nov 12 00:11:34 1995  Lars Ingebrigtsen  <lars@eyesore.no>
88
89         * nnmail.el (nnmail-use-long-file-names): New variable.
90         (nnmail-group-pathname): Use it.
91
92         * gnus.el (gnus-auto-select-first): Allow `best' as a value.
93
94         * gnus-uu.el (gnus-uu-save-article): Quote lines that start with
95         dashes. 
96
97         * gnus-mh.el (gnus-mh-mail-setup): Don't use a (None) subject. 
98
99         * gnus-msg.el (gnus-inews-insert-bfcc): New function.
100         (gnus-new-news): Use it.
101
102         * gnus.el (gnus-summary-generate-hook): New variable.
103         (gnus-summary-prepare): Use it.
104
105         * nnsoup.el (nnsoup-index-buffer): Disable undo.
106
107         * gnus.el (gnus-select-newsgroup): Fetch old headers before
108         scoring. 
109         (gnus-dribble-read-file): Force setting the dribble buffer file
110         name. 
111         (gnus-summary-catchup-to-here): Treat `all' right, and catchup to
112         the right article.
113         (gnus-summary-catchup): Update mode line.
114         (gnus-summary-refer-references): Didn't really work.
115         (gnus-summary-toggle-header): Would barf if point weren't at
116         point-min.
117
118 Sat Nov 11 11:21:58 1995  Lars Ingebrigtsen  <lars@eyesore.no>
119
120         * nnmail.el (nnmail-move-inbox): Bind default directory before
121         calling movemail.
122
123         * nndoc.el (nndoc-type-to-regexp): Changed babyl body-begin regexp.
124
125         * nnml.el (nnml-generate-nov-databases): Don't choke on files that
126         start with empty lines.
127
128         * gnus.el (gnus-souped-mark): New variable.
129         (gnus-summary-mark-article-as-read): Use it.
130         (gnus-set-mode-line): Would compute incorrect mode lines. 
131
132         * gnus.el: Changes throughout making ticked and dormant articles
133         subsets of the read articles instead of the unread articles. 
134
135         * gnus-soup.el (gnus-soup-add-article): Use it.
136
137         * gnus-msg.el (gnus-post-news): Respect to `to-group' group
138         parameter. 
139
140         * gnus.el (gnus-sublist-p): New function.
141         (gnus-group-prepare-flat-list-dead): Faster implementation.
142
143 Fri Nov 10 03:17:03 1995  Lars Ingebrigtsen  <lars@eyesore.no>
144
145         * gnus.el (gnus-newsgroup-threads): Double defvar.
146         (gnus-newsgroup-prepared): New variable.
147         (gnus-summary-setup-buffer): Use it.
148         (gnus-summary-prepare-threads): Don't destroy threads while
149         generating. 
150         (gnus-remove-thread): Didn't remove gathered threads.
151         (gnus-rebuild-thread): Didn't generate anything properly.
152         (gnus-summary-refer-parent-article): Didn't find parent.
153
154         * gnus-msg.el (gnus-mail-send-method): Removed variable.
155         (gnus-auto-mail-to-author): Doc fix.
156
157         * nnheader.el (nnheader-remove-header): Return the number of
158         headers removed.
159
160         * gnus.el (gnus-headers-de-quoted-unreadable): New function.
161         (gnus-headers-decode-quoted-readable): New function.
162         (gnus-article-de-quoted-unreadable): Use it.
163
164 Fri Nov 10 00:00:47 1995  Steven L. Baur <steve@miranova.com>
165
166         * gnus-vis.el (gnus-header-button-alist): Recognize X-Url
167         headers. 
168
169 Fri Nov 10 00:00:47 1995  Lars Ingebrigtsen  <lars@eyesore.no>
170
171         * gnus-msg.el (gnus-delete-supersedes-headers): Also remove Xref
172         and Lines.
173         (gnus-summary-supersede-article): Delete multi-line headers.
174         (gnus-news-followup): Insert a few empty lines in new articles.
175         (gnus-mail-reply): Put point the right place when replying.
176         (gnus-inews-organization): Don't interpret signatures that begin
177         with ~ as strings.
178         (gnus-news-followup): Respect the Newsgroup header.
179
180         * nnsoup.el (nnsoup-write-buffers): New function.
181         (nnsoup-request-close): Use it.
182         (nnsoup-pack-replies): Ditto.
183
184         * gnus-soup.el (gnus-soup-parse-replies): Didn't kill buffer.
185         (gnus-soup-write-prefixes): Would change current buffer.
186
187 Thu Nov  9 20:54:35 1995  Lars Ingebrigtsen  <lars@eyesore.no>
188
189         * gnus.el (gnus-mouse-face-function): More efficient implementation.
190         (gnus-max-width-function): Ditto.
191
192         * gnus-msg.el (gnus-inews-news): Get the error message from the
193         right backend.
194
195         * gnus.el (gnus-summary-limit-to-score): Don't infloop.
196         (gnus-request-post-buffer): Removed function.
197         (gnus-method-option-p): New function.
198         (gnus-post-method): New function.
199         (gnus-request-post): Use it.
200
201         * nnsoup.el (nnsoup-write-active-file): Would possibly kill the
202         active file.
203
204 Mon Nov  6 13:16:33 1995  Lars Ingebrigtsen  <lars@eyesore.no>
205
206         * gnus-msg.el (gnus-new-news): Removed prompting for group name.
207         (gnus-group-post-news): Prompt for group name.
208         (gnus-inews-do-fcc): Rewrite.
209
210         * gnus.el (gnus-group-get-parameter): New function.
211
212 Sat Nov  4 19:24:57 1995  sudish joseph  <joseph@cis.ohio-state.edu>
213
214         * gnus-msg.el (gnus-group-post-news): Use the group under point as
215           the default when composing the post buffer.  (This means that
216           `a' over a mail group will get you a *mail* buffer.)  Using a
217           prefix ARG will force a fresh post buffer (i.e., no default
218           group is used).
219
220 Mon Nov  6 12:54:40 1995  steve@miranova.com (Steven L. Baur)
221
222         * gnus-topic.el (gnus-topic-toggle-topic): New command and
223         keystroke. 
224
225 Sat Nov  4 19:07:31 1995  Per Abrahamsen  <abraham@dina.kvl.dk>
226
227         * gnus-vis.el (gnus-group-make-menu-bar): Add key description for
228         the "See old articles" entry and made it run
229         gnus-group-select-group with an argument. 
230         * gnus.el (gnus-group-select-group-all): Deleted.
231
232 Mon Nov  6 12:22:20 1995  Lars Ingebrigtsen  <lars@eyesore.no>
233
234         * gnus.el (gnus-save-newsrc-file): Set local `version-control' to
235         `never'. 
236         (gnus-gnus-to-newsrc-format): Ditto.
237
238         * gnus-msg.el (gnus-new-news): Move point to the right place.
239         (gnus-sendmail-mail-setup): Ditto.
240
241 Sun Nov  5 10:05:47 1995  Lars Ingebrigtsen  <lars@eyesore.no>
242
243         * gnus-msg.el (gnus-configure-posting-styles): Make sure that
244         `gnus-newsgroup-name' is set.
245
246         * gnus-topic.el (gnus-group-add-to-topic): Remove process marks. 
247
248         * nnml.el (nnml-request-move-article): The article has to be
249         deletable to be moved.
250         * nnmh.el (nnmh-request-move-article): Ditto.
251
252         * nnmh.el (nnmh-deletable-article-p): New function.
253
254         * nnml.el (nnml-deletable-article-p): New function.
255
256         * gnus.el (gnus-data-compute-positions): Doc fix.
257         (gnus-summary-sort): Make sure positions were updated.
258         (gnus-request-article-this-buffer): Set original article buffer to
259         be read-only.
260
261 Fri Nov  3 03:01:09 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
262
263         * gnus.el (gnus-request-article-this-buffer): Make sure all
264         overlays are dead.
265
266 Fri Nov  3 00:41:22 1995  Lars Ingebrigtsen  <lars@eyesore.no>
267
268         * gnus-xmas.el: Removed mouse tracker.
269
270         * gnus.el (gnus-mouse-face-function): Redefined so that it also
271         works under XEmacs.
272
273 Thu Nov  2 03:40:22 1995  Lars Ingebrigtsen  <lars@eyesore.no>
274
275         * gnus.el (gnus-batch-score): Don't generate threads and stuff.
276         (gnus-sort-threads): Better message.
277
278 Tue Oct 31 21:26:35 1995  Lars Ingebrigtsen  <lars@eyesore.no>
279
280         * gnus-topic.el (gnus-topic-remove-topic): Would eat groups under
281         emtpy topics.
282
283         * gnus.el (gnus-simplify-buffer-fuzzy): Would strip trailing
284         newlines. 
285         (gnus-group-list-groups): Update format specs.
286         (gnus-summary-limit-children): Didn't mark as read.
287
288 Mon Oct 30 00:09:42 1995  Lars Ingebrigtsen  <lars@eyesore.no>
289
290         * gnus.el (gnus-summary-find-matching): Wouldn't do `backward' ok.
291         (gnus-summary-limit-to-subject): Don't just limit to articles
292         after point.
293         (gnus-articles-to-read): Respond properly to numerical prefixes.
294
295         * gnus-msg.el (gnus-inews-article): Do the To/X-To shuffle dance.
296
297         * gnus.el (gnus-summary-expire-articles): Be less complaining when
298         doing total-expiry.
299
300         * gnus-msg.el (gnus-mail-send): Remove empty headers before
301         sending. 
302         (gnus-inews-remove-empty-headers): New function.
303
304         * gnus.el (gnus-summary-find-next): Respect
305         `gnus-summary-check-current'. 
306         (gnus-summary-find-prev): Ditto.
307         (gnus-summary-mode-map): Limit map had disappeared.
308         (gnus-summary-limit-children): Wouldn't limit properly with
309         gnus-fetch-old-headers 'some.
310
311 Sun Oct 29 23:37:17 1995  Lars Ingebrigtsen  <lars@eyesore.no>
312
313         * nnmh.el: Use nnmail's new definition.
314         * nnml.el: Ditto.
315
316         * nnmail.el (nnmail-group-pathname): Use nnmh's definition.
317
318         * gnus.el (gnus-group-startup-message): Change.
319
320 Sun Oct 29 19:57:57 1995  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
321
322         * gnus.el: 0.12 is released.
323
324 Tue Oct 24 22:11:44 1995  Peter Arius  <arius@informatik.uni-erlangen.de>
325
326         * gnus.el (gnus-summary-skip-intangible): Quotes missing in macro 
327         body; turned into an inline function.
328         (gnus-summary-article-intangible-p): dito.
329         (gnus-summary-article-number): Didn't skip intangible articles 
330         when compiled.  Turned from macro into an inline function.
331
332 Thu Oct 26 00:04:57 1995  Lars Ingebrigtsen  <lars@eyesore.no>
333
334         * gnus-msg.el (gnus-new-news): Would bug out on nil group names.
335
336         * gnus-mh.el (gnus-mh-mail-send-and-exit): Use mh's send-letter
337         function. 
338
339         * gnus.el (gnus-summary-number-of-articles-in-thread): Don't count
340         limited articles.       
341         (gnus-summary-number-of-articles-in-thread): Count false roots
342         correctly. 
343
344         * gnus-msg.el (gnus-inews-do-fcc): Expand the FCC file name.
345
346         * gnus.el (gnus-summary-read-group): Update summary line after
347         setting the initial limit.
348         (gnus-summary-mode-map): Moved all limit commands to the `/'
349         submap. 
350
351         * gnus-msg.el (gnus-new-mail): Didn't run `gnus-mail-hook'.
352
353 Wed Oct 25 22:45:44 1995  Lars Ingebrigtsen  <lars@eyesore.no>
354
355         * gnus-mh.el (gnus-mh-mail-setup): Didn't set `gnus-mail-buffer'. 
356
357         * gnus.el (gnus-compile): Didn't really work.
358
359         * nnbabyl.el (nnbabyl-request-article): Handle Summary-Line.
360
361         * gnus-topic.el: Didn't really work.
362
363         * gnus.el (gnus-parse-simple-format): Bugged out on user format
364         functions. 
365         (gnus-group-make-help-group): Don't signal errors on non-retrieval
366         of the doc group.
367         (gnus-summary-toggle-header): Would delete functions from hook
368         forever. 
369
370 Thu Oct 19 10:08:24 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
371  
372         * gnus-msg.el (gnus-inews-send-mail-copy): Changed X-Courtesy-Copy
373         to Posted-To.
374  
375 Mon Oct 16 11:57:14 1995  Lars Ingebrigtsen  <lars@eyesore.no>
376
377         * gnus.el (gnus-group-foreign-p): New definition.  Secondary
378         groups aren't foreign.
379         (gnus-group-native-p): New function.
380         (gnus-group-secondary-p): New function.
381
382         * gnus-msg.el (gnus-inews-news): Would bug out when called from a
383         "non-running" Gnus.
384
385         * gnus-mh.el (gnus-mh-mail-setup): Bugged out.
386
387         * gnus.el: 0.11 is released.
388
389 Wed Oct  4 23:08:30 1995  Sudish Joseph <joseph@cis.ohio-state.edu>
390  
391         * gnus.el (gnus-server-yank-server): Couldn't add new servers coz
392           this bugged out when gnus-server-alist was empty.
393           (gnus-server-prepare): Bugged out.
394  
395 Mon Oct 16 10:59:47 1995  Lars Ingebrigtsen  <lars@eyesore.no>
396
397         * gnus.el (gnus-rebuild-thread): Rebuild complete gathered
398         threads. 
399
400 Sun Oct 15 07:57:26 1995  Lars Ingebrigtsen  <lars@eyesore.no>
401
402         * gnus-msg.el (gnus-new-news): Would insert prefixed group name. 
403
404         * gnus.el (gnus-update-format-specifications): Allow the format
405         strings to be forms.
406
407         * gnus-topic.el (gnus-group-add-to-topic): New command and
408         keystroke. 
409
410         * gnus.el (gnus-article-hide-pgp): Decode the "^- " stuff.
411
412         * gnus-msg.el (gnus-inews-send-mail-copy): WOuld screw things up
413         when inserting courtesy message.
414
415         * gnus.el (gnus-group-set-current-level): Do better prompting.
416         (gnus-group-set-current-level): Didn't heed the process mark.
417         (gnus-select-newsgroup): Would do odd things when selecting a
418         group with a numerical prefix with some ticked articles.
419
420 Sun Oct 15 03:16:03 1995  Lars Magne Ingebrigtsen  <larsi@gjalp.ifi.uio.no>
421
422         * gnus.el: 0.10 is released.
423
424         * gnus.el (gnus-summary-limit-to-marks): Don't do any adaptive
425         thingies. 
426
427 Sun Oct 15 01:27:57 1995  Lars Magne Ingebrigtsen  <larsi@gymir.ifi.uio.no>
428
429         * gnus.el (gnus-summary-limit-to-marks): Doc fix.
430         (gnus-remove-articles-1): Updated positions incorrectly. 
431         (gnus-parse-simple-format): User-defined specs bugged out.
432
433 Sat Oct 14 10:04:27 1995  Lars Ingebrigtsen  <lars@eyesore.no>
434
435         * gnus-msg.el (gnus-posting-styles): New variable.
436         (gnus-posting-style-alist): New variable.
437         (gnus-configure-posting-styles): New function.
438         (gnus-new-news): Use it. 
439         (gnus-news-followup): Use it.
440         (gnus-mail-setup): Use it.
441
442         * gnus-score.el (gnus-score-adaptive): Iterate over data, not the
443         buffer. 
444
445         * gnus.el (gnus-data-pseudo-p): New function.
446
447         * gnus-score.el: Removed `gnus-score-remove-lines-adaptive'.
448
449         * nnfolder.el (nnfolder-request-delete-group): Didn't totally
450         remove the group from all structures.
451
452         * gnus.el (gnus-summary-move-article): Don't remove lines that
453         correspond to moved articles.
454         (gnus-summary-copy-article): Copy into the cache, possibly.
455         (gnus-summary-move-article): Ditto.
456
457         * gnus-uu.el (gnus-uu-find-articles-matching): Iterate over the
458         data instead of the buffer.
459
460         * gnus.el (gnus-rebuild-thread): Didn't work on untreaded displays
461         (or anywhere else).
462         (gnus-summary-insert-dummy-line): New implementation.
463         (gnus-summary-prepare-threads): Don't output dummy lines that
464         don't have children.
465         (gnus-summary-skip-intangible): New function.
466         (gnus-summary-article-intangible-p): New function.
467
468 Sat Oct 14 02:07:39 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
469
470         * gnus.el: 0.9 is released.
471
472         * gnus.el (gnus-summary-refer-parent-article): Take a look at the
473         actual References header.
474
475         * gnus-msg.el (gnus-bug): Wrong number of arguments for
476         `mail-setup'. 
477
478 Fri Oct 13 10:25:49 1995  Lars Ingebrigtsen  <lars@eyesore.no>
479
480         * gnus-msg.el (gnus-mail-reply): Would ignore To headers. 
481
482 Fri Oct 13 05:58:15 1995  Lars Magne Ingebrigtsen  <larsi@narfi.ifi.uio.no>
483
484         * gnus.el: 0.8 is released.
485
486         * gnus.el (gnus-parse-format): Would totally bug out.
487
488 Fri Oct 13 01:38:43 1995  Lars Ingebrigtsen  <lars@eyesore.no>
489
490         * gnus.el (gnus-summary-toggle-header): Run
491         `gnus-article-display-hook' after unhiding headers.
492
493         * gnus-vis.el (gnus-summary-highlight-line): Would sometimes boug
494         out on nil marks.
495
496         * gnus-msg.el (gnus-new-news): Have `C-c C-d' work in new
497         *post-news* buffers.
498         (gnus-post-prepare-function): Not used.
499         (gnus-post-prepare-hook): Ditto.
500
501         * gnus-soup.el (gnus-soup-write-replies): Create dir if it doesn't
502         exist.
503
504         * gnus-msg.el (gnus-prepare-article-hook): Don't insert
505         signature. 
506
507         * gnus-score.el (gnus-score-adaptive): Would bug out an pseudos. 
508
509         * nnfolder.el (nnfolder-request-create-group): Would create bogus
510         active entries.
511
512 Thu Oct 12 09:47:37 1995  Lars Ingebrigtsen  <lars@eyesore.no>
513
514         * gnus.el (gnus-summary-pipe-output): Raise the *Shell* window. 
515         (gnus-group-sort-groups): Would peel off the first group.
516
517         * gnus-msg.el (gnus-mail-forward): Would create two headers.
518
519         * nndoc.el (nndoc-type-to-regexp): Allow reading of forwarded
520         article. 
521
522         * gnus-msg.el (gnus-mail-setup): Changed params.
523
524 Thu Oct 12 03:20:42 1995  Lars Magne Ingebrigtsen  <larsi@ifi.uio.no>
525
526         * gnus.el: 0.7 is released.
527
528         * gnus-xmas.el (gnus-xmas-setup-group-toolbar): Would bug out when
529         there was no etc dir.
530
531 Thu Oct 12 02:42:50 1995  Lars Magne Ingebrigtsen  <larsi@bera.ifi.uio.no>
532
533         * gnus-msg.el (gnus-inews-check-post): Check for bogus From lines.
534
535 Wed Oct 11 03:29:56 1995  Lars Ingebrigtsen  <lars@eyesore.no>
536
537         * gnus.el (gnus-data-update-list): New function.
538         (gnus-rebuild-thread): Didn't really work.
539         (gnus-summary-isearch-article): Allow regexp isearch.
540         (gnus-buffer-substring): Made into a macro.
541
542 Thu Oct  5 13:09:27 1995  Lars Ingebrigtsen  <lars@eyesore.no>
543
544         * gnus.el (gnus-nov-parse-line): Use NoCeM.
545
546         * gnus-score.el (gnus-score-close): New function.
547
548         * gnus-nocem.el: New file.
549
550         * gnus-demon.el: New file.
551
552 Wed Oct  4 20:03:44 1995  Lars Ingebrigtsen  <lars@eyesore.no>
553
554         * gnus.el (gnus-summary-limit-to-unread): Did the opposite of what
555         it was supposed to do.
556         (gnus-summary-initial-limit): New function.
557         (gnus-summary-limit-children): New function.  fetch-old 'some,
558         dormant and expunge now works again.
559         (gnus-compile): New command.
560         
561         * gnus.el: Byte-compile all default format specs.
562
563 Wed Oct  4 12:28:04 1995  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
564
565         * gnus.el: 0.6 is released.
566
567         * x-easymenu.el: Included twice.
568
569 Mon Oct  2 08:23:30 1995  Lars Ingebrigtsen  <lars@eyesore.no>
570
571         * gnus-soup.el (gnus-soup-write-prefixes): New function.
572
573         * gnus.el (gnus-group-make-directory-group): Create better group
574         names. 
575         (gnus-summary-toggle-header): More correct implementation.
576
577         * nneething.el (nneething-map-file): Would bug out if the map dir
578         exists. 
579
580         * gnus.el (gnus-saved-headers): New variable.
581
582         * gnus-msg.el (gnus-news-followup): Do X-Mail-Copy handling.
583
584         * gnus-topic.el (gnus-topic-insert-topic): Use `topic' local
585         params. 
586
587         * gnus.el (gnus-group-update-group): New implementation.
588
589         * gnus-msg.el (gnus-mailing-list-groups): New variable.
590
591         * gnus.el (gnus-open-server): Deny or allow opening based on
592         previous successes.
593         (gnus-server-open-server): New command and keystroke.
594         (gnus-server-close-server): Ditto.
595         (gnus-server-deny-server): Ditto.
596         (gnus-backlog-enter-article): New function.
597         (gnus-backlog-remove-oldest-article): New function.
598         (gnus-backlog-request-article): New function.
599         (gnus-request-article-this-buffer): Use the backlog.
600         (gnus-keep-backlog): New variable.
601
602         * nntp.el: Removed all `nntp-timeout-servers' code. 
603
604 Sun Oct  1 11:40:58 1995  Lars Ingebrigtsen  <lars@eyesore.no>
605
606         * gnus.el (gnus-score-find-bnews): Would sometimes add the local
607         score file twice.
608
609 Thu Sep 28 21:10:44 1995  Per Abrahamsen  <abraham@dina.kvl.dk>
610
611         * gnus.el (gnus-article-treat-overstrike): Fixed range error for
612         the letter backspace underscore case. 
613
614 Wed Sep 27 17:28:31 1995  Per Abrahamsen  <abraham@dina.kvl.dk>
615
616         * gnus-msg.el (gnus-inews-insert-mime-headers): Allow it to be
617         called in the compose buffer.
618
619 Sun Oct  1 10:26:26 1995  Lars Ingebrigtsen  <lars@eyesore.no>
620
621         * gnus.el (gnus-summary-copy-article): Would bug out on
622         respooling. 
623
624         * nndir.el (nndir-request-expire-articles): Couldn't expire
625         articles. 
626
627         * gnus.el (gnus-group-make-group): Returned nil.
628
629         * gnus-msg.el (gnus-post-news): Couldn't post from the group
630         buffer. 
631
632 Wed Sep 27 14:53:36 1995  Per Abrahamsen  <abraham@dina.kvl.dk>
633
634         * gnus-edit.el (gnus-score-custom-get): Setting adapt to an atom
635         didn't work.  Reported by kchrist@lochness.ncrmicro.ncr.com (Kevin
636         Christian). 
637
638 Sun Oct  1 09:34:18 1995  Lars Ingebrigtsen  <lars@eyesore.no>
639
640         * gnus-msg.el (gnus-message-of): New function.
641
642         * gnus.el (gnus-get-newsgroup-headers): Don't set references to
643         "none". 
644         (gnus-summary-prepare-threads): Would output the subject several
645         times when dummying.
646         (gnus-get-newsgroup-headers): Would never find the first header in
647         each head.
648
649 Sat Sep 30 05:05:57 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
650
651         * gnus-msg.el (gnus-news-followup): Insert signature before
652         composing. 
653
654 Fri Sep 29 05:33:01 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
655
656         * gnus.el: 0.5 is released.
657
658         * gnus.el (gnus-article-mode-map): Took out boogaboo.
659
660 Thu Sep 28 05:12:00 1995  Lars Ingebrigtsen  <lars@eyesore.no>
661
662         * gnus-xmas.el: New file for XEmacs functions.
663         (gnus-xmas-find-glyph-directory): New function.
664         (gnus-xmas-glyph-directory): New variable.
665
666         * nnkiboze.el (nnkiboze-generate-group): Also search read
667         articles.  Would destroy mark lists. 
668         (nnkiboze-level): New variable.
669         (nnkiboze-generate-group): Use it.
670         (nnkiboze-remove-read-articles): New variable.
671         (nnkiboze-close-group): Use it.
672
673         * gnus.el (gnus-article-hide-pgp): New command and keystroke.
674         (gnus-group-make-kiboze-group): Didn't allow scoring on "all",
675         etc. 
676         (gnus-group-make-kiboze-group): Ignored
677         `gnus-use-long-file-name'. 
678
679 Wed Sep 27 06:44:57 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
680
681         * gnus.el (gnus-summary-hide-thread): Didn't work.
682         (gnus-summary-go-to-next-thread): New implementation.
683
684         * gnus-topic.el (gnus-group-topic-face): Changed to bold.
685
686 Tue Sep 26 20:06:13 1995  Per Abrahamsen  <abraham@dina.kvl.dk>
687
688         * gnus-vis.el (gnus-header-button-alist): Fixed regexps.  Doc
689         cleanup. 
690         (gnus-article-add-buttons-to-head): Allow multiple headers to be
691         match by the same `gnus-header-button-alist' entry.
692
693 Wed Sep 27 04:19:55 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
694
695         * gnus.el (gnus-group-make-doc-group): Move point to the group
696         that was created.
697
698         * gnus-msg.el (gnus-news-followup): Would configure to `reply'
699         config. 
700
701         * gnus.el (gnus-summary-limit-to-marks): Did the opposite of what
702         it was supposed to do.
703         (gnus-summary-prepare-unthreaded): Would never allow
704         seeing dormant articles
705
706         * nnml.el (nnml-find-id): Inserted dir instead of nov file. 
707
708         * gnus-msg.el (gnus-required-mail-headers): Make In-Reply-To a
709         required header, when it is optional.
710
711         * nndir.el: Didn't work for the archive groups.
712
713         * gnus.el (gnus-group-make-archive-group): Create a more sensible
714         server name.
715         (gnus-request-article-this-buffer): Used `insert-buffer'.
716
717 Tue Sep 26 02:54:56 1995  Lars Magne Ingebrigtsen  <larsi@gjalp.ifi.uio.no>
718
719         * gnus.el (gnus-summary-prepare-threads): Would thread incorrectly
720                 when using 'adopt, sometimes.
721         (gnus-read-newsrc-el-file): Give an error message when the .eld
722                 file bugs out.
723
724 Tue Sep 26 01:36:17 1995  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
725
726         * gnus.el: 0.4 is released.
727
728         * gnus.el (gnus-summary-prepare-threads): New roots would be
729                 ignored. 
730
731         * gnus-msg.el (gnus-new-news): Didn't save winconf.
732
733         * gnus.el (gnus-group-fetch-faq): Didn't really work.
734
735 Mon Sep 25 22:43:22 1995  Lars Magne Ingebrigtsen  <larsi@gjalp.ifi.uio.no>
736
737         * gnus.el: 0.3 is released.
738
739         * gnus-msg.el (gnus-inews-insert-headers): Heed
740                 check-before-posting. 
741                 (gnus-mail-reply): Allow specification of In-Reply-To.
742                 (gnus-inews-in-reply-to): New function.
743
744 Mon Sep 25 00:03:03 1995  Lars Ingebrigtsen  <lars@eyesore.no>
745
746         * gnus.el (gnus-get-unread-articles): Don't treat nnvirtual groups
747         specially. 
748         (gnus-get-unread-articles): Allow updating of info.
749         (gnus-request-update-info): New function.
750         (gnus-group-sort-function): Can now be a list.
751         (gnus-group-sort-groups): Use it.
752         (gnus-group-sort-by-method): New function.
753         (gnus-group-topic-p): New function.
754
755         * gnus-topic.el: Finally included Ilja Weis' gnus-topic.
756
757 Sun Sep 24 02:18:12 1995  Lars Ingebrigtsen  <lars@eyesore.no>
758
759         * gnus-vis.el (gnus-header-button-alist): New variable.
760         (gnus-button-mailto): New function.
761         (gnus-button-reply): New function.
762         (gnus-article-add-buttons-to-head): New command and keystroke.
763
764         * gnus.el (gnus-group-add-parameter): New function.
765         (gnus-fetch-group): New autoloaded command.
766         (gnus-summary-articles-in-thread): New function.
767         (gnus-summary-kill-thread): Use it.
768         (gnus-summary-raise-thread): Ditto.
769         (gnus-thread-operation-ignore-subject): New variable.
770
771         * gnus-msg.el (gnus-post-news): When posting to a mail group that
772         has no to-address, add the To in the mail to the group
773         parameters. 
774
775         * gnus.el (gnus-create-xref-hashtb): Mark ticked and dormant
776         articles as read when Xreffing.
777         (gnus-dribble-directory): New variable.
778         (gnus-dribble-file-name): Use it.
779         (gnus-auto-select-next): Additional value: `almost-quietly'.
780         (gnus-summary-next-article): Use it.
781         (gnus-summary-last-article-p): New function.
782         (gnus-summary-save-article-body-file): New command and keystroke.
783         (gnus-summary-save-body-in-file): New function.
784         (gnus-prompt-before-saving): New variable.
785         (gnus-summary-save-article): Use it.
786         (gnus-request-article-this-buffer): Fetch the article from
787         `gnus-article-original-buffer' if it is there.
788         (gnus-summary-mode-line-format-alist): New specs for ticked,
789         dormant, read and expunged articles.
790
791         * gnus-cache.el (gnus-uncacheable-groups): New variable.
792         (gnus-cache-possibly-enter-article): Use it.
793
794         * gnus-score.el (gnus-score-uncacheable-files): New variable.
795         (gnus-score-save): Use it.
796
797         * gnus.el (gnus-auto-subscribed-groups): New variable.
798
799         * nnfolder.el (nnfolder-request-delete-group): New function.
800         (nnfolder-request-rename-group): New function.
801
802         * nnbabyl.el (nnbabyl-request-delete-group): New function.
803         (nnbabyl-request-rename-group): New function.
804
805         * nnmbox.el (nnmbox-save-mail): Ran wrong hook.
806         (nnmbox-request-delete-group): New function.
807         (nnmbox-request-rename-group): New function.
808
809         * nnmh.el (nnmh-request-delete-group): New function.
810         (nnmh-request-rename-group): New function.
811
812 Sat Sep 23 02:33:29 1995  Lars Ingebrigtsen  <lars@eyesore.no>
813
814         * gnus.el (gnus-summary-next-article): Use `read-char-exclusive'
815         instead of read-char.
816
817         * nnbabyl.el (nnbabyl-retrieve-headers): Wrong number of arguments.
818
819         * gnus.el (gnus-save-quick-newsrc-hook): New hook.
820         (gnus-save-quick-newsrc-hook): New hook.
821
822         * gnus-msg.el (gnus-news-followup): Used news-mode instead of
823         news-reply-mode. 
824
825         * gnus-uu.el (gnus-uu-digest-mail-forward): Would call wrong
826         forward function.
827
828         * gnus-msg.el (gnus-mail-reply): Would add _-_ to all
829         message-ids. 
830
831         * gnus.el (gnus-request-delete-group): New function.
832         (gnus-request-rename-group): New function.
833         (gnus-group-delete-group): New command and keystroke.
834         (gnus-group-rename-group): New command and keystroke.
835
836         * nnml.el (nnml-request-delete-group): New function.
837         (nnml-request-rename-group): New function.
838
839         * nnsoup.el (nnsoup-request-scan): New function.
840
841 Fri Sep 22 22:35:37 1995  Lars Magne Ingebrigtsen  <larsi@mimir.ifi.uio.no>
842
843         * gnus.el: 0.2 is released.
844
845 Thu Sep 21 14:19:41 1995  Sudish Joseph <joseph@cis.ohio-state.edu>
846
847         * gnus.el (gnus-article-display-x-face): Use start-process instead
848           of call-process-region so that we may delete the old x-face
849           process when visiting a new article.
850
851 Fri Sep 22 22:35:37 1995  Lars Magne Ingebrigtsen  <larsi@mimir.ifi.uio.no>
852
853         * gnus.el (gnus-read-header): Didn't work when reffing.
854
855 Fri Sep 22 21:28:32 1995  Lars Magne Ingebrigtsen  <larsi@hnoss.ifi.uio.no>
856
857         * nntp.el (nntp-find-group-and-number): int-to-string instead of
858                 string-to-int. 
859
860         * gnus.el (gnus-set-global-variables): Didn't set
861                 gnus-newsgroup-data. 
862
863         * gnus-msg.el (gnus-mail-send): Didn't remove
864                 mail-header-separator. 
865
866         * gnus.el (gnus-activate-group): Scanned groups too late.
867
868 Fri Sep 22 01:05:59 1995  Lars Ingebrigtsen  <lars@eyesore.no>
869
870         * gnus.el (gnus-summary-prepare-threads): Use `gnus-subject-equal'
871         to compare the not-thread-ignore-subject thing.
872         (gnus-visual-p): New function.
873         (gnus-visual): Can now be a list of visual elements.
874         (gnus-request-article-this-buffer): Request all article to
875         `gnus-original-article-buffer', and then copy it to wherever it's
876         supposed to go.
877         (gnus-original-article-buffer): New variable.
878         (gnus-summary-insert-article): New function.
879         (gnus-summary-goto-subject): Allow jumping to articles not
880         currently in the buffer.
881
882         * gnus-msg.el: Reworked all the sendmail/mh-e/vm/rnewspost buffer
883         entry points. 
884
885 Thu Sep 21 13:47:01 1995  Lars Ingebrigtsen  <lars@eyesore.no>
886
887         * gnus.el (gnus-group-mode-map): New score submap.
888         (gnus-group-list-active): New command and keystroke.
889         (gnus-group-get-new-news): Allow a forced re-read of the active
890         file(s). 
891
892         * gnus-score.el (gnus-score-flush-cache): New command and
893         keystroke. 
894
895         * gnus.el (gnus-group-set-current-level): Display current level.
896         (gnus-group-quick-select-group): New command and keystroke.
897
898         * gnus-uu.el (gnus-uu-digest-mail-forward): If the subject or from
899         are the same in a series, use that from or subject in the
900         headers. 
901
902         * nnmail.el (nnmail-delete-file-function): New variable.
903         * nnml.el (nnml-request-expire-articles): Use it.
904
905         * gnus.el (gnus-summary-read-group): Allow entering a group for
906         side-effects; without generating the summary buffer lines.
907         (gnus-summary-show-article): Allow the prefix to fetch the "raw"
908         article. 
909         (gnus-group-faq-directory): Allow lists as values.
910         (gnus-group-fetch-faq): If given a prefix arg, prompt for faq dir
911         from list above.
912
913         * nntp.el (nntp-request-close): Send QUIT to the server before
914         hanging up. 
915
916 Thu Sep 21 02:10:14 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
917
918         * nnml.el (nnml-request-expire-articles): Bugged out.
919         (nnmh-request-expire-articles): Ditto.
920
921 Wed Sep 20 22:20:09 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
922
923         * gnus.el: v0.01 is released.
924
925         * gnus.el (gnus-create-xref-hashtb): Our newsreader has Xrefs with
926                 "group/number" instead of "group:number".
927                 
928         * gnus-msg.el (gnus-cancel-news): Make sure the From line is the
929                 read address.
930
931 Wed Sep 20 01:42:46 1995  Lars Ingebrigtsen  <lars@eyesore.no>
932
933         * gnus-uu.el (gnus-uu-unmark-thread): New command and keystroke. 
934
935         * gnus-msg.el (gnus-inews-check-post): Check for Approved.
936
937         * nnspool.el (nnspool-rejected-article-hook): New hook.
938
939         * gnus-msg.el (gnus-make-draft-group): New function.
940         (gnus-summary-send-draft): New command.
941         (gnus-draft-group-directory): New variable.
942         (gnus-message-sent-hook): New hook.
943
944         * nnmh.el (nnmh-request-create-group): New function.
945
946         * nndir.el (nndir-request-accept-article): New function.
947         (nndir-request-expire-articles): New function.
948         (nndir-request-create-group): New function.
949
950         * gnus-msg.el (gnus-required-mail-headers): New variable.
951         (gnus-inews-do-gcc): New function.
952         (gnus-outgoing-message-group): New variable.
953
954         * gnus.el (gnus-select-newsgroup): Don't use magic to fetch old
955         headers. 
956         (gnus-select-newsgroup): Don't fetch old headers if there is only
957         1 article in the group.
958
959 Tue Sep 19 20:16:24 1995  Lars Ingebrigtsen  <lars@eyesore.no>
960
961         * gnus-msg.el (gnus-inews-article): Remove To and Cc headers after
962         posting.
963
964         * gnus.el (gnus-writable-groups): New function.
965
966         * gnus-msg.el (gnus-bounced-headers-junk): New variable.
967         (gnus-resend-bounced-mail): New command and keystroke.
968
969         * gnus.el (gnus-newsgroup-threads): Removed variable all over. 
970         (gnus-asynchronous-article-function): Removed variable.
971
972         * gnus-msg.el (gnus-inews-article): Do mail sending after all the
973         headers have been generated.
974
975         * nnheader.el (nnheader-set-temp-buffer): New function.
976
977         * gnus-msg.el (gnus-inews-remove-headers-after-mail): New
978         function. 
979
980         * nnheader.el (nnheader-remove-header): New function.
981
982         * gnus-msg.el (gnus-inews-cleanup-headers): Forked out into a
983         separate function.
984
985 Sun Sep 17 01:11:10 1995  Sudish Joseph <joseph@cis.ohio-state.edu>
986
987         * gnus-score.el (gnus-score-trace): (car gnus-score-trace) now
988           contains the score file from which the 'cdr was loaded, instead
989           of the (unused) article number. 
990           Modified each of the gnus-score-{type} functions to use the
991           above format for gnus-score-trace.
992           (gnus-score-find-trace): Show score file from which each entry
993           was loaded.
994
995 Tue Sep 19 17:03:17 1995  Lars Magne Ingebrigtsen  <larsi@menja.ifi.uio.no>
996
997         * nntp.el (nntp-warn-about-losing-connection): New variable.
998
999 Mon Sep 18 14:54:30 1995  Per Abrahamsen  <abraham@dina.kvl.dk>
1000
1001         * gnus.el (gnus-summary-respool-query): Rename from
1002         `gnus-summary-fancy-query' and made it work with all values for
1003         `nnmail-split-methods'. 
1004         (gnus-summary-mode-map): Updated for above change.
1005
1006 Tue Sep 19 00:03:57 1995  Lars Ingebrigtsen  <lars@eyesore.no>
1007
1008         * gnus.el (gnus-read-header): All the backends now deliver group
1009         name and number when fetching by Message-ID, so article numbers
1010         should be better.
1011
1012         * nntp.el (nntp-find-group-and-number): New function.
1013
1014         * nnspool.el (nnspool-find-article-by-message-id): Didn't kill the
1015         work buffer.
1016         (nnspool-article-pathname): Changed logic.
1017
1018         * gnus.el (gnus-read-header): Don't use nn*-retrieve-headers.
1019
1020         * nnmbox.el (nnmbox-request-article): Allow fetches by
1021         Message-ID.
1022         * nnbabyl.el (nnbabyl-request-article): Ditto.
1023         * nnfolder.el (nnfolder-request-article): Ditto.
1024
1025         * nnml.el (nnml-id-to-number): New function.
1026         (nnml-request-article): Allow fetches by Message-ID.
1027
1028         * gnus.el (gnus-summary-import-article): Insert Message-ID and
1029         Lines. 
1030         (gnus-summary-set-local-parameters): New function to allow local
1031         variables in group parameters.
1032         (gnus-summary-mode-line-format-alist): Allow unprefixed group name
1033         in the mode lines.
1034
1035         * gnus-msg.el (gnus-mail-reply-using-mail): New key in mail
1036         buffers. 
1037         (gnus-put-message): New function.
1038
1039 Mon Sep 18 11:42:37 1995  Lars Ingebrigtsen  <lars@eyesore.no>
1040
1041         * gnus.el (gnus-article-date-original): New command and keystroke.
1042         (gnus-article-parent-p): New function.
1043         (gnus-summary-article-parent): New function.
1044         (gnus-summary-article-children): New function.
1045         (gnus-summary-go-down-thread): New implementation.
1046         (gnus-summary-go-up-thread): Ditto.
1047         (gnus-getenv-nntpserver): New function to use /etc/nntpserver.
1048         (gnus-select-method): Use it.
1049         (gnus-nntp-server-file): New variable.
1050         (gnus-summary-gather-exclude-subject): New variable.
1051         (gnus-gather-threads): Use it.
1052         (gnus-summary-refer-references): New command and keystroke.
1053
1054         * gnus-cite.el (gnus-cite-attribution-suffix): Changed name from
1055         `gnus-cite-attribution-postfix'. 
1056
1057         * nnml.el (nnml-request-expire-articles): Feature group name in
1058         message. 
1059         * nnmbox.el (nnmbox-request-expire-articles): Ditto.
1060         * nnbabyl.el (nnbabyl-request-expire-articles): Ditoo.
1061         * nnmh.el (nnmh-request-expire-articles): Ditto.
1062         * nnfolder.el (nnfolder-request-expire-articles): Ditto.
1063
1064         * gnus-uu.el (gnus-uu-mark-buffer): New command and keystroke.
1065
1066         * gnus.el (gnus-make-threads): Minimized implementation.
1067         (gnus-make-threads-and-expunge): Removed.
1068         (gnus-get-newsgroup-headers): Do full threading here.
1069         (gnus-summary-prepare-threads): Do weeding here.
1070         (gnus-summary-prepare-unthreaded): And here.
1071         (gnus-nov-parse-line): Do full threading here as well.
1072         (gnus-request-scan): New function, and new functions in all the
1073         mail backends.
1074         (gnus-activate-group): Possibly scan.
1075         (gnus-master-read-slave-newsrc): New function.
1076         (gnus-slave-save-newsrc): New function.
1077         (gnus-read-newsrc-file): Use them.
1078         (gnus-slave): New command.
1079
1080 Sun Sep 17 16:04:38 1995  Lars Ingebrigtsen  <lars@eyesore.no>
1081
1082         * gnus.el (gnus-total-expirable-newsgroups): New variable.
1083         (gnus-group-total-expirable-p): New function; use it.
1084         (gnus-group-auto-expirable-p): New function.  Allow 
1085         `(auto-expire . t)'.
1086         (gnus-get-newsgroup-headers): Faster implementation.
1087
1088         * nnheader.el (nnheader-insert-references): Used a Gnus function.
1089
1090         * nnmail.el (nnmail-delete-incoming): Changed default to nil.
1091         (nnmail-get-new-mail): New function.
1092         * nnfolder.el (nnfolder-get-new-mail): Use it.
1093         * nnmh.el (nnmh-get-new-mail): Ditto.
1094         * nnml.el (nnml-get-new-mail): Ditto.
1095         * nnmbox.el (nnmbox-get-new-mail): Ditto.
1096         * nnbabyl.el (nnbabyl-get-new-mail): Ditto.
1097
1098         * nnheader.el (nnheader-max-head-length): New variable.
1099         (nnheader-insert-head): Use it.
1100
1101         * gnus.el (gnus-summary-find-matching): New function.
1102         (gnus-newsgroup-data-reverse, gnus-newsgroup-limit,
1103         gnus-newsgroup-limits, gnus-newsgroup-data): New variables.
1104         (gnus-summary-mode-map): New limit map.
1105         (gnus-summary-limit-to-subject): New command and keystroke.
1106         (gnus-summary-limit-to-articles): New command and keystroke.
1107         (gnus-summary-limit-to-unread): Changed name.
1108         (gnus-summary-limit-to-score): Changed name.
1109         (gnus-summary-unlimit-dormant): Changed name.
1110         (gnus-summary-limit-to-nondormant): Changed name.
1111         (gnus-summary-limit): New function.
1112         (gnus-data-*): New macros and functions.
1113         (gnus-summary-limit-to-marks): Changed name.
1114