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