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