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