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