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