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