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