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