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