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