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