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