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