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