(gnus-version-number): Update to 6.13.4.
[elisp/gnus.git-] / ChangeLog
1 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
2
3         * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
4         (gnus-revision-number): Clear to 00.
5
6         * README.T-gnus: Update.
7
8         * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
9
10         * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
11         nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
12         nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
13         mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
14         gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
15         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
16         gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
17         gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
18         gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
19         ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
20
21         * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
22         files.
23
24         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
25         emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
26         Gnus v0.99.
27
28 1999-12-02  Katsumi Yamaoka <yamaoka@jpl.org>
29
30         * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
31         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
32         * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
33         (gnus-after-getting-new-news-hook): Ditto.
34
35         * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
36
37 1999-12-01  Katsumi Yamaoka <yamaoka@jpl.org>
38
39         * lisp/gnus.el (gnus-revision-number): Increment to 10.
40
41         * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
42         char with old Emacsen as well.
43
44 1999-12-01   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
45
46         * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
47         appears in the backquoted form.
48         (gnus-category-edit-score): Ditto.
49
50         * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
51         appears in the backquoted form.
52
53 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
54
55         * lisp/gnus.el (gnus-revision-number): Increment to 09.
56
57         * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
58         bug -- do add-hook.
59         (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
60         defined. If not, call `easy-menu-create-keymaps'.
61
62 1999-11-30  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
63
64         * lisp/gnus.el (gnus-revision-number): Increment to 08.
65
66         * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
67         "static" at the compile time.
68         (gnus-offline-hangup-function): Abolish.
69         (gnus-offline-auto-ppp): New variable.
70         (gnus-offline-gnus-get-new-news): Refer to it.
71         (gnus-offline-set-unplugged-state): Ditto.
72         (gnus-offline-set-auto-ppp): New function. It replaces the
73         function `gnus-offline-toggle-auto-hangup'.
74         (gnus-offline-toggle-auto-hangup): Abolish.
75         (gnus-offline-define-menu-and-key): Use `static-if' and
76         `static-cond'.
77         (gnus-offline-popup-menu): Do not define this function under XEmacs.
78         (gnus-offline-popup): New function.
79
80         * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
81         (gnus-ofsetup-resource-en): Fix doc strings.
82         (gnus-ofsetup-resource-ja): Ditto.
83
84 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
85
86         * lisp/gnus.el (gnus-revision-number): Increment to 07.
87
88         * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
89         Pterodactyl Gnus v0.98.
90
91 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
92
93         * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
94
95         * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
96
97         * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
98         `car' and `cdr' instead of `cadr'.
99
100         * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
101         instead of `push'; use `if' instead of `when'.
102
103         * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
104         instead of `pop'.
105         (gnus-useful-groups): Use `or' instead of `unless'.
106
107         * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
108         instead of `cadr'.
109
110 1999-11-30  Katsumi Yamaoka <yamaoka@jpl.org>
111
112         * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
113         `when' in the body of `defadvice'.  Use `if' instead.
114
115         * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
116         cl functions.
117
118 1999-11-29  Katsumi Yamaoka <yamaoka@jpl.org>
119
120         * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
121         the macro `when' in the arg of `defcustom'.  Use `if' instead.
122
123 1999-11-27  Katsumi Yamaoka <yamaoka@jpl.org>
124
125         * lisp/gnus.el (gnus-revision-number): Increment to 06.
126
127         * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
128         `next-single-property-change' LIMIT as `point-max'.
129         (gnus-article-prepare-mime-display): Ditto.
130         (article-hide-signature): Ditto.
131
132 1999-11-26  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
133
134         * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
135         are removed to fill gnus-version within 80 columns.
136
137 1999-11-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
138
139         * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
140
141 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
142
143         * lisp/gnus.el (gnus-revision-number): Increment to 05.
144
145         * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
146         instead of `union'.
147
148         * lisp/gnus-util.el (gnus-union): New function.
149
150         * lisp/gnus-sum.el (gnus-summary-exit-no-update):  Use
151         `copy-sequence' instead of `copy-list'.
152         * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
153
154         * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
155
156 1999-11-24  Katsumi Yamaoka <yamaoka@jpl.org>
157
158         * lisp/gnus.el (gnus-revision-number): Increment to 04.
159
160         * lisp/dgnushack.el (union, copy-list): New compiler macros for
161         emulating cl functions.
162
163 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
164
165         * lisp/gnus.el (gnus-revision-number): Increment to 03.
166         (gnus-select-method): Use `condition-case' instead of
167         `ignore-errors'.
168
169         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
170         instead of `ignore-errors'.
171
172         * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
173
174         * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
175         nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
176         nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
177         nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
178         gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
179         gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
180         gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
181         gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
182         gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
183         gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
184
185 1999-11-22  Katsumi Yamaoka <yamaoka@jpl.org>
186
187         * lisp/gnus.el (gnus-revision-number): Increment to 02.
188
189         * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
190         nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
191         nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
192         nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
193         gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
194         gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
195         gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
196         gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
197         gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
198         Require `cl' at the top level.
199
200         * lisp/gnus.el (gnus-select-method): Undo last change.
201         * lisp/gnus-util.el (copy-list): Undo last change (remove it).
202         * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
203
204         * lisp/gnus-ems.el (gnus-split-string): Remove.
205
206 1999-11-21   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
207
208         * lisp/pop3.el: Add description about STLS extension; add autoload
209         setting for `starttls-open-stream' and `starttls-negotiate'.
210         (pop3-stls): New function.
211         (pop3-open-tls-stream): New function.
212         (pop3-open-server): Use `pop3-open-tls-stream' if
213         'pop3-connection-type' is bound to `tls'.
214
215 1999-11-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
216
217         * lisp/imap.el: Add autoload setting for `starttls-open-stream'
218         and `starttls-negotiate'.
219         (imap-stream-alist): Add TLS entry.
220         (imap-tls-p): New function.
221         (imap-tls-open): New function.
222         (imap-ssl-open): Enclose `open-ssl-stream' with
223         `as-binary-process'.
224
225 1999-11-19  Katsumi Yamaoka <yamaoka@jpl.org>
226
227         * lisp/gnus.el (gnus-revision-number): Increment to 01.
228         (gnus-select-method): Use `condition-case' instead of
229         `ignore-errors'.
230
231         * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
232         level.
233
234         * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
235         `coding' and `noerror' for the stopgaps.
236
237         * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
238         `coding' and `noerror'.
239         (function-max-args): Maybe-fbind for FSF Emacsen.
240
241         * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
242         as `binary' if possible.
243         (imap-log): Default to nil (synched with pgnus 0.99).
244         (base64-decode-string): Autoload "mel" instead of "base64".
245         (md5): Autoload "md5" without `eval-and-compile'.
246
247         * lisp/gnus-util.el (copy-list): New function defined by
248         `defun-maybe'.
249
250         * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
251         the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
252
253         * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
254         instead of `ignore-errors'.
255
256         * lisp/gnus-picon.el: Require `cl'.
257
258         * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
259         gnus-offline.el} (cl): Enclose the requiring procedure with
260         `eval-when-compile'.
261
262         * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
263         procedure with `eval-when-compile' instead of `eval-and-compile'.
264
265 1999-11-09  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
266
267         * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
268         Use mail-sources instead of nnmail-spool-file.
269         From: Toshiaki -PCX- Tanaka.
270
271 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
272
273         * lisp/gnus.el (gnus-group-startup-message): Insert space before
274         "based on".
275         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
276
277 1999-11-09  Katsumi Yamaoka <yamaoka@jpl.org>
278
279         * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
280         (gnus-revision-number): Clear to 00.
281
282         * README.T-gnus: Update.
283
284         * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
285         mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
286         message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
287         gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
288         gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
289         ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
290
291         * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
292
293         * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
294         translation.
295
296         * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
297
298 1999-11-08  Kinji Itoh  <kinji-i@ma.neweb.ne.jp>
299
300         * lisp/gnus-draft.el (gnus-draft-edit-message): Use
301         `message-save-drafts' instead of `set-buffer-modified-p' and
302         `save-buffer'.
303         * lisp/message.el (message-save-drafts): Insert In-Reply-To header
304         because the reply data is lost in Drafts.
305         * lisp/gnus-art.el (gnus-signature-face): Don't check
306         window-system type.
307
308 1999-11-08   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
309
310         * lisp/pop3.el (pop3-progress-message): New function.
311         (pop3-movemail): Use it.
312
313 1999-10-28  Katsumi Yamaoka <yamaoka@jpl.org>
314
315         * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
316         `gnus-following-method'.
317
318         * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
319         wide reply as a mail if the message is not a news; use the macro
320         `gnus-setup-message'.
321
322         * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
323
324 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
325
326         * lisp/gnus.el (gnus-revision-number): Increment to 14.
327         (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
328         function `gnus-smiley-display'.
329
330         * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
331         `window-system' is nil.
332         (gnus-article-x-face-command): Default to external command if
333         `window-system' is nil.
334
335 1999-10-26  Katsumi Yamaoka <yamaoka@jpl.org>
336
337         * lisp/gnus.el (gnus-revision-number): Increment to 13.
338         (TopLevel): Rearrange autoload settings.
339
340         * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
341         `smiley-buffer'.
342
343         * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
344         "Toggle smileys" in "Washing" menu.
345         (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
346
347         * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
348         (smiley-toggle-buffer): New function.
349         (smiley-buffer): Don't quote the function.
350         (smiley-toggle-extents): Ditto.
351
352 1999-10-24  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
353
354         * lisp/gnus.el (gnus-revision-number): Increment to 12.
355         (TopLevel): Add and delete autoloads for functions defined in
356         "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
357
358         * lisp/gnus-offline.el (TopLevel): Do not consider the functions
359         defined in "miee".
360
361         * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
362         `gnus-custom-mode' defined in "gnus-cus".
363
364 1999-10-21  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
365
366         * lisp/gnus.el (gnus-revision-number): Increment to 11.
367
368         * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
369         when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
370         header.
371
372 1999-10-19  Katsumi Yamaoka <yamaoka@jpl.org>
373
374         * lisp/gnus.el (gnus-revision-number): Increment to 10.
375         (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
376         functions `x-face-mule-gnus-article-display-x-face' and
377         `smiley-buffer'.
378
379         * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
380
381         * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
382         `gnus-mule-group-startup-message'.
383         (gnus-mule-group-startup-message): Remove.
384         (gnus-mule-bitmap-image-file): Remove.
385
386         * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
387         ordinary text if the feature `smiley-mule' is provided and FSF
388         Emacs is used.
389         (TopLevel): Require `static' at the compile time.
390
391         * lisp/gnus-art.el (gnus-article-prepare-display): Bind
392         `mime-display-text/plain-hook' to nil.
393         (gnus-article-prepare-mime-display): Use `let' instead of `let*';
394         treat the next entity position as a marker.
395         (gnus-treatment-function-alist): Use `smiley-buffer' instead of
396         `gnus-smiley-display' under FSF Emacsen.
397         (gnus-treat-display-smileys): Default to t if the module
398         `smiley-mule' is installed.
399         (gnus-treat-display-xface): Default to `head' if the value of
400         `gnus-article-x-face-command' is
401         `x-face-mule-gnus-article-display-x-face'.
402         (gnus-article-x-face-command): Default to
403         `x-face-mule-gnus-article-display-x-face' if the module
404         `x-face-mule' is installed.
405         (TopLevel): Require `static' first; require `path-util'.
406
407 1999-10-18  Katsumi Yamaoka <yamaoka@jpl.org>
408
409         * lisp/gnus.el (gnus-revision-number): Increment to 09.
410
411         * lisp/message.el (message-mode): Make
412         `message-font-lock-last-position' as buffer local.
413         (message-font-lock-keywords-2): Use
414         `message-font-lock-cited-text-matcher' instead of regexp.
415         (message-font-lock-cited-text-matcher): New function.
416         (font-lock-after-change-function): Advice to the keep last cursor
417         position in `message-font-lock-last-position' before fontifying.
418         (message-font-lock-last-position): New variable.
419         (message-font-lock-citation-name-max-column): New variable.
420         (message-font-lock-cited-text-regexp): New variable.
421         (message-font-lock-fence-close-position): New variable.
422         (message-font-lock-fence-open-position): New variable.
423         (message-font-lock-fence-close-regexp): New variable.
424         (message-font-lock-fence-open-regexp): New variables.
425
426 1999-10-04  Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
427
428         * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
429         using `message-font-lock-keywords', `message-font-lock-keywords-1'
430         and `message-font-lock-keywords-2'.
431         (message-font-lock-keywords): Restruct.
432         (message-font-lock-keywords-1): New variable split from
433         `message-font-lock-keywords'.
434         (message-font-lock-keywords-2): Ditto.
435
436 1999-10-11  Katsumi Yamaoka <yamaoka@jpl.org>
437
438         * lisp/gnus.el (gnus-revision-number): Increment to 08.
439
440         * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
441         before highlighting or hiding it.
442         (gnus-article-buttonize-signature): New function.
443         (gnus-article-highlight-signature): Don't buttonize.
444         (gnus-treatment-function-alist): Undo the last change.
445         (gnus-treat-emphasize): Default to nil.
446
447 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
448
449         * lisp/gnus.el (gnus-revision-number): Increment to 07.
450         (TopLevel): Autoload "gnus-art" for the function
451         `gnus-article-show-all'.
452
453         * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
454         hidden text if the command `gnus-summary-toggle-mime' is used.
455
456         * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
457         following parts.
458         (gnus-article-highlight-signature): Work for forwarded messages.
459         (gnus-article-show-all): New function based on `article-show-all'.
460         (gnus-article-show-all-headers): Based on
461         `article-show-all-headers'.
462         (article-show-all-headers): New function to show all *HEADERS*.
463         (article-show-all): Show *ALL* literally.
464         (article-hide-signature): Work for forwarded messages.
465         (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
466         off after `gnus-treat-highlight-signature'.
467
468 1999-10-08  Katsumi Yamaoka <yamaoka@jpl.org>
469
470         * lisp/gnus.el (gnus-revision-number): Increment to 06.
471
472         * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
473         against forwarded messages without MIME structure.
474         (gnus-treatment-function-alist): Move
475         'gnus-treat-decode-article-as-default-mime-charset' to the top;
476         put `gnus-treat-emphasize' off after
477         `gnus-treat-highlight-headers'.
478
479 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
480
481         * lisp/gnus.el (gnus-revision-number): Increment to 05.
482
483 1999-10-07  Katsumi Yamaoka <yamaoka@jpl.org>
484
485         * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
486         argument is list or not before condition.
487
488 1999-10-07  Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
489
490         * lisp/gnus-art.el (gnus-treat-predicate): Work for
491         (typep "something").
492
493 1999-10-07  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
494
495         * lisp/gnus-art.el (gnus-article-prepare-display):
496         Pass argument nil as a condition to gnus-treat-article.
497         * lisp/gnus-art.el (gnus-article-prepare-mime-display):
498         Ditto. Also, treat last part of multipart article correctly.
499
500 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
501
502         * lisp/gnus.el (gnus-revision-number): Increment to 04.
503
504         * lisp/message.el (message-generate-headers): Don't insert
505         excessive newline.
506
507         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
508         negative number for the 2nd arg of `insert-char'.
509
510 1999-10-06  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
511
512         * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
513         gnus-ja instead of gnus if Japanese environment is on.
514
515 1999-10-06  Katsumi Yamaoka   <yamaoka@jpl.org>
516
517         * lisp/gnus.el (gnus-revision-number): Increment to 03.
518         (semi-gnus-developers): Remove.
519         (gnus-maintainer): Change mail address.
520         (gnus-group-startup-message): Display version string.
521
522         * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
523
524         * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
525         version string; fix glyph position.
526
527 1999-10-06  Yoshiki Hayashi  <t90553@mail.ecc.u-tokyo.ac.jp>
528
529         * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
530         to previous version until problem of respooling from
531         nnimap to nnml is solved.
532         (gnus-summary-move-article): Ditto.
533
534 1999-10-05  Katsumi Yamaoka   <yamaoka@jpl.org>
535
536         * lisp/gnus.el (gnus-revision-number): Increment to 02.
537
538         * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
539         value is t before checking for `condition'.
540         (gnus-article-prepare-mime-display): Search for the entity children
541         if the primary type is `multipart'.
542
543 1999-10-01  Katsumi Yamaoka   <yamaoka@jpl.org>
544
545         * lisp/gnus.el (gnus-revision-number): Increment to 01.
546
547         * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
548         instead of signaling an error if the destination group is not
549         newly created.
550         (gnus-summary-move-article): Do nothing if the destination group
551         is not newly created.
552
553         * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
554         environment part.
555
556 1999-09-30   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
557
558         * nnfolder.el (nnfolder-possibly-change-group): Don't create an
559         active entry for the group even if it doesn't exist.
560
561 1999-09-28   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
562
563         * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
564
565 1999-09-28  Katsumi Yamaoka   <yamaoka@jpl.org>
566
567         * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
568         (gnus-revision-number): Clear to 00.
569
570         * README.T-gnus: Update.
571
572         * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
573         emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
574
575         * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
576         mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
577         gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
578         gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
579         ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
580
581 1999-09-24  Katsumi Yamaoka   <yamaoka@jpl.org>
582
583         * lisp/gnus.el (gnus-revision-number): Increment to 07.
584
585         * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
586         smooth scrolling under XEmacs.
587         (gnus-article-next-page):Ditto.
588
589         * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
590         descriptions about the problem of loaddefs.el and the patch for
591         CUSTOM 1.9962.
592
593 1999-09-22  Katsumi Yamaoka   <yamaoka@jpl.org>
594
595         * lisp/gnus.el (gnus-revision-number): Increment to 06.
596
597         * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
598         `:predicate' for old Emacsen; require `static'.
599
600         * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
601         `:path' and `:predicate'.
602
603 1999-09-20   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
604
605         * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
606         modeline as modified.
607
608 1999-09-17  Katsumi Yamaoka   <yamaoka@jpl.org>
609
610         * lisp/gnus.el (gnus-revision-number): Increment to 05.
611
612         * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
613         `mime-view-entity' in the modified header under FSF Emacsen.
614
615 1999-09-13  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
616
617         * README-offline.en: Rewrite the usage description.
618         * README-offline.ja: Ditto.
619
620 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
621
622         * lisp/gnus.el (gnus-revision-number): Increment to 04.
623
624         * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
625         `gnus-offline'.
626
627 1999-09-12  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
628
629         * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
630         * README-offline.ja: Ditto.
631
632 1999-09-11  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
633
634         * lisp/gnus.el (gnus-revision-number): Increment to 03.
635
636         * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
637         the current buffer as modified.
638
639         * lisp/gnus-offline.el (gnus-offline-menu): New variable.
640         (gnus-offline-get-menu-items): New function.
641         (gnus-offline-define-menu-on-miee): Use it.
642         (gnus-offline-define-menu-on-agent): Ditto.
643
644 1999-09-04   Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
645
646         * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
647
648         * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
649         backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
650         (pop3-quit): Clear `pop3-uidl-obarray'.
651
652 1999-09-03  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
653
654         * lisp/gnus.el (gnus-revision-number): Increment to 02.
655
656         * lisp/gnus-offline.el (gnus-offline-resource-en,
657         gnus-offline-resource-ja,
658         gnus-offline-resource-ja_complete): New variables.
659         (gnus-offline-get-message): News function.
660         (gnus-offline-error-check): Use it.
661         (gnus-offline-connect-server): Ditto.
662         (gnus-offline-get-new-news-function): Ditto.
663         (gnus-offline-set-mail-group-level): Ditto.
664         (gnus-offline-hangup-line): Ditto.
665         (gnus-offline-after-jobs-done): Ditto.
666         (gnus-offline-toggle-auto-hangup): Ditto.
667         (gnus-offline-toggle-on/off-send-mail): Ditto.
668         (gnus-offline-toggle-articles-to-fetch): Ditto.
669         (gnus-offline-empting-spool): Ditto.
670         (gnus-offline-set-interval-time): Ditto.
671
672         * lisp/gnus-ofsetup.el (gnus-offline-lang,
673         gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
674         variables.
675         (gnus-ofsetup-get-message): New function.
676         (gnus-setup-for-offline): Use it.
677         (gnus-ofsetup-find-parameters): Ditto.
678         (gnus-ofsetup-prepapre-for-miee): Ditto.
679         (gnus-ofsetup-completing-read-symbol): Ditto.
680         (gnus-ofsetup-customize): Ditto.
681         (gnus-ofsetup-customize-done): Ditto.
682
683 1999-09-01  Katsumi Yamaoka   <yamaoka@jpl.org>
684
685         * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
686         `isearch-lazy-highlight'.
687
688 1999-08-30  Katsumi Yamaoka   <yamaoka@jpl.org>
689
690         * lisp/gnus.el (gnus-revision-number): Increment to 01.
691
692         * lisp/lpath.el (babel-as-string): Bind it.
693
694         * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
695         original X-Face field while searching.  It is done for only FSF
696         Emacsen.
697         (gnus-summary-search-article-highlight-matched-text): Ditto.
698         (gnus-summary-search-article-matched-data): Bind it explicitly.
699
700 1999-08-29  Katsumi Yamaoka   <yamaoka@jpl.org>
701
702         * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
703         (gnus-revision-number): Clear to 00.
704
705         * README.T-gnus: Update.
706
707         * README: Sync up with Pterodactyl Gnus v0.96.
708         * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
709         mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
710         gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
711         gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
712         gnus-agent.el,ChangeLog}: Ditto.
713         * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
714
715 1999-08-27  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
716
717         * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
718         don't retrieve any incoming mails.; Don't filter articles here.
719         Use `convert-standard-filename' to generate fresh UIDL file names.
720         (pop3-get-message-numbers): Rewrite.
721         (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
722         of `with-temp-buffer'.
723
724 1999-08-27  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
725
726         * README-offline.ja : Fix.
727
728         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
729         Fix typo.
730
731         * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
732         requirements; Enclose the autoload for `gnus-custom-mode' with
733         `eval-and-compile'.
734
735 1999-08-27  Katsumi Yamaoka   <yamaoka@jpl.org>
736
737         * lisp/gnus.el (gnus-revision-number): Increment to 15.
738
739         * lisp/dgnushack.el (char-before, char-after): Optimize byte code
740         for them before lpath.el is loaded.  Because lpath.el requires
741         `poe' via `path-util'.  [cf. <tm-ja:5051>]
742
743         * lisp/gnus-sum.el (gnus-summary-search-article): Search for
744         X-Face image if the regexp "^X-Face:" is specified.
745         (gnus-summary-search-article-highlight-matched-text): Use
746         `gnus-summary-search-article-highlight-goto-x-face'; maybe display
747         X-Face image if it is requested.
748         (gnus-summary-search-article-highlight-goto-x-face): New macro.
749
750 1999-08-26  Katsumi Yamaoka   <yamaoka@jpl.org>
751
752         * lisp/gnus.el (gnus-revision-number): Increment to 14.
753
754         * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
755         recenter the article when touchdown; popup the article buffer if
756         it is disappeared.
757         (gnus-summary-search-article-highlight-matched-text): Treat the
758         article before highlighting; use old style backquote syntax.
759         (gnus-summary-search-article-position-point): Fix the beginning
760         position; use old style backquote syntax.
761         (gnus-summary-select-article): Undo the last change.
762         (gnus-summary-display-article): Bind
763         `gnus-summary-search-article-matched-data' in the article buffer
764         locally.  It is moved from `gnus-summary-select-article'.
765
766 1999-08-25  NAKAJI Hiroyuki  <nakaji@tutrp.tut.ac.jp>
767
768         * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
769         (clean): Remove formatted info files.
770         (distclean): Just remove Makefile.
771
772 1999-08-25  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
773
774         * lisp/gnus.el (gnus-revision-number): Increment to 13.
775
776         * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
777         (gnus-agent-fetch-headers): Limit downloadable articles if the
778         number of unread articles exceeds `gnus-agent-large-newsgroup'.
779         (gnus-agent-expire): Do not expire saved or replied articles when
780         `gnus-agent-expire-all' is nil.
781
782         * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
783         variable.
784         (gnus-offline-agent-expire): Check it; Bind
785         `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
786         (gnus-offline-after-jobs-done): Don't check
787         `gnus-agent-expire-all'.
788
789         * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
790         `user-login-name' and `user-real-login-name' returns the same
791         value or not.
792         (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
793         (gnus-ofsetup-update-setting-file): Ditto.
794         (gnus-ofsetup-prepare): New macro.
795         (gnus-setup-for-offline): Use it.
796         (gnus-ofsetup-customize-done): Ditto.
797
798 1999-08-25  Katsumi Yamaoka   <yamaoka@jpl.org>
799
800         * lisp/gnus.el (gnus-revision-number): Increment to 12.
801
802         * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
803         (gnus-summary-search-article-highlight-matched-text): Rearrange.
804         (gnus-summary-search-article-position-point): New macro.
805         (gnus-summary-search-article-matched-data): Rename from
806         `gnus-summary-search-article-matched-text'.
807         (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
808         use `gnus-article-show-all-headers' for exposing the visited
809         article.
810         (gnus-summary-select-article): Bind
811         `gnus-summary-search-article-matched-data' in the article buffer
812         locally.
813
814         * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
815         if the value of `gnus-inhibit-treatment' is non-nil.
816         (article-toggle-headers): Don't redisplay X-Face if the value of
817         `gnus-inhibit-treatment' is non-nil.
818         (gnus-article-treat-custom): Add new treatment variable `mime'.
819
820 1999-08-25  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
821
822         * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
823         documentation.
824
825         * lisp/gnus-sum.el (gnus-summary-mode): Don't set
826         `gnus-newsgroup-incorporated' explicitly.
827
828 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
829
830         * README.semi: Update for the recent a-ftp sites and directories.
831         * README.semi.ja: Ditto.
832         * texi/gnus-faq.texi: Ditto.
833         * texi/gnus-faq-ja.texi: Ditto.
834
835 1999-08-24  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
836
837         * lisp/gnus.el (gnus-revision-number): Increment to 11.
838         (gnus-summary-incorporated-face): New face spec.
839
840         * lisp/gnus-group.el (gnus-group-line-format-alist): Add
841         entry about the format specifier `w'.
842         (gnus-group-line-format): Fix documentation.
843
844         * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
845         newly incorporated mails with `gnus-summary-incorporated-face'.
846         (gnus-newsgroup-incorporated): New variable.
847         (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
848         (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
849
850         * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
851
852         * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
853         `K' if the group has already been subscribed.
854
855 1999-08-24  Katsumi Yamaoka   <yamaoka@jpl.org>
856
857         * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
858         `isearch-lazy-highlight' t in the buffer locally; goto the
859         beginning of the buffer before searching.
860
861         * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
862         selected frame.
863
864 1999-08-23  Katsumi Yamaoka   <yamaoka@jpl.org>
865
866         * lisp/gnus.el (gnus-revision-number): Increment to 10.
867
868         * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
869         matched text after the searching is done; call
870         `gnus-summary-select-article' with the args nil and t; bind
871         `gnus-treat-*' to nil.
872         (gnus-summary-search-article-highlight-matched-text): New macro
873         for highlighting matched text.  It is bound at the compile time
874         only.
875         (gnus-summary-isearch-article): Call `gnus-summary-select-article'
876         with the args nil and t; bind `gnus-treat-*' to nil.
877
878         * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
879         `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
880         `with-temp-file'; use `insert-file-contents-as-binary' instead of
881         `insert-file-contents'.
882
883 1999-08-20  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
884
885         * lisp/gnus.el (gnus-revision-number): Increment to 09.
886
887         * lisp/gnus-offline.el: Fix comments.
888         (TopLevel): Delete the code for emulating custom. Do not inhibit
889         byte-compile-warnings, but hide useless ones.
890         (gnus-offline-dialup-program-arguments): defvar instead of
891         defcustom.
892         (gnus-offline-hangup-program-arguments): Ditto.
893         (gnus-offline-interval-time): Ditto.
894         (gnus-offline-dialup-program, gnus-offline-hangup-program,
895         gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
896         (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
897         codes.
898         Set `mail-sources' instead of `nnmail-spool-file'.
899         (gnus-offline-enable-fetch-mail): Ditto.
900         (gnus-offline-toggle-movemail-program): Abolish.
901         (gnus-offline-define-menu-and-key): Modify according to it.
902         (gnus-offline-define-menu-on-miee): Ditto.
903         (gnus-offline-define-menu-on-agent): Ditto.
904         (gnus-offline-message-add-header): Bind temporary variables.
905         (gnus-offline-add-custom-header): Ditto.
906         (gnus-offline-restore-mail-group-level): Ditto.
907
908         * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
909         gnus-offline at the compile time. Do not inhibit
910         byte-compile-warnings.
911         (gnus-setup-for-offline): Really bind all temporary variables.
912         (gnus-ofsetup-write-settting-file): Check if interval is a
913         integer.
914         Use `mail-sources' instead of `nnmail-spool-file'.
915         (gnus-ofsetup-update-setting-file): Redefine as a macro.
916         (gnus-ofsetup-prepare-for-miee): Ditto.
917
918         * README-offline.en : Update.
919         * README-offline.ja : Ditto.
920
921 1999-08-20  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
922
923         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
924         `inhibit-read-only' to t; bind `buffer-read-only' to nil.
925
926 1999-08-20  Katsumi Yamaoka   <yamaoka@jpl.org>
927
928         * lisp/gnus.el (gnus-revision-number): Increment to 08.
929
930 1999-08-19  Keiichi Suzuki  <keiichi@nanap.org>
931
932         * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
933         group name with `\N'.
934
935 1999-08-19  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
936
937         * lisp/gnus.el (gnus-revision-number): Increment to 07.
938
939         * lisp/pop3.el (pop3-except-header-regexp): New variable.
940         (pop3-movemail): Don't retrieve messages whose headers are
941         matching `pop3-except-header-regexp'.
942         (pop3-top): New function.
943         (pop3-retr): Don't use `save-restriction'.
944
945 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
946
947         * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
948
949 1999-08-18  Katsumi Yamaoka   <yamaoka@jpl.org>
950
951         * lisp/gnus.el (gnus-revision-number): Increment to 06.
952
953         * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
954         `gnus-article-next-page' when the last page is not displayed.
955         (mime-preview-over-to-previous-method-alist): Use
956         `gnus-article-prev-page' when the first page is not displayed.
957         (gnus-next-page-map): Use `make-sparse-keymap' instead of
958         `make-keymap'; don't use `suppress-keymap'.
959         (gnus-insert-next-page-button, gnus-insert-prev-page-button):
960         Succeed to the value of the text property `mime-view-situation' in
961         the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
962         current local map as a parent under FSF Emacsen.
963
964 1999-08-18  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
965
966         * lisp/pop3.el (pop3-retr): Undo last change.
967
968 1999-08-17  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
969
970         * lisp/gnus.el (gnus-revision-number): Increment to 05.
971
972         * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
973         `accept-process-output'; Move point to the end of the normal
974         response.
975         (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
976         (pop3-get-list): Abolish.
977         (pop3-retr): Don't use `save-restriction'.
978         (pop3-uidl): Don't use `condition-case' when checking UIDL support.
979         (pop3-list): Likewise.
980
981 1999-08-17  Katsumi Yamaoka   <yamaoka@jpl.org>
982
983         * lisp/gnus.el (gnus-revision-number): Increment to 04.
984
985         * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
986         `event-basic-type' instead of `event-button' under FSF Emacsen.
987
988 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
989
990         * lisp/gnus.el (gnus-revision-number): Increment to 03.
991
992 1999-08-16  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
993
994         * lisp/gnus-sum.el: Add `gnus-wheel-install' to
995         `gnus-summary-mode-hook'.
996         (gnus-use-wheel): New variable.
997         (gnus-wheel-scroll-amount): New variable.
998         (gnus-wheel-edge-resistance): New variable.
999         (gnus-wheel-summary-scroll): New function.
1000         (gnus-wheel-install): New function.
1001
1002 1999-08-16  Katsumi Yamaoka   <yamaoka@jpl.org>
1003
1004         * lisp/gnus.el (gnus-revision-number): Increment to 02.
1005
1006         * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1007         `defun' instead of `defsubst'.
1008         (make-full-mail-header): Ditto.
1009
1010         * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1011         (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1012
1013 1999-08-16  Tsukamoto Tetsuo  <czkmt@remus.dti.ne.jp>
1014
1015         * lisp/gnus.el (gnus-revision-number): Increment to 01.
1016
1017         * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1018         is being sent.
1019
1020         * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1021         function from Nana-gnus.
1022         (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1023         (gnus-ofsetup-update-setting-file): Rename from
1024         `gnus-ofsetup-write-setting-file'.
1025         (gnus-ofsetup-find-parameters): Rename from
1026         `gnus-ofsetup-parameters'.
1027         (gnus-ofsetup-customize-done): Rewrite.
1028
1029 1999-08-15  Daiki Ueno  <ueno@ueda.info.waseda.ac.jp>
1030
1031         * pop3.el: Sync up with pop3.el version 2.04.
1032         (pop3-leave-mail-on-server): New variable.
1033         (pop3-maximum-message-size): New variable.
1034         (pop3-uidl-file-name): New variable.
1035         (pop3-uidl-support): New variable.
1036         (pop3-uidl-obarray): New variable.
1037         (pop3-movemail): Check message size on every retrieval.
1038         (pop3-open-ssl-stream-1): Use new style macro.
1039         (pop3-get-message-numbers): New function.
1040         (pop3-get-list): New function.
1041         (pop3-get-uidl): New function.
1042         (pop3-get-unread-message-numbers): New function.
1043         (pop3-save-uidls): New function.
1044         (pop3-retr): Use `pop3-get-extended-response'.
1045         (pop3-list): New implementation.
1046         (pop3-uidl): New function.
1047         (pop3-get-extended-response): New function.
1048
1049 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1050
1051         * lisp/gnus.el: T-gnus 6.13.0 is released.
1052
1053 1999-08-04  Katsumi Yamaoka   <yamaoka@jpl.org>
1054
1055         * ChangeLog.2: New file, rename from ChangeLog.
1056
1057         * lisp/dgnushack.el (TopLevel): Rearrange.
1058
1059         * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1060         * README.branch: Ditto.
1061
1062         * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1063
1064         * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1065         * texi/message-ja.texi: Ditto.
1066         * texi/message.texi: Ditto.
1067         * texi/gnus-ja.texi: Ditto.
1068         * texi/gnus.texi: Ditto.
1069         * README-offline.ja: Ditto.
1070         * README-offline.en: Ditto.
1071         * README.semi.ja: Ditto.
1072         * README.semi: Ditto.
1073         * README.T-gnus: Ditto.
1074
1075         * t-gnus-6_13: NEW PUBLIC BRANCH.
1076
1077 See ChangeLog.2 for earlier changes.