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