Update.
[elisp/gnus.git-] / ChangeLog
1 1999-05-14  Keiichi Suzuki  <keiichi@nanap.org>
2
3         * Sync up with gnus-6_10.
4
5 *1999-05-13  Katsumi Yamaoka   <yamaoka@jpl.org>
6
7         * lisp/nnsoup.el (nnsoup-store-reply): Use `forward-char' instead
8         of `backward-char'.
9         * lisp/message.el (message-send-news-with-gnus,
10         message-send-mail-with-smtp, message-send-mail-with-sendmail):
11         Likewise.
12
13         * lisp/nnsoup.el (nnsoup-store-reply): Use `(bolp)' instead of
14         `(eq (char-before) ?\n)'.
15         * lisp/message.el (message-send-news, message-send-mail): Likewise.
16
17         * lisp/gnus-sum.el (gnus-summary-reparent-thread): Use
18         `(end-of-line 0)' to go to the end of the previous line.
19
20         * lisp/gnus-soup.el (gnus-soup-parse-replies, gnus-soup-parse-areas):
21         Use `preceding-char' instead of `char-before'.
22         * lisp/gnus-art.el (article-fill): Likewise.
23
24         * lisp/nnmail.el (nnmail-decode-status): Don't use regexp search.
25         * lisp/message.el (message-next-header, message-remove-header):
26         Likewise.
27         * lisp/gnus-art.el (gnus-article-add-buttons-to-head,
28         gnus-article-highlight-headers, gnus-article-hide-header,
29         article-hide-boring-headers, article-hide-headers): Likewise.
30
31         * lisp/pop3-fma.el (pop3-fma-movemail): Use `buffer-substring'
32         instead of `buffer-string'.
33         * lisp/nntp.el (nntp-snarf-error-message, nntp-read-server-type):
34         Likewise.
35         * lisp/nnspool.el (nnspool-inews-sentinel): Likewise.
36         * lisp/nnmail.el (nnmail-move-inbox): Likewise.
37         * lisp/nnheader.el (nnheader-temp-write): Likewise.
38         * lisp/nndb.el (nndb-status-message, nndb-request-accept-article):
39         Likewise.
40         * lisp/message.el (message-wash-subject, message-reply,
41         message-make-from, message-make-organization): Likewise.
42         * lisp/md5.el (md5): Likewise.
43         * lisp/gnus.el (gnus-getenv-nntpserver): Likewise.
44         * lisp/gnus-xmas.el (gnus-xmas-article-display-xface): Likewise.
45         * lisp/gnus-util.el (gnus-mode-string-quote): Likewise.
46         * lisp/gnus-sum.el (gnus-summary-reparent-thread,
47         gnus-summary-edit-article-done, gnus-simplify-subject-fuzzy):
48         Likewise.
49         * lisp/gnus-spec.el (gnus-parse-simple-format): Likewise.
50         * lisp/gnus-picon.el (gnus-picons-make-glyph): Likewise.
51         * lisp/gnus-msg.el (gnus-copy-article-buffer): Likewise.
52         * lisp/gnus-mh.el (gnus-summary-save-in-folder): Likewise.
53         * lisp/gnus-kill.el (gnus-kill-file-apply-buffer): Likewise.
54         * lisp/gnus-art.el (gnus-article-mime-edit-exit,
55         gnus-article-edit-exit): Likewise.
56         * lisp/dgnushack.el (dgnushack-make-package): Likewise.
57
58 *1999-05-06  Katsumi Yamaoka   <yamaoka@jpl.org>
59
60         * lisp/gnus.el: Semi-gnus 6.10.12 is released.
61
62 *1999-04-26  Robert Bihlmeyer  <robbe@orcus.priv.at>
63
64         * texi/gnus.texi, texi/gnus-ja.texi (Posting Styles): Typo.
65
66 *1999-04-28  Katsumi Yamaoka   <yamaoka@jpl.org>
67
68         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Use
69         `vm-read-file-name' instead of `read-file-name'. This allows to use
70         the optional sixth argument HISTORY for the various environments.
71         (gnus-summary-save-article-vm): Likewise.
72         (TopLevel): Autoload "vm" for the function `vm-read-file-name'.
73
74 *1999-04-27  Katsumi Yamaoka   <yamaoka@jpl.org>
75
76         * lisp/gnus-vm.el (gnus-summary-save-in-vm): To read the name of
77         FOLDER in the way of VM; give the value of `gnus-current-article'
78         to the function `gnus-summary-select-article' if it is called non
79         interactively.
80         (gnus-summary-save-article-vm): Accept the optional 2nd arg FOLDER.
81         If it is called interactively the name of FOLDER is read from the
82         minibuffer; bind `mime-display-header-hook',
83         `mime-display-text/plain-hook', `mime-text-decode-hook',
84         `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil
85         when the function `gnus-summary-save-article' is called.
86         (gnus-summary-save-article-vm-count,
87         gnus-summary-save-article-vm-folder): New internal variables.
88         (gnus-vm-make-folder): Bind `mime-display-header-hook',
89         `mime-display-text/plain-hook', `mime-text-decode-hook',
90         `mime-view-define-keymap-hook' and `mime-view-mode-hook' to nil
91         when the function `vm-mode' is called.
92         (vm-use-toolbar, vm-primary-inbox, vm-folder-history,
93         vm-folder-directory): Define variables for avoiding byte compile
94         warning.
95         (gnus-vm-inhibit-window-system): Abolish variable; don't require
96         `win-vm'.
97         (TopLevel): Don't autoload "vm" for the functions
98         `vm-forward-message', `vm-reply' or `vm-mail'; don't require
99         `sendmail', `message', `gnus' or `gnus-msg' but `gnus-art'.
100
101 *1999-04-18  Sin'ya Kanematsu <ksinya@quartz.ocn.ne.jp>
102
103         * texi/gnus-ja.texi: Fix typo - `gnus-auto-expirable-newgroups' ->
104         `gnus-auto-expirable-newsgroups'.
105
106 *1999-04-15  NAKAGAWA Tsuneo <yaemon@alles.or.jp>
107
108         * REDME.semi.ja: Fix where the required packages are.
109
110 1999-05-14  Keiichi Suzuki  <keiichi@nanap.org>
111
112         * lisp/gnus.el (gnus-version-number): Update to 6.12.16.
113
114         * lisp/gnus-score.el (gnus-score-string): Remove score data, when
115         scoring error occured.
116
117 1999-04-28  Keiichi Suzuki  <keiichi@nanap.org>
118
119         * Nana-gnus: Version 6.12.15 released.
120
121         * lisp/gnus.el (gnus-version-number): Update to 6.12.15.
122
123         * README-gnus-bbdb.ja: New section `gnus-bbdb/split-mail'.
124
125         * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): New function.
126
127         * lisp/gnus-bbdb.el, lisp/gnus-offline.el, lisp/mess-bbdb.el,
128         lisp/mess-lcl.el, lisp/message.el, lisp/pop3-fma.el: Modify my
129         mail address.
130
131 1999-04-16  Keiichi Suzuki  <keiichi@nanap.org>
132
133         * Nana-gnus: Version 6.12.14 released.
134
135         * lisp/mess-lcl.el: New file.
136
137         * lisp/message.el: Separate locale control to `mess-lcl.el'.
138
139         * lisp/gnus.el (gnus-version-number): Update to 6.12.14.
140
141 \f
142 1999-04-16  Keiichi Suzuki  <keiichi@nanap.org>
143
144         * Nana-gnus: Version 6.12.13 released.
145
146         * lisp/gnus.el (gnus-version-number): Update to 6.12.13.
147
148         * lisp/message.el (message-charsets-mime-charset-alist):
149         Abolished.
150         (message-mime-charset-recover-args-set): New macro.
151         (message-mime-charset-recover-args): New macro.
152         (message-mime-charset-recover-args-original): New macro.
153         (message-maybe-encode): Save values to
154         `message-mime-charset-recover-args'.
155         (message-mime-charset-recover-by-ask): Use
156         'message-mime-charset-recover-args'.
157         (message-mime-encode): Restore original values for auto saveing.
158
159 \f
160 1999-04-13  Keiichi Suzuki  <keiichi@nanap.org>
161
162         * Nana-gnus: Version 6.12.12 released.
163
164         * lisp/gnus.el (gnus-version-number): Update to 6.12.12.
165
166         * lisp/gnus-sum.el (gnus-summary-move-article): Fix,
167         `gnus-article-mark-lists' will be broken by side effect.
168
169 \f
170 1999-03-31  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
171
172         * Nana-gnus: Version 6.12.11 released.
173
174         * lisp/gnus.el (gnus-version-number): Update to 6.12.11.
175
176         * Sync up with gnus-6_10.
177
178 *1999-03-30  Yoshiki Hayashi  <g740685@komaba.ecc.u-tokyo.ac.jp>
179
180         * lisp/nnheader.el (nnheader-skip-field): New macro.
181         (nnheader-nov-field): Use it.
182         Merged from pgnus 0.80.
183
184 *1999-03-26  Katsumi Yamaoka   <yamaoka@jpl.org>
185
186         * lisp/pop3.el (pop3-munge-message-separator): If a retrieved
187         message has a illegal date field, use `(current-time)' instead.
188
189 *1999-03-25  Katsumi Yamaoka   <yamaoka@jpl.org>
190
191         * lisp/message.el (message-send): Kill `message-encoding-buffer'
192         after sending.
193         (message-maybe-encode): Inherit the buffer local variable
194         `mime-edit-pgp-processing' and call `mime-edit-pgp-enclose-buffer'.
195
196 *1999-02-26 20:35:57  Lars Magne Ingebrigtsen  <larsi@gnus.org>
197
198         * pop3.el (pop3-movemail): Use write-region instead of
199         append-to-file to avoid excessive messaging.
200
201 *1999-03-24  Katsumi Yamaoka   <yamaoka@jpl.org>
202
203         * lisp/gnus-art.el (gnus-article-display-mime-message): Set up the
204         buffer local variable `default-mime-charset' of
205         `gnus-article-buffer' before `mime-display-message' is called.
206
207         * lisp/gnus-i18n.el (gnus-newsgroup-default-charset-alist): Be also
208         matched with the group name which has a method name and/or a
209         foreign server name.
210         (gnus-set-summary-default-charset): Cancel the last change.
211
212 *1999-03-24  Katsumi Yamaoka   <yamaoka@jpl.org>
213
214         * lisp/gnus-i18n.el (gnus-set-summary-default-charset): Strip
215         method and foreign server name from the newsgroup name.
216
217 *1999-03-22  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
218
219         * lisp/gnus-offline.el (gnus-offline-popup-menu): Fix.
220
221 *1999-03-22  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
222
223         * lisp/gnus-offline.el (gnus-offline-popup-menu): Modify so that
224         the title of a popup menu is displayed under Emacs 19.34.
225         (gnus-offline-define-menu-and-key): Rewrite the function to change
226         the behavior of "Get new news" button, under XEmacs.
227
228 *1999-03-09  Katsumi Yamaoka   <yamaoka@jpl.org>
229
230         * lisp/message.el (message-yank-original): Keep the existing
231         references.
232
233 *1999-03-04  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
234
235         * lisp/gnus-ofsetup.el: Modify for Semi-gnus 6.10.xx so that
236         `pop3-fma-password' can be saved in .newsrc.eld.
237         * lisp/pop3-fma.el: Ditto.
238
239         * README-offline.en: Update.
240         * README-offline.ja: Ditto.
241
242 *1999-03-01  Katsumi Yamaoka   <yamaoka@jpl.org>
243
244         * lisp/dgnushack.el (dgnushack-install-package): Don't refer to
245         `configure-package-path'. Use `early-packages', `late-packages' or
246         `last-packages' instead.
247
248         * README.semi: Note that APEL 9.13 or later is required.
249         * README.semi.ja: Likewise.
250
251         * lisp/gnus-start.el (save-buffer-as-coding-system): Abolished.
252         This function is given in APEL 9.13 by now.
253
254 *1999-02-26  Katsumi Yamaoka   <yamaoka@jpl.org>
255
256         * Makefile.in (add-info-suffix, remove-info-suffix): New targets.
257         (package, install-package, package-ja, install-package-ja): Use
258         them.
259         (xinfo, xinfo-ja): Only build infos.
260
261         * texi/Makefile.in (add-info-suffix): Chdir ../lisp first.
262
263         * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): Chdir
264         ../texi first.
265         (dgnushack-install-package): Don't refer to `package-path'; error
266         if the package path does not found.
267         (TopLevel): Don't define `gnus-revision-number',
268         `gnus-version-number' and `package-path'.
269
270 1999-03-29  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
271
272         * lisp/gnus-sum.el (gnus-simplify-buffer-fuzzy): Add regexp for
273         MIME en/decoding.
274
275 1999-03-24  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
276
277         * Nana-gnus: Version 6.12.10 released.
278
279         * Nana-TIPS.ja: Reformatted for `outline-mode'.
280
281         * lisp/gnus.el (gnus-version-number): Update to 6.12.10.
282
283         * lisp/gnus-sum.el (gnus-simplify-buffer-fuzzy): Add regexp for
284         MIME en/decoding.
285
286 \f
287 1999-03-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
288
289         * Nana-gnus: Version 6.12.9 released.
290
291         * lisp/gnus.el (gnus-version-number): Up date to 6.12.9.
292
293         * Nana-TIPS.ja (none): Update.
294
295         * lisp/message.el (message-mime-charset-recover-by-ask): Use
296         `message-highlight-illegal-chars'.
297         (message-illegal-charset-face): New face.
298         (message-warning-charset-face): New face.
299         (message-highlight-illegal-chars): New function.
300         (message-set-charsets-face): New function.
301
302         * lisp/gnus-sum.el (gnus-simplify-subject-fuzzy): Enable group
303         parameters; `gnus-simplify-subject-fuzzy-regexp' and
304         `gnus-simplify-ignored-prefixes'.
305
306 \f
307 1999-03-04  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
308
309         * Nana-gnus: Version 6.12.8 released.
310
311         * lisp/nnml.el (nnml-request-list): Use
312         `nnmail-find-active-file'.
313
314         * lisp/nnmail.el (nnmail-file-coding-system): Abolished.
315         (nnmail-file-coding-system-for-write): New variable.
316         (nnmail-file-coding-system-for-read): Ditto.
317         (nnmail-active-file-coding-system): Abolished.
318         (nnmail-active-coding-system-for-read): New variable.
319         (nnmail-active-coding-system-for-write): Ditto.
320         (nnmail-find-active-file): New function.
321
322         * lisp/nnheader.el (nnheader-message-coding-system-for-read): New
323         variable.
324         (nnheader-message-coding-system-for-write): Ditto.
325
326         * lisp/nnfolder.el, lisp/nnmail.el, lisp/nnmh.el, lisp/nnml.el:
327         Use `nnheader-pathname-coding-system'.
328
329         * lisp/nnfolder.el (nnfolder-request-list): Use
330         `nnmail-find-active-file'.
331
332         * lisp/message.el: Use `nnheader-message-coding-system-for-write'.
333
334 1999-03-03  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
335
336         * lisp/gnus.el (gnus-version-number): Update to 6.12.8.
337
338         * lisp/message.el (message-after-save-hook): New function.
339         (message-mime-setup): Set buffer file coding system. Make local
340         hook `after-save-hook'.
341
342 \f
343 1999-03-01  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
344
345         * Nana-gnus: Version 6.12.7 released.
346
347         * lisp/nnspool.el (nnspool-file-coding-system): Abolished.
348
349 1999-03-01  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
350
351         * lisp/gnus.el (gnus-version-number): Update to 6.12.7.
352
353         * Nana-TIPS.ja:  New section `nnheader-file-coding-system' and
354         `nnspool-file-coding-system'.
355
356         * lisp/nnspool.el (nnspool-retrieve-headers): Don't use
357         `nnheader-file-coding-system'.
358         (nnspool-retrieve-headers-with-nov): Ditto.
359         (nnspool-find-file): Ditto.
360
361 \f
362 1999-02-26  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
363
364         * lisp/message.el (message-locale-detect): Fix, when no locale
365         detected.
366
367         * Nana-gnus: Version 6.12.6 released.
368
369         * lisp/gnus.el (gnus-version-number): Update to 6.12.6.
370
371         * Sync up with gnus-6_10 (version 6.10.9+).
372
373 * 1999-02-24  Katsumi Yamaoka   <yamaoka@jpl.org>
374
375         * Makefile.in (xinfo, xinfo-ja): Make add-info-suffix, formatting,
376         and make remove-info-suffix.
377
378         * texi/Makefile.in (.texi): Don't specify the output filename when
379         makeinfo command is used.
380         (add-info-suffix, remove-info-suffix): New targets.
381
382         * lisp/dgnushack.el (dgnushack-add-info-suffix-maybe): New
383         function. It will be used for adding ".info" suffix to @setfilename
384         line in each .texi files.
385         (dgnushack-texi-file-regexp): New constant.
386         (dgnushack-info-file-regexp): Add ".info" suffix.
387
388 * 1999-02-24  Katsumi Yamaoka   <yamaoka@jpl.org>
389
390         * lisp/Makefile.in (all, total): Remove "auto-autoloads.el" and
391         "custom-load.el" as well.
392
393         * Makefile.in (xlick, xinfo, xinfo-ja): New targets.
394         (install-package-ja, package-ja, install-package, package): Use
395         them; use $XEMACS instead of $EMACS.
396         (osome): Use $XEMACS instead of "xemacs".
397
398         * lisp/dgnushack.el (dgnushack-install-package): Remove extra files
399         in destination lisp directory.
400         (dgnushack-make-package): Don't generate "_pkg.el" file; don't
401         remove "auto-autoloads.el*" files.
402         (dgnushack-compile): Don't remove "_pkg.el" from the list.
403
404 * 1999-02-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
405
406         * README-offline.en: Update.
407
408         * README-offline.ja: Fix typo.
409
410         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Set
411         `gnus-offline-hangup-program' and `gnus-offline-dialup-program' to
412         nil when null string is given.
413
414 * 1999-02-18  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
415
416         * texi/Makefile.in: Change to work on Windows environment and
417         other platforms.
418
419 * 1999-02-17  Katsumi Yamaoka   <yamaoka@jpl.org>
420
421         * lisp/dgnushack.el (dgnushack-make-package): Fix typo.
422
423         * Makefile.in (install-package-ja, package-ja, install-package,
424         package): New targets.
425         (PACKAGEDIR): New user option.
426
427         * lisp/Makefile.in (install-package, package): New targets.
428         (PACKAGEDIR): New user option.
429
430         * lisp/dgnushack.el (dgnushack-install-package): New function.
431         (dgnushack-make-package): New function.
432         (dgnushack-info-file-regexp): New constant.
433         (dgnushack-compile): Remove "_pkg.el" from the list.
434
435 * 1999-02-17  Yoshiki Hayashi   <g740685@komaba.ecc.u-tokyo.ac.jp>
436
437         * aclocal.m4: install .el files to site-lisp/gnus instead of
438         site-lisp.
439         * configure: Ditto.
440         * Makefile.in: add new rule `all-ja'.
441
442 * 1999-02-15  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
443
444         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Bug fix when
445         using nnspool.
446
447         * lisp/pop3-fma.el (pop3-fma-movemail): Delete meadow specific
448         code.
449
450 * 1999-02-12  Katsumi Yamaoka   <yamaoka@jpl.org>
451
452         * lisp/gnus-art.el (article-hide-headers): Show all headers when
453         unhiding.
454
455         * lisp/message.el (message-make-forward-subject): Use "(none)" if
456         the original article has no subject.
457
458 * 1999-02-09  Katsumi Yamaoka   <yamaoka@jpl.org>
459
460         * lisp/gnus-start.el (gnus-save-newsrc-file): Use
461         `save-buffer-as-coding-system' instead of
462         `write-region-as-coding-system'.
463         (save-buffer-as-coding-system): New function defined with
464         `defun-maybe'. NOTE: It should be deleted in the future.
465
466         * lisp/gnus-sum.el (TopLevel): Require `mime-play' when compile.
467
468 * 1999-02-09  Katsumi Yamaoka   <yamaoka@jpl.org>
469
470         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
471         implementation.
472
473 * 1999-02-08  Masatoshi Tsuchiya  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
474
475         * lisp/gnus-sum.el (gnus-articles-to-read): Use maximum number in
476         default instead of `gnus-large-newsgroup'.
477
478 * 1999-02-08  Masatoshi Tsuchiya  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
479               Katsumi Yamaoka   <yamaoka@jpl.org>,
480               Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
481
482         * lisp/gnus-sum.el (gnus-articles-to-read): If the number of
483         unread articles is more than `gnus-large-newsgroup', use it in
484         default instead of the maximum number.
485
486 * 1999-02-08  MORIOKA Tomohiko  <morioka@jaist.ac.jp>,
487               Katsumi Yamaoka   <yamaoka@jpl.org>
488
489         * lisp/gnus-sum.el (gnus-mime-extract-multipart): New function;
490         add it to the acting-condition for extracting mulitpart messages.
491         (gnus-mime-extract-message/rfc822): New function; add it to the
492         acting-condition for extracting message/rfc822 or message/news.
493
494 * 1999-02-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
495
496         * README-offline.ja: Change for current version.
497         * README-offline.en: Ditto.
498
499 * 1999-02-05  Katsumi Yamaoka   <yamaoka@jpl.org>
500
501         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `nnheader-nov-field',
502         `nnheader-nov-read-integer' and `nnheader-nov-read-message-id'
503         instead of `gnus-nov-field', `gnus-nov-read-integer' or
504         `nnheader-generate-fake-message-id'; use `eobp' instead of
505         `(= (following-char) ?\n)' for checking whether a misc field
506         exists or not.
507         (gnus-nov-field): Abolished.
508         (gnus-nov-skip-field): Abolished.
509         (gnus-nov-read-integer): Abolished.
510
511         * lisp/nnheader.el (nnheader-parse-nov): Use
512         `nnheader-nov-read-message-id' instead of `nnheader-nov-field' or
513         `nnheader-generate-fake-message-id'.
514         (nnheader-nov-read-message-id): New macro.
515         (nnheader-nov-read-integer): New implementation.
516         (nnheader-nov-field): New implementation.
517         (nnheader-nov-next-field): New macro.
518
519 \f
520 1999-02-26  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
521
522         * Nana-gnus: Version 6.12.5 released.
523
524         * lisp/gnus.el (gnus-version-number): Update to 6.12.5.
525
526         * lisp/nnheader.el (nnheader-file-coding-system): Abolished.
527         (nnheader-insert-file-contents): Use
528         `insert-file-contents-as-raw-text-CRLF'.
529         (nnheader-find-file-noselect): Use
530         `find-file-noselect-raw-text-CRLF'.
531
532 \f
533 1999-02-24  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
534
535         * Nana-gnus: Version 6.12.4 released.
536
537         * lisp/gnus.el (gnus-version-number): Update to 6.12.4.
538
539         * Nana-TIPS.ja: Add new section message-locale-* and
540         message-mime-charset-recover-*.
541
542         * lisp/message.el (message-locale-detect): Fix, save restriction.
543
544 \f
545 1999-02-23  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
546
547         * Nana-gnus: Version 6.12.3 released.
548
549         * lisp/gnus.el (gnus-version-number): Update to 6.12.3.
550
551         * lisp/message.el (message-mime-charset-detect-method): Abolished.
552         (message-mime-charset-specify-method): Ditto.
553         (message-mime-charset-detect-args): Ditto.
554         (message-maybe-encode-with-specified-charset): Ditto.
555         (message-mime-charset-detect-by-ask): Ditto.
556         (message-mime-charset-specify-none): Ditto.
557         (message-mime-charset-recover-function): New variable.
558         (message-mime-charset-recover-args): Ditto.
559         (message-charsets-mime-charset-alist): Ditto.
560         (message-locale-default): Ditto.
561         (message-locale-detect-for-mail): Ditto.
562         (message-locale-detect-for-news): Ditto.
563         (message-locale-newsgroup-alist): Ditto.
564         (message-locale-mail-address-alist): Ditto.
565         (message-mime-charset-recover-ask-function): Ditto.
566         (message-locale-mime-charsets-alist): Ditto.
567         (message-maybe-encode): New implementation.
568         (message-locale-detect): New function.
569         (message-locale-detect-with-newsgroup-alist): Ditto.
570         (message-locale-detect-with-mail-address-alist): Ditto.
571         (message-mime-charset-recover-by-ask): Ditto.
572         (message-mime-charset-recover-ask-y-or-n): Ditto.
573         (message-mime-charset-recover-ask-charset): Ditto.
574         (message-mime-charset-setup): Ditto.
575
576 \f
577 1999-02-23  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
578
579         * Nana-gnus: Version 6.12.2 released.
580
581 1999-02-12  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
582
583         * lisp/message.el (message-maybe-encode-with-specified-charset):
584         Renamed to `message-maybe-encode'.
585         (message-mime-charset-detect-by-ask): Pop up encoding region when
586         ask charset to user.
587         (message-mime-charset-detect-method): Change default value to nil.
588         (message-mime-charset-specify-method): Ditto.
589         (message-mime-charset-detect-ask-metod): New variable.
590         (message-mime-charset-detect-by-ask): Use
591         `message-mime-charset-ask-metod'.
592         (message-mime-charset-detect-ask-y-or-n): New function.
593         (message-mime-charset-detect-ask-charset): New function.
594         (message-mime-charset-alias-alist): New variable.
595         (message-mime-charset-newsgroup-alist): Ditto.
596         (message-mime-charset-mail-address-alist): Ditto.
597
598 1999-02-08  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
599
600         * lisp/gnus.el (gnus-version-number): Update to 6.12.2.
601
602         * lisp/mess-bbdb.el: New file.
603
604         * lisp/message.el (message-mail-follow-up-address-checker): New
605         variable.
606         (message-reply): Use `message-mail-follow-up-address-checker'.
607         (message-mailing-list-address-list): New variable.
608         (message-check-mailing-list-with-address-list): New function.
609         (message-mailing-list-address-p): New variable.
610         (message-check-mailing-list-with-function): New function.
611
612         * lisp/gnus-bbdb.el: Update required Gnus version.
613
614         * lisp/dgnushack.el (dgnushack-compile): New file `mess-bbdb.el'.
615
616         * Nana-TIPS.ja: New section
617         `message-mail-follow-up-address-checker'.
618
619 1999-02-05  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
620
621         * lisp/gnus.el (gnus-version-number): Update to 6.12.1.
622
623         * Sync up with gnus-6_10.
624
625 * 1999-02-04  Katsumi Yamaoka   <yamaoka@jpl.org>
626
627         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `following-char'
628         instead of `char-after'. NOTE: It's a temporary step.
629
630 * 1999-02-03  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
631
632         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Add default value.
633
634 * 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
635
636         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Ask save password
637         information to .newsrc file.
638
639 * 1999-02-02  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
640
641         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): To work with
642         external movemail program.
643
644 * 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
645
646         * lisp/{gnus-cache,gnus-int,gnus-sum,gnus,nnheader,nnmh}.el: Undo
647         the last changes -- don't sync with chaos-1_12.
648
649 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
650
651         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Undo my
652         change.
653
654 * 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
655
656         * lisp/gnus-offline.el (gnus-offline-define-menu-on-miee): Close
657         parentheses.
658         (gnus-offline-define-menu-on-agent): Ditto.
659
660 1999-02-01  Katsumi Yamaoka   <yamaoka@jpl.org>
661
662         * lisp/gnus-sum.el (gnus-nov-parse-line): Use `char-after' instead
663         of `following-char'.
664
665 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
666
667         * README-offline.ja: Add description written by YOSHIZAWA Masahiro
668         <manbou@ceres.dti.ne.jp>.
669
670 * 1999-01-31  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
671
672         * lisp/gnus-sum.el: Abolish macro `gnus-nov-read-integer',
673         `gnus-nov-skip-field' and `gnus-nov-field'.
674         (gnus-nov-parse-line): Use `nnheader-nov-field' and
675         `nnheader-nov-read-integer' instead of `gnus-nov-field' and
676         `gnus-nov-read-integer'.
677         (gnus-get-newsgroup-headers-xover): Use
678         `gnus-retrieve-parsed-headers'.
679
680         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): Use
681         `gnus-cache-braid-headers',
682         `nnheader-get-newsgroup-headers-xover*' and
683         `nnheader-retrieve-headers-from-directory*' instead of
684         `gnus-get-newsgroup-headers-xover'.
685         (gnus-cache-braid-headers): New function.
686
687         * lisp/nnheader.el (nnheader-nov-read-integer): Use
688         `(search-forward "\t" eol 'move)' instead of `(forward-char 1)' as
689         same as `gnus-nov-read-integer'.
690         (nnheader-retrieve-headers-from-directory*): New function.
691         (nnheader-retrieve-headers-from-directory): Use
692         `nnheader-retrieve-headers-from-directory*'.
693         (nnheader-get-newsgroup-headers-xover*): New function.
694
695 * 1999-01-30  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
696
697         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Use
698         `nnheader-retrieve-headers-from-directory'.
699
700         * lisp/nnheader.el (nnheader-retrieve-headers-from-directory): New
701         function.
702
703 * 1999-01-29  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
704
705         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Use
706         `gnus-cache-retrieve-parsed-headers' instead of
707         `gnus-cache-retrieve-headers'.
708
709         * lisp/gnus-cache.el (gnus-cache-retrieve-parsed-headers): New
710         function.
711
712 * 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
713
714         * lisp/gnus-start.el (gnus-read-active-file): Eliminate duplicated
715         select methods.
716
717 * 1999-01-25  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
718
719         * lisp/gnus-sum.el (gnus-article-sort-by-author): fixed.
720
721 * 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
722
723         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Add new
724         optional arguments `dependencies' and `force-new'; new
725         implementation; call `retrieve-parsed-headers' if it is found.
726
727         * lisp/nnmh.el (nnmh-retrieve-parsed-headers): New function.
728
729 * 1999-01-12  MORIOKA Tomohiko  <morioka@jaist.ac.jp>
730
731         * lisp/gnus-sum.el (gnus-select-newsgroup): Use
732         `gnus-retrieve-parsed-headers' instead of `gnus-retrieve-headers'
733         and `gnus-get-newsgroup-headers-xover' or
734         `gnus-get-newsgroup-headers'.
735
736         * lisp/gnus-int.el (gnus-retrieve-parsed-headers): New function.
737
738 * 1999-02-01  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
739             Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
740
741         * lisp/gnus-offline.el (gnus-offline-gnus-get-new-news): Modify for
742         pGnus 0.73 or later.
743
744         * lisp/gnus-offline.el: Use (running-pterodactyl-gnus-0_73-or-later)
745         to check pGnus 0.73 or later instead of (locate-library "mail-source")
746
747 * 1999-01-30  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
748
749         * lisp/gnus-offline.el: Rewrite to work with pGnus v0.74 based T-gnus.
750         * lisp/gnus-ofsetup.el: Ditto.
751
752 * 1999-01-28  Katsumi Yamaoka   <yamaoka@jpl.org>
753
754         * lisp/gnus-msg.el (gnus-summary-mail-digest): Reselect the message
755         frame after selecting a new article if the value of
756         `message-use-multi-frames' is non-nil and more than one articles
757         are given.
758
759 * 1999-01-26  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
760
761         * lisp/gnus-offline.el: Add security notice.
762
763 * 1999-01-25  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
764
765         * README-offline.ja: New file - Variable and command description
766         for gnus-offline(Japanese edition).
767         * README-offline.en: New file - Ditto (English edition).
768
769 * 1999-01-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
770
771         * lisp/gnus-offline.el (gnus-offline-pop-password-file): New
772         variable.
773         (gnus-offline-pop-password-decoding-function): New variable.
774         (gnus-offline-get-new-news): When `gnus-offline-pop-password-file'
775         is non-nil, get one's password information from a file specified
776         by this variable, and don't store the passwords as a variable.
777         * lisp/smiley.el (smiley-buffer): Avoid a few duplicate
778         translations.
779
780 1999-01-28  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
781
782         * lisp/gnus-sum.el (gnus-summary-move-article): Fix, could not
783         respool article.
784
785 1999-01-25  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
786
787         * lisp/message.el (message-mime-charset-detect-method): New
788         user optional variable.
789         (message-mime-charset-specify-method): Ditto.
790         (message-mime-charset-detect-args): New variable.
791         (message-maybe-encode-with-specified-charset): New function.
792         (message-mime-charset-detect-by-ask): Ditto.
793         (message-mime-charset-specify-none): Ditto.
794
795         * lisp/gnus.el (gnus-version-number): Update to 6.12.0.
796         (gnus-version): Change required version of SEMI/FLIM.
797
798         * Sync up with gnus-6_10.
799
800 * 1999-01-23  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
801
802         * lisp/gnus-msg.el (gnus-inews-yank-articles): Use
803         `message-list-references' for gathering IDs from yanked articles.
804
805         * lisp/message.el (message-list-references): New function.
806         (message-yank-original): Use it for gathering IDs from a yanked
807         article.
808
809 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
810
811         * lisp/message.el (message-reply): Get the references from
812         `In-Reply-To' field if there were no references and `In-Reply-To'
813         field looks promising.
814         (message-yank-original): Try to fetch ID from `In-Reply-To' field
815         if `References' field does not exist.
816         (message-yank-original): Use `std11-narrow-to-header' instead of
817         `message-narrow-to-head'.
818
819 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
820
821         * lisp/gnus-msg.el (gnus-inews-yank-articles): Fetch IDs from
822         `gnus-current-headers' instead of article header.
823
824 * 1999-01-22  Katsumi Yamaoka   <yamaoka@jpl.org>
825
826         * lisp/gnus-msg.el (gnus-inews-yank-articles): Save the beginning
827         position of the yanked articles -- apologize to SUTO-san, it has
828         been supported in his original code, but I didn't.
829
830 * 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
831
832         * lisp/gnus.el (gnus-version-number): Update to 6.10.2.
833
834         * lisp/gnus-draft.el: Add Ichikawa-san to authors.
835         * lisp/message.el: Likewise.
836
837         * lisp/message.el (message-yank-original): If
838         `message-yank-add-new-references' is non-nil and this command is
839         called interactively, new IDs from the yanked article will be added
840         to `References' field.
841         (message-yank-add-new-references): New user option.
842         (message-ignored-resent-headers): Default to "^Return-Receipt".
843
844 * 1999-01-20  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>,
845               Katsumi Yamaoka   <yamaoka@jpl.org>
846
847         * lisp/gnus-msg.el (gnus-inews-yank-articles): Replace `References'
848         field with the gathered Message-IDs and References if more than one
849         articles are given.
850
851 * 1999-01-20  Katsumi Yamaoka   <yamaoka@jpl.org>
852
853         * lisp/gnus-msg.el (gnus-inews-yank-articles): Reselect the message
854         frame after selecting a new article if the value of
855         `message-use-multi-frames' is non-nil and more than one articles
856         are given.
857
858 1999-01-20  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
859
860         * Sync up with gnus-6_10.
861
862 * 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
863
864         * README.semi.ja: Delete "ichikawa" from the branches info, and
865         add "keiichi" and "nana-gnus" to there.  Modify the directory name
866         for the daily snapshots.
867         * README.semi: Likewise.
868
869 * 1999-01-19  Katsumi Yamaoka   <yamaoka@jpl.org>
870
871         * lisp/message.el (message-reply): Cancel the last change.
872         (message-followup): Cancel the last change.
873         (message-wide-reply): Cancel the last change.
874
875         * lisp/gnus-msg.el (gnus-summary-gather-references): Abolished.
876         (gnus-summary-reply): Cancel the last change.
877         (gnus-post-news): Cancel the last change.
878
879 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
880
881         * lisp/gnus.el (gnus-version-number): Update to 6.11.5.
882
883         * Sync up with gnus-6_10.
884
885 * 1999-01-18  Katsumi Yamaoka   <yamaoka@jpl.org>
886
887         * lisp/gnus-sum.el (gnus-summary-move-article): Don't copy
888         expirable marks if the destination group is not expirable.
889
890 * 1999-01-15 23:08:47  Lars Magne Ingebrigtsen  <larsi@gnus.org>
891
892         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
893         binary.
894
895 * 1998-09-08 11:40:45  Lars Magne Ingebrigtsen  <larsi@gnus.org>
896
897         * lisp/nnheader.el (nnheader-pathname-coding-system): Changed to
898         binary.
899
900 * 1999-01-16  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
901
902         * lisp/message.el (message-reply): Accept references as a new
903         optional arg.
904         (message-followup): Likewise.
905         (message-wide-reply): Likewise.
906
907         * lisp/gnus-msg.el (gnus-summary-gather-references): New function.
908         (gnus-summary-reply): Use it.
909         (gnus-post-news): Use it.
910
911 * 1999-01-13  Kiyokazu SUTO  <suto@merry.xmath.ous.ac.jp>
912
913         * lisp/nnspool.el (nnspool-retrieve-headers): Protect against empty
914         body.
915
916 * 1999-01-13  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
917
918         * lisp/gnus-offline.el: Add Tsukamoto Tetsuo
919         <czkmt@remus.dti.ne.jp> to author and maintainer.
920
921 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
922
923         * lisp/nnmail.el (nnmail-article-group): Shrink pathologically
924         long headers.
925
926 * 1998-12-19 23:02:26  Lars Magne Ingebrigtsen  <larsi@gnus.org>
927
928         * lisp/nnmail.el (nnmail-split-header-length-limit): New variable.
929
930 * 1999-01-12  Katsumi Yamaoka   <yamaoka@jpl.org>
931
932         * lisp/nntp.el (nntp-request-post): Put a Message-ID generated by
933         server if it does not exist in the article.
934         (nntp-request-post): Run `nntp-prepare-post-hook'.
935         (nntp-wait-for): Save a response from the server in
936         `nntp-process-response' after sending a command.
937         (nntp-prepare-post-hook): New hook, run just before posting an
938         article.
939
940         * lisp/nnheader.el (nnheader-init-server-buffer): Make
941         `nntp-process-response' be buffer-local in `nntp-server-buffer'.
942         (nntp-process-response): New variable, used for holding a response
943         from the server after sending a command.
944
945 * 1998-09-28  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
946
947         * lisp/nnmh.el (nnmh-request-accept-article): Insert `Message-ID'
948         only if `group' name is neither "queue" nor "draft".
949
950 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
951
952         * lisp/pop3.el (pop3-munge-message-separator): Use
953         `parse-time-string'.
954
955 * 1998-10-03 15:04:27  Lars Magne Ingebrigtsen  <larsi@gnus.org>
956
957         * lisp/parse-time.el (parse-time-rules): Accept dates far into the
958         past and the future, and parse single-digit numbers as years.
959
960 * 1998-09-11 08:19:22  Katsumi Yamaoka  <yamaoka@jpl.org>
961
962         * lisp/parse-time.el (parse-time-string): One too many nils.
963
964 * 1998-09-10 06:20:52  Lars Magne Ingebrigtsen  <larsi@gnus.org>
965
966         * lisp/parse-time.el (parse-time-rules): Parse
967         "Wed, 29 Apr 98 0:26:01 EDT" times.
968
969 * 1998-09-10 01:58:24  Lars Magne Ingebrigtsen  <larsi@gnus.org>
970
971         * lisp/parse-time.el (parse-time-rules): Accept times that look
972         like "h:mm".
973
974 * 1998-09-08 00:38:39  Lars Magne Ingebrigtsen  <larsi@gnus.org>
975
976         * lisp/parse-time.el (parse-time-string): Downcase before handling.
977         (parse-time-rules): Times without seconds have 0 seconds.
978
979 * 1998-09-06 23:23:06  Lars Magne Ingebrigtsen  <larsi@gnus.org>
980
981         * lisp/parse-time.el (parse-time-syntax): Use vectors.
982
983 * 1999-01-11  Katsumi Yamaoka   <yamaoka@jpl.org>
984
985         * lisp/gnus-vm.el (gnus-summary-save-in-vm): Save window config,
986         select the article before saving.
987
988 * 1999-01-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
989
990         * lisp/gnus-offline.el (gnus-offline-popup-menu): Bug fix -- Use
991         `gnus-offline-menu-on-agent' if `miee-popup-menu' does not exist.
992
993 * 1999-01-08  Katsumi Yamaoka   <yamaoka@jpl.org>
994
995         * lisp/pop3.el (pop3-last): Use `split-string' instead of
996         `pop3-string-to-list'.
997         (pop3-stat): Likewise.
998         (pop3-munge-message-separator): Likewise.
999         (pop3-string-to-list): Abolished.
1000
1001 * 1999-01-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1002
1003         * lisp/gnus-offline.el (gnus-offline-setup): Don't call
1004         `gnus-offline-agent-expire' when 'gnus-agent-expire-all' is
1005         non-nil.
1006         (gnus-offline-define-menu-on-miee): Call `easy-menu-add' under
1007         XEmacs.
1008         (gnus-offline-popup-menu): New function.
1009         (gnus-offline-define-menu-and-key): Call it under Emacs to create
1010         a popup menu in the group buffer.
1011
1012 * 1998-12-28  Katsumi Yamaoka   <yamaoka@jpl.org>
1013
1014         * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Always
1015         select the article before previewing. Abolish prefix arg.
1016
1017         * lisp/gnus-art.el (gnus-mime-preview-quitting-method): re-select
1018         the article without reservation.
1019         (gnus-article-display-mime-message): Show all headers if
1020         `gnus-have-all-headers' the local var of summary buffer is non-nil.
1021
1022 * 1998-12-22  Katsumi Yamaoka   <yamaoka@jpl.org>
1023
1024         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1025         `gnus-summary-next-article' in `gnus-original-article-mode'.
1026         (mime-preview-over-to-previous-method-alist): Use
1027         `gnus-summary-prev-article' in `gnus-original-article-mode'.
1028         (gnus-article-mode-map): Define almost undefined keys to
1029         `gnus-article-read-summary-keys'.
1030         (gnus-article-prepare-display): Set `gnus-article-current-summary'
1031         to `gnus-summary-buffer'.
1032
1033 * 1998-12-21  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1034
1035         * lisp/pop3-fma.el (pop3-fma-movemail): Work with movemail.exe
1036         with APOP extention.
1037
1038 * 1998-12-18  Katsumi Yamaoka   <yamaoka@jpl.org>
1039
1040         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Show version.
1041         (gnus-xmas-logo-color-style): Default to `sky'.
1042
1043         * lisp/gnus.el (gnus-group-startup-message): Show version.
1044         (gnus-splash-face): Shorten a wavelength.
1045
1046         * lisp/gnus-bbdb.el (toplevel): Define `bbdb-pop-up-elided-display'
1047         for avoiding byte-compile warning.
1048
1049         * lisp/gnus-agent.el (gnus-agent-file-coding-system): Default to
1050         `raw-text'.
1051
1052 * 1998-12-17  Katsumi Yamaoka   <yamaoka@jpl.org>
1053
1054         * lisp/*.el: Ebola eradication.
1055
1056 * 1998-11-17  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1057
1058         * lisp/message.el (message-dont-send): Use `message-save-drafts'
1059         instead of `save-buffer'.
1060
1061 * 1998-11-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1062
1063         * lisp/message.el (message-send-mail): Protect against errors.
1064         (message-send-news): Likewise.
1065         (message-maybe-split-and-send-mail): New function.
1066         (message-maybe-split-and-send-news): New function.
1067
1068 * 1998-11-13  Katsumi Yamaoka   <yamaoka@jpl.org>
1069
1070         * lisp/gnus-art.el (gnus-article-header-presentation-method): Use
1071         `mime-insert-header' instead of `mime-insert-decoded-header'.
1072
1073 * 1998-11-09  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1074
1075         * lisp/gnus-ofsetup.el: New file - setting function for
1076         gnus-offline.
1077
1078 * 1998-10-30  Katsumi Yamaoka   <yamaoka@jpl.org>
1079
1080         * lisp/gnus-draft.el (gnus-draft-decoding-function): Use
1081         `mime-decode-header-in-buffer' instead of `eword-decode-header'.
1082
1083 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1084
1085         * lisp/nnheader.el (nnheader-parse-nov): Use
1086         `make-full-mail-header'.
1087
1088 * 1998-10-20  Katsumi Yamaoka   <yamaoka@jpl.org>
1089
1090         * lisp/gnus-art.el (gnus-article-display-method-for-encoded-word):
1091         Abolished.
1092         (gnus-article-display-message-with-encoded-word): Abolished.
1093
1094 * 1998-10-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1095
1096         * lisp/gnus-msg.el (gnus-message-setup-hook): Replace the default
1097         value to `gnus-maybe-setup-default-charset'.
1098         (gnus-maybe-setup-default-charset): New function. It is called
1099         `message-maybe-setup-default-charset' at one time.
1100
1101         * lisp/message.el (message-maybe-setup-default-charset): Abolished.
1102
1103 * 1998-08-16  Tatsuya Ichikawa  <t-ichi@po.shiojiri.ne.jp>
1104
1105         * lisp/gnus-offline.el : New file.
1106
1107 1999-01-18  Keiichi Suzuki  <kei-suzu@mail.wbs.ne.jp>
1108
1109         * ChangeLog turned over.