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