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