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