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