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