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