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