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