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