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