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