*** empty log message ***
[gnus] / lisp / ChangeLog
1 Sun May 21 00:11:00 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
2
3         * gnus-cache.el (gnus-cache-retrieve-headers): Don't bug out on
4         changed source groups. 
5
6         * gnus.el (gnus-matches-options-n): Did not find matching options. 
7         (gnus-configure-windows): Signal error with missing point.
8         (gnus-narrow-to-headers): Don't bug out on malformed mail. 
9
10         * gnus-uu.el: Made prompts more explicit.
11
12         * gnus.el (gnus-article-prepare): Show thread before doing visual
13         marks. 
14         (gnus-summary-scroll-up): Would recenter oddly.
15
16 Sat May 20 23:37:42 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
17
18         * gnus-score.el (gnus-score-headers): gnus-current-score-file
19         would be nil.
20
21         * gnus-cite.el (gnus-supercite-regexp): New value.
22
23 Sat May 20 04:56:14 1995  Lars Ingebrigtsen  <lars@eyesore.no>
24
25         * nnbabyl.el (nnbabyl-retrieve-headers): Faster routine.
26
27         * nnheader.el (nnheader-insert-head): New function to speed up
28         HEADer reading.
29
30         * nnspool.el (nnspool-retrieve-headers): Use it.
31         * nnmh.el (nnmh-retrieve-headers): Ditto.
32         * nnml.el (nnml-retrieve-headers): Ditto.
33
34         * nnmh.el (nnmh-be-safe): New variable and serious speedup. 
35
36 Sat May 20 17:11:50 1995  Lars Ingebrigtsen  <lars@eyesore.no>
37
38         * gnus.el: 0.74 is released. 
39
40 Sat May 20 00:11:59 1995  Lars Ingebrigtsen  <lars@eyesore.no>
41
42         * gnus.el: 0.73 is released.
43
44         * gnus-msg.el (gnus-mail-reply-using-mail): Don't barf wifout a
45         message-id. 
46
47         * gnus-score.el (gnus-score-load-file): 'eval was not right. 
48
49         * gnus.el (gnus-make-articles-unread): Would deliver wrong
50         results. 
51
52 Fri May 19 01:10:34 1995  Lars Ingebrigtsen  <lars@eyesore.no>
53
54         * nnbabyl.el (nnbabyl-insert-newsgroup-line): Did not translate
55         "From " lines.
56         (nnbabyl-insert-lines): Wrong number of lines. 
57         (nnbabyl-request-accept-article): Bugged out. 
58
59         * nnmh.el (nnmh-request-accept-article): Would never accept an
60         article. 
61
62         * gnus-vis.el (gnus-article-add-buttons): `Entry' would be nil
63         sometimes. 
64
65         * gnus-ems.el (gnus-ems-redefine): Redefine buffer-display-table. 
66
67         * gnus.el (gnus): Init server buffer, just in case.
68
69         * nnml.el (nnml-request-create-group): string-to-int instead of
70         int-to-string. 
71
72         * gnus.el (gnus-group-use-permament-levels): New variable,
73         supersedes other variables. 
74         (gnus-article-prepare): Let buffer-read-only nil before calling
75         hooks. 
76         (gnus-summary-next-group): Recenter group buffer.
77         (gnus-get-newsgroup-headers): Articles without message-id's
78         fetched in separate batches would be clobbered.
79
80         * gnus-msg.el (gnus-inews-do-fcc): Make sure the fcc dir exists. 
81         (gnus-inews-news): If both mailing and posting, remove the Fcc
82         before posting. 
83
84         * nnvirtual.el (nnvirtual-request-post-buffer): Don't suggest any
85         newsgroups to post in.
86
87         * gnus.el (gnus-list-of-read-articles): Would totally bug out. 
88
89         * gnus-score.el (gnus-score-string): Add tracing.
90         (gnus-score-find-trace): New command and keystroke.
91
92         * nnmbox.el (nnmbox-request-expire-articles): When deleting the
93         last article, would infloop.
94
95         * nnbabyl.el (nnbabyl-article-string): Did not anchor end of
96         number. 
97
98         * gnus-msg.el (gnus-forward-insert-buffer): Don't do double
99         copying of article buffer.
100         (gnus-copy-article-buffer): Would barf when the article buffer
101         didn't exist.
102
103         * gnus.el (gnus-configure-windows): Split the opposite way.
104         (gnus-summary-next-group): Would cycle on 0 on the last group. 
105
106         * gnus-score.el (gnus-summary-increase-score): Give fuller
107         prompts. 
108
109 Sun May 14 10:01:49 1995  Per Abrahamsen  <abraham@iesd.auc.dk>
110
111         * gnus.el: Use (point-min) instead if `1'.
112
113         * gnus.el (gnus-hidden-properties): Added.
114         (gnus-summary-toggle-header, gnus-article-show-all-headers,
115         gnus-article-hide-headers): Use it.
116
117         * gnus-cite.el (gnus-article-hide-citation,
118         gnus-article-hide-citation-maybe, gnus-cite-toggle): Use it.
119
120         * gnus-vis.el (gnus-article-hide-signature,
121         gnus-signature-toggle):  use it.
122
123         * gnus.el (gnus-article-hide-signature): Deleted.  Use the version
124         in `gnus-vis.el' instead.
125
126         * gnus-vis.el (gnus-article-next-button): New function and
127         keybinding. 
128
129 Thu May 18 03:10:03 1995  Lars Ingebrigtsen  <lars@eyesore.no>
130
131         * gnus-score.el (gnus-score-edit-alist): Really save winconf.
132
133         * gnus.el (gnus-summary-enter-digest-group): Don't use / in group
134         names. 
135
136         * nnmail.el (nnmail-split-incoming): Use Content-Length header. 
137
138         * gnus-score.el (gnus-score-headers): Let current-score-file. 
139
140         * gnus-ems.el: Don't use intagible before 19.29.
141
142         * nndigest.el (nndigest-narrow-to-article): Stop before that *End
143         of digest* line.
144
145         * gnus-score.el (gnus-score-score-files): Expand the kill-file
146         path before using it.
147         (gnus-summary-increase-score): Double quoting of types.
148
149         * gnus-mh.el (gnus-mail-forward-using-mhe): Use the incoming
150         buffer. 
151
152         * gnus.el (gnus-summary-prepare-threads): False roots would get
153         incorrect number of children.
154
155         * nnspool.el (nnspool-inews-sentinel): condition-case the sending
156         of eof.
157
158         * gnus.el (gnus-summary-mark-article): Always un-hide threads. 
159         (gnus-update-read-articles): Peel off expired article numbers. 
160         (gnus-article-set-window-start): New function.
161         (gnus-summary-refer-article): Would scroll to the end of the
162         buffer. 
163
164         * gnus-uu.el (gnus-uu-save-article): Grabbed one char to many when
165         snarfing headers. 
166
167         * gnus-score.el (gnus-score-add-followups): Don't enter if there
168         already is one.
169
170         * gnus.el (gnus-nov-read-integer): Condition-case the read. 
171
172         * nnvirtual.el (nnvirtual-close-group): Always handle a close. 
173
174         * gnus-vm.el (gnus-mail-forward-using-vm): Accept an argument.
175
176         * gnus-mh.el (gnus-mail-forward-using-mhe): Ditto.
177
178         * gnus.el (gnus-summary-make-display-table): New function.
179
180 Thu May 18 00:58:54 1995  Lars Ingebrigtsen  <lars@eyesore.no>
181
182         * gnus.el (gnus-summary-mode): Display-table would be nil. 
183
184         * gnus.el: 0.72 is released.
185
186 Wed May 17 19:38:43 1995  Lars Magne Ingebrigtsen  <larsi@surt.ifi.uio.no>
187
188         * gnus.el: 0.71 is released.
189
190 Mon May 15 15:53:00 1995  Scott Byer  <byer@mv.us.adobe.com>
191
192         * nnfolder.el (nnfolder-possibly-activate-groups) New function.
193         nnmail-get-active returns a bogus list the second time around, so
194         we want to make sure we only call it once.
195
196         * nnfolder.el (nnfolder-active-number) Mase things a little more
197         paranoid in the case where we enter this procedure from splitting
198         mail - it will do a possibly-change-group, which, if
199         nnfolder-use-active-file is nil, will figure out the _true_ active
200         numbers from the nnfolder mail file.
201
202 Wed May 17 17:43:27 1995  Lars Magne Ingebrigtsen  <larsi@hymir.ifi.uio.no>
203
204         * gnus.el (gnus-article-date-ut): Lapsed would fail when toggling
205         headers. 
206         (gnus-summary-catchup): Reversed comparison.
207         (gnus-summary-mode): Set mode line before group name was defined. 
208         (gnus-short-group-name): New implementation.
209         (gnus-article-display-x-face): New implementation.
210         (gnus-article-x-face-too-ugly): New variable.
211         (gnus-remove-some-windows): Don't bug out on non-defined buffers. 
212
213 Wed May 17 14:23:37 1995  Lars Ingebrigtsen  <lars@eyesore.no>
214
215         * gnus-msg.el (gnus-check-before-posting): New semantics. Allow
216         finer granulatity than on/off.
217
218         * gnus-score.el (gnus-summary-increase-score): Changed the maps
219         and score file entry commands.
220
221 Tue May 16 00:40:38 1995  Lars Ingebrigtsen  <lars@eyesore.no>
222
223         * gnus-score.el (gnus-summary-score-entry): When used
224         interactively, didn't do the right TYPE.
225         (gnus-summary-score-entry): Added keystroke.
226
227         * gnus.el (gnus-summary-current-score): New command and keystroke. 
228
229         * nnmail.el (nnmail-incoming-mail-directory): New variable. 
230         (nnmail-get-spool-files): Use it.
231
232         * nndigest.el (nndigest-request-group): Would not widen before
233         inserting, resulting in a partial digest group.
234
235         * gnus.el (gnus-article-summary-command): Use `call-interactively'
236         instead of executing macro.
237         (gnus-article-get-xrefs): Would sometimes bug out.
238
239         * gnus-score.el (gnus-score-exact-adapt-limit): New variable.
240
241         * nnfolder.el (nn*-prepare-save-mail-hook): New variables. 
242
243         * gnus.el (gnus-summary-next-group): Would step one group to far
244         when using `quietly'.
245         (gnus-newsgroup-directory-form): Don't make directory form of the
246         entire foreign group name.
247
248         * gnus-uu.el (gnus-uu-save-article): Get continuation lines. 
249
250         * gnus-msg.el (gnus-inews-news): Don't include courtesy message on
251         Bcc mail.
252
253         * nnmail.el (nnmail-split-fancy): New variable and stuff.
254
255         * nnkiboze.el (nnkiboze-request-group): Barfed on non-generated
256         groups. 
257
258         * gnus.el (gnus-summary-mode): Modify buffer-display-table to not
259         display control characters and the like.
260         (gnus-active-to-gnus-format): Faster implementation.
261         (gnus-ignored-newsgroups): Semi-obsolescent.
262         (gnus-bug): Offer a help page.
263         (gnus-article-prepare): Made summary and article buffer writable. 
264         (gnus-group-make-kiboze-group): Created incorrect score files. 
265
266 Mon May 15 21:40:15 1995  Lars Ingebrigtsen  <lars@eyesore.no>
267
268         * nntp.el (nntp-nov-gap): New variable.
269         (nntp-retrieve-headers-with-xover): Use it.
270