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