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