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