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