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