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