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