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