1 2000-05-26 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
3 * lisp/nnshimbun.el (nnshimbun-write-nov): New function.
4 (nnshimbun-close-group): Call nnshimbun-write-nov.
5 (nnshimbun-generate-nov-database): Ditto.
6 (nnshimbun-generate-nov-for-each-group): Fix bug which occur new
7 entries add NOV database.
8 (nnshimbun-generate-nov-for-all-groups): Ditto.
9 (nnshimbun-search-id): Add argument to return header, and modify
10 for search of original message id.
11 (nnshimbun-nov-fix-header): New function.
12 (nnshimbun-make-date-string): Fix for a two-digit year.
14 2000-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
16 * lisp/nnshimbun.el (nnshimbun-make-html-contents): Show X-Face.
17 (nnshimbun-make-text-or-html-contents): Ditto.
18 (nnshimbun-request-article-1): Ditto.
19 (nnshimbun-x-face-alist): New variable.
21 2000-05-25 Tanaka Akira <akr@m17n.org>
23 * README.semi, README.semi.ja: Update for CVS via SSH.
25 2000-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
27 * texi/gnus-ja.texi: Change coding-system to `iso-2022-7bit-ss2'.
28 * texi/TRANSLATION.ja: Replace CRLF with LF.
30 2000-05-25 Keiichi Suzuki <keiichi@mdcnet.co.jp>
32 * lisp/nnshimbun.el (nnshimbun-fill-line): Use
33 `nnshimbun-fill-column' instead of `fill-column'.
35 2000-05-25 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
37 * lisp/nnshimbun.el: Clean up codes.
39 * lisp/gnus-group.el (gnus-group-make-shimbun-group): Follow
40 changes in nnshimbun.el.
41 * texi/gnus-ja.texi (nnshimbun): Ditto.
43 2000-05-24 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
45 * lisp/nnshimbun.el: Add `ZDNet Japan', `Yomiuri', and `Wired
47 (nnshimbun-regexp-opt): New function.
48 (nnshimbun-wired-get-all-headers): Replace regexp-opt with
51 2000-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
53 * lisp/gnus-group.el (gnus-group-make-shimbun-group): Complete
56 2000-05-24 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
58 * lisp/nnshimbun.el: Add `CNET Japan' support.
59 (nnshimbun-make-date-string): New function.
60 (nnshimbun-asahi-get-headers): Use nnshimbun-make-date-string.
61 (nnshimbun-sponichi-get-headers): Ditto.
63 2000-05-24 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
65 * lisp/nnshimbun.el (nnshimbun-retrieve-url): Add argument to
68 2000-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
70 * lisp/gnus-group.el (gnus-group-make-shimbun-group): Add
71 completion to the shimbun address; delete empty strings from
72 `gnus-group-shimbun-type-history' and
73 `gnus-group-shimbun-address-history'.
75 * lisp/nnshimbun.el (nnshimbun-asahi-get-headers): Don't use
77 (nnshimbun-type-definition): Add address.
79 2000-05-23 Tatsuya Ichikawa <ichikawa@erc.epson.com>
81 * lisp/nnshimbun.el: Add `sponichi' support.
83 2000-05-23 KOSEKI Yoshinori <kose@wizard.tamra.co.jp>
85 * lisp/nnshimbun.el (nnshimbun-mime-encode-string): Fix wrong
88 2000-05-23 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
90 * lisp/nnshimbun.el: Change coding-system.
92 2000-05-21 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
94 * texi/gnus-ja.texi (nnshimbun): Add description.
96 2000-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
98 * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
100 * lisp/dgnushack.el (dgnushack-texi-format): Fix last change.
102 2000-05-21 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
104 * lisp/nnshimbun.el: New backend.
106 * lisp/gnus-group.el (gnus-group-make-shimbun-group): New command.
108 2000-05-17 Kenichi OKADA <okada@opaopa.org>
110 * lisp/imap.el (imap-digest-md5-auth): Rewrite for the use of
111 `sasl-digest-md5-digest-response' instead of
112 `digest-md5-digest-response'.
113 (TopLevel): Require `sasl' when compiling instead of `digest-md5';
114 don't autoload "digest-md5".
116 2000-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
118 * lisp/nndraft.el (nndraft-request-replace-article): Replace
119 `mm-text-coding-system' with `mail-source-text-coding-system';
120 Replace `mm-auto-save-coding-system' with
121 `message-draft-coding-system'.
123 * lisp/mail-source.el (mail-source-fetch-maildir): Replace
124 `mm-text-coding-system' with `mail-source-text-coding-system'.
125 (mail-source-text-coding-system): New variable.
127 * lisp/dgnushack.el (dgnushack-texi-format): Use
128 `output-coding-system' instead of `coding-system-for-write' when
131 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
133 * lisp/message.el (message-forward) Replace the use of `eolp' with
134 `bolp' for detecting the start of the line.
135 (message-indent-citation): Ditto.
137 2000-05-10 Daiki Ueno <ueno@unixuser.org>
139 * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Don't bind
140 `bbdb-use-pop-up' while executing `bbdb-pop-up-bbdb-buffer'.
142 2000-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
144 * lisp/gnus-msg.el (gnus-debug): Break MIME tags from the snoopies.
145 (gnus-bug): Insert text/plain tag at the end of the buffer.
147 2000-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
149 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
151 2000-05-10 Keiichi Suzuki <keiichi@mdcnet.co.jp>
153 * lisp/message.el (message-list-references): Do not insert
154 duplicate Message-Id, when specified
155 `message-list-references-add-position'.
157 * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Support group address.
158 (gnus-bbdb/insert-address-regexp): New function.
160 2000-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
162 * lisp/gnus-msg.el (gnus-debug): Add "nntp.el" and `defvoo'.
164 2000-05-08 Katsumi Yamaoka <yamaoka@jpl.org>
166 * lisp/gnus-vers.el (T-gnus): Update to 6.14.4.
168 * README.T-gnus: Update.
170 * lisp/{webmail.el,rfc2047.el,nnmbox.el,nndoc.el,mml.el,mm-view.el,
171 mm-partial.el,mm-decode.el,mm-bodies.el,message.el,lpath.el,
172 gnus.el,gnus-vers.el,gnus-util.el,gnus-start.el,gnus-score.el,
173 gnus-msg.el,gnus-mailcap.el,gnus-ems.el,gnus-draft.el,gnus-art.el,
174 ChangeLog}: Sync up with Gnus v5.8.6.
175 * texi/{postamble.tex,message.texi,message-ja.texi,gnusref.tex,
176 gnus.texi,gnus-ja.texi,emacs-mime.texi,Makefile.in,ChangeLog}: Sync
179 2000-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
181 * texi/gnus.texi, texi/gnus-ja.texi, texi/gnus-faq-ja.texi, README:
182 You might be able to use T-gnus with the versions of XEmacs prior
185 * contrib/timer.el: New file. Imported from fsf-compat-1.07-pkg.
187 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
189 * lisp/mm-view.el (gnus-article-mime-handles): Don't bind it.
191 * lisp/gnus-sum.el (gnus-article-mime-handles): Restore from Gnus.
192 (gnus-article-decoded-p): Ditto.
194 * lisp/gnus-art.el (gnus-article-mime-handles): Don't bind it.
195 (gnus-article-decoded-p): Ditto.
197 2000-04-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
199 * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to
200 make info from texi. Thanks to Hayashi-san.
202 2000-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
204 * lisp/dgnushack.el (union, member-if, mapcon, last): Remove
207 2000-04-24 Katsumi Yamaoka <yamaoka@jpl.org>
209 * lisp/gnus-vers.el (T-gnus): Update to 6.14.3.
211 * README.T-gnus: Update.
213 * GNUS-NEWS: Sync up with Gnus v5.8.5.
214 * lisp/{webmail.el,utf7.el,time-date.el,smiley.el,rfc2047.el,
215 rfc1843.el,qp.el,pop3.el,parse-time.el,nnweb.el,nnwarchive.el,
216 nnvirtual.el,nnultimate.el,nntp.el,nnspool.el,nnslashdot.el,
217 nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
218 nndoc.el,nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
219 mm-encode.el,mm-decode.el,mm-bodies.el,message.el,mail-source.el,
220 mail-prsvr.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,gnus.el,
221 gnus-xmas.el,gnus-win.el,gnus-uu.el,gnus-util.el,gnus-topic.el,
222 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,
223 gnus-msg.el,gnus-move.el,gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,
224 gnus-logic.el,gnus-kill.el,gnus-int.el,gnus-group.el,gnus-ems.el,
225 gnus-eform.el,gnus-dup.el,gnus-draft.el,gnus-cite.el,gnus-cache.el,
226 gnus-bcklg.el,gnus-async.el,gnus-art.el,gnus-agent.el,
227 format-spec.el,flow-fill.el,fill-flowed.el,dgnushack.el,ChangeLog}:
228 Sync up with Gnus v5.8.5.
229 * texi/{refcard.tex,gnusref.tex,gnus.texi,gnus-ja.texi,
230 gnus-faq-ja.texi,Makefile.in,ChangeLog}: Sync up with Gnus v5.8.5.
232 * README: Requires XEmacs 21.1.1 and later.
233 * texi/{gnus.texi, gnus-faq-ja.texi}: Ditto.
235 2000-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
237 * lisp/gnus-vers.el (T-gnus): Update to 6.14.2.
238 (gnus-revision-number): Clear to 00.
240 * README.T-gnus: Update.
242 * lisp/{webmail.el,utf7.el,time-date.el,rfc2047.el,qp.el,pop3.el,
243 parse-time.el,nnweb.el,nnwarchive.el,nnultimate.el,nntp.el,
244 nnslashdot.el,nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,
245 mm-view.el,mm-util.el,mm-decode.el,mm-bodies.el,message.el,
246 mail-source.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,
247 gnus.el,gnus-win.el,gnus-vers.el,gnus-uu.el,gnus-topic.el,
248 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-mailcap.el,
249 gnus-group.el,gnus-cus.el,gnus-art.el,gnus-agent.el,base64.el,
250 ChangeLog}: Sync up with Gnus v5.8.4.
252 * lisp/fill-flowed.el: New file.
254 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Gnus v5.8.4.
256 * contrib/{vcard.el,one-line-cookie.diff,README}: New files.
258 2000-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
260 * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use
261 of the separated message frames; use `gnus-copy-article-buffer'.
263 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
265 * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
266 (gnus-extended-version): Use `gnus-product-name' and
267 `gnus-version-number' instead of the use of `product-string'.
268 (gnus-version-number): Exclude `gnus-revision-number'.
269 (Defining product): Include `gnus-revision-number'.
270 (TopLevel): Require `poe' for the function `butlast'.
272 2000-04-13 Keiichi Suzuki <keiichi@mdcnet.co.jp>
274 * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
276 (gnus-search-or-regist-spec): Change interface.
278 2000-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
280 * lisp/gnus-art.el (gnus-article-prev-page): Bind
281 `window-pixel-scroll-increment' to nil while scrolling for
282 canceling a backlash and a modeline erosion. It may work under
283 XEmacs 21.2.20 and later.
284 (gnus-article-next-page): Ditto.
286 2000-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
288 * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
290 * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
292 2000-04-11 Keiichi Suzuki <keiichi@mdcnet.co.jp>
294 * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
297 * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
298 (gnus-update-format-specifications): Support new data structure of
299 `gnus-format-specs-compiled'.
300 (gnus-update-format-specification-1): Likewise.
301 (gnus-update-format): Support new data structure of
303 (gnus-format-specs): Modify data structure.
305 2000-04-10 Daiki Ueno <ueno@unixuser.org>
307 * lisp/imap.el (imap-body-lines): Check Content-Type: of the
308 article case insensitively.
310 2000-04-07 Katsumi Yamaoka <yamaoka@jpl.org>
312 * lisp/message.el (message-cite-original): Use "unknown sender" if
313 from field does not exist in the yanked article.
315 2000-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
317 * lisp/message.el (message-cite-original): Extract from field for
318 the simple citation line.
320 2000-03-21 Katsumi Yamaoka <yamaoka@jpl.org>
322 * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
323 article does not exist.
325 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
327 * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
329 * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
330 `output-coding-system' for Mule 2.3.
331 * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
332 * lisp/imap.el (imap-ssl-open): Ditto.
333 * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
335 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
337 * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
338 (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
339 file using `gnus-re-read-newsrc-el-file'. In that case, the
340 compiled format specs in the file which may be created by the other
341 Gnusae should be ignored.
343 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
345 * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
346 when Mule 2.3 is running.
348 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
350 * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
352 * lisp/gnus.el (gnus-continuum-version): Remove.
353 (gnus-product-variable-file-list): Use `product-version' instead of
355 (TopLevel): Don't autoload "gnus-msg" for the function
356 `gnus-extended-version'.
357 (gnus-version): Move to gnus-vers.el.
358 (gnus-version): Ditto.
359 (gnus-version-number): Ditto.
360 (gnus-product-name): Ditto.
361 (gnus-original-product-name): Ditto.
362 (running-pterodactyl-gnus-0_73-or-later): Ditto.
363 (gnus-original-version-number): Ditto.
364 (gnus-revision-number): Ditto.
366 * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
367 (gnus-version): Move from gnus.el.
368 (gnus-version): Ditto.
369 (gnus-version-number): Ditto.
370 (gnus-product-name): Ditto.
371 (gnus-original-product-name): Ditto.
372 (running-pterodactyl-gnus-0_73-or-later): Ditto.
373 (gnus-original-version-number): Ditto.
374 (gnus-revision-number): Ditto.
376 * lisp/gnus-start.el (gnus-product-quick-file-format): Use
377 `gnus-vers' instead of `gnus' for the product.
378 (gnus-product-save-variable-file-1): Message an absolute file name;
379 use `save-buffer-as-coding-system'; use `gnus-vers' instead of
380 `gnus' for the product.
381 (gnus-convert-old-ticks): Remove.
382 (gnus-convert-old-newsrc): Remove.
383 (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
385 * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
386 `gnus-format-specs-compiled'.
387 (gnus-update-format-specifications): Specify the arg `format' for
388 `gnus-update-format-specification-1'.
389 (gnus-update-format-specification-1): Modify for the new form of
390 `gnus-format-specs-compiled'; add a new arg `format'.
391 (gnus-format-specs-compiled): Allow the plural compiled functions
394 * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
396 2000-03-14 Keiichi Suzuki <keiichi@nanap.org>
398 NOTE: It requires `product' in APEL 10.0 or later.
399 Will be created ``~/News/.T-gnus/'' directory automatically by
400 default. You can customize location by `gnus-product-directory'.
401 ``cache'' and ``strict-cache'' files will be created under the
404 * lisp/gnus.el (TopLevel): Require `gnus-vers'.
405 (gnus-product-name): Abolished.
406 (gnus-version-number): Ditto.
407 (gnus-version): Use `product-string'. (Format changed)
408 (gnus-variable-list): Delete `gnus-format-specs'.
409 (gnus-product-variable-file-list): New variable.
410 (TopLevel): Use `product-provide'.
412 * lisp/gnus-vers.el: New file.
414 * lisp/gnus-start.el (gnus-product-directory): New user option.
415 (gnus-clear-quick-file-variables): New function.
416 (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
417 (gnus-read-newsrc-file): Likewise.
418 (gnus-read-newsrc-el-file): Read product's variable files.
419 (gnus-product-read-variable-file-1): New function.
420 (gnus-save-newsrc-file): Save product's variable files.
421 (gnus-product-variable-touch): New function.
422 (gnus-product-variables-dirty-p): Ditto.
423 (gnus-product-save-variable-file): Ditto.
424 (gnus-product-save-variable-file-1): Ditto.
425 (gnus-product-quick-file-format): Ditto.
427 * lisp/gnus-spec.el (gnus-update-format): Use
428 `gnus-product-variable-touch'.
429 (gnus-update-format-specification-1): Likewise.
430 (gnus-update-format-specifications): Do not check `emacs-version'
431 and `gnus-newsrc-file-version'. Use
432 `gnus-product-variable-touch'.
434 * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
437 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
439 * lisp/gnus.el (gnus-revision-number): Increment to 14.
440 (gnus-compile-user-specs): New user option.
442 * texi/gnus.texi: Update.
443 * texi/gnus-ja.texi: Update.
445 * lisp/gnus-start.el (gnus-setup-news): Revert.
446 (gnus-setup-news-hook): Revert.
448 * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
449 as well; don't bind `gnus-tmp-func'.
450 (gnus-update-format-specifications): Revert; use
451 `gnus-update-format-specification-1'.
452 (gnus-update-format-specification-1): New function.
453 (gnus-format-specs-compiled): Modify the form.
454 (TopLevel): Require `alist'.
456 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
458 * lisp/gnus.el (gnus-revision-number): Increment to 13.
460 * texi/gnus.texi: Update.
461 * texi/gnus-ja.texi: Update.
463 * lisp/gnus-start.el (gnus-setup-news): Update all format specs
464 just before `gnus-setup-news-hook' is evaluated.
465 (gnus-setup-news-hook): Default to `gnus-compile'.
467 * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
468 `gnus-format-specs', generate compiled specs in
469 `gnus-format-specs-compiled' instead; don't touch the dribble
471 (gnus-update-format-specifications): Bind `gnus-format-specs' to
472 `gnus-format-specs-compiled' if the latter is non-nil; use
473 `gnus-update-format-specifications-1'.
474 (gnus-update-format-specifications-1): Rename from
475 `gnus-update-format-specifications'; update the value of
476 `gnus-newsrc-file-version' if the updating is forced.
477 (gnus-format-specs-compiled): New internal variable.
479 2000-03-05 Keiichi Suzuki <keiichi@nanap.org>
481 * lisp/gnus-spec.el (gnus-update-format-specifications): Force
482 update format specifications, when differ `gnus-version' and
483 `gnus-newsrc-file-version' instead of `gnus-version' and
484 `gnus-version' in `gnus-format-specs'.
485 Do not add `gnus-version' into `gnus-format-specs'.
487 2000-03-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
489 * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
490 from gnus-format-specs.
492 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
494 * nnvirtual.el (nnvirtual-request-article):
495 Bind gnus-override-method to nil.
496 (nnvirtual-request-update-mark): Don't update mark when
497 article is not there.
499 2000-03-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
501 * lisp/gnus.el (gnus-revision-number): Increment to 12.
503 * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
504 and `pgg-verify-region'.
505 (gnus-summary-decrypt-article): New command.
506 (gnus-summary-verify-article): New command.
507 (gnus-summary-article-map): Bind them.
508 (gnus-wheel-summary-scroll): Fix paren style.
510 2000-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
512 * lisp/gnus.el (gnus-revision-number): Increment to 11.
514 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
516 * lisp/nnheader.el (nnheader-insert-nov): Use
517 `mime-entity-fetch-field' instead of `mime-fetch-field'.
519 * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
520 `mime-entity-read-field' instead of `mime-read-field'.
521 (gnus-article-sort-by-author): Likewise.
523 2000-03-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
525 * lisp/nnimap.el (nnimap-request-article-part): Don't use
526 `imap-capability' to detect BODYDETAIL response.
528 2000-03-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
530 * lisp/gnus.el (gnus-revision-number): Increment to 10.
533 (nnimap-request-article-part): Handle `BODY' fetch response when
534 the server implements IMAP4 rev1 capabilities.
535 (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
536 this attribute was obsoleted in RFC2060.
537 (nnimap-request-body): Ditto.
539 2000-02-29 Katsumi Yamaoka <yamaoka@jpl.org>
541 * lisp/gnus.el (gnus-revision-number): Increment to 09.
543 * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
544 from gnus-xmas.el; share them with XEmacs-MULE.
546 * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
549 2000-02-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
551 * lisp/gnus.el (gnus-revision-number): Increment to 08.
553 * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
554 `gnus-bbdb/split-mail'.
555 * README-gnus-bbdb.ja: Ditto.
557 2000-02-08 Yoshiki Hayashi <yoshiki@xemacs.org>
559 * gnus-art.el (article-display-face): Show folded X-Face.
561 2000-02-08 Keiichi Suzuki <keiichi@nanap.org>
563 * lisp/gnus.el (gnus-revision-number): Increment to 07.
565 * lisp/nnmail.el (nnmail-get-new-mail): Do not check
568 2000-02-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
570 * lisp/gnus.el (gnus-revision-number): Increment to 06.
572 * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
573 (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
574 `digest-md5' to IMAP authenticators.
576 * lisp/gnus-offline.el (gnus-group-get-new-news,
577 gnus-agent-toggle-plugged,gnus-agent-expire,
578 gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
581 * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
583 * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
584 confusing tabs from original header.
586 2000-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
588 * lisp/pop3.el (pop3-md5): Fset to `md5' if the module `md5' is
590 (pop3-apop): Use built-in `md5' if it exists.
592 2000-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
594 * lisp/gnus.el (gnus-revision-number): Increment to 05.
596 * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
597 module `gnus-bitmap' instead of `smiley-mule'.
599 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
600 without redisplaying if the point is out of view.
602 2000-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
604 * lisp/gnus.el (gnus-revision-number): Increment to 04.
606 2000-01-24 SANETO Takanori <sanewo@ba2.so-net.ne.jp>
608 * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
610 * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
611 * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
614 * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
616 * lisp/gnus.el (gnus-version): Ditto.
617 * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
618 * lisp/gnus-offline.el (gnus-offline-set-interval-time,
619 gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
620 gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
621 gnus-offline-hangup-line, gnus-offline-get-new-news-function,
622 gnus-offline-connect-server): Ditto.
623 * lisp/dgnushack.el (dgnushack-make-package): Ditto.
625 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
627 * lisp/gnus.el (gnus-revision-number): Increment to 03.
629 * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
630 buffer if it is called non-interactively.
632 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
634 * lisp/gnus.el (gnus-revision-number): Increment to 02.
636 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
637 if the point is out of view.
639 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
641 * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
642 `pos-visible-in-window-p' returns nil.
644 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
646 * lisp/gnus-offline.el (gnus-agent-mode): New advice.
648 2000-01-12 Hirokazu FUKUI <hfukui@sannet.ne.jp>
650 * lisp/base64.el: Unbound base64-*-string and base64-*-region
651 when defined by autoload.
653 2000-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
655 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
656 the original code; hide group contents while rescanning.
658 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
660 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
661 lines in the imitation buffer; turn off h-scrollbar for XEmacs.
663 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
665 * lisp/gnus.el (gnus-revision-number): Increment to 01.
667 * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
668 nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
669 gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
670 gnus-agent.el}: Require `gnus-clfns' when compiling.
672 * lisp/rfc2231.el: Require `cl' when compiling.
674 * lisp/gnus-clfns.el: New file.
676 * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
679 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
680 rescan the current newsgroup before exiting; wear an imitation
681 summary buffer while rescanning.
683 2000-01-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
685 * lisp/dgnushack.el (char-before): Use the byte-optimaization.
687 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
689 * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
690 (gnus-revision-number): Clear to 00.
692 * README.T-gnus: Update.
694 * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
695 score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
696 nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
697 nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
698 nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
699 nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
700 nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
701 mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
702 mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
703 gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
704 gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
705 gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
706 gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
707 gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
708 gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
709 gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
710 gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
711 gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
714 * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
715 emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
717 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
719 * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
722 * lisp/gnus-sum.el (gnus-articles-to-read): Bind
723 `cursor-in-echo-area' to nil while `read-from-minibuffer'.
725 1999-12-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
727 * lisp/gnus-offline.el (TopLevel): Call
728 `define-process-argument-editiong' only under Meadow -- i.e. don't
729 call this function under NTEmacs.
731 1999-12-28 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
733 * lisp/gnus.el (gnus-revision-number): Increment to 15.
735 * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
736 `gnus-offline-agent-automatic-expire'.
737 (gnus-agent-expire): Fix the advice.
738 (gnus-offline-after-jobs-done): Refer to
739 `gnus-offline-auto-expire'.
741 * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
743 (gnus-offline-resource-ja): Ditto.
745 * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
746 bind `coding-system-for-read' to raw-text-dos, else bind it to
749 1999-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
751 * lisp/gnus.el (gnus-revision-number): Increment to 14.
753 * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
755 1999-12-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
757 * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
758 (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
759 value depends on the version of ssl.el.
760 (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
761 `coding-system-for-read' to raw-text-dos, else bind it to binary.
763 1999-12-23 Keiichi Suzuki <keiichi@nanap.org>
765 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
768 1999-12-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
770 * lisp/imap.el (imap-streams,imap-stream-alist,
771 imap-authenticators,imap-authenticator-alist,
772 imap-digest-md5-p): Sync with latest Gnus.
773 (imap-starttls-p): Rename from `imap-tls-p'.
774 (imap-starttls-open): Rename from `imap-tls-open'.
776 1999-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
778 * lisp/gnus.el (gnus-revision-number): Increment to 13.
780 * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
781 as its parent directory.
783 * lisp/imap.el (base64-encode-string, base64-decode-string):
784 Autoload "base64" instead of the tricky definitions.
786 * lisp/base64.el: Restore the original code and invalidate it; use
787 mel for the base64 codec.
789 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
791 * lisp/imap.el (mel-find-function): Always require `mel' instead of
792 the use of autoloading. Because the function `mel-find-function'
793 is defined by `defsubst'.
795 1999-12-18 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
797 * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
798 `gnus-offline-connected', not `gnus-plugged'.
800 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
801 `unless'. Use `when'.
803 * lisp/imap.el (base64-encode-string): Fix. May work.
805 1999-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
807 * lisp/message.el (message-goto-mail-copies-to): If the field is
808 newly created, a string "never" is inserted in default.
809 (message-goto-mail-followup-to): If the field is newly created and
810 To field contains only one address, the address is inserted in
812 (message-mode-map): New key stroke `C-c C-f c' for the command
813 `message-goto-mail-copies-to'.
815 1999-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
817 * lisp/gnus.el (gnus-revision-number): Increment to 12.
819 * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
821 * lisp/lpath.el (toolbar-gnus, get-charset-property,
822 font-lock-set-defaults, find-coding-system, coding-system-get):
823 Bind them for FSF Emacsen.
824 (read-color, x-defined-colors, compute-motion): Don't bind.
826 * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
827 `base64-encode-string' and `base64-decode-string' instead of
828 `imap-base64-encode-string' or `imap-base64-decode-string'.
829 (base64-encode-string): New function. It won't be defined if it
830 is already bound and the optional second arg is allowed.
831 (base64-decode-string): New function defined by `defun-maybe'.
832 (imap-base64-encode-string, imap-base64-decode-string): Remove.
833 (mel-find-function): Autoload "mel".
835 * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
836 get-popup-menu-response, toolbar-gnus, get-charset-property,
837 find-coding-system, coding-system-get, font-lock-set-defaults):
839 (union, member-if, mapcon, mapc, last): Don't define as compiler
840 macros under XEmacs. It is based on Hrvoje's advice.
841 (member-if): New compiler macro for emulating cl function.
843 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
845 * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
846 of `static-condition-case'.
848 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
850 * lisp/gnus.el (gnus-revision-number): Increment to 11.
852 * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
855 1999-12-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
857 * lisp/imap.el: Require `digest-md5' when compiling; add autoload
858 settings for `digest-md5-parse-digest-challenge' and
859 `digest-md5-digest-response'.
860 (imap-authenticators): Add `digest-md5'.
861 (imap-authenticator-alist): Setup for `digest-md5'.
862 (imap-digest-md5-p): New function.
863 (imap-digest-md5-auth): New function.
865 1999-12-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
867 * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
868 buffer name must be specific to its mail source.
870 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
872 * lisp/gnus.el (gnus-revision-number): Increment to 10.
874 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
875 call too many `static-if's.
877 * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
878 `make-symbolic-link' is not availabe.
880 * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
882 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
884 * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
885 the original `gnus-agent-toggle-plugged'.
887 * lisp/mail-source.el (mail-source-fetch-imap): Don't create
888 multiple temporary buffers, and don't kill one.
890 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
892 * lisp/gnus.el (gnus-revision-number): Increment to 09.
894 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
895 optional argument `force'. Use `read-file-name' instead of
896 `read-directory-name'.
898 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
900 * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
902 * lisp/gnus-agent.el (gnus): Give up to advise here.
903 (gnus-group-get-new-news): New advice instead.
905 * lisp/gnus-offline.el (gnus-offline-setup): Call
906 `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
908 (gnus-offline-define-menu-and-key): Simplify.
909 (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
912 * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
913 `gnus-offline-setting-file'.
914 (gnus-nntp-service): Set this variable here, not in
915 `gnus-offline-setting-file'
916 (gnus-nntp-server): Ditto.
917 (gnus-after-getting-new-news-hook): Ditto.
918 (message-send-hook): Ditto.
919 (mail-source-read-passwd): Ditto.
920 (gnus-setup-news-hook): Ditto.
921 (gnus-setup-for-offline): Now one can get mails from `imap',
922 `file', `directory' or `maildir'.
924 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
925 Ignore non-POP mail sources.
927 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
929 * lisp/gnus.el (gnus-revision-number): Increment to 07.
931 * lisp/gnus-util.el (gnus-union): Remove.
932 (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
934 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
935 instead of `gnus-union'.
937 1999-12-10 A.Hitachi <a_hitachi@msi.biglobe.ne.jp>
938 Katsumi Yamaoka <yamaoka@jpl.org>
940 * lisp/dgnushack.el (union): New compiler macro for emulating cl
943 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
945 * lisp/gnus-util.el: Require `gnus-ems'.
946 (gnus-ems-redefine): Call it to redefine the functions
947 `gnus-truncate-string', etc.
948 (gnus-union): Fix doc string.
950 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
952 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
954 * lisp/gnus.el (gnus-revision-number): Increment to 06.
956 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
958 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
959 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
961 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
963 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
965 (mapc): Bug fix - treat the last arg as a list.
967 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
969 * lisp/gnus.el (gnus-revision-number): Increment to 05.
971 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
972 modeline "Plugged" status display with the value of
975 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
977 (gnus-offline-set-online-sendmail-function): defsubst.
978 (gnus-offline-set-offline-sendmail-function): Ditto.
979 (gnus-offline-set-offline-post-news-function): Ditto.
980 (gnus-offline-set-online-post-news-function): Ditto.
981 (gnus-offline-disable-fetch-mail): Ditto.
982 (gnus-offline-enable-fetch-mail): Ditto.
983 (gnus-offline-setup): Fix typo.
984 (gnus-offline-gnus-get-new-news): Abolish.
985 (gnus-offline-toggle-plugged): Ditto.
986 (gnus-offline-agent-expire): Ditto.
987 (gnus-group-get-new-news): New advice which does things
988 `gnus-offline-gnus-get-new-news' was doing.
989 (gnus-agent-toggle-plugged): New advice which does thing
990 `gnus-offline-toggle-plugged' was doing.
991 (gnus-agent-expire): New advice which does things
992 `gnus-offline-agent-expire' was doing.
993 (gnus-offline-define-menu-and-key): No longer substitute key
994 definitions on `gnus-group-mode-map'. No longer swap commands for
996 (gnus-offline-after-get-new-news): Do jobs only when
999 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
1002 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1004 * lisp/message.el (message-yank-add-new-references): Fix doc string.
1006 * texi/{message-ja.texi, message.texi}
1007 (message-list-references-add-position,
1008 message-yank-add-new-references): Add documentations.
1010 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1012 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
1013 `gnus-offline-get-message'.
1015 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
1016 `gnus-ofsetup-get-message'.
1018 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1020 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1021 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
1023 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
1024 `get-text-property' in the outside of the boundary.
1025 (gnus-article-smiley-display): New function.
1026 (gnus-treatment-function-alist): Use it.
1028 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
1029 the bug fixed version rigidly instead of the use of `defadvice'.
1031 * lisp/message.el (font-lock-after-change-function): Don't use
1032 `compile' for the arg of `defadvice'.
1034 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
1036 * lisp/message.el (message-yank-add-new-references): New option
1037 value `message-id-only'.
1038 (message-yank-original): Likewise.
1039 (message-list-references-add-position): New user option.
1040 (message-list-references): When
1041 `message-list-references-add-position' is integer value, the order
1042 of designate number message-ids is kept.
1044 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1046 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1048 * lisp/gnus-offline.el (gnus): Don't advise here.
1049 (TopLevel): Call `gnus-offline-define-menu-and-key'.
1050 (gnus-offline-setup): Don't call
1051 `gnus-offline-define-menu-and-key' here.
1053 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
1054 rely on `gnus-load-hook'.
1055 (gnus): New advice. Call `gnus-offline-setup' when everything is
1058 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
1059 at the compile time. Use `gnus-alive-p'.
1061 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1063 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1065 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
1066 don't use `byte-defop-compiler'.
1067 (byte-optimize-form-code-walker): Advise it for fixing the bug in
1068 and/or forms. The original idea is devised by FUKUI-san, modified
1070 (max-specpdl-size): Set 3000.
1072 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1074 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1076 * lisp/gnus-offline.el (gnus): New advice. synchronize
1077 `gnus-offline-connected' with `gnus-plugged'.
1079 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1081 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
1082 (gnus-revision-number): Clear to 00.
1084 * README.branch.ja: Update for t-gnus-6_14 branch.
1085 * README.branch: Ditto.
1086 * README.T-gnus: Ditto.
1087 * README.semi.ja: Ditto.
1088 * README.semi: Ditto.
1090 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
1091 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
1092 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
1093 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
1094 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
1096 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1097 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
1100 * t-gnus-6_14: NEW PUBLIC BRANCH.
1102 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
1103 Katsumi Yamaoka <yamaoka@jpl.org>
1105 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1107 * lisp/dgnushack.el (char-before): Use compiler macro instead of
1109 (char-after): Comment out the byte-optimization.
1111 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
1112 New functions. They are identical to the built-in codec if
1113 possible, otherwise the functions defined in mel are used.
1114 (imap-cram-md5-auth): Use them.
1116 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1118 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
1119 and `base64-encode-string'.
1121 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1123 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
1124 (gnus-revision-number): Clear to 00.
1126 * README.T-gnus: Update.
1128 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
1130 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
1131 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
1132 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1133 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
1134 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1135 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1136 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
1137 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
1138 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
1139 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
1141 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
1144 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1145 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
1148 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1150 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
1151 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
1152 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
1153 (gnus-after-getting-new-news-hook): Ditto.
1155 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
1157 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1159 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1161 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
1162 char with old Emacsen as well.
1164 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1166 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
1167 appears in the backquoted form.
1168 (gnus-category-edit-score): Ditto.
1170 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
1171 appears in the backquoted form.
1173 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1175 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1177 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
1179 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
1180 defined. If not, call `easy-menu-create-keymaps'.
1182 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1184 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1186 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
1187 "static" at the compile time.
1188 (gnus-offline-hangup-function): Abolish.
1189 (gnus-offline-auto-ppp): New variable.
1190 (gnus-offline-gnus-get-new-news): Refer to it.
1191 (gnus-offline-set-unplugged-state): Ditto.
1192 (gnus-offline-set-auto-ppp): New function. It replaces the
1193 function `gnus-offline-toggle-auto-hangup'.
1194 (gnus-offline-toggle-auto-hangup): Abolish.
1195 (gnus-offline-define-menu-and-key): Use `static-if' and
1197 (gnus-offline-popup-menu): Do not define this function under XEmacs.
1198 (gnus-offline-popup): New function.
1200 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
1201 (gnus-ofsetup-resource-en): Fix doc strings.
1202 (gnus-ofsetup-resource-ja): Ditto.
1204 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1206 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1208 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
1209 Pterodactyl Gnus v0.98.
1211 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1213 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
1215 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
1217 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
1218 `car' and `cdr' instead of `cadr'.
1220 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
1221 instead of `push'; use `if' instead of `when'.
1223 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
1225 (gnus-useful-groups): Use `or' instead of `unless'.
1227 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
1230 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1232 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
1233 `when' in the body of `defadvice'. Use `if' instead.
1235 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
1238 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1240 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
1241 the macro `when' in the arg of `defcustom'. Use `if' instead.
1243 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1245 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1247 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
1248 `next-single-property-change' LIMIT as `point-max'.
1249 (gnus-article-prepare-mime-display): Ditto.
1250 (article-hide-signature): Ditto.
1252 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1254 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
1255 are removed to fill gnus-version within 80 columns.
1257 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1259 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
1261 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1263 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1265 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
1268 * lisp/gnus-util.el (gnus-union): New function.
1270 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
1271 `copy-sequence' instead of `copy-list'.
1272 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
1274 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
1276 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1278 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1280 * lisp/dgnushack.el (union, copy-list): New compiler macros for
1281 emulating cl functions.
1283 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1285 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1286 (gnus-select-method): Use `condition-case' instead of
1289 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1290 instead of `ignore-errors'.
1292 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
1294 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
1295 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
1296 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
1297 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
1298 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1299 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1300 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
1301 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
1302 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
1303 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
1305 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1307 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1309 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
1310 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
1311 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
1312 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
1313 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1314 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
1315 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
1316 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
1317 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
1318 Require `cl' at the top level.
1320 * lisp/gnus.el (gnus-select-method): Undo last change.
1321 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
1322 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
1324 * lisp/gnus-ems.el (gnus-split-string): Remove.
1326 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1328 * lisp/pop3.el: Add description about STLS extension; add autoload
1329 setting for `starttls-open-stream' and `starttls-negotiate'.
1330 (pop3-stls): New function.
1331 (pop3-open-tls-stream): New function.
1332 (pop3-open-server): Use `pop3-open-tls-stream' if
1333 'pop3-connection-type' is bound to `tls'.
1335 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1337 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
1338 and `starttls-negotiate'.
1339 (imap-stream-alist): Add TLS entry.
1340 (imap-tls-p): New function.
1341 (imap-tls-open): New function.
1342 (imap-ssl-open): Enclose `open-ssl-stream' with
1343 `as-binary-process'.
1345 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1347 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1348 (gnus-select-method): Use `condition-case' instead of
1351 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
1354 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
1355 `coding' and `noerror' for the stopgaps.
1357 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
1358 `coding' and `noerror'.
1359 (function-max-args): Maybe-fbind for FSF Emacsen.
1361 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
1362 as `binary' if possible.
1363 (imap-log): Default to nil (synched with pgnus 0.99).
1364 (base64-decode-string): Autoload "mel" instead of "base64".
1365 (md5): Autoload "md5" without `eval-and-compile'.
1367 * lisp/gnus-util.el (copy-list): New function defined by
1370 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
1371 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
1373 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1374 instead of `ignore-errors'.
1376 * lisp/gnus-picon.el: Require `cl'.
1378 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
1379 gnus-offline.el} (cl): Enclose the requiring procedure with
1380 `eval-when-compile'.
1382 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
1383 procedure with `eval-when-compile' instead of `eval-and-compile'.
1385 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1387 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1388 Use mail-sources instead of nnmail-spool-file.
1389 From: Toshiaki -PCX- Tanaka.
1391 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
1393 * lisp/gnus.el (gnus-group-startup-message): Insert space before
1395 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
1397 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
1399 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
1400 (gnus-revision-number): Clear to 00.
1402 * README.T-gnus: Update.
1404 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
1405 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
1406 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
1407 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
1408 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
1409 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1411 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
1413 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
1416 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1418 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
1420 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
1421 `message-save-drafts' instead of `set-buffer-modified-p' and
1423 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
1424 because the reply data is lost in Drafts.
1425 * lisp/gnus-art.el (gnus-signature-face): Don't check
1428 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1430 * lisp/pop3.el (pop3-progress-message): New function.
1431 (pop3-movemail): Use it.
1433 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1435 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
1436 `gnus-following-method'.
1438 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
1439 wide reply as a mail if the message is not a news; use the macro
1440 `gnus-setup-message'.
1442 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
1444 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1446 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1447 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
1448 function `gnus-smiley-display'.
1450 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
1451 `window-system' is nil.
1452 (gnus-article-x-face-command): Default to external command if
1453 `window-system' is nil.
1455 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1457 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1458 (TopLevel): Rearrange autoload settings.
1460 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
1463 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
1464 "Toggle smileys" in "Washing" menu.
1465 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
1467 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
1468 (smiley-toggle-buffer): New function.
1469 (smiley-buffer): Don't quote the function.
1470 (smiley-toggle-extents): Ditto.
1472 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1474 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1475 (TopLevel): Add and delete autoloads for functions defined in
1476 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
1478 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
1481 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
1482 `gnus-custom-mode' defined in "gnus-cus".
1484 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1486 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1488 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
1489 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
1492 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1494 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1495 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
1496 functions `x-face-mule-gnus-article-display-x-face' and
1499 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
1501 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
1502 `gnus-mule-group-startup-message'.
1503 (gnus-mule-group-startup-message): Remove.
1504 (gnus-mule-bitmap-image-file): Remove.
1506 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
1507 ordinary text if the feature `smiley-mule' is provided and FSF
1509 (TopLevel): Require `static' at the compile time.
1511 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
1512 `mime-display-text/plain-hook' to nil.
1513 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
1514 treat the next entity position as a marker.
1515 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
1516 `gnus-smiley-display' under FSF Emacsen.
1517 (gnus-treat-display-smileys): Default to t if the module
1518 `smiley-mule' is installed.
1519 (gnus-treat-display-xface): Default to `head' if the value of
1520 `gnus-article-x-face-command' is
1521 `x-face-mule-gnus-article-display-x-face'.
1522 (gnus-article-x-face-command): Default to
1523 `x-face-mule-gnus-article-display-x-face' if the module
1524 `x-face-mule' is installed.
1525 (TopLevel): Require `static' first; require `path-util'.
1527 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1529 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1531 * lisp/message.el (message-mode): Make
1532 `message-font-lock-last-position' as buffer local.
1533 (message-font-lock-keywords-2): Use
1534 `message-font-lock-cited-text-matcher' instead of regexp.
1535 (message-font-lock-cited-text-matcher): New function.
1536 (font-lock-after-change-function): Advice to the keep last cursor
1537 position in `message-font-lock-last-position' before fontifying.
1538 (message-font-lock-last-position): New variable.
1539 (message-font-lock-citation-name-max-column): New variable.
1540 (message-font-lock-cited-text-regexp): New variable.
1541 (message-font-lock-fence-close-position): New variable.
1542 (message-font-lock-fence-open-position): New variable.
1543 (message-font-lock-fence-close-regexp): New variable.
1544 (message-font-lock-fence-open-regexp): New variables.
1546 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1548 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
1549 using `message-font-lock-keywords', `message-font-lock-keywords-1'
1550 and `message-font-lock-keywords-2'.
1551 (message-font-lock-keywords): Restruct.
1552 (message-font-lock-keywords-1): New variable split from
1553 `message-font-lock-keywords'.
1554 (message-font-lock-keywords-2): Ditto.
1556 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1558 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1560 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
1561 before highlighting or hiding it.
1562 (gnus-article-buttonize-signature): New function.
1563 (gnus-article-highlight-signature): Don't buttonize.
1564 (gnus-treatment-function-alist): Undo the last change.
1565 (gnus-treat-emphasize): Default to nil.
1567 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1569 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1570 (TopLevel): Autoload "gnus-art" for the function
1571 `gnus-article-show-all'.
1573 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
1574 hidden text if the command `gnus-summary-toggle-mime' is used.
1576 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
1578 (gnus-article-highlight-signature): Work for forwarded messages.
1579 (gnus-article-show-all): New function based on `article-show-all'.
1580 (gnus-article-show-all-headers): Based on
1581 `article-show-all-headers'.
1582 (article-show-all-headers): New function to show all *HEADERS*.
1583 (article-show-all): Show *ALL* literally.
1584 (article-hide-signature): Work for forwarded messages.
1585 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
1586 off after `gnus-treat-highlight-signature'.
1588 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1590 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1592 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
1593 against forwarded messages without MIME structure.
1594 (gnus-treatment-function-alist): Move
1595 'gnus-treat-decode-article-as-default-mime-charset' to the top;
1596 put `gnus-treat-emphasize' off after
1597 `gnus-treat-highlight-headers'.
1599 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1601 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1603 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1605 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
1606 argument is list or not before condition.
1608 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1610 * lisp/gnus-art.el (gnus-treat-predicate): Work for
1611 (typep "something").
1613 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1615 * lisp/gnus-art.el (gnus-article-prepare-display):
1616 Pass argument nil as a condition to gnus-treat-article.
1617 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
1618 Ditto. Also, treat last part of multipart article correctly.
1620 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1622 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1624 * lisp/message.el (message-generate-headers): Don't insert
1627 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
1628 negative number for the 2nd arg of `insert-char'.
1630 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1632 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
1633 gnus-ja instead of gnus if Japanese environment is on.
1635 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1637 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1638 (semi-gnus-developers): Remove.
1639 (gnus-maintainer): Change mail address.
1640 (gnus-group-startup-message): Display version string.
1642 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
1644 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
1645 version string; fix glyph position.
1647 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1649 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
1650 to previous version until problem of respooling from
1651 nnimap to nnml is solved.
1652 (gnus-summary-move-article): Ditto.
1654 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1656 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1658 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
1659 value is t before checking for `condition'.
1660 (gnus-article-prepare-mime-display): Search for the entity children
1661 if the primary type is `multipart'.
1663 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1665 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1667 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
1668 instead of signaling an error if the destination group is not
1670 (gnus-summary-move-article): Do nothing if the destination group
1671 is not newly created.
1673 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
1676 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1678 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
1679 active entry for the group even if it doesn't exist.
1681 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1683 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
1685 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1687 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
1688 (gnus-revision-number): Clear to 00.
1690 * README.T-gnus: Update.
1692 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1693 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1695 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
1696 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
1697 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
1698 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
1699 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1701 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1703 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1705 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
1706 smooth scrolling under XEmacs.
1707 (gnus-article-next-page):Ditto.
1709 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
1710 descriptions about the problem of loaddefs.el and the patch for
1713 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1715 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1717 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
1718 `:predicate' for old Emacsen; require `static'.
1720 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
1721 `:path' and `:predicate'.
1723 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1725 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
1726 modeline as modified.
1728 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1730 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1732 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
1733 `mime-view-entity' in the modified header under FSF Emacsen.
1735 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1737 * README-offline.en: Rewrite the usage description.
1738 * README-offline.ja: Ditto.
1740 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1742 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1744 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
1747 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1749 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
1750 * README-offline.ja: Ditto.
1752 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1754 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1756 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
1757 the current buffer as modified.
1759 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
1760 (gnus-offline-get-menu-items): New function.
1761 (gnus-offline-define-menu-on-miee): Use it.
1762 (gnus-offline-define-menu-on-agent): Ditto.
1764 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1766 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
1768 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
1769 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
1770 (pop3-quit): Clear `pop3-uidl-obarray'.
1772 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1774 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1776 * lisp/gnus-offline.el (gnus-offline-resource-en,
1777 gnus-offline-resource-ja,
1778 gnus-offline-resource-ja_complete): New variables.
1779 (gnus-offline-get-message): News function.
1780 (gnus-offline-error-check): Use it.
1781 (gnus-offline-connect-server): Ditto.
1782 (gnus-offline-get-new-news-function): Ditto.
1783 (gnus-offline-set-mail-group-level): Ditto.
1784 (gnus-offline-hangup-line): Ditto.
1785 (gnus-offline-after-jobs-done): Ditto.
1786 (gnus-offline-toggle-auto-hangup): Ditto.
1787 (gnus-offline-toggle-on/off-send-mail): Ditto.
1788 (gnus-offline-toggle-articles-to-fetch): Ditto.
1789 (gnus-offline-empting-spool): Ditto.
1790 (gnus-offline-set-interval-time): Ditto.
1792 * lisp/gnus-ofsetup.el (gnus-offline-lang,
1793 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
1795 (gnus-ofsetup-get-message): New function.
1796 (gnus-setup-for-offline): Use it.
1797 (gnus-ofsetup-find-parameters): Ditto.
1798 (gnus-ofsetup-prepapre-for-miee): Ditto.
1799 (gnus-ofsetup-completing-read-symbol): Ditto.
1800 (gnus-ofsetup-customize): Ditto.
1801 (gnus-ofsetup-customize-done): Ditto.
1803 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1805 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
1806 `isearch-lazy-highlight'.
1808 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
1810 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1812 * lisp/lpath.el (babel-as-string): Bind it.
1814 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
1815 original X-Face field while searching. It is done for only FSF
1817 (gnus-summary-search-article-highlight-matched-text): Ditto.
1818 (gnus-summary-search-article-matched-data): Bind it explicitly.
1820 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1822 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
1823 (gnus-revision-number): Clear to 00.
1825 * README.T-gnus: Update.
1827 * README: Sync up with Pterodactyl Gnus v0.96.
1828 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
1829 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
1830 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
1831 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
1832 gnus-agent.el,ChangeLog}: Ditto.
1833 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
1835 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1837 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
1838 don't retrieve any incoming mails.; Don't filter articles here.
1839 Use `convert-standard-filename' to generate fresh UIDL file names.
1840 (pop3-get-message-numbers): Rewrite.
1841 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
1842 of `with-temp-buffer'.
1844 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1846 * README-offline.ja : Fix.
1848 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
1851 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
1852 requirements; Enclose the autoload for `gnus-custom-mode' with
1855 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
1857 * lisp/gnus.el (gnus-revision-number): Increment to 15.
1859 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
1860 for them before lpath.el is loaded. Because lpath.el requires
1861 `poe' via `path-util'. [cf. <tm-ja:5051>]
1863 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
1864 X-Face image if the regexp "^X-Face:" is specified.
1865 (gnus-summary-search-article-highlight-matched-text): Use
1866 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
1867 X-Face image if it is requested.
1868 (gnus-summary-search-article-highlight-goto-x-face): New macro.
1870 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
1872 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1874 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
1875 recenter the article when touchdown; popup the article buffer if
1877 (gnus-summary-search-article-highlight-matched-text): Treat the
1878 article before highlighting; use old style backquote syntax.
1879 (gnus-summary-search-article-position-point): Fix the beginning
1880 position; use old style backquote syntax.
1881 (gnus-summary-select-article): Undo the last change.
1882 (gnus-summary-display-article): Bind
1883 `gnus-summary-search-article-matched-data' in the article buffer
1884 locally. It is moved from `gnus-summary-select-article'.
1886 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1888 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
1889 (clean): Remove formatted info files.
1890 (distclean): Just remove Makefile.
1892 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1894 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1896 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
1897 (gnus-agent-fetch-headers): Limit downloadable articles if the
1898 number of unread articles exceeds `gnus-agent-large-newsgroup'.
1899 (gnus-agent-expire): Do not expire saved or replied articles when
1900 `gnus-agent-expire-all' is nil.
1902 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
1904 (gnus-offline-agent-expire): Check it; Bind
1905 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
1906 (gnus-offline-after-jobs-done): Don't check
1907 `gnus-agent-expire-all'.
1909 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
1910 `user-login-name' and `user-real-login-name' returns the same
1912 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
1913 (gnus-ofsetup-update-setting-file): Ditto.
1914 (gnus-ofsetup-prepare): New macro.
1915 (gnus-setup-for-offline): Use it.
1916 (gnus-ofsetup-customize-done): Ditto.
1918 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
1920 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1922 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
1923 (gnus-summary-search-article-highlight-matched-text): Rearrange.
1924 (gnus-summary-search-article-position-point): New macro.
1925 (gnus-summary-search-article-matched-data): Rename from
1926 `gnus-summary-search-article-matched-text'.
1927 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
1928 use `gnus-article-show-all-headers' for exposing the visited
1930 (gnus-summary-select-article): Bind
1931 `gnus-summary-search-article-matched-data' in the article buffer
1934 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
1935 if the value of `gnus-inhibit-treatment' is non-nil.
1936 (article-toggle-headers): Don't redisplay X-Face if the value of
1937 `gnus-inhibit-treatment' is non-nil.
1938 (gnus-article-treat-custom): Add new treatment variable `mime'.
1940 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1942 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1945 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1946 `gnus-newsgroup-incorporated' explicitly.
1948 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1950 * README.semi: Update for the recent a-ftp sites and directories.
1951 * README.semi.ja: Ditto.
1952 * texi/gnus-faq.texi: Ditto.
1953 * texi/gnus-faq-ja.texi: Ditto.
1955 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1957 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1958 (gnus-summary-incorporated-face): New face spec.
1960 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1961 entry about the format specifier `w'.
1962 (gnus-group-line-format): Fix documentation.
1964 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1965 newly incorporated mails with `gnus-summary-incorporated-face'.
1966 (gnus-newsgroup-incorporated): New variable.
1967 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1968 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1970 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1972 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1973 `K' if the group has already been subscribed.
1975 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1977 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1978 `isearch-lazy-highlight' t in the buffer locally; goto the
1979 beginning of the buffer before searching.
1981 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1984 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1986 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1988 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1989 matched text after the searching is done; call
1990 `gnus-summary-select-article' with the args nil and t; bind
1991 `gnus-treat-*' to nil.
1992 (gnus-summary-search-article-highlight-matched-text): New macro
1993 for highlighting matched text. It is bound at the compile time
1995 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1996 with the args nil and t; bind `gnus-treat-*' to nil.
1998 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1999 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
2000 `with-temp-file'; use `insert-file-contents-as-binary' instead of
2001 `insert-file-contents'.
2003 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2005 * lisp/gnus.el (gnus-revision-number): Increment to 09.
2007 * lisp/gnus-offline.el: Fix comments.
2008 (TopLevel): Delete the code for emulating custom. Do not inhibit
2009 byte-compile-warnings, but hide useless ones.
2010 (gnus-offline-dialup-program-arguments): defvar instead of
2012 (gnus-offline-hangup-program-arguments): Ditto.
2013 (gnus-offline-interval-time): Ditto.
2014 (gnus-offline-dialup-program, gnus-offline-hangup-program,
2015 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
2016 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
2018 Set `mail-sources' instead of `nnmail-spool-file'.
2019 (gnus-offline-enable-fetch-mail): Ditto.
2020 (gnus-offline-toggle-movemail-program): Abolish.
2021 (gnus-offline-define-menu-and-key): Modify according to it.
2022 (gnus-offline-define-menu-on-miee): Ditto.
2023 (gnus-offline-define-menu-on-agent): Ditto.
2024 (gnus-offline-message-add-header): Bind temporary variables.
2025 (gnus-offline-add-custom-header): Ditto.
2026 (gnus-offline-restore-mail-group-level): Ditto.
2028 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
2029 gnus-offline at the compile time. Do not inhibit
2030 byte-compile-warnings.
2031 (gnus-setup-for-offline): Really bind all temporary variables.
2032 (gnus-ofsetup-write-settting-file): Check if interval is a
2034 Use `mail-sources' instead of `nnmail-spool-file'.
2035 (gnus-ofsetup-update-setting-file): Redefine as a macro.
2036 (gnus-ofsetup-prepare-for-miee): Ditto.
2038 * README-offline.en : Update.
2039 * README-offline.ja : Ditto.
2041 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2043 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
2044 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
2046 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
2048 * lisp/gnus.el (gnus-revision-number): Increment to 08.
2050 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
2052 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
2053 group name with `\N'.
2055 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2057 * lisp/gnus.el (gnus-revision-number): Increment to 07.
2059 * lisp/pop3.el (pop3-except-header-regexp): New variable.
2060 (pop3-movemail): Don't retrieve messages whose headers are
2061 matching `pop3-except-header-regexp'.
2062 (pop3-top): New function.
2063 (pop3-retr): Don't use `save-restriction'.
2065 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2067 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
2069 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2071 * lisp/gnus.el (gnus-revision-number): Increment to 06.
2073 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
2074 `gnus-article-next-page' when the last page is not displayed.
2075 (mime-preview-over-to-previous-method-alist): Use
2076 `gnus-article-prev-page' when the first page is not displayed.
2077 (gnus-next-page-map): Use `make-sparse-keymap' instead of
2078 `make-keymap'; don't use `suppress-keymap'.
2079 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
2080 Succeed to the value of the text property `mime-view-situation' in
2081 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
2082 current local map as a parent under FSF Emacsen.
2084 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2086 * lisp/pop3.el (pop3-retr): Undo last change.
2088 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2090 * lisp/gnus.el (gnus-revision-number): Increment to 05.
2092 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
2093 `accept-process-output'; Move point to the end of the normal
2095 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
2096 (pop3-get-list): Abolish.
2097 (pop3-retr): Don't use `save-restriction'.
2098 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
2099 (pop3-list): Likewise.
2101 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2103 * lisp/gnus.el (gnus-revision-number): Increment to 04.
2105 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
2106 `event-basic-type' instead of `event-button' under FSF Emacsen.
2108 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
2110 * lisp/gnus.el (gnus-revision-number): Increment to 03.
2112 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2114 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
2115 `gnus-summary-mode-hook'.
2116 (gnus-use-wheel): New variable.
2117 (gnus-wheel-scroll-amount): New variable.
2118 (gnus-wheel-edge-resistance): New variable.
2119 (gnus-wheel-summary-scroll): New function.
2120 (gnus-wheel-install): New function.
2122 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
2124 * lisp/gnus.el (gnus-revision-number): Increment to 02.
2126 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
2127 `defun' instead of `defsubst'.
2128 (make-full-mail-header): Ditto.
2130 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
2131 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
2133 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2135 * lisp/gnus.el (gnus-revision-number): Increment to 01.
2137 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
2140 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
2141 function from Nana-gnus.
2142 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
2143 (gnus-ofsetup-update-setting-file): Rename from
2144 `gnus-ofsetup-write-setting-file'.
2145 (gnus-ofsetup-find-parameters): Rename from
2146 `gnus-ofsetup-parameters'.
2147 (gnus-ofsetup-customize-done): Rewrite.
2149 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2151 * pop3.el: Sync up with pop3.el version 2.04.
2152 (pop3-leave-mail-on-server): New variable.
2153 (pop3-maximum-message-size): New variable.
2154 (pop3-uidl-file-name): New variable.
2155 (pop3-uidl-support): New variable.
2156 (pop3-uidl-obarray): New variable.
2157 (pop3-movemail): Check message size on every retrieval.
2158 (pop3-open-ssl-stream-1): Use new style macro.
2159 (pop3-get-message-numbers): New function.
2160 (pop3-get-list): New function.
2161 (pop3-get-uidl): New function.
2162 (pop3-get-unread-message-numbers): New function.
2163 (pop3-save-uidls): New function.
2164 (pop3-retr): Use `pop3-get-extended-response'.
2165 (pop3-list): New implementation.
2166 (pop3-uidl): New function.
2167 (pop3-get-extended-response): New function.
2169 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
2171 * lisp/gnus.el: T-gnus 6.13.0 is released.
2173 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
2175 * ChangeLog.2: New file, rename from ChangeLog.
2177 * lisp/dgnushack.el (TopLevel): Rearrange.
2179 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
2180 * README.branch: Ditto.
2182 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
2184 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
2185 * texi/message-ja.texi: Ditto.
2186 * texi/message.texi: Ditto.
2187 * texi/gnus-ja.texi: Ditto.
2188 * texi/gnus.texi: Ditto.
2189 * README-offline.ja: Ditto.
2190 * README-offline.en: Ditto.
2191 * README.semi.ja: Ditto.
2192 * README.semi: Ditto.
2193 * README.T-gnus: Ditto.
2195 * t-gnus-6_13: NEW PUBLIC BRANCH.
2197 See ChangeLog.2 for earlier changes.