Nana-gnus: Version 7.1.0.14 (This is alpha status.)
[elisp/gnus.git-] / ChangeLog
1 2000-03-14  Keiichi Suzuki  <keiichi@nanap.org>
2
3         * Nana-gnus: Version 7.1.0.14 (This is alpha status.)
4         Require `product' in APEL 10.0 or later.
5         Will be created ``~/News/.Nana-gnus/'' directory automatically by
6         default.   You can customize location by `gnus-product-directory'.
7         ``cache'' and  ``strict-cache'' files will be created under the
8         directory.
9
10         * lisp/gnus.el (TopLevel): Require `gnus-vers'.
11         (gnus-product-name): Abolished.
12         (gnus-version-number): Ditto.
13         (gnus-version): Use `product-string'. (Format changed)
14         (gnus-variable-list): Delete `gnus-format-specs'.
15         (gnus-product-variable-file-list): New variable.
16         (TopLevel): Use `product-provide'.
17
18         * lisp/gnus-vers.el: New file.  Nana-gnus version 7.1.0.14.
19
20         * lisp/gnus-start.el (gnus-product-directory): New user option.
21         (gnus-clear-quick-file-variables): New function.
22         (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
23         (gnus-read-newsrc-file): Likewise.
24         (gnus-read-newsrc-el-file): Read product's variable files.
25         (gnus-product-read-variable-file-1): New function.
26         (gnus-save-newsrc-file): Save product's variable files.
27         (gnus-product-variable-touch): New function.
28         (gnus-product-variables-dirty-p): Ditto.
29         (gnus-product-save-variable-file): Ditto.
30         (gnus-product-save-variable-file-1): Ditto.
31         (gnus-product-quick-file-format): Ditto.
32
33         * lisp/gnus-spec.el (gnus-update-format): Use
34         `gnus-product-variable-touch'.
35         (gnus-update-format-specification-1): Likewise.
36         (gnus-update-format-specifications): Do not check `emacs-version'
37         and `gnus-newsrc-file-version'.  Use
38         `gnus-product-variable-touch'.
39
40         * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
41         `product-string'.
42
43 2000-03-10  Keiichi Suzuki  <keiichi@nanap.org>
44
45         * Nana-gnus: Version 7.1.0.13 (This is alpha status.)
46         CAUTION: Changed coding system of ``~/.newsrc.eld''.
47
48         If you are using Nana-gnus 7.  Check your ~/.newsrc.eld before
49         start up after this version.
50         1. Quit your gnus.
51         2. Backup your ~/.newsrc.eld.
52         2. Find ~/.newsrc.eld with `binary' coding system.
53         3. If you used `gnus-compile', delete a line which start
54            `(setq gnus-format-specs'.
55         4. Change buffer file coding system to `ctext'.
56         5. Save buffer.
57
58         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.13.
59
60         * lisp/gnus-start.el (gnus-startup-file-coding-system): Use
61         `ctext' instead of `binaly'.
62
63 * 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
64
65         * lisp/gnus.el (gnus-compile-user-specs): New user option.
66
67         * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
68         as well; don't bind `gnus-tmp-func'.
69         (gnus-update-format-specifications): Use
70         `gnus-update-format-specification-1'.
71         (gnus-update-format-specification-1): New function.
72         (gnus-format-specs-compiled): Modify the form.
73         (TopLevel): Require `alist'.
74
75 * 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
76
77         * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
78         `gnus-format-specs', generate compiled specs in
79         `gnus-format-specs-compiled' instead; don't touch the dribble
80         buffer.
81         (gnus-format-specs-compiled): New internal variable.
82
83 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
84
85         * Nana-gnus: Version 7.1.0.12 (This is alpha status.)
86         Fix a bug.
87
88         * lisp/message.el (message-send): Encode header fields, when did
89         not send message.
90
91         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.12.
92
93         * lisp/gnus-spec.el (gnus-update-format-specifications): Fix bug
94         in latest changes.
95
96 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
97
98         * Nana-gnus: Version 7.1.0.11 (This is alpha status.)
99         Fix bugs.
100
101         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
102         update format specifications, when differ `gnus-version' and
103         `gnus-newsrc-file-version' instead of `gnus-version' and
104         `gnus-vertsion' in `gnus-format-specs'.
105         Do not add `gnus-version' into `gnus-format-specs'.
106         (gnus-compile): Remove `gnus-version' from `gnus-format-specs'.
107
108         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.11.
109         (gnus-continuum-version): Return version number of based Gnus.
110
111 2000-03-04  Keiichi Suzuki  <keiichi@nanap.org>
112
113         * Nana-gnus: Version 7.1.0.10 (This is alpha status.)
114         Fix a bug.
115
116         * lisp/message.el (message-narrow-to-headers-or-head): Copy from
117         Gnus 5.8.3.
118
119         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.10.
120
121 2000-03-03  Keiichi Suzuki  <keiichi@nanap.org>
122
123         * Nana-gnus: Version 7.1.0.9 (This is alpha status.)
124         Fix a bug.
125
126         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.9.
127
128         * lisp/mmgnus.el (TopLevel): Require `mmgeneric' when installed
129         it.
130
131         * lisp/mm-decode.el (mm-mailcap-command): Do not use
132         `mime-parameter' (in flim-1_13-rfc2231).
133
134 2000-02-22  Keiichi Suzuki  <keiichi@nanap.org>
135
136         * Nana-gnus: Version 7.1.0.8 (This is alpha status.)
137         I tested `nnvirtual'.
138
139         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.8.
140
141 * 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
142
143         * nnvirtual.el (nnvirtual-request-article):
144         Bind gnus-override-method to nil.
145         (nnvirtual-request-update-mark): Don't update mark when
146         article is not there.
147
148 2000-02-14  Keiichi Suzuki  <keiichi@nanap.org>
149
150         * Nana-gnus: Version 7.1.0.7 (This is alpha status.)
151         See announcement of 7.1.0.3.
152
153         Sync up with T-gnus 6.14 around POP3 mail retrieving.
154
155         I tested `gnus-agent'. It's probably fine.
156
157         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.7.
158
159         * lisp/mail-source.el (mail-source-keyword-map): Sync up with
160         T-gnus 6.14 for supporting `pop3-connection-type'.
161         (mail-source-fetch-pop): Likewise.
162
163         * lisp/pop3.el: Sync up with T-gnus 6.14 for supporting
164         `pop3-connection-type', `pop3-leave-mail-on-server',
165         `pop3-maximum-message-size' and `pop3-except-header-regexp'.
166
167 2000-02-11  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
168
169         * Nana-gnus: Version 7.1.0.6 (This is alpha status.)
170         See announcement of 7.1.0.3.
171
172         Maybe use `gnus-agent'.
173
174         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.6.
175
176         * lisp/nnmh.el (nnmh-request-accept-article): Do not add dummy
177         Message-Id to message which accept to `queue' to `draft' group.
178
179 2000-02-08  Keiichi Suzuki  <keiichi@nanap.org>
180
181         * Nana-gnus: Version 7.1.0.5 (This is alpha status.)
182         See announcement of 7.1.0.3.
183
184         Only sync up with Gnus 5.6.3.
185
186         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.5.
187
188         * lisp/ChangeLog, lisp/base64.el, lisp/binhex.el,
189         lisp/dgnushack.el, lisp/gnus-agent.el, lisp/gnus-art.el,
190         lisp/gnus-async.el, lisp/gnus-audio.el, lisp/gnus-bcklg.el,
191         lisp/gnus-cache.el, lisp/gnus-cite.el, lisp/gnus-cus.el,
192         lisp/gnus-demon.el, lisp/gnus-draft.el, lisp/gnus-ems.el,
193         lisp/gnus-gl.el, lisp/gnus-group.el, lisp/gnus-kill.el,
194         lisp/gnus-load.el, lisp/gnus-mh.el, lisp/gnus-mlspl.el,
195         lisp/gnus-msg.el, lisp/gnus-nocem.el, lisp/gnus-picon.el,
196         lisp/gnus-range.el, lisp/gnus-salt.el, lisp/gnus-score.el,
197         lisp/gnus-setup.el, lisp/gnus-soup.el, lisp/gnus-spec.el,
198         lisp/gnus-srvr.el, lisp/gnus-start.el, lisp/gnus-sum.el,
199         lisp/gnus-topic.el, lisp/gnus-undo.el, lisp/gnus-util.el,
200         lisp/gnus-uu.el, lisp/gnus-win.el, lisp/gnus-xmas.el,
201         lisp/gnus.el, lisp/ietf-drums.el, lisp/imap.el, lisp/lpath.el,
202         lisp/mail-prsvr.el, lisp/mail-source.el, lisp/md5.el,
203         lisp/message.el, lisp/messcompat.el, lisp/mm-bodies.el,
204         lisp/mm-decode.el, lisp/mm-encode.el, lisp/mm-mailcap.el,
205         lisp/mm-util.el, lisp/mm-uu.el, lisp/mm-view.el, lisp/nnagent.el,
206         lisp/nnbabyl.el, lisp/nndb.el, lisp/nndoc.el, lisp/nndraft.el,
207         lisp/nneething.el, lisp/nnfolder.el, lisp/nnheader.el,
208         lisp/nnimap.el, lisp/nnkiboze.el, lisp/nnlistserv.el,
209         lisp/nnmail.el, lisp/nnmbox.el, lisp/nnmh.el, lisp/nnml.el,
210         lisp/nnslashdot.el, lisp/nnsoup.el, lisp/nnspool.el, lisp/nntp.el,
211         lisp/nnultimate.el, lisp/nnvirtual.el, lisp/nnwarchive.el,
212         lisp/nnweb.el, lisp/parse-time.el, lisp/pop3.el, lisp/qp.el,
213         lisp/rfc1843.el, lisp/rfc2047.el, lisp/rfc2104.el, lisp/smiley.el,
214         lisp/uudecode.el, lisp/webmail.el, , texi/ChangeLog,
215         texi/emacs-mime.texi, texi/gnus.texi, texi/message.texi: Sync up
216         with gnus-5_8_3.
217
218 2000-01-12  Keiichi Suzuki  <keiichi@nanap.org>
219
220         * Nana-gnus: Version 7.1.0.4 (This is alpha status.)
221         See announcement of 7.1.0.3.
222
223         Only fixed a bug.
224
225         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.4.
226
227         * lisp/gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Do not
228         decode extra header field.
229
230 2000-01-05  Keiichi Suzuki  <keiichi@nanap.org>
231
232         * Nana-gnus: Version 7.1.0.3 (This is alpha status.)
233         I tested only `nntp',`nnml (with pop3)' backend and `Message'
234         mode.
235
236         You can use ``extruct current entity''.  But can not use ``follow
237         current entity''.
238
239         * lisp/gnus-art.el (gnus-article-header-presentation-method): New
240         function.
241         (mime-header-presentation-method-alist): Add
242         `gnus-article-header-presentation-method'.
243         (gnus-mime-preview-quitting-method): New function.
244         (mime-preview-quitting-method-alist): Add
245         `gnus-mime-preview-quitting-method'.
246         (gnus-following-method): New function.
247         (mime-preview-following-method-alist): Add
248         `gnus-following-method'.
249
250         * lisp/mmgnus.el (mmgnus-entity-body): New function.
251         (mime-entity-content): Use `mmgnus-entity-body'.
252         (mime-insert-entity-content): New method.
253         (mime-write-entity-content): Likewise.
254         (mime-insert-entity): Likewise.
255         (mime-write-entity): Likewise.
256         (mime-write-entity-body): Likewise.
257
258         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.3.
259
260 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
261
262         * lisp/gnus-art.el (gnus-mime-display-part-with-mime-view): Bind
263         `mime-display-text/plain-hook' for `gnus-treat-article'.
264
265 1999-12-26  Keiichi Suzuki  <keiichi@nanap.org>
266
267         * Nana-gnus: Version 7.1.0.2 (This is very alpha status.)
268         See announcement of 7.1.0.0.
269
270         You can use both MIME-View mode and Gnus native viewer from this
271         version.   If you would like to use MIME-View mode, set
272         `gnus-mime-display-part-with-mime-view' to
273         `gnus-mime-display-part-function' by default.  Otherwise, set
274         `gnus-mime-display-part-with-Gnus'.
275
276         * lisp/mmgnus.el (TopLevel): Require `mime' and `eword-deocode'
277         instead of `mmbuffer'.
278         (mmgnus-entity): Rename from `mime-gnus-handle-entity' and use
279         `mime-entity' as parent class.  Add slot `body' and `header'.
280         (mmgnus-visible-field-p): New function. (copy from
281         `mime-visible-field-p' in FLIM's mmbuffer.el)
282         (mmgnus-insert-header-from-string): New function.
283         (mime-insert-header): Define new method.
284         (mime-entity-content): Likewise.
285         (mime-gnus-entity): Use `mmgnus-entity' as parent class.
286
287         * lisp/mm-view.el (mm-inline-message): Set parent to the child.
288
289         * lisp/mm-decode.el: Rename `mime-gnus-handle-*' to `mmgnus-*'.
290         (mm-handle-body): Rename from `mm-handle-buffer'.
291         (mm-handle-set-body): Rename from `mm-handle-set-buffer'.
292         (mm-make-handle): New argument `parent' and `header'.  If encoding
293         is `nil', do not convert to string.
294         (mm-dissect-buffer-header): Rename argument `parent' to
295         `handle'.  Set raw header string to header slot of `mmgnus-entity'.
296         (mm-dissect-buffer): Rename argument `parent' to `handle'.  When
297         use `MIME-View' mode as viewer, parse `message/*' part.
298         (mm-dissect-singlepart): Use `mm-handle-set-body' and
299         `mm-handle-body'.
300         (mm-dissect-message): New function.
301         (mm-dissect-multipart): Rename argument `parent' to `handle'.
302         (mm-dissect-multipart): Set node ID for each parts.
303         (mm-destroy-part): Use `mm-handle-body' and `mm-handle-set-body'.
304         (mm-insert-part): Likewise.
305
306         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.2.
307
308         * lisp/gnus-art.el (gnus-insert-mime-button): Rename
309         `mm-handle-buffer' to `mm-handle-body'.
310         (gnus-article-decode-hook): Do not decode message header.
311         (gnus-mime-display-part-function): New variable
312         `gnus-mime-display-part-function'.
313         (gnus-display-mime): Use `gnus-mime-display-part-function'.
314         (gnus-mime-display-part-with-mime-view): New function for
315         `gnus-mime-display-part-function'.
316         (gnus-mime-display-part-with-Gnus): Likewise.
317
318 1999-12-25  Keiichi Suzuki  <keiichi@nanap.org>
319
320         * lisp/mm-decode.el (mm-dissect-buffer-header): Correspondence
321         with FLIM.
322
323         * lisp/gnus-art.el (gnus-article-decode-hook): Do not decode
324         message body.
325         (gnus-mime-view-all-parts): If single part message and only
326         remove part in `mm-display-part', then retry display this part.
327         (gnus-display-mime): Even if single part message, display message
328         body by handle.
329
330 1999-12-24  Keiichi Suzuki  <keiichi@nanap.org>
331
332         * Nana-gnus: Version 7.1.0.1 (This is very alpha status.)
333         See announcement of 7.1.0.0.
334
335         * lisp/nnheader.el (make-full-mail-header): If field decoder does
336         not found, then do not decode field body.
337
338         * lisp/mm-mailcap.el (mm-mailcap-mime-info): If `string' is
339         invalid content type format, use `string' as major content type.
340
341         * lisp/mm-decode.el (mm-dissect-buffer): Use `result' instead of
342         `parent'.
343
344         * lisp/gnus-art.el (gnus-mime-view-all-parts): Correspondence with
345         FLIM.
346
347         * lisp/mail-parse.el (mail-decode-encoded-word-region): Use
348         `mime-decode-header-in-region'.
349
350         * lisp/gnus-sum.el (TopLevel): Require `mcharset'.
351         (gnus-group-charset-alist): Use content of `default-mime-charset'
352         instead of `iso-8859-1' for default group charset.
353
354         * lisp/gnus-msg.el (gnus-setup-message): Restore to Gnus 5.8.2,
355         and use `default-mime-charset' instead of
356         `message-posting-charset'. (Do not need this part, probably.)
357
358         * lisp/gnus-art.el (gnus-decode-header-function): Use
359         `mail-decode-encoded-word-region'.
360         (article-decode-encoded-words): Bind `default-mime-charset'
361         instead of `mail-parse-charset'.
362
363         * lisp/gnus.el (gnus-version-number): Update to 7.1.0.1.
364
365 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
366
367         * lisp/dgnushack.el (dgnushack-compile): Do not compile
368         `webmail.el'. (temporarily)
369
370         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
371         `save-restriction'.
372
373 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
374
375         * Nana-gnus: Version 7.1.0.0 (This is very alpha status.)
376         I tested only `nntp',`nnml (with pop3)' backend and `Message'
377         mode.
378
379         The test of implement that based on `luna' and the other FLIM
380         functions. But could not use MIME-View currently.
381
382         * lisp/score-mode.el (score-mode-coding-system): Do not specify
383         the coding system for score file in default.
384
385         * lisp/pop3.el (pop3-read-passwd): Check bounded function, before
386         load file.
387
388         * lisp/nnmail.el (nnmail-get-new-mail): Use `sources' insted of
389         `nnmail-spool-file'. (Maybe BUG of Gnus 5.8.2)
390
391         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Use
392         `make-full-mail-header'.
393
394         * lisp/nnheader.el: Sync with Nana-gnus 6.13.
395
396         * lisp/nndraft.el (nndraft-request-article): Use
397         `nnheader-file-coding-system'.
398
399         * lisp/mml.el: Abolished.
400
401         * lisp/mmgnus.el: Copy from Nana-gnus 6.13.
402         (mime-gnus-handle-entity): New class.
403         (mime-gnus-entity): Use `mime-gnus-handle-entity'.
404
405         * lisp/mm-view.el: Rename `mailcap-*' to `mm-mailcap-*'.
406         (mm-inline-message): Correspondence with FLIM.
407
408         * lisp/mm-uu.el: Rename `mailcap-*' to `mm-mailcap-*'.
409
410         * lisp/mm-mailcap.el:  Rename from `mailcap.el'.
411
412         * lisp/mm-encode.el: Rename `mailcap-*' to `mm-mailcap-*'.
413
414         * lisp/mm-decode.el (mm-handle-p): New inline funtion.
415         (mm-handle-set-buffer): Likewise.
416         (mm-handle-multipart/mixed-p): Likewise.
417         (mm-handle-type-parameters): Likewise.
418         (mm-handle-disposition-type): Likewise.
419         (mm-handle-disposition-parameters): Likewise.
420         (mm-handle-buffer): Correspondence with FLIM.
421         (mm-handle-type): Likewise.
422         (mm-handle-media-type): Likewise.
423         (mm-handle-media-supertype): Likewise.
424         (mm-handle-media-subtype): Likewise.
425         (mm-handle-undisplayer): Likewise.
426         (mm-handle-set-undisplayer): Likewise.
427         (mm-handle-disposition): Likewise.
428         (mm-handle-description): Likewise.
429         (mm-handle-cache): Likewise.
430         (mm-handle-set-cache): Likewise.
431         (mm-handle-id): Likewise.
432         (mm-make-handle): Likewise.
433         (mm-mailcap-command): Likewise.
434         (mm-remove-parts): Likewise.
435         (mm-destroy-parts): Likewise.
436         (mm-remove-part): Likewise.
437         (mm-destroy-part): Likewise.
438         (mm-preferred-alternative): Likewise.
439         (mm-handle-child): New alias.
440         (mm-handle-set-child): Likewise.
441         (mm-dissect-buffer-header): New function.
442         (mm-dissect-buffer): Use
443         `mm-dissect-buffer-header'. Correspondence with FLIM.
444         (mm-dissect-singlepart): Change arguments. Correspondence with
445         FLIM.
446         (mm-dissect-multipart): New required argument. Correspondence with
447         FLIM.
448         (mm-display-part): Rename `mailcap-*' to `mm-mailcap-*'. Use
449         `mm-handle-media-subtype'.
450         (mm-display-external): Rename `mailcap-*' to `mm-mailcap-*'.
451         (mm-interactively-view-part): Likewise.
452
453         * lisp/mm-bodies.el (TopLevel): Require `mm-encode'.
454
455         * lisp/message.el: Copy from Nana-gnus 6.13.
456
457         * lisp/mess-lcl.el: Copy from Nana-gnus 6.13.
458
459         * lisp/mess-bbdb.el: Ditto.
460
461         * lisp/mailcap.el: Rename to mm-mailcap.el
462
463         * lisp/mail-parse.el (mail-header-parse-content-type): Use
464         `mime-parse-Content-Type'.
465         (mail-header-parse-content-disposition): Use
466         `mime-parse-Content-Disposition'.
467         (mail-content-type-get): Use `mime-content-type-parameter'.
468
469         * lisp/gnus.el: Sync with Nana-gnus 6.13.
470         (gnus-version-number): Version 7.1.0.0.
471
472         * lisp/gnus-sum.el: Sync with Nana-gnus 6.13.
473         (gnus-update-summary-mark-positions): Correspondence with FLIM.
474         (gnus-nov-parse-line): Likewise.
475         (gnus-get-newsgroup-headers): Likewise.
476         (gnus-summary-save-parts): Likewise.
477
478         * lisp/gnus-spec.el: Sync with Nana-gnus 6.13.
479
480         * lisp/gnus-soup.el (gnus-soup-send-packet): Do not use
481         `message-newsreader' and `message-mailer'.
482
483         * lisp/gnus-score.el: Sync with Nana-gnus 6.13.
484         (gnus-score-save): Do not replace file name character in base
485         path.
486
487         * lisp/gnus-msg.el: Sync with Nana-gnus 6.13.
488
489         * lisp/gnus-int.el (gnus-request-accept-article): Do not encode
490         message.
491
492         * lisp/gnus-draft.el: Sync with Nana-gnus 6.13.
493
494         * lisp/gnus-cache.el (gnus-cache-file-name): Do not replace file
495         name character in base path.
496
497         * lisp/gnus-bbdb.el: Copy from Nana-gnus 6.13.
498
499         * lisp/gnus-art.el (gnus-decode-header-function): Use
500         `mime-decode-header-in-region'.
501         (article-decode-charset): Correspondence with FLIM.
502         (gnus-article-prepare): Likewise.
503         (gnus-article-prepare-display): New optional argument.
504         (gnus-mime-view-part-as-type): Rename `mailcap-*' to
505         `mm-mailcap-*'.
506         (gnus-display-mime): New required argument. Correspondence with
507         FLIM.
508         (gnus-mime-display-part): Likewise.
509         (gnus-mime-display-single): Likewise.
510         (gnus-mime-display-alternative): Likewise.
511         (gnus-mime-display-alternative): Likewise.
512
513         * lisp/dgnushack.el (dgnushack-compile): When BBDB is not
514         installed, do not compile `gnus-bbdb.el' and `mess-bbdb.el'.
515
516         *  (Repository): New branch Nana7 from gnus-5.8.2.