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