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