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