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