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