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