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