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