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