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