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