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