Update.
[elisp/gnus.git-] / ChangeLog
1 2001-01-14  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus-art.el (gnus-treatment-function-alist): Use backquote.
4
5 2001-01-13  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
6
7         * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
8
9 2001-01-12  Katsumi Yamaoka <yamaoka@jpl.org>
10
11         * lisp/gnus-vers.el (T-gnus): Update to 6.14.6.
12         (gnus-revision-number): Clear to 00.
13
14         * Sync up with Gnus v5.8.8.
15
16 2001-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
17
18         * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
19         extents for XEmacs 21.1 using `format'.
20
21 2001-01-10  Katsumi Yamaoka <yamaoka@jpl.org>
22
23         * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
24         don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
25         running.
26
27         * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
28         `smiley-toggle-buffer' when compiling.
29         (gnus-treatment-function-alist): Use `gnus-smiley-display' for
30         `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
31         running.
32         (gnus-treat-display-smileys): Check for `smiley-mule' instead of
33         `gnus-bitmap'.
34         (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
35
36 2000-12-22  Katsumi Yamaoka <yamaoka@jpl.org>
37
38         * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
39         `save-excursion'.
40         (gnus-bug): Pop up the sending buffer first.
41
42         * lisp/dgnushack.el
43         (byte-compile-file-form-custom-declare-variable): Use `defvar'
44         instead of `custom-declare-variable' to make the variable
45         uncustomizable if the arguments has the keyword `:version'.
46
47 2000-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
48
49         * lisp/dgnushack.el (TopLevel): Byte-optimize
50         `custom-declare-variable', `custom-declare-group, and
51         `custom-declare-face' to omit unsupported keywords when Mule is
52         running.
53
54 2000-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
55
56         * lisp/nnshimbun.el (TopLevel): Defalias `coding-system-category'
57         to `get-code-mnemonic' for Mule.
58         (TopLevel): Make codesys `euc-japan' and `shift_jis' for Mule.
59         (nnshimbun-type-definition): Use `static-if' to determine codesys.
60         (TopLevel): Require `static'.
61
62 2000-12-06  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
63
64         * lisp/nnshimbun.el (nnshimbun-retrieve-url): coding detection is
65         improved.
66         (nnshimbun-meta-content-type-charset-regexp): New constant.
67         (nnshimbun-meta-charset-content-type-regexp): Ditto.
68
69 2000-12-03  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
70
71         * texi/gnus-ja.texi: Fixes for the last modification.
72
73 2000-12-02  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
74
75         * texi/gnus-ja.texi: Translate description about
76         `nnmail-split-fancy-with-parent'.
77
78         * texi/message-ja.texi: Use two lines for direntry.
79
80 2000-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
81
82         * lisp/dgnushack.el: Attempt to add another FLIM path to `load-path'
83         if the module `mel' does not found.  This procedure may be needed
84         when recent FLIM 1.14 is used under old Emacsen.
85
86 2000-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
87
88         * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
89
90         * lisp/message.el (message-send-mail-with-smtp): Leave the error
91         handling in `smtp-send-buffer's own care.
92
93 2000-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
94
95         * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
96
97         * lisp/gnus.el: Add autoloads for x-face-e21.
98
99         * lisp/gnus-sum.el (gnus-summary-search-article-position-point):
100         Search for `x-face-image' as well as `x-face-mule-bitmap-image'.
101
102         * lisp/gnus-art.el (gnus-article-x-face-command): Default to
103         `x-face-decode-message-header' when Emacs 21 is running and
104         x-face-e21 is installed.
105
106 2000-11-21  Katsumi Yamaoka <yamaoka@jpl.org>
107
108         * lisp/message.el (message-send-mail-with-smtp): Use
109         `smtp-send-buffer' if it exists instead of `smtp-via-smtp'.
110
111         * lisp/dgnushack.el (describe-key-briefly): New compiler macro for
112         old Emacsen.
113
114 2000-11-17  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
115
116         * lisp/nnheader.el (nnheader-header-value): Save point.
117
118 2000-11-16  Katsuhiro Hermit Endo  <hermit@koka-in.org>
119
120         * texi/gnus-ja.texi (Drafts): Fix typo.
121
122 2000-11-14  Katsumi Yamaoka <yamaoka@jpl.org>
123
124         * lisp/gnus-art.el (article-verify-x-pgp-sig): Autoload "mm-uu".
125         (gnus-treat-x-pgp-sig): Default to nil.
126
127 2000-11-10  Katsumi Yamaoka <yamaoka@jpl.org>
128
129         * Mule23@1934.en, Mule23@1934.ja, sample.lpath.el: Upgrade.
130
131         * configure: Regenerate.
132         * aclocal.m4 (AC_PATH_PACKAGEDIR): No need to quote a string for
133         `AC_MSG_RESULT'.
134         (AC_CHECK_W3): Ignore cache; no need to quote a string for
135         `AC_MSG_RESULT'.
136         (AC_CHECK_EMACS_FLAVOR): Ignore cache.
137         (AC_CHECK_EMACS): Ignore cache.
138         (AC_DEFINE_GNUS_PRODUCT_NAME): Cache.
139
140 2000-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
141
142         * configure: Regenerate.
143
144         * aclocal.m4 (AC_CHECK_W3): Substitute `W3' with empty string
145         instead of "no" if it is not acceptable.
146
147         * lisp/dgnushack.el: Load dgnuspath.el and ~/.lpath.el just before
148         path-util is loaded.
149         (dgnushack-compile): Show `load-path'.
150         (dgnushack-w3-dir): Ignore the env var W3DIR if it is empty.
151
152         * lisp/lpath.el: Move out `load-path' modification for APEL, FLIM
153         and SEMI to dgnushack.el.
154         * lisp/dgnushack.el: Move here.
155
156         * lisp/lpath.el (md5): Don't bind.
157         (url-insert-file-contents): Fbind for FSF Emacsen.
158
159 2000-11-08  Katsumi Yamaoka <yamaoka@jpl.org>
160
161         * texi/Makefile.in (install-ja-info): Specify `EMACS' and
162         `infodir'.
163         (install-info): Ditto.
164         (install-ja): Ditto.
165
166         * lisp/lpath.el (md5): Fbind using `maybe-fbind'.
167
168         * lisp/dgnushack.el (dgnushack-compose-package): Remove function.
169         (dgnushack-install-package-info-ja): Remove function.
170         (dgnushack-install-package-info): Remove function.
171         (dgnushack-install-package-lick): Remove function.
172         (dgnushack-install-package-pkginfo): Remove function.
173         (dgnushack-install-package-info-files): Remove function.
174         (dgnushack-install-package-manifest): New function.
175         (dgnushack-remove-extra-files-in-package): New function.
176         (dgnushack-gnus-product-name): Remove function.
177         (dgnushack-examine-package-dir): Remove function.
178         (dgnushack-exporting-files): Rename from `dgnushack-exported-files'.
179         (dgnushack-unexporting-files): Rename from
180         `dgnushack-unexported-files'; attempt to fix `load-path' for W3 and
181         retry to load `w3-forms' if it is failed.
182         (dgnushack-w3-dir): New variable.
183
184         * lisp/Makefile.in (remove-extra-files-in-package): New target.
185         (install-package-manifest): New target.
186         (install-package-info-ja): Remove target.
187         (install-package-info): Remove target.
188         (install-package-lick): Remove target.
189         (install-lisp): New target detached from `install'.
190         (install): Call `clever' and `install-lisp'.
191         (EXPORTING_FILES, GNUS_PRODUCT_NAME): New variables.
192
193         * configure: Regenerate.
194
195         * aclocal.m4 (AC_PATH_PACKAGEDIR): Examine `PACKAGEDIR' if it is
196         not specified under XEmacs.
197         (AC_EXAMINE_PACKAGEDIR): New function.
198         (AC_PATH_LISPDIR): Don't say annotations about install-package if
199         FSFmacs is used.
200         (AC_DEFINE_GNUS_PRODUCT_NAME): Add substitution for
201         `GNUS_PRODUCT_NAME'.
202
203         * Makefile.in (remove-extra-files-in-package): New target.
204         (install-package-manifest): New target.
205         (install-package-info-ja): Examine `PACKAGEDIR' if it is not
206         specified; call install-ja-info in texi/Makefile.
207         (install-package-info): Examine `PACKAGEDIR' if it is not
208         specified; call install-info in texi/Makefile.
209         (install-package-lisp): Rename from `install-package-lick'; examine
210         `PACKAGEDIR' if it is not specified; call `install-lisp' in
211         lisp/Makefile.
212         (install-package-ja): Call `xlick', `compose-package',
213         `remove-extra-files-in-package', `install-package-lisp',
214         `install-package-info', `install-package-info-ja' and
215         `install-package-manifest'.
216         (install-package): Call `xlick', `compose-package',
217         `remove-extra-files-in-package', `install-package-lisp',
218         `install-package-info' and `install-package-manifest'.
219         (install-info-ja, install-info): Specify `infodir'.
220         (EXAMINE_PACKAGEDIR, GNUS_PRODUCT_NAME, infodir): New variables.
221
222 2000-11-07  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
223
224         * texi/gnus-ja.texi: Do not use characters other than ascii ones
225         for direntries.
226         * texi/message-ja.texi: Ditto.
227
228 2000-11-06  Katsumi Yamaoka <yamaoka@jpl.org>
229
230         * lisp/Makefile.in (install): Don't check for the file names.
231
232 2000-11-04  Katsuhiro Hermit Endo  <hermit@koka-in.org>
233
234         * lisp/gnus-topic.el (gnus-group-topic-map): Define "T" prefix
235         command in `gnus-topic-mode-map' instead of `gnus-group-mode-map'.
236
237 2000-10-25  Katsuhiro Hermit Endo  <hermit@tomato.saino.ne.jp>
238
239         * lisp/gnus-topic.el (gnus-topic-rename): Use current topic as
240         initial value for read-string.
241
242 2000-11-06  Katsumi Yamaoka <yamaoka@jpl.org>
243
244         * lisp/Makefile.in (install): Use the lisp function
245         `dgnushack-exported-files'.
246
247         * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
248         `binary'.
249         * lisp/nnheader.el (nnheader-pathname-coding-system): Ditto.
250
251         * lisp/message.el (message-get-reply-headers): Remove useless
252         `concat'.
253
254         * lisp/md5.el: Restore the file.
255
256         * lisp/dgnushack.el (dgnushack-compile): Refer to the constant
257         `dgnushack-exported-files'.
258         (dgnushack-exported-files): New function.
259         (dgnushack-exported-files): New constant.
260         (dgnushack-unexported-files): Add some files.
261         (dgnushack-tool-files): Remove, merge it into
262         `dgnushack-unexported-files'.
263
264         * lisp/base64.el: New file -- base64 encoding functions using MEL.
265
266 2000-11-05  Tetsuo Tsukamoto  <czkmt@remus.dti.ne.jp>
267
268         * lisp/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
269         the winking face.
270
271 2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
272
273         * lisp/dgnushack.el (dgnushack-make-manifest): Fix info directory.
274
275 2000-11-02  Katsumi Yamaoka <yamaoka@jpl.org>
276
277         * Makefile.in (install-package-ja): Compile and install lisp files
278         first.
279         (install-package): Ditto.
280         (compose-package, install-package-info-ja, install-package-info,
281         install-package-lick): New sub targets.
282
283         * lisp/Makefile.in (install-package-info-ja, install-package-info,
284         install-package-lick): New targets.
285         (compose-package): Rename from `package'.
286         (install-package): Remove.
287
288         * lisp/dgnushack.el (dgnushack-install-package-info-ja,
289         dgnushack-install-package-info, dgnushack-install-package-lick,
290         dgnushack-install-package-pkginfo,
291         dgnushack-install-package-info-files, dgnushack-make-manifest,
292         dgnushack-gnus-product-name, dgnushack-examine-package-dir,
293         dgnushack-make-autoloads): New functions.
294         (dgnushack-install-package): Remove.
295         (dgnushack-compose-package): Rename from `dgnushack-make-package'.
296         (dgnushack-info-file-regexp-ja, dgnushack-info-file-regexp-en):
297         Split from `dgnushack-info-file-regexp'.
298         (dgnushack-texi-file-regexp): Remove.
299
300 2000-11-01  Katsumi Yamaoka <yamaoka@jpl.org>
301
302         * lisp/dgnushack.el (dgnushack-texi-format): Remove @ignore'd areas
303         before processing.
304
305 2000-11-01  Katsumi Yamaoka <yamaoka@jpl.org>
306
307         * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
308
309         * lisp/gnus.el (gnus-product-variable-file-list): Check for
310         `emacs-version' in the file "cache" as well.
311         * lisp/gnus-start.el (gnus-product-read-variable-file-1): Make it
312         talkative.
313
314 2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
315
316         * lisp/dgnushack.el: Bind `:key-type' and `:value-type' for old
317         Emacsen.
318
319 2000-10-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
320
321         * lisp/ptexinfmt.el (texinfo-format-direntry): Fixed broken
322         direntry generate probrem.
323         (Advised by Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>)
324
325 2000-10-31  Katsumi Yamaoka <yamaoka@jpl.org>
326
327         * lisp/gnus-sum.el (gnus-summary-insert-line): Work with quoted
328         double-quote characters.
329         (gnus-summary-prepare-threads): Ditto.
330
331 2000-10-30  TAKAHASHI Kaoru  <kaoru@kaisei.org>
332
333         * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice-flag): Renamed
334         from `ptexinfmt-disable-broken-notice'.
335
336 2000-10-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
337
338         * lisp/ptexinfmt.el (texinfo-format-printindex): Mule for Windows
339         detection fixed.
340
341 2000-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
342
343         * lisp/gnus.el (gnus-group-startup-message): Rewrite for Emacs 21.
344         * lisp/lpath.el: Fbind `propertize'.
345
346 2000-10-22  Katsuhiro Hermit Endo <hermit@tomato.saino.ne.jp>
347
348         * texi/gnus-ja.texi (Changing Servers): Fix typo.
349
350 2000-10-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
351
352         * lisp/nnshimbun.el (nnshimbun-netbsd-get-headers): Fix regular
353         expression to extract xover urls.
354
355 2000-10-12  Jesper Harder <jesper_harder@hotmail.com>
356
357         * make.bat: Makes it possible to generate the Info files on
358         windows again.
359
360 2000-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
361
362         * Makefile.in (info-ja, xinfo-ja): No need to use `MAKEINFO=no'.
363         (install-info-ja, install-info, install-lisp, install-ja): New
364         targets (possibly for FSF Emacsen).
365
366         * texi/Makefile.in (install-ja-info, install-info, install-ja,
367         %-ja.info, %-ja): New targets.
368
369         * texi/message-ja.texi (direntry): Replace "message" with
370         "message-ja".
371
372 2000-10-08  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
373
374         * lisp/nnshimbun.el (nnshimbun-type-definition): Fix regular
375         expression to extract article body from `ZDNet'.
376
377 2000-10-06  Katsumi Yamaoka <yamaoka@jpl.org>
378
379         * lisp/imap.el: Require `base64' instead of to autoload it.
380
381 2000-10-05  Katsumi Yamaoka <yamaoka@jpl.org>
382
383         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
384         `gnus-point-at-eol'.
385         * lisp/gnus.el (gnus-group-startup-message): Ditto.
386
387         * lisp/gnus-ems.el (gnus-ems-redefine): Revive annulling of
388         `gnus-summary-set-display-table'.
389
390 2000-10-04  Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
391
392         * lisp/gnus-sum.el (gnus-build-sparse-threads): Use
393         `make-full-mail-header-from-decoded-header' instead of
394         `make-full-mail-header'.
395
396 2000-10-03  Katsumi Yamaoka <yamaoka@jpl.org>
397
398         * lisp/gnus-group.el (gnus-group-get-new-news): Update modeline
399         using `gnus-agent-toggle-plugged' if agent is activated.
400         * lisp/gnus-agent.el (gnus-group-get-new-news): Don't advise it,
401         merge it into gnus-group.el instead.
402
403         * lisp/gnus-offline.el (gnus-offline-after-jobs-done): Use `ding'
404         with `play-sound-file' for XEmacs statically.
405
406         * lisp/gnus-art.el (gnus-article-add-button): Quote
407         `:button-keymap' for Mule 2.3 but it won't work.
408
409 2000-09-29  Katsumi Yamaoka <yamaoka@jpl.org>
410
411         * lisp/message.el (message-ignored-supersedes-headers): Synch with
412         Gnus.
413
414 2000-09-27  TAKAHASHI Kaoru  <kaoru@kaisei.org>
415
416         * list/ptexinfmt.el (texinfo-multitable-widths): Fix
417         broken-facility probrem when use multitable unsupported
418         texinfmt.el.
419
420 2000-09-26  TAKAHASHI Kaoru  <kaoru@kaisei.org>
421
422         * lisp/ptexinfmt.el (texinfo-format-printindex): Use (featurep
423         'meadow) instead of `texinfmt-version'.
424
425 2000-09-25  Katsumi Yamaoka <yamaoka@jpl.org>
426
427         * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
428
429         * texi/gnus-faq-ja.texi, lisp/gnus.el, README.semi.ja, README.semi,
430         README: Replace "<semi-gnus-*@meadow.scphys.kyoto-u.ac.jp>" with
431         "<semi-gnus-*@meadowy.org>".
432
433 2000-09-22  TAKAHASHI Kaoru  <kaoru@kaisei.org>
434
435         * lisp/ptexinfmt.el (texinfo-format-printindex): Add
436         broken-facility check, for Mule for Windows.
437         (texinfo-format-printindex): New function.
438
439 2000-09-19  Katsumi Yamaoka <yamaoka@jpl.org>
440
441         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode bitmap
442         smileys to ordinary text before removing any text properties.  It
443         is synchronized with the latest smiley-mule.el.
444
445 2000-09-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
446
447         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
448         of `ZDNet'.
449
450 2000-09-15   Daiki Ueno  <ueno@unixuser.org>
451
452         * lisp/gnus-art.el: Always require `wid-edit'.
453
454 2000-09-14  Katsumi Yamaoka <yamaoka@jpl.org>
455
456         * lisp/dgnushack.el (dgnushack-compile): Don't compile gnus-ml.el
457         when FSFmacs is running.
458
459         * lisp/gnus-ml.el: Bind some undeclared variables.
460
461         * lisp/gnus-art.el (gnus-article-add-button): Add widget button.
462         (gnus-article-display-mime-message): Don't set
463         `mime-button-mother-dispatcher'.
464
465         * lisp/message.el: Require `reporter' for the function
466         `define-mail-user-agent' when Mule 2.3 is running.
467
468 2000-09-07  Tadashi Watanabe  <watanabe@sigmaitec.co.jp>
469
470         * lisp/smiley.el (smiley-buffer, smiley-create-glyph): Work with
471         GTK XEmacs as well.
472
473 2000-09-06  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
474
475         * lisp/nnshimbun.el (nnshimbun-header-xref): New function.
476         (nnshimbun-insert-header): Use `nnshimbun-header-xref', instead of
477         `mail-header-xref'.
478         (nnshimbun-make-mhonarc-contents): Took a measure against
479         unexpected TAB characters.
480
481 2000-09-05  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
482
483         * lisp/nnshimbun.el: Add `netbsd' support.
484         (nnshimbun-nov-fix-header): Change a form storing Message-Id.
485         (nnshimbun-search-id): Ditto.
486         (nnshimbun-make-mhonarc-contents): Use optional header
487         information.
488
489 2000-09-05   Daiki Ueno  <ueno@unixuser.org>
490
491         * lisp/pop3.el (pop3-quit): Don't clear `pop3-uidl-obarray'.
492         (pop3-save-uidls): Clear `pop3-uidl-obarray' here.
493
494 2000-09-04   Daiki Ueno  <ueno@unixuser.org>
495
496         * lisp/mail-source.el (pop3-leave-mail-on-server): Declare.
497         (mail-source-keyword-map): New keyword `:leave' for pop.
498         (mail-source-fetch-pop): Refer it.
499
500         * lisp/pop3.el (pop3-ssl-program-name): New variable.
501
502 2000-08-31  TAKAHASHI Kaoru  <kaoru@kaisei.org>
503
504         * lisp/ptexinfmt.el (texinfo-multitable-widths,
505         texinfo-multitable-item): Apply char-width probrem fix patch
506         (by KOIE Hidetaka <koie@skipjack.koie.org>).
507         Newsgroups: fj.editor.emacs
508         Message-ID: <5dzom3nxq7.fsf@skipjack.koie.org>
509
510         * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice): New
511         variable.
512
513 2000-08-29  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
514
515         * lisp/nnshimbun.el (nnshimbun-zdnet-get-headers): Follow changes
516         of ZDNet.
517
518 2000-08-25  Katsumi Yamaoka <yamaoka@jpl.org>
519
520         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
521
522 2000-08-25  Yagi Tatsuya  <yagi@is.titech.ac.jp>
523             Katsumi Yamaoka <yamaoka@jpl.org>
524
525         * lisp/nntp.el (nntp-list-options, nntp-options-subscribe,
526         nntp-options-not-subscribe): New server variables.
527         (nntp-request-list): Use them.
528         * texi/gnus.texi, texi/gnus-ja.texi: Update for them.
529
530 2000-08-23  Katsumi Yamaoka <yamaoka@jpl.org>
531
532         * lisp/gnus.el (gnus-group-startup-message): Use `image-size' to
533         simplify the program.
534
535         * lisp/gnus-group.el (gnus-group-rename-group): Inhibit renaming of
536         zombie or killed groups.
537
538 2000-08-21  Katsumi Yamaoka <yamaoka@jpl.org>
539
540         * lisp/nnheader.el (nnheader-replace-chars-in-string): Use
541         `static-if'.
542         * lisp/message.el (message-replace-chars-in-string): Ditto.
543
544 2000-08-19  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
545
546         * lisp/nnshimbun.el (nnshimbun-type-definition): Follow changes of
547         ZDNet.
548         (nnshimbun-make-text-or-html-contents): Ditto.
549         (nnshimbun-make-html-contents): Ditto.
550
551 2000-08-18  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
552             Akihiro Arisawa  <ari@atesoft.advantest.co.jp>
553
554         * lisp/nnshimbun.el: Add `mew' and `xemacs' support.
555
556 2000-08-17  Katsumi Yamaoka <yamaoka@jpl.org>
557
558         * lisp/dgnushack.el (dgnushack-texi-format): Require `ptexinfmt'
559         instead of `texinfmt'.
560         (dgnushack-install-package): Don't install ptexinfmt.el.
561         (dgnushack-make-package): Don't include ptexinfmt.el in MANIFEST.
562         (dgnushack-compile): Don't compile dgnushack.el nor ptexinfmt.el.
563         (dgnushack-unexported-files, dgnushack-tool-files): New constants.
564
565         * lisp/Makefile.in (install-package): No need to remove
566         dgnushack.elc.
567         (install): Don't install ptexinfmt.el; no need to remove
568         dgnushack.elc.
569
570         * lisp/ptexinfmt.el: New file imported from Wanderlust.
571
572 2000-08-09  Katsumi Yamaoka <yamaoka@jpl.org>
573
574         * lisp/nntp.el (nntp-open-telnet): Wait for the telnet prompt
575         before sending a command; allow the rtelnet prompt as well.
576
577         * lisp/message.el (message-make-forward-subject): Remove garbage
578         line.
579
580 2000-08-01  Katsumi Yamaoka <yamaoka@jpl.org>
581
582         * configure: Regenerate.
583         * aclocal.m4 (AC_CHECK_EMACS): Unset `EMACS' environment variable
584         if it is `t'.
585
586 2000-07-24  Katsumi Yamaoka <yamaoka@jpl.org>
587
588         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
589
590         * configure: Regenerate with autoconf v2.14.1.
591
592         * configure.in: Rewrite for using new macros in aclocal.m4.
593
594         * aclocal.m4: (AC_ADD_LOAD_PATH, AC_PATH_PACKAGEDIR,
595         AC_CHECK_EMACS, AC_DEFINE_GNUS_PRODUCT_NAME): New macros.
596         (AC_PATH_LISPDIR): Set `lispdir' to ".../site-lisp/t-gnus" by
597         default.
598         (AC_CHECK_EMACS_FLAVOR): Rename from `AC_XEMACS_P'; check for
599         `MULE' as well.
600         (AM_PATH_LISPDIR): Remove.
601
602         * acinclude.m4: Remove.
603
604         * lisp/dgnushack.el: Don't add "/usr/share/emacs/site-lisp" to
605         `load-path'.
606
607         * lisp/gnus-ems.el (gnus-ems-redefine): Defalias
608         `gnus-summary-set-display-table' to `(lambda ())' instead of
609         `ignore' (don't synch. with Gnus).
610
611 2000-07-21   Daiki Ueno  <ueno@unixuser.org>
612
613         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Use
614         mime-entity-fetch-field instead of mail-header-from.
615
616 2000-07-18   Daiki Ueno  <ueno@unixuser.org>
617
618         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
619
620         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Don't refer
621         gnus-original-article-buffer.
622         (gnus-bbdb-insinuate): Set gnus-article-display-hook instead of
623         gnus-article-prepare-hook.
624         (gnus-bbdb/extract-field-value): Use mime-entity-fetch-field
625         instead of mail-fetch-field.
626         (gnus-bbdb/extract-field-value-init): Just return extractor.
627
628 2000-07-15   Daiki Ueno  <ueno@unixuser.org>
629
630         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
631
632         * README-gnus-bbdb.{ja|en}: Add example setting about
633         gnus-bbdb-insinuate-message.
634         (bbdb-auto-notes-hook): Don't use pop.
635
636         * lisp/gnus-bbdb.el: Check defvaralias when compiling.
637
638         * lisp/gnus-art.el (gnus-article-setup-buffer): Set
639         gnus-original-article-buffer as unibyte.
640         (gnus-request-article-this-buffer): Ditto.
641
642         * lisp/nnimap.el (nnimap-callback): Don't use nnimap-demule.
643         (nnimap-request-article-part): Ditto.
644
645         * lisp/imap.el (imap-open): Set process buffer as unibyte.
646
647 2000-07-13 10:09:52  Katsumi Yamaoka  <yamaoka@jpl.org>
648
649         * acinclude.m4 (AC_CHECK_W3): Fix typo.
650
651 2000-07-13  Katsumi Yamaoka <yamaoka@jpl.org>
652
653         * configure: Regenerate with autoconf v2.14.1.
654         * aclocal.m4: Regenerate with aclocal v1.4.
655
656         * configure.in: Don't call `AC_CHECK_PROG' for `EMACS'.
657
658         * acinclude.m4: Merge ShengHuo's changes.
659         (AC_CHECK_W3): Use `quote' instead of '.
660         (AC_XEMACS_P): Don't modify the value of `XEMACS'.
661         (AC_EMACS_LISP): Safely quote the elisp form.
662
663 2000-07-12 15:47:06  ShengHuo ZHU  <zsh@cs.rochester.edu>
664
665         * aclocal.m4: Stolen macros from w3.
666         * configure.in: Use them.
667         * configure: Generate it.
668
669 2000-07-03  Katsumi Yamaoka <yamaoka@jpl.org>
670
671         * lisp/gnus-vers.el (T-gnus): Update to 6.14.5.
672         (gnus-revision-number): Clear to 00.
673
674         * README.T-gnus: Update.
675
676         * lisp/{webmail.el,rfc2047.el,qp.el,pop3.el,nnwarchive.el,
677         nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,nnmail.el,
678         nnimap.el,nnheader.el,nnfolder.el,nndraft.el,nndoc.el,mml.el,
679         mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
680         message.el,mail-source.el,lpath.el,imap.el,gnus.el,gnus-uu.el,
681         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
682         gnus-soup.el,gnus-score.el,gnus-msg.el,gnus-mailcap.el,
683         gnus-group.el,gnus-ems.el,gnus-demon.el,gnus-cus.el,gnus-art.el,
684         gnus-agent.el,ChangeLog}: Sync up with Gnus v5.8.7.
685
686         * texi/{message.texi,gnus.texi,gnus-ja.texi,ChangeLog}: Sync up
687         with Gnus v5.8.7.
688
689         * contrib/rfc2015.el: New file.
690
691 2000-06-27  Katsumi Yamaoka <yamaoka@jpl.org>
692
693         * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
694
695         * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): Use
696         `mime-insert-entity-content' instead of obsolete functions.
697
698 2000-06-13  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
699
700         * lisp/gnus-bbdb.el(gnus-bbdb/update-record): Fix to fetch last
701         mail field.
702
703 2000-06-09  Katsumi Yamaoka <yamaoka@jpl.org>
704
705         * lisp/gnus.el (gnus-news-group-p): Sync with Gnus.
706         (gnus-select-method): Remove "*" from doc string.
707         (gnus-group-startup-message): Use `dino' colors.
708
709 2000-06-08  Katsumi Yamaoka <yamaoka@jpl.org>
710
711         * lisp/message.el (message-fix-before-sending): Expose all
712         invisible text with the property `message-invisible'; don't expose
713         invisible X-Face fields; widen at first.
714         (message-invisible-region): New function, substitute for
715         `invisible-region'.
716         (message-send): Call `message-fix-before-sending' after evaluating
717         `message-send-hook'.
718         (message-check-ignore-invisible-x-face-field): Remove.  You can use
719         (add-hook 'message-send-hook 'x-face-xmas-remove-x-face-glyph)
720         instead.
721
722 2000-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
723
724         * lisp/message.el (message-save-drafts): Rewrite.
725
726         * lisp/nnheader.el (nnheader-text-coding-system-for-write,
727         nnheader-text-coding-system): New variables, substitutes for
728         `mm-text-coding-system-for-write' or `mm-text-coding-system'.
729
730         * lisp/nnmbox.el (nnmbox-active-file-coding-system,
731         nnmbox-file-coding-system): Use `nnheader-text-coding-system'.
732         * lisp/nnmail.el (nnmail-incoming-coding-system): Ditto.
733         * lisp/nnfolder.el (nnfolder-file-coding-system): Ditto.
734         (nnfolder-active-file-coding-system): Ditto.
735
736         * lisp/mail-source.el (mail-source-text-coding-system): Remove.
737         (TopLevel): require `nnheader'.
738
739         * lisp/nndraft.el (nndraft-request-article): Bind coding system to
740         `nnheader-text-coding-system'.
741         (nndraft-request-replace-article): Ditto.
742         * lisp/mail-source.el (mail-source-fetch-maildir): Ditto.
743         * lisp/gnus-uu.el (gnus-uu-save-article): Ditto.
744         * lisp/gnus-util.el (gnus-output-to-mail, gnus-output-to-rmail):
745         Ditto.
746         * lisp/gnus-soup.el (gnus-soup-write-prefixes): Ditto.
747
748         * lisp/gnus-util.el (gnus-write-buffer): Bind
749         `file-name-coding-system' to `nnmail-pathname-coding-system'.
750         * lisp/gnus-start.el (gnus-slave-save-newsrc): Bind coding system
751         to `gnus-startup-file-coding-system'.
752
753 2000-06-06  Katsumi Yamaoka <yamaoka@jpl.org>
754
755         * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
756
757         * lisp/message.el (message-fix-before-sending): Don't check for
758         invisible X-Face fields if
759         `message-check-ignore-invisible-x-face-field' is non-nil.
760         (message-send): Call `message-fix-before-sending' before encoding.
761         (message-check-ignore-invisible-x-face-field): New user option.
762
763 2000-06-01  KANEMATSU Daiji <kanematu@sra.co.jp>
764
765         * texi/gnus-ja.texi (gnus-summary-hide-all-threads): Fix typo.
766
767 2000-05-28  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
768
769         * nnshimbun.el (nnshimbun-request-article-1): Fix to insert x-face
770         unless SERVER.
771         (nnshimbun-asahi-get-headers): Fix for subjects which contain ^M.
772
773 2000-05-26  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
774
775         * lisp/nnshimbun.el (nnshimbun-write-nov): New function.
776         (nnshimbun-close-group): Call nnshimbun-write-nov.
777         (nnshimbun-generate-nov-database): Ditto.
778         (nnshimbun-generate-nov-for-each-group): Fix bug which occur new
779         entries add NOV database.
780         (nnshimbun-generate-nov-for-all-groups): Ditto.
781         (nnshimbun-search-id): Add argument to return header, and modify
782         for search of original message id.
783         (nnshimbun-nov-fix-header): New function.
784         (nnshimbun-make-date-string): Fix for a two-digit year.
785
786 2000-05-26  Katsumi Yamaoka <yamaoka@jpl.org>
787
788         * lisp/nnshimbun.el (nnshimbun-make-html-contents): Show X-Face.
789         (nnshimbun-make-text-or-html-contents): Ditto.
790         (nnshimbun-request-article-1): Ditto.
791         (nnshimbun-x-face-alist): New variable.
792
793 2000-05-25  Tanaka Akira      <akr@m17n.org>
794
795         * README.semi, README.semi.ja: Update for CVS via SSH.
796
797 2000-05-25  Katsumi Yamaoka <yamaoka@jpl.org>
798
799         * texi/gnus-ja.texi: Change coding-system to `iso-2022-7bit-ss2'.
800         * texi/TRANSLATION.ja: Replace CRLF with LF.
801
802 2000-05-25  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
803
804         * lisp/nnshimbun.el (nnshimbun-fill-line): Use
805         `nnshimbun-fill-column' instead of `fill-column'.
806
807 2000-05-25  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
808
809         * lisp/nnshimbun.el: Clean up codes.
810
811         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Follow
812         changes in nnshimbun.el.
813         * texi/gnus-ja.texi (nnshimbun): Ditto.
814
815 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
816
817         * lisp/nnshimbun.el: Add `ZDNet Japan', `Yomiuri', and `Wired
818         News' support.
819         (nnshimbun-regexp-opt): New function.
820         (nnshimbun-wired-get-all-headers): Replace regexp-opt with
821         nnshimbun-regexp-opt.
822
823 2000-05-24  Katsumi Yamaoka <yamaoka@jpl.org>
824
825         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Complete
826         completions.
827
828 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
829
830         * lisp/nnshimbun.el: Add `CNET Japan' support.
831         (nnshimbun-make-date-string): New function.
832         (nnshimbun-asahi-get-headers): Use nnshimbun-make-date-string.
833         (nnshimbun-sponichi-get-headers): Ditto.
834
835 2000-05-24  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
836
837         * lisp/nnshimbun.el (nnshimbun-retrieve-url): Add argument to
838         ignore w3's cache.
839
840 2000-05-24  Katsumi Yamaoka <yamaoka@jpl.org>
841
842         * lisp/gnus-group.el (gnus-group-make-shimbun-group): Add
843         completion to the shimbun address; delete empty strings from
844         `gnus-group-shimbun-type-history' and
845         `gnus-group-shimbun-address-history'.
846
847         * lisp/nnshimbun.el (nnshimbun-asahi-get-headers): Don't use
848         `timezone'.
849         (nnshimbun-type-definition): Add address.
850
851 2000-05-23  Tatsuya Ichikawa <ichikawa@erc.epson.com>
852
853         * lisp/nnshimbun.el: Add `sponichi' support.
854
855 2000-05-23  KOSEKI Yoshinori  <kose@wizard.tamra.co.jp>
856
857         * lisp/nnshimbun.el (nnshimbun-mime-encode-string): Fix wrong
858         close brackets.
859
860 2000-05-23  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
861
862         * lisp/nnshimbun.el: Change coding-system.
863
864 2000-05-21  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
865
866         * texi/gnus-ja.texi (nnshimbun): Add description.
867
868 2000-05-21  Katsumi Yamaoka <yamaoka@jpl.org>
869
870         * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
871
872         * lisp/dgnushack.el (dgnushack-texi-format): Fix last change.
873
874 2000-05-21  TSUCHIYA Masatoshi  <tsuchiya@pine.kuee.kyoto-u.ac.jp>
875
876         * lisp/nnshimbun.el: New backend.
877
878         * lisp/gnus-group.el (gnus-group-make-shimbun-group): New command.
879
880 2000-05-17  Kenichi OKADA <okada@opaopa.org>
881
882         * lisp/imap.el (imap-digest-md5-auth): Rewrite for the use of
883         `sasl-digest-md5-digest-response' instead of
884         `digest-md5-digest-response'.
885         (TopLevel): Require `sasl' when compiling instead of `digest-md5';
886         don't autoload "digest-md5".
887
888 2000-05-17  Katsumi Yamaoka <yamaoka@jpl.org>
889
890         * lisp/nndraft.el (nndraft-request-replace-article): Replace
891         `mm-text-coding-system' with `mail-source-text-coding-system';
892         Replace `mm-auto-save-coding-system' with
893         `message-draft-coding-system'.
894
895         * lisp/mail-source.el (mail-source-fetch-maildir): Replace
896         `mm-text-coding-system' with `mail-source-text-coding-system'.
897         (mail-source-text-coding-system): New variable.
898
899         * lisp/dgnushack.el (dgnushack-texi-format): Use
900         `output-coding-system' instead of `coding-system-for-write' when
901         old Mule is used.
902
903 2000-05-16  Katsumi Yamaoka <yamaoka@jpl.org>
904
905         * lisp/message.el (message-forward) Replace the use of `eolp' with
906         `bolp' for detecting the start of the line.
907         (message-indent-citation): Ditto.
908
909 2000-05-10   Daiki Ueno  <ueno@unixuser.org>
910
911         * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Don't bind
912         `bbdb-use-pop-up' while executing `bbdb-pop-up-bbdb-buffer'.
913
914 2000-05-10  Katsumi Yamaoka <yamaoka@jpl.org>
915
916         * lisp/gnus-msg.el (gnus-debug): Break MIME tags from the snoopies.
917         (gnus-bug): Insert text/plain tag at the end of the buffer.
918
919 2000-05-10  Katsumi Yamaoka <yamaoka@jpl.org>
920
921         * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
922
923 2000-05-10  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
924
925         * lisp/message.el (message-list-references): Do not insert
926         duplicate Message-Id, when specified
927         `message-list-references-add-position'.
928
929         * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Support group address.
930         (gnus-bbdb/insert-address-regexp): New function.
931
932 2000-05-09  Katsumi Yamaoka <yamaoka@jpl.org>
933
934         * lisp/gnus-msg.el (gnus-debug): Add "nntp.el" and `defvoo'.
935
936 2000-05-08  Katsumi Yamaoka <yamaoka@jpl.org>
937
938         * lisp/gnus-vers.el (T-gnus): Update to 6.14.4.
939
940         * README.T-gnus: Update.
941
942         * lisp/{webmail.el,rfc2047.el,nnmbox.el,nndoc.el,mml.el,mm-view.el,
943         mm-partial.el,mm-decode.el,mm-bodies.el,message.el,lpath.el,
944         gnus.el,gnus-vers.el,gnus-util.el,gnus-start.el,gnus-score.el,
945         gnus-msg.el,gnus-mailcap.el,gnus-ems.el,gnus-draft.el,gnus-art.el,
946         ChangeLog}: Sync up with Gnus v5.8.6.
947         * texi/{postamble.tex,message.texi,message-ja.texi,gnusref.tex,
948         gnus.texi,gnus-ja.texi,emacs-mime.texi,Makefile.in,ChangeLog}: Sync
949         up with Gnus v5.8.6.
950
951 2000-04-28  Katsumi Yamaoka <yamaoka@jpl.org>
952
953         * texi/gnus.texi, texi/gnus-ja.texi, texi/gnus-faq-ja.texi, README:
954         You might be able to use T-gnus with the versions of XEmacs prior
955         to 21.1.1.
956
957         * contrib/timer.el: New file. Imported from fsf-compat-1.07-pkg.
958
959 2000-04-27  Katsumi Yamaoka <yamaoka@jpl.org>
960
961         * lisp/mm-view.el (gnus-article-mime-handles): Don't bind it.
962
963         * lisp/gnus-sum.el (gnus-article-mime-handles): Restore from Gnus.
964         (gnus-article-decoded-p): Ditto.
965
966         * lisp/gnus-art.el (gnus-article-mime-handles): Don't bind it.
967         (gnus-article-decoded-p): Ditto.
968
969 2000-04-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
970
971         * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to
972         make info from texi. Thanks to Hayashi-san.
973
974 2000-04-25  Katsumi Yamaoka <yamaoka@jpl.org>
975
976         * lisp/dgnushack.el (union, member-if, mapcon, last): Remove
977         compiler macros.
978
979 2000-04-24  Katsumi Yamaoka <yamaoka@jpl.org>
980
981         * lisp/gnus-vers.el (T-gnus): Update to 6.14.3.
982
983         * README.T-gnus: Update.
984
985         * GNUS-NEWS: Sync up with Gnus v5.8.5.
986         * lisp/{webmail.el,utf7.el,time-date.el,smiley.el,rfc2047.el,
987         rfc1843.el,qp.el,pop3.el,parse-time.el,nnweb.el,nnwarchive.el,
988         nnvirtual.el,nnultimate.el,nntp.el,nnspool.el,nnslashdot.el,
989         nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
990         nndoc.el,nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
991         mm-encode.el,mm-decode.el,mm-bodies.el,message.el,mail-source.el,
992         mail-prsvr.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,gnus.el,
993         gnus-xmas.el,gnus-win.el,gnus-uu.el,gnus-util.el,gnus-topic.el,
994         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,
995         gnus-msg.el,gnus-move.el,gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,
996         gnus-logic.el,gnus-kill.el,gnus-int.el,gnus-group.el,gnus-ems.el,
997         gnus-eform.el,gnus-dup.el,gnus-draft.el,gnus-cite.el,gnus-cache.el,
998         gnus-bcklg.el,gnus-async.el,gnus-art.el,gnus-agent.el,
999         format-spec.el,flow-fill.el,fill-flowed.el,dgnushack.el,ChangeLog}:
1000         Sync up with Gnus v5.8.5.
1001         * texi/{refcard.tex,gnusref.tex,gnus.texi,gnus-ja.texi,
1002         gnus-faq-ja.texi,Makefile.in,ChangeLog}: Sync up with Gnus v5.8.5.
1003
1004         * README: Requires XEmacs 21.1.1 and later.
1005         * texi/{gnus.texi, gnus-faq-ja.texi}: Ditto.
1006
1007 2000-04-20  Katsumi Yamaoka <yamaoka@jpl.org>
1008
1009         * lisp/gnus-vers.el (T-gnus): Update to 6.14.2.
1010         (gnus-revision-number): Clear to 00.
1011
1012         * README.T-gnus: Update.
1013
1014         * lisp/{webmail.el,utf7.el,time-date.el,rfc2047.el,qp.el,pop3.el,
1015         parse-time.el,nnweb.el,nnwarchive.el,nnultimate.el,nntp.el,
1016         nnslashdot.el,nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,
1017         mm-view.el,mm-util.el,mm-decode.el,mm-bodies.el,message.el,
1018         mail-source.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,
1019         gnus.el,gnus-win.el,gnus-vers.el,gnus-uu.el,gnus-topic.el,
1020         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-mailcap.el,
1021         gnus-group.el,gnus-cus.el,gnus-art.el,gnus-agent.el,base64.el,
1022         ChangeLog}: Sync up with Gnus v5.8.4.
1023
1024         * lisp/fill-flowed.el: New file.
1025
1026         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Gnus v5.8.4.
1027
1028         * contrib/{vcard.el,one-line-cookie.diff,README}: New files.
1029
1030 2000-04-14  Katsumi Yamaoka <yamaoka@jpl.org>
1031
1032         * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use
1033         of the separated message frames; use `gnus-copy-article-buffer'.
1034
1035 2000-04-13  Katsumi Yamaoka <yamaoka@jpl.org>
1036
1037         * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
1038         (gnus-extended-version): Use `gnus-product-name' and
1039         `gnus-version-number' instead of the use of `product-string'.
1040         (gnus-version-number): Exclude `gnus-revision-number'.
1041         (Defining product): Include `gnus-revision-number'.
1042         (TopLevel): Require `poe' for the function `butlast'.
1043
1044 2000-04-13  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
1045
1046         * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
1047         modification.
1048         (gnus-search-or-regist-spec): Change interface.
1049
1050 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
1051
1052         * lisp/gnus-art.el (gnus-article-prev-page): Bind
1053         `window-pixel-scroll-increment' to nil while scrolling for
1054         canceling a backlash and a modeline erosion.  It may work under
1055         XEmacs 21.2.20 and later.
1056         (gnus-article-next-page): Ditto.
1057
1058 2000-04-12  Katsumi Yamaoka <yamaoka@jpl.org>
1059
1060         * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
1061
1062         * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
1063
1064 2000-04-11  Keiichi Suzuki  <keiichi@mdcnet.co.jp>
1065
1066         * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
1067         arguments.
1068
1069         * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
1070         (gnus-update-format-specifications): Support new data structure of
1071         `gnus-format-specs-compiled'.
1072         (gnus-update-format-specification-1): Likewise.
1073         (gnus-update-format): Support new data structure of
1074         `gnus-format-specs'.
1075         (gnus-format-specs): Modify data structure.
1076
1077 2000-04-10   Daiki Ueno  <ueno@unixuser.org>
1078
1079         * lisp/imap.el (imap-body-lines): Check Content-Type: of the
1080         article case insensitively.
1081
1082 2000-04-07  Katsumi Yamaoka <yamaoka@jpl.org>
1083
1084         * lisp/message.el (message-cite-original): Use "unknown sender" if
1085         from field does not exist in the yanked article.
1086
1087 2000-04-06  Katsumi Yamaoka <yamaoka@jpl.org>
1088
1089         * lisp/message.el (message-cite-original): Extract from field for
1090         the simple citation line.
1091
1092 2000-03-21  Katsumi Yamaoka <yamaoka@jpl.org>
1093
1094         * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
1095         article does not exist.
1096
1097 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
1098
1099         * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
1100
1101         * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
1102         `output-coding-system' for Mule 2.3.
1103         * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
1104         * lisp/imap.el (imap-ssl-open): Ditto.
1105         * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
1106
1107 2000-03-17  Katsumi Yamaoka <yamaoka@jpl.org>
1108
1109         * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
1110         (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
1111         file using `gnus-re-read-newsrc-el-file'.  In that case, the
1112         compiled format specs in the file which may be created by the other
1113         Gnusae should be ignored.
1114
1115 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
1116
1117         * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
1118         when Mule 2.3 is running.
1119
1120 2000-03-16  Katsumi Yamaoka <yamaoka@jpl.org>
1121
1122         * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
1123
1124         * lisp/gnus.el (gnus-continuum-version): Remove.
1125         (gnus-product-variable-file-list): Use `product-version' instead of
1126         the constant values.
1127         (TopLevel): Don't autoload "gnus-msg" for the function
1128         `gnus-extended-version'.
1129         (gnus-version): Move to gnus-vers.el.
1130         (gnus-version): Ditto.
1131         (gnus-version-number): Ditto.
1132         (gnus-product-name): Ditto.
1133         (gnus-original-product-name): Ditto.
1134         (running-pterodactyl-gnus-0_73-or-later): Ditto.
1135         (gnus-original-version-number): Ditto.
1136         (gnus-revision-number): Ditto.
1137
1138         * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
1139         (gnus-version): Move from gnus.el.
1140         (gnus-version): Ditto.
1141         (gnus-version-number): Ditto.
1142         (gnus-product-name): Ditto.
1143         (gnus-original-product-name): Ditto.
1144         (running-pterodactyl-gnus-0_73-or-later): Ditto.
1145         (gnus-original-version-number): Ditto.
1146         (gnus-revision-number): Ditto.
1147
1148         * lisp/gnus-start.el (gnus-product-quick-file-format): Use
1149         `gnus-vers' instead of `gnus' for the product.
1150         (gnus-product-save-variable-file-1): Message an absolute file name;
1151         use `save-buffer-as-coding-system'; use `gnus-vers' instead of
1152         `gnus' for the product.
1153         (gnus-convert-old-ticks): Remove.
1154         (gnus-convert-old-newsrc): Remove.
1155         (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
1156
1157         * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
1158         `gnus-format-specs-compiled'.
1159         (gnus-update-format-specifications): Specify the arg `format' for
1160         `gnus-update-format-specification-1'.
1161         (gnus-update-format-specification-1): Modify for the new form of
1162         `gnus-format-specs-compiled'; add a new arg `format'.
1163         (gnus-format-specs-compiled): Allow the plural compiled functions
1164         for each element.
1165
1166         * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
1167
1168 2000-03-14  Keiichi Suzuki  <keiichi@nanap.org>
1169
1170         NOTE: It requires `product' in APEL 10.0 or later.
1171         Will be created ``~/News/.T-gnus/'' directory automatically by
1172         default.   You can customize location by `gnus-product-directory'.
1173         ``cache'' and  ``strict-cache'' files will be created under the
1174         directory.
1175
1176         * lisp/gnus.el (TopLevel): Require `gnus-vers'.
1177         (gnus-product-name): Abolished.
1178         (gnus-version-number): Ditto.
1179         (gnus-version): Use `product-string'. (Format changed)
1180         (gnus-variable-list): Delete `gnus-format-specs'.
1181         (gnus-product-variable-file-list): New variable.
1182         (TopLevel): Use `product-provide'.
1183
1184         * lisp/gnus-vers.el: New file.
1185
1186         * lisp/gnus-start.el (gnus-product-directory): New user option.
1187         (gnus-clear-quick-file-variables): New function.
1188         (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
1189         (gnus-read-newsrc-file): Likewise.
1190         (gnus-read-newsrc-el-file): Read product's variable files.
1191         (gnus-product-read-variable-file-1): New function.
1192         (gnus-save-newsrc-file): Save product's variable files.
1193         (gnus-product-variable-touch): New function.
1194         (gnus-product-variables-dirty-p): Ditto.
1195         (gnus-product-save-variable-file): Ditto.
1196         (gnus-product-save-variable-file-1): Ditto.
1197         (gnus-product-quick-file-format): Ditto.
1198
1199         * lisp/gnus-spec.el (gnus-update-format): Use
1200         `gnus-product-variable-touch'.
1201         (gnus-update-format-specification-1): Likewise.
1202         (gnus-update-format-specifications): Do not check `emacs-version'
1203         and `gnus-newsrc-file-version'.  Use
1204         `gnus-product-variable-touch'.
1205
1206         * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
1207         `product-string'.
1208
1209 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
1210
1211         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1212         (gnus-compile-user-specs): New user option.
1213
1214         * texi/gnus.texi: Update.
1215         * texi/gnus-ja.texi: Update.
1216
1217         * lisp/gnus-start.el (gnus-setup-news): Revert.
1218         (gnus-setup-news-hook): Revert.
1219
1220         * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
1221         as well; don't bind `gnus-tmp-func'.
1222         (gnus-update-format-specifications): Revert; use
1223         `gnus-update-format-specification-1'.
1224         (gnus-update-format-specification-1): New function.
1225         (gnus-format-specs-compiled): Modify the form.
1226         (TopLevel): Require `alist'.
1227
1228 2000-03-09  Katsumi Yamaoka <yamaoka@jpl.org>
1229
1230         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1231
1232         * texi/gnus.texi: Update.
1233         * texi/gnus-ja.texi: Update.
1234
1235         * lisp/gnus-start.el (gnus-setup-news): Update all format specs
1236         just before `gnus-setup-news-hook' is evaluated.
1237         (gnus-setup-news-hook): Default to `gnus-compile'.
1238
1239         * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
1240         `gnus-format-specs', generate compiled specs in
1241         `gnus-format-specs-compiled' instead; don't touch the dribble
1242         buffer.
1243         (gnus-update-format-specifications): Bind `gnus-format-specs' to
1244         `gnus-format-specs-compiled' if the latter is non-nil; use
1245         `gnus-update-format-specifications-1'.
1246         (gnus-update-format-specifications-1): Rename from
1247         `gnus-update-format-specifications'; update the value of
1248         `gnus-newsrc-file-version' if the updating is forced.
1249         (gnus-format-specs-compiled): New internal variable.
1250
1251 2000-03-05  Keiichi Suzuki  <keiichi@nanap.org>
1252
1253         * lisp/gnus-spec.el (gnus-update-format-specifications): Force
1254         update format specifications, when differ `gnus-version' and
1255         `gnus-newsrc-file-version' instead of `gnus-version' and
1256         `gnus-version' in `gnus-format-specs'.
1257         Do not add `gnus-version' into `gnus-format-specs'.
1258
1259 2000-03-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1260
1261         * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
1262         from gnus-format-specs.
1263
1264 2000-02-21  Yoshiki Hayashi  <yoshiki@xemacs.org>
1265
1266         * nnvirtual.el (nnvirtual-request-article):
1267         Bind gnus-override-method to nil.
1268         (nnvirtual-request-update-mark): Don't update mark when
1269         article is not there.
1270
1271 2000-03-03   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1272
1273         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1274
1275         * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
1276         and `pgg-verify-region'.
1277         (gnus-summary-decrypt-article): New command.
1278         (gnus-summary-verify-article): New command.
1279         (gnus-summary-article-map): Bind them.
1280         (gnus-wheel-summary-scroll): Fix paren style.
1281
1282 2000-03-02  Katsumi Yamaoka <yamaoka@jpl.org>
1283
1284         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1285
1286 2000-03-01  MORIOKA Tomohiko  <tomo@m17n.org>
1287
1288         * lisp/nnheader.el (nnheader-insert-nov): Use
1289         `mime-entity-fetch-field' instead of `mime-fetch-field'.
1290
1291         * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
1292         `mime-entity-read-field' instead of `mime-read-field'.
1293         (gnus-article-sort-by-author): Likewise.
1294
1295 2000-03-02   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1296
1297         * lisp/nnimap.el (nnimap-request-article-part): Don't use
1298         `imap-capability' to detect BODYDETAIL response.
1299
1300 2000-03-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1301
1302         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1303
1304         * lisp/nnimap.el
1305         (nnimap-request-article-part): Handle `BODY' fetch response when
1306         the server implements IMAP4 rev1 capabilities.
1307         (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
1308         this attribute was obsoleted in RFC2060.
1309         (nnimap-request-body): Ditto.
1310
1311 2000-02-29  Katsumi Yamaoka <yamaoka@jpl.org>
1312
1313         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1314
1315         * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
1316         from gnus-xmas.el; share them with XEmacs-MULE.
1317
1318         * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
1319         Move to gnus-ems.el.
1320
1321 2000-02-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1322
1323         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1324
1325         * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
1326         `gnus-bbdb/split-mail'.
1327         * README-gnus-bbdb.ja: Ditto.
1328
1329 2000-02-08  Yoshiki Hayashi <yoshiki@xemacs.org>
1330
1331         * gnus-art.el (article-display-face): Show folded X-Face.
1332
1333 2000-02-08  Keiichi Suzuki  <keiichi@nanap.org>
1334
1335         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1336
1337         * lisp/nnmail.el (nnmail-get-new-mail): Do not check
1338         `nnmail-spool-file'.
1339
1340 2000-02-06   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1341
1342         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1343
1344         * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
1345         (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
1346         `digest-md5' to IMAP authenticators.
1347
1348         * lisp/gnus-offline.el (gnus-group-get-new-news,
1349         gnus-agent-toggle-plugged,gnus-agent-expire,
1350         gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
1351         redefining.
1352
1353         * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
1354
1355         * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
1356         confusing tabs from original header.
1357
1358 2000-02-02  Katsumi Yamaoka <yamaoka@jpl.org>
1359
1360         * lisp/pop3.el (pop3-md5): Fset to `md5' if the module `md5' is
1361         installed.
1362         (pop3-apop): Use built-in `md5' if it exists.
1363
1364 2000-01-27  Katsumi Yamaoka <yamaoka@jpl.org>
1365
1366         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1367
1368         * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
1369         module `gnus-bitmap' instead of `smiley-mule'.
1370
1371         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
1372         without redisplaying if the point is out of view.
1373
1374 2000-01-25  Katsumi Yamaoka <yamaoka@jpl.org>
1375
1376         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1377
1378 2000-01-24  SANETO Takanori <sanewo@ba2.so-net.ne.jp>
1379
1380         * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
1381
1382         * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
1383         * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
1384         Ditto.
1385
1386         * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
1387         arg of `message'.
1388         * lisp/gnus.el (gnus-version): Ditto.
1389         * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
1390         * lisp/gnus-offline.el (gnus-offline-set-interval-time,
1391         gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
1392         gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
1393         gnus-offline-hangup-line, gnus-offline-get-new-news-function,
1394         gnus-offline-connect-server): Ditto.
1395         * lisp/dgnushack.el (dgnushack-make-package): Ditto.
1396
1397 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1398
1399         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1400
1401         * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
1402         buffer if it is called non-interactively.
1403
1404 2000-01-18  Katsumi Yamaoka <yamaoka@jpl.org>
1405
1406         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1407
1408         * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
1409         if the point is out of view.
1410
1411 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1412
1413         * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
1414         `pos-visible-in-window-p' returns nil.
1415
1416 2000-01-15  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1417
1418         * lisp/gnus-offline.el (gnus-agent-mode): New advice.
1419
1420 2000-01-12  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1421
1422         * lisp/base64.el: Unbound base64-*-string and base64-*-region
1423         when defined by autoload.
1424
1425 2000-01-11  Katsumi Yamaoka <yamaoka@jpl.org>
1426
1427         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
1428         the original code; hide group contents while rescanning.
1429
1430 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1431
1432         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
1433         lines in the imitation buffer; turn off h-scrollbar for XEmacs.
1434
1435 2000-01-07  Katsumi Yamaoka <yamaoka@jpl.org>
1436
1437         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1438
1439         * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
1440         nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
1441         gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
1442         gnus-agent.el}: Require `gnus-clfns' when compiling.
1443
1444         * lisp/rfc2231.el: Require `cl' when compiling.
1445
1446         * lisp/gnus-clfns.el: New file.
1447
1448         * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
1449         gnus-clfns.el.
1450
1451         * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
1452         rescan the current newsgroup before exiting; wear an imitation
1453         summary buffer while rescanning.
1454
1455 2000-01-06  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1456
1457         * lisp/dgnushack.el (char-before): Use the byte-optimaization.
1458
1459 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1460
1461         * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
1462         (gnus-revision-number): Clear to 00.
1463
1464         * README.T-gnus: Update.
1465
1466         * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
1467         score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
1468         nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
1469         nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
1470         nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
1471         nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
1472         nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1473         mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
1474         mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
1475         gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
1476         gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1477         gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
1478         gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
1479         gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
1480         gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
1481         gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
1482         gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
1483         gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
1484         v5.8.3.
1485
1486         * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
1487         emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
1488
1489 2000-01-05  Katsumi Yamaoka <yamaoka@jpl.org>
1490
1491         * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
1492         the new CVS server.
1493
1494         * lisp/gnus-sum.el (gnus-articles-to-read): Bind
1495         `cursor-in-echo-area' to nil while `read-from-minibuffer'.
1496
1497 1999-12-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1498
1499         * lisp/gnus-offline.el (TopLevel): Call
1500         `define-process-argument-editiong' only under Meadow -- i.e. don't
1501         call this function under NTEmacs.
1502
1503 1999-12-28  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1504
1505         * lisp/gnus.el (gnus-revision-number): Increment to 15.
1506
1507         * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
1508         `gnus-offline-agent-automatic-expire'.
1509         (gnus-agent-expire): Fix the advice.
1510         (gnus-offline-after-jobs-done): Refer to
1511         `gnus-offline-auto-expire'.
1512
1513         * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
1514         messages.
1515         (gnus-offline-resource-ja): Ditto.
1516
1517         * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
1518         bind `coding-system-for-read' to raw-text-dos, else bind it to
1519         binary.
1520
1521 1999-12-28  Katsumi Yamaoka <yamaoka@jpl.org>
1522
1523         * lisp/gnus.el (gnus-revision-number): Increment to 14.
1524
1525         * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
1526
1527 1999-12-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1528
1529         * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
1530         (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
1531         value depends on the version of ssl.el.
1532         (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
1533         `coding-system-for-read' to raw-text-dos, else bind it to binary.
1534
1535 1999-12-23  Keiichi Suzuki  <keiichi@nanap.org>
1536
1537         * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
1538         `save-restriction'.
1539
1540 1999-12-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1541
1542         * lisp/imap.el (imap-streams,imap-stream-alist,
1543         imap-authenticators,imap-authenticator-alist,
1544         imap-digest-md5-p): Sync with latest Gnus.
1545         (imap-starttls-p): Rename from `imap-tls-p'.
1546         (imap-starttls-open): Rename from `imap-tls-open'.
1547
1548 1999-12-21  Katsumi Yamaoka <yamaoka@jpl.org>
1549
1550         * lisp/gnus.el (gnus-revision-number): Increment to 13.
1551
1552         * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
1553         as its parent directory.
1554
1555         * lisp/imap.el (base64-encode-string, base64-decode-string):
1556         Autoload "base64" instead of the tricky definitions.
1557
1558         * lisp/base64.el: Restore the original code and invalidate it; use
1559         mel for the base64 codec.
1560
1561 1999-12-20  Katsumi Yamaoka <yamaoka@jpl.org>
1562
1563         * lisp/imap.el (mel-find-function): Always require `mel' instead of
1564         the use of autoloading.  Because the function `mel-find-function'
1565         is defined by `defsubst'.
1566
1567 1999-12-18  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1568
1569         * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
1570         `gnus-offline-connected', not `gnus-plugged'.
1571
1572         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
1573         `unless'. Use `when'.
1574
1575         * lisp/imap.el (base64-encode-string): Fix. May work.
1576
1577 1999-12-16  Katsumi Yamaoka <yamaoka@jpl.org>
1578
1579         * lisp/message.el (message-goto-mail-copies-to): If the field is
1580         newly created, a string "never" is inserted in default.
1581         (message-goto-mail-followup-to): If the field is newly created and
1582         To field contains only one address, the address is inserted in
1583         default.
1584         (message-mode-map): New key stroke `C-c C-f c' for the command
1585         `message-goto-mail-copies-to'.
1586
1587 1999-12-15  Katsumi Yamaoka <yamaoka@jpl.org>
1588
1589         * lisp/gnus.el (gnus-revision-number): Increment to 12.
1590
1591         * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
1592
1593         * lisp/lpath.el (toolbar-gnus, get-charset-property,
1594         font-lock-set-defaults, find-coding-system, coding-system-get):
1595         Bind them for FSF Emacsen.
1596         (read-color, x-defined-colors, compute-motion): Don't bind.
1597
1598         * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
1599         `base64-encode-string' and `base64-decode-string' instead of
1600         `imap-base64-encode-string' or `imap-base64-decode-string'.
1601         (base64-encode-string): New function.  It won't be defined if it
1602         is already bound and the optional second arg is allowed.
1603         (base64-decode-string): New function defined by `defun-maybe'.
1604         (imap-base64-encode-string, imap-base64-decode-string): Remove.
1605         (mel-find-function): Autoload "mel".
1606
1607         * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
1608         get-popup-menu-response, toolbar-gnus, get-charset-property,
1609         find-coding-system, coding-system-get, font-lock-set-defaults):
1610         Don't bind.
1611         (union, member-if, mapcon, mapc, last): Don't define as compiler
1612         macros under XEmacs.  It is based on Hrvoje's advice.
1613         (member-if): New compiler macro for emulating cl function.
1614
1615 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1616
1617         * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
1618         of `static-condition-case'.
1619
1620 1999-12-14  Katsumi Yamaoka <yamaoka@jpl.org>
1621
1622         * lisp/gnus.el (gnus-revision-number): Increment to 11.
1623
1624         * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
1625         arg `no-line-break'.
1626
1627 1999-12-14   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1628
1629         * lisp/imap.el: Require `digest-md5' when compiling; add autoload
1630         settings for `digest-md5-parse-digest-challenge' and
1631         `digest-md5-digest-response'.
1632         (imap-authenticators): Add `digest-md5'.
1633         (imap-authenticator-alist): Setup for `digest-md5'.
1634         (imap-digest-md5-p): New function.
1635         (imap-digest-md5-auth): New function.
1636
1637 1999-12-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1638
1639         * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
1640         buffer name must be specific to its mail source.
1641
1642 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1643
1644         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1645
1646         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
1647         call too many `static-if's.
1648
1649         * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
1650         `make-symbolic-link' is not availabe.
1651
1652         * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
1653
1654 1999-12-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1655
1656         * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
1657         the original `gnus-agent-toggle-plugged'.
1658
1659         * lisp/mail-source.el (mail-source-fetch-imap): Don't create
1660         multiple temporary buffers, and don't kill one.
1661
1662 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1663
1664         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1665
1666         * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
1667         optional argument `force'. Use `read-file-name' instead of
1668         `read-directory-name'.
1669
1670 1999-12-10  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1671
1672         * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
1673
1674         * lisp/gnus-agent.el (gnus): Give up to advise here.
1675         (gnus-group-get-new-news): New advice instead.
1676
1677         * lisp/gnus-offline.el (gnus-offline-setup): Call
1678         `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
1679         here.
1680         (gnus-offline-define-menu-and-key): Simplify.
1681         (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
1682         interactively.
1683
1684         * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
1685         `gnus-offline-setting-file'.
1686         (gnus-nntp-service): Set this variable here, not in
1687         `gnus-offline-setting-file'
1688         (gnus-nntp-server): Ditto.
1689         (gnus-after-getting-new-news-hook): Ditto.
1690         (message-send-hook): Ditto.
1691         (mail-source-read-passwd): Ditto.
1692         (gnus-setup-news-hook): Ditto.
1693         (gnus-setup-for-offline): Now one can get mails from `imap',
1694         `file', `directory' or `maildir'.
1695
1696         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1697         Ignore non-POP mail sources.
1698
1699 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
1700
1701         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1702
1703         * lisp/gnus-util.el (gnus-union): Remove.
1704         (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
1705
1706         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
1707         instead of `gnus-union'.
1708
1709 1999-12-10  A.Hitachi       <a_hitachi@msi.biglobe.ne.jp>
1710             Katsumi Yamaoka <yamaoka@jpl.org>
1711
1712         * lisp/dgnushack.el (union): New compiler macro for emulating cl
1713         function.
1714
1715 1999-12-10  Katsumi Yamaoka <yamaoka@jpl.org>
1716
1717         * lisp/gnus-util.el: Require `gnus-ems'.
1718         (gnus-ems-redefine): Call it to redefine the functions
1719         `gnus-truncate-string', etc.
1720         (gnus-union): Fix doc string.
1721
1722         * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
1723
1724 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
1725
1726         * lisp/gnus.el (gnus-revision-number): Increment to 06.
1727
1728 1999-12-09  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1729
1730         * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
1731         in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
1732
1733 1999-12-09  Katsumi Yamaoka <yamaoka@jpl.org>
1734
1735         * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
1736         function.
1737         (mapc): Bug fix - treat the last arg as a list.
1738
1739 1999-12-08  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1740
1741         * lisp/gnus.el (gnus-revision-number): Increment to 05.
1742
1743         * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
1744         modeline "Plugged" status display with the value of
1745         `gnus-plugged'.
1746
1747         * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
1748         compile time.
1749         (gnus-offline-set-online-sendmail-function): defsubst.
1750         (gnus-offline-set-offline-sendmail-function): Ditto.
1751         (gnus-offline-set-offline-post-news-function): Ditto.
1752         (gnus-offline-set-online-post-news-function): Ditto.
1753         (gnus-offline-disable-fetch-mail): Ditto.
1754         (gnus-offline-enable-fetch-mail): Ditto.
1755         (gnus-offline-setup): Fix typo.
1756         (gnus-offline-gnus-get-new-news): Abolish.
1757         (gnus-offline-toggle-plugged): Ditto.
1758         (gnus-offline-agent-expire): Ditto.
1759         (gnus-group-get-new-news): New advice which does things
1760         `gnus-offline-gnus-get-new-news' was doing.
1761         (gnus-agent-toggle-plugged): New advice which does thing
1762         `gnus-offline-toggle-plugged' was doing.
1763         (gnus-agent-expire): New advice which does things
1764         `gnus-offline-agent-expire' was doing.
1765         (gnus-offline-define-menu-and-key): No longer substitute key
1766         definitions on `gnus-group-mode-map'. No longer swap commands for
1767         a toolbar button.
1768         (gnus-offline-after-get-new-news): Do jobs only when
1769         `gnus-plugged' is t.
1770
1771         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
1772         expressions.
1773
1774 1999-12-08  Katsumi Yamaoka <yamaoka@jpl.org>
1775
1776         * lisp/message.el (message-yank-add-new-references): Fix doc string.
1777
1778         * texi/{message-ja.texi, message.texi}
1779         (message-list-references-add-position,
1780         message-yank-add-new-references): Add documentations.
1781
1782 1999-12-07  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1783
1784         * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
1785         `gnus-offline-get-message'.
1786
1787         * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
1788         `gnus-ofsetup-get-message'.
1789
1790 1999-12-07  Katsumi Yamaoka <yamaoka@jpl.org>
1791
1792         * lisp/gnus.el (gnus-revision-number): Increment to 04.
1793         (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
1794
1795         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
1796         `get-text-property' in the outside of the boundary.
1797         (gnus-article-smiley-display): New function.
1798         (gnus-treatment-function-alist): Use it.
1799
1800         * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
1801         the bug fixed version rigidly instead of the use of `defadvice'.
1802
1803         * lisp/message.el (font-lock-after-change-function): Don't use
1804         `compile' for the arg of `defadvice'.
1805
1806 1999-12-06  Keiichi Suzuki  <keiichi@nanap.org>
1807
1808         * lisp/message.el (message-yank-add-new-references): New option
1809         value `message-id-only'.
1810         (message-yank-original): Likewise.
1811         (message-list-references-add-position): New user option.
1812         (message-list-references): When
1813         `message-list-references-add-position' is integer value, the order
1814         of designate number message-ids is kept.
1815
1816 1999-12-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1817
1818         * lisp/gnus.el (gnus-revision-number): Increment to 03.
1819
1820         * lisp/gnus-offline.el (gnus): Don't advise here.
1821         (TopLevel): Call `gnus-offline-define-menu-and-key'.
1822         (gnus-offline-setup): Don't call
1823         `gnus-offline-define-menu-and-key' here.
1824
1825         * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
1826         rely on `gnus-load-hook'.
1827         (gnus): New advice. Call `gnus-offline-setup' when everything is
1828         done.
1829
1830         * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
1831         at the compile time. Use `gnus-alive-p'.
1832
1833 1999-12-06  Katsumi Yamaoka <yamaoka@jpl.org>
1834
1835         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1836
1837         * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
1838         don't use `byte-defop-compiler'.
1839         (byte-optimize-form-code-walker): Advise it for fixing the bug in
1840         and/or forms.  The original idea is devised by FUKUI-san, modified
1841         by KOBAYASHI-san.
1842         (max-specpdl-size): Set 3000.
1843
1844 1999-12-05  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1845
1846         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1847
1848         * lisp/gnus-offline.el (gnus): New advice. synchronize
1849         `gnus-offline-connected' with `gnus-plugged'.
1850
1851 1999-12-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1852
1853         * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
1854         (gnus-revision-number): Clear to 00.
1855
1856         * README.branch.ja: Update for t-gnus-6_14 branch.
1857         * README.branch: Ditto.
1858         * README.T-gnus: Ditto.
1859         * README.semi.ja: Ditto.
1860         * README.semi: Ditto.
1861
1862         * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
1863         nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
1864         mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
1865         gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
1866         gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
1867
1868         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1869         gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
1870         Gnus v5.8.2.
1871
1872         * t-gnus-6_14: NEW PUBLIC BRANCH.
1873
1874 1999-12-03  Hirokazu FUKUI  <hfukui@sannet.ne.jp>
1875             Katsumi Yamaoka <yamaoka@jpl.org>
1876
1877         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1878
1879         * lisp/dgnushack.el (char-before): Use compiler macro instead of
1880         byte-optimizer.
1881         (char-after): Comment out the byte-optimization.
1882
1883         * imap.el (imap-base64-encode-string, imap-base64-decode-string):
1884         New functions.  They are identical to the built-in codec if
1885         possible, otherwise the functions defined in mel are used.
1886         (imap-cram-md5-auth): Use them.
1887
1888 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1889
1890         * lisp/imap.el: Remove autoload settings for `base64-decode-string'
1891         and `base64-encode-string'.
1892
1893 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1894
1895         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
1896         (gnus-revision-number): Clear to 00.
1897
1898         * README.T-gnus: Update.
1899
1900         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
1901
1902         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
1903         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
1904         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1905         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
1906         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1907         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1908         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
1909         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
1910         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
1911         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
1912
1913         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
1914         files.
1915
1916         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1917         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
1918         Gnus v0.99.
1919
1920 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
1921
1922         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
1923         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
1924         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
1925         (gnus-after-getting-new-news-hook): Ditto.
1926
1927         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
1928
1929 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
1930
1931         * lisp/gnus.el (gnus-revision-number): Increment to 10.
1932
1933         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
1934         char with old Emacsen as well.
1935
1936 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1937
1938         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
1939         appears in the backquoted form.
1940         (gnus-category-edit-score): Ditto.
1941
1942         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
1943         appears in the backquoted form.
1944
1945 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1946
1947         * lisp/gnus.el (gnus-revision-number): Increment to 09.
1948
1949         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
1950         bug -- do add-hook.
1951         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
1952         defined. If not, call `easy-menu-create-keymaps'.
1953
1954 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1955
1956         * lisp/gnus.el (gnus-revision-number): Increment to 08.
1957
1958         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
1959         "static" at the compile time.
1960         (gnus-offline-hangup-function): Abolish.
1961         (gnus-offline-auto-ppp): New variable.
1962         (gnus-offline-gnus-get-new-news): Refer to it.
1963         (gnus-offline-set-unplugged-state): Ditto.
1964         (gnus-offline-set-auto-ppp): New function. It replaces the
1965         function `gnus-offline-toggle-auto-hangup'.
1966         (gnus-offline-toggle-auto-hangup): Abolish.
1967         (gnus-offline-define-menu-and-key): Use `static-if' and
1968         `static-cond'.
1969         (gnus-offline-popup-menu): Do not define this function under XEmacs.
1970         (gnus-offline-popup): New function.
1971
1972         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
1973         (gnus-ofsetup-resource-en): Fix doc strings.
1974         (gnus-ofsetup-resource-ja): Ditto.
1975
1976 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1977
1978         * lisp/gnus.el (gnus-revision-number): Increment to 07.
1979
1980         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
1981         Pterodactyl Gnus v0.98.
1982
1983 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
1984
1985         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
1986
1987         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
1988
1989         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
1990         `car' and `cdr' instead of `cadr'.
1991
1992         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
1993         instead of `push'; use `if' instead of `when'.
1994
1995         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
1996         instead of `pop'.
1997         (gnus-useful-groups): Use `or' instead of `unless'.
1998
1999         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
2000         instead of `cadr'.
2001
2002 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
2003
2004         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
2005         `when' in the body of `defadvice'.  Use `if' instead.
2006
2007         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
2008         cl functions.
2009
2010 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
2011
2012         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
2013         the macro `when' in the arg of `defcustom'.  Use `if' instead.
2014
2015 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
2016
2017         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2018
2019         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
2020         `next-single-property-change' LIMIT as `point-max'.
2021         (gnus-article-prepare-mime-display): Ditto.
2022         (article-hide-signature): Ditto.
2023
2024 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
2025
2026         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
2027         are removed to fill gnus-version within 80 columns.
2028
2029 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
2030
2031         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
2032
2033 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
2034
2035         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2036
2037         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
2038         instead of `union'.
2039
2040         * lisp/gnus-util.el (gnus-union): New function.
2041
2042         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
2043         `copy-sequence' instead of `copy-list'.
2044         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
2045
2046         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
2047
2048 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
2049
2050         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2051
2052         * lisp/dgnushack.el (union, copy-list): New compiler macros for
2053         emulating cl functions.
2054
2055 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
2056
2057         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2058         (gnus-select-method): Use `condition-case' instead of
2059         `ignore-errors'.
2060
2061         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
2062         instead of `ignore-errors'.
2063
2064         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
2065
2066         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
2067         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
2068         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
2069         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
2070         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
2071         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
2072         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
2073         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
2074         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
2075         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
2076
2077 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
2078
2079         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2080
2081         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
2082         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
2083         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
2084         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
2085         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
2086         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
2087         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
2088         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
2089         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
2090         Require `cl' at the top level.
2091
2092         * lisp/gnus.el (gnus-select-method): Undo last change.
2093         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
2094         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
2095
2096         * lisp/gnus-ems.el (gnus-split-string): Remove.
2097
2098 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2099
2100         * lisp/pop3.el: Add description about STLS extension; add autoload
2101         setting for `starttls-open-stream' and `starttls-negotiate'.
2102         (pop3-stls): New function.
2103         (pop3-open-tls-stream): New function.
2104         (pop3-open-server): Use `pop3-open-tls-stream' if
2105         'pop3-connection-type' is bound to `tls'.
2106
2107 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2108
2109         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
2110         and `starttls-negotiate'.
2111         (imap-stream-alist): Add TLS entry.
2112         (imap-tls-p): New function.
2113         (imap-tls-open): New function.
2114         (imap-ssl-open): Enclose `open-ssl-stream' with
2115         `as-binary-process'.
2116
2117 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
2118
2119         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2120         (gnus-select-method): Use `condition-case' instead of
2121         `ignore-errors'.
2122
2123         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
2124         level.
2125
2126         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
2127         `coding' and `noerror' for the stopgaps.
2128
2129         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
2130         `coding' and `noerror'.
2131         (function-max-args): Maybe-fbind for FSF Emacsen.
2132
2133         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
2134         as `binary' if possible.
2135         (imap-log): Default to nil (synched with pgnus 0.99).
2136         (base64-decode-string): Autoload "mel" instead of "base64".
2137         (md5): Autoload "md5" without `eval-and-compile'.
2138
2139         * lisp/gnus-util.el (copy-list): New function defined by
2140         `defun-maybe'.
2141
2142         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
2143         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
2144
2145         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
2146         instead of `ignore-errors'.
2147
2148         * lisp/gnus-picon.el: Require `cl'.
2149
2150         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
2151         gnus-offline.el} (cl): Enclose the requiring procedure with
2152         `eval-when-compile'.
2153
2154         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
2155         procedure with `eval-when-compile' instead of `eval-and-compile'.
2156
2157 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2158
2159         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
2160         Use mail-sources instead of nnmail-spool-file.
2161         From: Toshiaki -PCX- Tanaka.
2162
2163 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
2164
2165         * lisp/gnus.el (gnus-group-startup-message): Insert space before
2166         "based on".
2167         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
2168
2169 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
2170
2171         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
2172         (gnus-revision-number): Clear to 00.
2173
2174         * README.T-gnus: Update.
2175
2176         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
2177         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
2178         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
2179         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
2180         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
2181         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
2182
2183         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
2184
2185         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
2186         translation.
2187
2188         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
2189
2190 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
2191
2192         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
2193         `message-save-drafts' instead of `set-buffer-modified-p' and
2194         `save-buffer'.
2195         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
2196         because the reply data is lost in Drafts.
2197         * lisp/gnus-art.el (gnus-signature-face): Don't check
2198         window-system type.
2199
2200 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2201
2202         * lisp/pop3.el (pop3-progress-message): New function.
2203         (pop3-movemail): Use it.
2204
2205 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
2206
2207         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
2208         `gnus-following-method'.
2209
2210         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
2211         wide reply as a mail if the message is not a news; use the macro
2212         `gnus-setup-message'.
2213
2214         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
2215
2216 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
2217
2218         * lisp/gnus.el (gnus-revision-number): Increment to 14.
2219         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
2220         function `gnus-smiley-display'.
2221
2222         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
2223         `window-system' is nil.
2224         (gnus-article-x-face-command): Default to external command if
2225         `window-system' is nil.
2226
2227 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
2228
2229         * lisp/gnus.el (gnus-revision-number): Increment to 13.
2230         (TopLevel): Rearrange autoload settings.
2231
2232         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
2233         `smiley-buffer'.
2234
2235         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
2236         "Toggle smileys" in "Washing" menu.
2237         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
2238
2239         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
2240         (smiley-toggle-buffer): New function.
2241         (smiley-buffer): Don't quote the function.
2242         (smiley-toggle-extents): Ditto.
2243
2244 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2245
2246         * lisp/gnus.el (gnus-revision-number): Increment to 12.
2247         (TopLevel): Add and delete autoloads for functions defined in
2248         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
2249
2250         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
2251         defined in "miee".
2252
2253         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
2254         `gnus-custom-mode' defined in "gnus-cus".
2255
2256 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2257
2258         * lisp/gnus.el (gnus-revision-number): Increment to 11.
2259
2260         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
2261         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
2262         header.
2263
2264 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
2265
2266         * lisp/gnus.el (gnus-revision-number): Increment to 10.
2267         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
2268         functions `x-face-mule-gnus-article-display-x-face' and
2269         `smiley-buffer'.
2270
2271         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
2272
2273         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
2274         `gnus-mule-group-startup-message'.
2275         (gnus-mule-group-startup-message): Remove.
2276         (gnus-mule-bitmap-image-file): Remove.
2277
2278         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
2279         ordinary text if the feature `smiley-mule' is provided and FSF
2280         Emacs is used.
2281         (TopLevel): Require `static' at the compile time.
2282
2283         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
2284         `mime-display-text/plain-hook' to nil.
2285         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
2286         treat the next entity position as a marker.
2287         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
2288         `gnus-smiley-display' under FSF Emacsen.
2289         (gnus-treat-display-smileys): Default to t if the module
2290         `smiley-mule' is installed.
2291         (gnus-treat-display-xface): Default to `head' if the value of
2292         `gnus-article-x-face-command' is
2293         `x-face-mule-gnus-article-display-x-face'.
2294         (gnus-article-x-face-command): Default to
2295         `x-face-mule-gnus-article-display-x-face' if the module
2296         `x-face-mule' is installed.
2297         (TopLevel): Require `static' first; require `path-util'.
2298
2299 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
2300
2301         * lisp/gnus.el (gnus-revision-number): Increment to 09.
2302
2303         * lisp/message.el (message-mode): Make
2304         `message-font-lock-last-position' as buffer local.
2305         (message-font-lock-keywords-2): Use
2306         `message-font-lock-cited-text-matcher' instead of regexp.
2307         (message-font-lock-cited-text-matcher): New function.
2308         (font-lock-after-change-function): Advice to the keep last cursor
2309         position in `message-font-lock-last-position' before fontifying.
2310         (message-font-lock-last-position): New variable.
2311         (message-font-lock-citation-name-max-column): New variable.
2312         (message-font-lock-cited-text-regexp): New variable.
2313         (message-font-lock-fence-close-position): New variable.
2314         (message-font-lock-fence-open-position): New variable.
2315         (message-font-lock-fence-close-regexp): New variable.
2316         (message-font-lock-fence-open-regexp): New variables.
2317
2318 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2319
2320         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
2321         using `message-font-lock-keywords', `message-font-lock-keywords-1'
2322         and `message-font-lock-keywords-2'.
2323         (message-font-lock-keywords): Restruct.
2324         (message-font-lock-keywords-1): New variable split from
2325         `message-font-lock-keywords'.
2326         (message-font-lock-keywords-2): Ditto.
2327
2328 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
2329
2330         * lisp/gnus.el (gnus-revision-number): Increment to 08.
2331
2332         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
2333         before highlighting or hiding it.
2334         (gnus-article-buttonize-signature): New function.
2335         (gnus-article-highlight-signature): Don't buttonize.
2336         (gnus-treatment-function-alist): Undo the last change.
2337         (gnus-treat-emphasize): Default to nil.
2338
2339 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
2340
2341         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2342         (TopLevel): Autoload "gnus-art" for the function
2343         `gnus-article-show-all'.
2344
2345         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
2346         hidden text if the command `gnus-summary-toggle-mime' is used.
2347
2348         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
2349         following parts.
2350         (gnus-article-highlight-signature): Work for forwarded messages.
2351         (gnus-article-show-all): New function based on `article-show-all'.
2352         (gnus-article-show-all-headers): Based on
2353         `article-show-all-headers'.
2354         (article-show-all-headers): New function to show all *HEADERS*.
2355         (article-show-all): Show *ALL* literally.
2356         (article-hide-signature): Work for forwarded messages.
2357         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
2358         off after `gnus-treat-highlight-signature'.
2359
2360 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
2361
2362         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2363
2364         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
2365         against forwarded messages without MIME structure.
2366         (gnus-treatment-function-alist): Move
2367         'gnus-treat-decode-article-as-default-mime-charset' to the top;
2368         put `gnus-treat-emphasize' off after
2369         `gnus-treat-highlight-headers'.
2370
2371 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2372
2373         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2374
2375 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
2376
2377         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
2378         argument is list or not before condition.
2379
2380 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2381
2382         * lisp/gnus-art.el (gnus-treat-predicate): Work for
2383         (typep "something").
2384
2385 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2386
2387         * lisp/gnus-art.el (gnus-article-prepare-display):
2388         Pass argument nil as a condition to gnus-treat-article.
2389         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
2390         Ditto. Also, treat last part of multipart article correctly.
2391
2392 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
2393
2394         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2395
2396         * lisp/message.el (message-generate-headers): Don't insert
2397         excessive newline.
2398
2399         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
2400         negative number for the 2nd arg of `insert-char'.
2401
2402 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2403
2404         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
2405         gnus-ja instead of gnus if Japanese environment is on.
2406
2407 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
2408
2409         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2410         (semi-gnus-developers): Remove.
2411         (gnus-maintainer): Change mail address.
2412         (gnus-group-startup-message): Display version string.
2413
2414         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
2415
2416         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
2417         version string; fix glyph position.
2418
2419 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
2420
2421         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
2422         to previous version until problem of respooling from
2423         nnimap to nnml is solved.
2424         (gnus-summary-move-article): Ditto.
2425
2426 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
2427
2428         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2429
2430         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
2431         value is t before checking for `condition'.
2432         (gnus-article-prepare-mime-display): Search for the entity children
2433         if the primary type is `multipart'.
2434
2435 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
2436
2437         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2438
2439         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
2440         instead of signaling an error if the destination group is not
2441         newly created.
2442         (gnus-summary-move-article): Do nothing if the destination group
2443         is not newly created.
2444
2445         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
2446         environment part.
2447
2448 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2449
2450         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
2451         active entry for the group even if it doesn't exist.
2452
2453 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2454
2455         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
2456
2457 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
2458
2459         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
2460         (gnus-revision-number): Clear to 00.
2461
2462         * README.T-gnus: Update.
2463
2464         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
2465         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
2466
2467         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
2468         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
2469         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
2470         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
2471         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
2472
2473 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2474
2475         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2476
2477         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
2478         smooth scrolling under XEmacs.
2479         (gnus-article-next-page):Ditto.
2480
2481         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
2482         descriptions about the problem of loaddefs.el and the patch for
2483         CUSTOM 1.9962.
2484
2485 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
2486
2487         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2488
2489         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
2490         `:predicate' for old Emacsen; require `static'.
2491
2492         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
2493         `:path' and `:predicate'.
2494
2495 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2496
2497         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
2498         modeline as modified.
2499
2500 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2501
2502         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2503
2504         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
2505         `mime-view-entity' in the modified header under FSF Emacsen.
2506
2507 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2508
2509         * README-offline.en: Rewrite the usage description.
2510         * README-offline.ja: Ditto.
2511
2512 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2513
2514         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2515
2516         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
2517         `gnus-offline'.
2518
2519 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2520
2521         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
2522         * README-offline.ja: Ditto.
2523
2524 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2525
2526         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2527
2528         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
2529         the current buffer as modified.
2530
2531         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
2532         (gnus-offline-get-menu-items): New function.
2533         (gnus-offline-define-menu-on-miee): Use it.
2534         (gnus-offline-define-menu-on-agent): Ditto.
2535
2536 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2537
2538         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
2539
2540         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
2541         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
2542         (pop3-quit): Clear `pop3-uidl-obarray'.
2543
2544 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2545
2546         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2547
2548         * lisp/gnus-offline.el (gnus-offline-resource-en,
2549         gnus-offline-resource-ja,
2550         gnus-offline-resource-ja_complete): New variables.
2551         (gnus-offline-get-message): News function.
2552         (gnus-offline-error-check): Use it.
2553         (gnus-offline-connect-server): Ditto.
2554         (gnus-offline-get-new-news-function): Ditto.
2555         (gnus-offline-set-mail-group-level): Ditto.
2556         (gnus-offline-hangup-line): Ditto.
2557         (gnus-offline-after-jobs-done): Ditto.
2558         (gnus-offline-toggle-auto-hangup): Ditto.
2559         (gnus-offline-toggle-on/off-send-mail): Ditto.
2560         (gnus-offline-toggle-articles-to-fetch): Ditto.
2561         (gnus-offline-empting-spool): Ditto.
2562         (gnus-offline-set-interval-time): Ditto.
2563
2564         * lisp/gnus-ofsetup.el (gnus-offline-lang,
2565         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
2566         variables.
2567         (gnus-ofsetup-get-message): New function.
2568         (gnus-setup-for-offline): Use it.
2569         (gnus-ofsetup-find-parameters): Ditto.
2570         (gnus-ofsetup-prepapre-for-miee): Ditto.
2571         (gnus-ofsetup-completing-read-symbol): Ditto.
2572         (gnus-ofsetup-customize): Ditto.
2573         (gnus-ofsetup-customize-done): Ditto.
2574
2575 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
2576
2577         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
2578         `isearch-lazy-highlight'.
2579
2580 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
2581
2582         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2583
2584         * lisp/lpath.el (babel-as-string): Bind it.
2585
2586         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
2587         original X-Face field while searching.  It is done for only FSF
2588         Emacsen.
2589         (gnus-summary-search-article-highlight-matched-text): Ditto.
2590         (gnus-summary-search-article-matched-data): Bind it explicitly.
2591
2592 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
2593
2594         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
2595         (gnus-revision-number): Clear to 00.
2596
2597         * README.T-gnus: Update.
2598
2599         * README: Sync up with Pterodactyl Gnus v0.96.
2600         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
2601         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
2602         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
2603         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
2604         gnus-agent.el,ChangeLog}: Ditto.
2605         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
2606
2607 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2608
2609         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
2610         don't retrieve any incoming mails.; Don't filter articles here.
2611         Use `convert-standard-filename' to generate fresh UIDL file names.
2612         (pop3-get-message-numbers): Rewrite.
2613         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
2614         of `with-temp-buffer'.
2615
2616 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2617
2618         * README-offline.ja : Fix.
2619
2620         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
2621         Fix typo.
2622
2623         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
2624         requirements; Enclose the autoload for `gnus-custom-mode' with
2625         `eval-and-compile'.
2626
2627 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
2628
2629         * lisp/gnus.el (gnus-revision-number): Increment to 15.
2630
2631         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
2632         for them before lpath.el is loaded.  Because lpath.el requires
2633         `poe' via `path-util'.  [cf. <tm-ja:5051>]
2634
2635         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
2636         X-Face image if the regexp "^X-Face:" is specified.
2637         (gnus-summary-search-article-highlight-matched-text): Use
2638         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
2639         X-Face image if it is requested.
2640         (gnus-summary-search-article-highlight-goto-x-face): New macro.
2641
2642 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
2643
2644         * lisp/gnus.el (gnus-revision-number): Increment to 14.
2645
2646         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
2647         recenter the article when touchdown; popup the article buffer if
2648         it is disappeared.
2649         (gnus-summary-search-article-highlight-matched-text): Treat the
2650         article before highlighting; use old style backquote syntax.
2651         (gnus-summary-search-article-position-point): Fix the beginning
2652         position; use old style backquote syntax.
2653         (gnus-summary-select-article): Undo the last change.
2654         (gnus-summary-display-article): Bind
2655         `gnus-summary-search-article-matched-data' in the article buffer
2656         locally.  It is moved from `gnus-summary-select-article'.
2657
2658 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
2659
2660         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
2661         (clean): Remove formatted info files.
2662         (distclean): Just remove Makefile.
2663
2664 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2665
2666         * lisp/gnus.el (gnus-revision-number): Increment to 13.
2667
2668         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
2669         (gnus-agent-fetch-headers): Limit downloadable articles if the
2670         number of unread articles exceeds `gnus-agent-large-newsgroup'.
2671         (gnus-agent-expire): Do not expire saved or replied articles when
2672         `gnus-agent-expire-all' is nil.
2673
2674         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
2675         variable.
2676         (gnus-offline-agent-expire): Check it; Bind
2677         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
2678         (gnus-offline-after-jobs-done): Don't check
2679         `gnus-agent-expire-all'.
2680
2681         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
2682         `user-login-name' and `user-real-login-name' returns the same
2683         value or not.
2684         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
2685         (gnus-ofsetup-update-setting-file): Ditto.
2686         (gnus-ofsetup-prepare): New macro.
2687         (gnus-setup-for-offline): Use it.
2688         (gnus-ofsetup-customize-done): Ditto.
2689
2690 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
2691
2692         * lisp/gnus.el (gnus-revision-number): Increment to 12.
2693
2694         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
2695         (gnus-summary-search-article-highlight-matched-text): Rearrange.
2696         (gnus-summary-search-article-position-point): New macro.
2697         (gnus-summary-search-article-matched-data): Rename from
2698         `gnus-summary-search-article-matched-text'.
2699         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
2700         use `gnus-article-show-all-headers' for exposing the visited
2701         article.
2702         (gnus-summary-select-article): Bind
2703         `gnus-summary-search-article-matched-data' in the article buffer
2704         locally.
2705
2706         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
2707         if the value of `gnus-inhibit-treatment' is non-nil.
2708         (article-toggle-headers): Don't redisplay X-Face if the value of
2709         `gnus-inhibit-treatment' is non-nil.
2710         (gnus-article-treat-custom): Add new treatment variable `mime'.
2711
2712 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2713
2714         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
2715         documentation.
2716
2717         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
2718         `gnus-newsgroup-incorporated' explicitly.
2719
2720 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2721
2722         * README.semi: Update for the recent a-ftp sites and directories.
2723         * README.semi.ja: Ditto.
2724         * texi/gnus-faq.texi: Ditto.
2725         * texi/gnus-faq-ja.texi: Ditto.
2726
2727 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2728
2729         * lisp/gnus.el (gnus-revision-number): Increment to 11.
2730         (gnus-summary-incorporated-face): New face spec.
2731
2732         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
2733         entry about the format specifier `w'.
2734         (gnus-group-line-format): Fix documentation.
2735
2736         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
2737         newly incorporated mails with `gnus-summary-incorporated-face'.
2738         (gnus-newsgroup-incorporated): New variable.
2739         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
2740         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
2741
2742         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
2743
2744         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
2745         `K' if the group has already been subscribed.
2746
2747 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
2748
2749         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
2750         `isearch-lazy-highlight' t in the buffer locally; goto the
2751         beginning of the buffer before searching.
2752
2753         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
2754         selected frame.
2755
2756 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
2757
2758         * lisp/gnus.el (gnus-revision-number): Increment to 10.
2759
2760         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
2761         matched text after the searching is done; call
2762         `gnus-summary-select-article' with the args nil and t; bind
2763         `gnus-treat-*' to nil.
2764         (gnus-summary-search-article-highlight-matched-text): New macro
2765         for highlighting matched text.  It is bound at the compile time
2766         only.
2767         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
2768         with the args nil and t; bind `gnus-treat-*' to nil.
2769
2770         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
2771         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
2772         `with-temp-file'; use `insert-file-contents-as-binary' instead of
2773         `insert-file-contents'.
2774
2775 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2776
2777         * lisp/gnus.el (gnus-revision-number): Increment to 09.
2778
2779         * lisp/gnus-offline.el: Fix comments.
2780         (TopLevel): Delete the code for emulating custom. Do not inhibit
2781         byte-compile-warnings, but hide useless ones.
2782         (gnus-offline-dialup-program-arguments): defvar instead of
2783         defcustom.
2784         (gnus-offline-hangup-program-arguments): Ditto.
2785         (gnus-offline-interval-time): Ditto.
2786         (gnus-offline-dialup-program, gnus-offline-hangup-program,
2787         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
2788         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
2789         codes.
2790         Set `mail-sources' instead of `nnmail-spool-file'.
2791         (gnus-offline-enable-fetch-mail): Ditto.
2792         (gnus-offline-toggle-movemail-program): Abolish.
2793         (gnus-offline-define-menu-and-key): Modify according to it.
2794         (gnus-offline-define-menu-on-miee): Ditto.
2795         (gnus-offline-define-menu-on-agent): Ditto.
2796         (gnus-offline-message-add-header): Bind temporary variables.
2797         (gnus-offline-add-custom-header): Ditto.
2798         (gnus-offline-restore-mail-group-level): Ditto.
2799
2800         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
2801         gnus-offline at the compile time. Do not inhibit
2802         byte-compile-warnings.
2803         (gnus-setup-for-offline): Really bind all temporary variables.
2804         (gnus-ofsetup-write-settting-file): Check if interval is a
2805         integer.
2806         Use `mail-sources' instead of `nnmail-spool-file'.
2807         (gnus-ofsetup-update-setting-file): Redefine as a macro.
2808         (gnus-ofsetup-prepare-for-miee): Ditto.
2809
2810         * README-offline.en : Update.
2811         * README-offline.ja : Ditto.
2812
2813 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2814
2815         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
2816         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
2817
2818 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
2819
2820         * lisp/gnus.el (gnus-revision-number): Increment to 08.
2821
2822 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
2823
2824         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
2825         group name with `\N'.
2826
2827 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2828
2829         * lisp/gnus.el (gnus-revision-number): Increment to 07.
2830
2831         * lisp/pop3.el (pop3-except-header-regexp): New variable.
2832         (pop3-movemail): Don't retrieve messages whose headers are
2833         matching `pop3-except-header-regexp'.
2834         (pop3-top): New function.
2835         (pop3-retr): Don't use `save-restriction'.
2836
2837 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2838
2839         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
2840
2841 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
2842
2843         * lisp/gnus.el (gnus-revision-number): Increment to 06.
2844
2845         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
2846         `gnus-article-next-page' when the last page is not displayed.
2847         (mime-preview-over-to-previous-method-alist): Use
2848         `gnus-article-prev-page' when the first page is not displayed.
2849         (gnus-next-page-map): Use `make-sparse-keymap' instead of
2850         `make-keymap'; don't use `suppress-keymap'.
2851         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
2852         Succeed to the value of the text property `mime-view-situation' in
2853         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
2854         current local map as a parent under FSF Emacsen.
2855
2856 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2857
2858         * lisp/pop3.el (pop3-retr): Undo last change.
2859
2860 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2861
2862         * lisp/gnus.el (gnus-revision-number): Increment to 05.
2863
2864         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
2865         `accept-process-output'; Move point to the end of the normal
2866         response.
2867         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
2868         (pop3-get-list): Abolish.
2869         (pop3-retr): Don't use `save-restriction'.
2870         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
2871         (pop3-list): Likewise.
2872
2873 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
2874
2875         * lisp/gnus.el (gnus-revision-number): Increment to 04.
2876
2877         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
2878         `event-basic-type' instead of `event-button' under FSF Emacsen.
2879
2880 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2881
2882         * lisp/gnus.el (gnus-revision-number): Increment to 03.
2883
2884 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2885
2886         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
2887         `gnus-summary-mode-hook'.
2888         (gnus-use-wheel): New variable.
2889         (gnus-wheel-scroll-amount): New variable.
2890         (gnus-wheel-edge-resistance): New variable.
2891         (gnus-wheel-summary-scroll): New function.
2892         (gnus-wheel-install): New function.
2893
2894 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
2895
2896         * lisp/gnus.el (gnus-revision-number): Increment to 02.
2897
2898         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
2899         `defun' instead of `defsubst'.
2900         (make-full-mail-header): Ditto.
2901
2902         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
2903         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
2904
2905 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
2906
2907         * lisp/gnus.el (gnus-revision-number): Increment to 01.
2908
2909         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
2910         is being sent.
2911
2912         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
2913         function from Nana-gnus.
2914         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
2915         (gnus-ofsetup-update-setting-file): Rename from
2916         `gnus-ofsetup-write-setting-file'.
2917         (gnus-ofsetup-find-parameters): Rename from
2918         `gnus-ofsetup-parameters'.
2919         (gnus-ofsetup-customize-done): Rewrite.
2920
2921 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
2922
2923         * pop3.el: Sync up with pop3.el version 2.04.
2924         (pop3-leave-mail-on-server): New variable.
2925         (pop3-maximum-message-size): New variable.
2926         (pop3-uidl-file-name): New variable.
2927         (pop3-uidl-support): New variable.
2928         (pop3-uidl-obarray): New variable.
2929         (pop3-movemail): Check message size on every retrieval.
2930         (pop3-open-ssl-stream-1): Use new style macro.
2931         (pop3-get-message-numbers): New function.
2932         (pop3-get-list): New function.
2933         (pop3-get-uidl): New function.
2934         (pop3-get-unread-message-numbers): New function.
2935         (pop3-save-uidls): New function.
2936         (pop3-retr): Use `pop3-get-extended-response'.
2937         (pop3-list): New implementation.
2938         (pop3-uidl): New function.
2939         (pop3-get-extended-response): New function.
2940
2941 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2942
2943         * lisp/gnus.el: T-gnus 6.13.0 is released.
2944
2945 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
2946
2947         * ChangeLog.2: New file, rename from ChangeLog.
2948
2949         * lisp/dgnushack.el (TopLevel): Rearrange.
2950
2951         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
2952         * README.branch: Ditto.
2953
2954         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
2955
2956         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
2957         * texi/message-ja.texi: Ditto.
2958         * texi/message.texi: Ditto.
2959         * texi/gnus-ja.texi: Ditto.
2960         * texi/gnus.texi: Ditto.
2961         * README-offline.ja: Ditto.
2962         * README-offline.en: Ditto.
2963         * README.semi.ja: Ditto.
2964         * README.semi: Ditto.
2965         * README.T-gnus: Ditto.
2966
2967         * t-gnus-6_13: NEW PUBLIC BRANCH.
2968
2969 See ChangeLog.2 for earlier changes.