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