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