;; Commit by Ichikawa-san by way of yamaoka.
[elisp/gnus.git-] / ChangeLog
1 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
2
3         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
4         change.
5
6 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
7
8         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
9         parentheses.
10         (gnus-offline-define-menu-on-agent): Ditto.
11
12 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
13
14         * lisp/gnus.el (gnus-version-number): Update to 6.10.3.
15         (gnus-version): Modify for SEMI 1.13.
16
17         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `char-after' instead
18         of `following-char'.
19
20 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
21
22         * README-offline.ja: Add description written by YOSHIZAWA Masahiro
23         <manbou@ceres.dti.ne.jp>.
24
25 1999-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
26
27         * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
28         `gnus-nov-skip-field' and `gnus-nov-field'.
29         (gnus-nov-parse-line): Use `nnheader-nov-field' and
30         `nnheader-nov-read-integer' instead of `gnus-nov-field' and
31         `gnus-nov-read-integer'.
32         (gnus-get-newsgroup-headers-xover): Use
33         `gnus-retrieve-parsed-headers'.
34
35         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
36         `gnus-cache-braid-headers',
37         `nnheader-get-newsgroup-headers-xover*' and
38         `nnheader-retrieve-headers-from-directory*' instead of
39         `gnus-get-newsgroup-headers-xover'.
40         (gnus-cache-braid-headers): New function.
41
42         * lisp/nnheader.el (nnheader-nov-read-integer): Use
43         `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
44         same as `gnus-nov-read-integer'.
45         (nnheader-retrieve-headers-from-directory*): New function.
46         (nnheader-retrieve-headers-from-directory): Use
47         `nnheader-retrieve-headers-from-directory*'.
48         (nnheader-get-newsgroup-headers-xover*): New function.
49
50 1999-01-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
51
52         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
53         `nnheader-retrieve-headers-from-directory'.
54
55         * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
56         function.
57
58 1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
59
60         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
61         `gnus-cache-retrieve-parsed-headers' instead of
62         `gnus-cache-retrieve-headers'.
63
64         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
65         function.
66
67 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
68
69         * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
70         select methods.
71
72 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
73
74         * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
75
76 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
77
78         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
79         optional arguments `dependencies' and `force-new'; new
80         implementation; call `retrieve-parsed-headers' if it is found.
81
82         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
83
84 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
85
86         * lisp/gnus-sum.el (gnus-select-newsgroup): Use
87         `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
88         and `gnus-get-newsgroup-headers-xover' or
89         `gnus-get-newsgroup-headers'.
90
91         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
92
93 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
94             Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
95
96         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
97         pGnus 0.73 or later.
98
99         * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
100         to check pGnus 0.73 or later instead of (locate-library "mail-source")
101
102 1999-01-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
103
104         * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
105         * lisp/gnus-ofsetup.el: Ditto.
106
107 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
108
109         * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
110         frame after selecting a new article if the value of
111         `message-use-multi-frames' is non-nil and more than one articles
112         are given.
113
114 1999-01-28  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
115
116         * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
117         respool article.
118
119 1999-01-26  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
120
121         * lisp/gnus-offline.el: Add security notice.
122
123 1999-01-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
124
125         * README-offline.ja: New file - Variable and command description
126         for gnus-offline(Japanese edition).
127         * README-offline.en: New file - Ditto (English edition).
128
129 1999-01-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
130
131         * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
132         variable.
133         (gnus-offline-pop-password-decoding-function): New variable.
134         (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
135         is non-nil, get one's password information from a file specified
136         by this variable, and don't store the passwords as a variable.
137         * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
138         translations.
139
140 1999-01-23  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
141
142         * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
143         `message-list-references' for gathering IDs from yanked articles.
144
145         * lisp/message.el (message-list-references): New function.
146         (message-yank-original): Use it for gathering IDs from a yanked
147         article.
148
149 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
150
151         * lisp/message.el (message-reply): Get the references from
152         `In-Reply-To' field if there were no references and `In-Reply-To'
153         field looks promising.
154         (message-yank-original): Try to fetch ID from `In-Reply-To' field
155         if `References' field does not exist.
156         (message-yank-original): Use `std11-narrow-to-header' instead of
157         `message-narrow-to-head'.
158
159 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
160
161         * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
162         `gnus-current-headers' instead of article header.
163
164 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
165
166         * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
167         position of the yanked articles -- apologize to SUTO-san, it has
168         been supported in his original code, but I didn't.
169
170 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
171
172         * lisp/gnus.el (gnus-version-number): Update to 6.10.2.
173
174         * lisp/gnus-draft.el: Add Ichikawa-san to authors.
175         * lisp/message.el: Likewise.
176
177         * lisp/message.el (message-yank-original): If
178         `message-yank-add-new-references' is non-nil and this command is
179         called interactively, new IDs from the yanked article will be added
180         to `References' field.
181         (message-yank-add-new-references): New user option.
182         (message-ignored-resent-headers): Default to "^Return-Receipt".
183
184 1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,
185             Katsumi Yamaoka   <yamaoka@jpl.org>
186
187         * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
188         field with the gathered Message-IDs and References if more than one
189         articles are given.
190
191 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
192
193         * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
194         frame after selecting a new article if the value of
195         `message-use-multi-frames' is non-nil and more than one articles
196         are given.
197
198 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
199
200         * README.semi.ja: Delete "ichikawa" from the branches info, and
201         add "keiichi" and "nana-gnus" to there.  Modify the directory name
202         for the daily snapshots.
203         * README.semi: Likewise.
204
205         * README.branch.ja: Modified for 6.10, etc.
206         * README.branch: Likewise.
207
208 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
209
210         * lisp/message.el (message-reply): Cancel the last change.
211         (message-followup): Cancel the last change.
212         (message-wide-reply): Cancel the last change.
213
214         * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
215         (gnus-summary-reply): Cancel the last change.
216         (gnus-post-news): Cancel the last change.
217
218 1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
219
220         * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
221         expirable marks if the destination group is not expirable.
222
223 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
224
225         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
226         binary.
227
228 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
229
230         * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
231         binary.
232
233 1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
234
235         * lisp/message.el (message-reply): Accept references as a new
236         optional arg.
237         (message-followup): Likewise.
238         (message-wide-reply): Likewise.
239
240         * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
241         (gnus-summary-reply): Use it.
242         (gnus-post-news): Use it.
243
244 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
245
246         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
247         body.
248
249 1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
250
251         * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
252         <czkmt@remus.dti.ne.jp> to author and maintainer.
253
254 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
255
256         * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
257         long headers.
258
259 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
260
261         * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
262
263 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
264
265         * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
266         server if it does not exist in the article.
267         (nntp-request-post): Run `nntp-prepare-post-hook'.
268         (nntp-wait-for): Save a response from the server in
269         `nntp-process-response' after sending a command.
270         (nntp-prepare-post-hook): New hook, run just before posting an
271         article.
272
273         * lisp/nnheader.el (nnheader-init-server-buffer): Make
274         `nntp-process-response' be buffer-local in `nntp-server-buffer'.
275         (nntp-process-response): New variable, used for holding a response
276         from the server after sending a command.
277
278 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
279
280         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
281         only if `group' name is neither "queue" nor "draft".
282
283 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
284
285         * lisp/pop3.el (pop3-munge-message-separator): Use
286         `parse-time-string'.
287
288 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
289
290         * lisp/parse-time.el (parse-time-rules): Accept dates far into the
291         past and the future, and parse single-digit numbers as years.
292
293 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@jpl.org>
294
295         * lisp/parse-time.el (parse-time-string): One too many nils.
296
297 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
298
299         * lisp/parse-time.el (parse-time-rules): Parse
300         "Wed, 29 Apr 98 0:26:01 EDT" times.
301
302 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
303
304         * lisp/parse-time.el (parse-time-rules): Accept times that look
305         like "h:mm".
306
307 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
308
309         * lisp/parse-time.el (parse-time-string): Downcase before handling.
310         (parse-time-rules): Times without seconds have 0 seconds.
311
312 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
313
314         * lisp/parse-time.el (parse-time-syntax): Use vectors.
315
316 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
317
318         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
319         select the article before saving.
320
321 1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
322
323         * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
324         `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
325
326 1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
327
328         * lisp/pop3.el (pop3-last): Use `split-string' instead of
329         `pop3-string-to-list'.
330         (pop3-stat): Likewise.
331         (pop3-munge-message-separator): Likewise.
332         (pop3-string-to-list): Abolished.
333
334 1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
335
336         * lisp/gnus-offline.el (gnus-offline-setup): Don't call
337         `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
338         non-nil.
339         (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
340         XEmacs.
341         (gnus-offline-popup-menu): New function.
342         (gnus-offline-define-menu-and-key): Call it under Emacs to create
343         a popup menu in the group buffer.
344
345 1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
346
347         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
348         select the article before previewing. Abolish prefix arg.
349
350         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
351         the article without reservation.
352         (gnus-article-display-mime-message): Show all headers if
353         `gnus-have-all-headers' the local var of summary buffer is non-nil.
354
355 1998-12-24  Katsumi Yamaoka   <yamaoka@jpl.org>
356
357         * lisp/gnus.el: (gnus-version-number): Update to 6.10.1.
358
359 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
360
361         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
362         `gnus-summary-next-article' in `gnus-original-article-mode'.
363         (mime-preview-over-to-previous-method-alist): Use
364         `gnus-summary-prev-article' in `gnus-original-article-mode'.
365         (gnus-article-mode-map): Define almost undefined keys to
366         `gnus-article-read-summary-keys'.
367         (gnus-article-prepare-display): Set `gnus-article-current-summary'
368         to `gnus-summary-buffer'.
369
370 1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
371
372         * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
373         with APOP extention.
374
375 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
376
377         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
378         (gnus-xmas-logo-color-style): Default to `sky'.
379
380         * lisp/gnus.el (gnus-group-startup-message): Show version.
381         (gnus-splash-face): Shorten a wavelength.
382
383         * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
384         for avoiding byte-compile warning.
385
386         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
387         `raw-text'.
388
389 1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
390
391         * lisp/*.el: Ebola eradication.
392
393 1998-12-01  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
394
395         * Abolish smtp.el and smtpmail.el (moved to FLIM).
396
397 1998-11-18  Katsumi Yamaoka   <yamaoka@jpl.org>
398
399         * lisp/message.el (message-mode-map): Use
400         `message-mimic-kill-buffer' for `C-x k'.
401
402 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
403
404         * lisp/message.el (message-dont-send): Use `message-save-drafts'
405         instead of `save-buffer'.
406
407 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
408
409         * lisp/message.el (message-send-mail): Protect against errors.
410         (message-send-news): Likewise.
411         (message-maybe-split-and-send-mail): New function.
412         (message-maybe-split-and-send-news): New function.
413
414 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
415
416         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
417         `mime-insert-header' instead of `mime-insert-decoded-header'.
418
419 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
420
421         * lisp/gnus-ofsetup.el: New file - setting function for
422         gnus-offline.
423
424 1998-11-03  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
425
426         * lisp/nnmh.el (nnmh-retrieve-headers): Don't use
427         `nnheader-fold-continuation-lines'.
428
429 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
430
431         * lisp/gnus-art.el (gnus-article-decode-rfc1522): Use
432         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
433         * lisp/gnus-draft.el (gnus-draft-decoding-function): Likewise.
434
435 1998-10-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
436
437         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
438         `mime-edit-decode-buffer' simply as initial value.
439
440         * lisp/message.el (message-make-forward-subject): Use
441         `nnheader-decode-subject' instead of
442         `eword-decode-unstructured-field-body'.
443
444         * lisp/nnheader.el (nnheader-decode-subject): New alias.
445         (nnheader-decode-from): New alias.
446         (make-full-mail-header): Use `nnheader-decode-subject' and
447         `nnheader-decode-from' instead of
448         `eword-decode-and-unfold-unstructured-field' and
449         `eword-decode-and-unfold-structured-field'.
450
451 1998-10-22  Katsumi Yamaoka   <yamaoka@jpl.org>
452
453         * lisp/gnus-cache.el (gnus-cache-possibly-enter-article): Use
454         `mime-fetch-field' for getting Subject and From field.
455
456 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
457
458         * lisp/nnheader.el (nnheader-insert-nov): Use `mime-fetch-field'
459         for Subject and From field.
460
461 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
462
463         * lisp/nnheader.el (nnheader-parse-nov): Use
464         `make-full-mail-header'.
465
466 1998-10-20  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
467
468         * lisp/nnheader.el (nnheader-parse-head): Use
469         `make-full-mail-header'.
470
471 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
472
473         * lisp/nnheader.el (make-full-mail-header): Sync up with
474         "chao-gnus-6_12" branch.
475         (mail-header-set-xref): Use `mime-entity-set-xref-internal'.
476         (mail-header-xref): Use `mime-entity-xref-internal'
477         (mail-header-set-lines): mime-entity-set-lines-internal'.
478         (mail-header-lines): Use `mime-entity-lines-internal'
479         (mail-header-set-chars): Use `mime-entity-set-chars-internal'.
480         (mail-header-chars): Use `mime-entity-chars-internal'.
481         (mail-header-set-references): Use
482         `mime-entity-set-references-internal'.
483         (mail-header-references): Use `mime-entity-references-internal'.
484         (mail-header-set-message-id): Use
485         `mime-entity-set-message-id-internal'.
486         (mail-header-message-id): Use `mime-entity-message-id-internal'.
487         (mail-header-set-date): Use `mime-entity-set-date-internal'.
488         (mail-header-date): Use `mime-entity-date-internal'.
489         (mail-header-set-from): Use
490         `mime-entity-set-decoded-from-internal'.
491         (mail-header-from): Use `mime-entity-decoded-from-internal'.
492         (mail-header-set-subject): Use
493         `mime-entity-set-decoded-subject-internal'.
494         (mail-header-subject): Use `mime-entity-decoded-subject-internal'.
495         All changes are imported from "chao-gnus-6_12" branch.
496
497         * lisp/message.el (message-reply): Use
498         `make-full-mail-header-from-decoded-header`.
499         (message-followup): Likewise.
500
501         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
502         Abolished.
503         (gnus-article-display-message-with-encoded-word): Abolished.
504
505 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
506
507         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
508         value to `gnus-maybe-setup-default-charset'.
509         (gnus-maybe-setup-default-charset): New function. It is called
510         `message-maybe-setup-default-charset' at one time.
511
512         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
513
514 1998-10-15  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
515
516         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
517         update `gnus-format-specs' when `gnus-version' is differ from
518         saved version.
519
520 1998-10-14  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
521
522         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
523         `mime-read-field', `std11-address-string' and
524         `std11-full-name-string' instead of
525         `gnus-extract-address-components'.
526         (gnus-article-sort-by-author): Likewise.
527
528 1998-10-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
529
530         * lisp/nnheader.el (make-full-mail-header-from-decoded-header):
531         New function.
532
533 1998-10-05  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
534
535         * lisp/gnus-art.el (gnus-article-display-mime-message): Set up
536         buffer local variable `default-mime-charset' of
537         `gnus-original-article-buffer' and `gnus-article-buffer'.
538
539 1998-09-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
540
541         * lisp/nnheader.el: Use `mime-entity' as gnus-header structure.
542         (mail-header-number): Use `mime-entity-location-internal'.
543         (mail-header-set-number): Use `mime-entity-set-location-internal'.
544         - Change other `mail-header-*' and `mail-header-set-*' to alias of
545         reference and set functions for mime-entity-internal.
546
547         * lisp/mmgnus.el: New module.
548
549         * lisp/gnus-sum.el: Abolish variable
550         `gnus-structured-field-decoder' and
551         `gnus-unstructured-field-decoder'.
552         (gnus-nov-parse-line): Don't decode from and subject.
553         (gnus-get-newsgroup-headers): Likewise.
554
555         * lisp/gnus-score.el (gnus-header-index): Modify to use
556         mime-entity structure as gnus-header structure.
557
558         * lisp/gnus-art.el (gnus-article-prepare-display): Use content of
559         `gnus-current-headers' as mime-message-structure.
560
561 1998-09-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
562
563         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Use
564         `make-full-mail-header'.
565
566 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
567
568         * lisp/gnus-offline.el : New file.