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