1 2000-05-17 Kenichi OKADA <okada@opaopa.org>
3 * lisp/imap.el (imap-digest-md5-auth): Rewrite for the use of
4 `sasl-digest-md5-digest-response' instead of
5 `digest-md5-digest-response'.
6 (TopLevel): Require `sasl' when compiling instead of `digest-md5';
7 don't autoload "digest-md5".
9 2000-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
11 * lisp/dgnushack.el (dgnushack-texi-format): Use
12 `output-coding-system' instead of `coding-system-for-write' when
15 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
17 * lisp/message.el (message-forward) Replace the use of `eolp' with
18 `bolp' for detecting the start of the line.
19 (message-indent-citation): Ditto.
21 2000-05-10 Daiki Ueno <ueno@unixuser.org>
23 * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Don't bind
24 `bbdb-use-pop-up' while executing `bbdb-pop-up-bbdb-buffer'.
26 2000-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
28 * lisp/gnus-msg.el (gnus-debug): Break MIME tags from the snoopies.
29 (gnus-bug): Insert text/plain tag at the end of the buffer.
31 2000-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
33 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
35 2000-05-10 Keiichi Suzuki <keiichi@mdcnet.co.jp>
37 * lisp/message.el (message-list-references): Do not insert
38 duplicate Message-Id, when specified
39 `message-list-references-add-position'.
41 * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Support group address.
42 (gnus-bbdb/insert-address-regexp): New function.
44 2000-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
46 * lisp/gnus-msg.el (gnus-debug): Add "nntp.el" and `defvoo'.
48 2000-05-08 Katsumi Yamaoka <yamaoka@jpl.org>
50 * lisp/gnus-vers.el (T-gnus): Update to 6.14.4.
52 * README.T-gnus: Update.
54 * lisp/{webmail.el,rfc2047.el,nnmbox.el,nndoc.el,mml.el,mm-view.el,
55 mm-partial.el,mm-decode.el,mm-bodies.el,message.el,lpath.el,
56 gnus.el,gnus-vers.el,gnus-util.el,gnus-start.el,gnus-score.el,
57 gnus-msg.el,gnus-mailcap.el,gnus-ems.el,gnus-draft.el,gnus-art.el,
58 ChangeLog}: Sync up with Gnus v5.8.6.
59 * texi/{postamble.tex,message.texi,message-ja.texi,gnusref.tex,
60 gnus.texi,gnus-ja.texi,emacs-mime.texi,Makefile.in,ChangeLog}: Sync
63 2000-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
65 * texi/gnus.texi, texi/gnus-ja.texi, texi/gnus-faq-ja.texi, README:
66 You might be able to use T-gnus with the versions of XEmacs prior
69 * contrib/timer.el: New file. Imported from fsf-compat-1.07-pkg.
71 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
73 * lisp/mm-view.el (gnus-article-mime-handles): Don't bind it.
75 * lisp/gnus-sum.el (gnus-article-mime-handles): Restore from Gnus.
76 (gnus-article-decoded-p): Ditto.
78 * lisp/gnus-art.el (gnus-article-mime-handles): Don't bind it.
79 (gnus-article-decoded-p): Ditto.
81 2000-04-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
83 * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to
84 make info from texi. Thanks to Hayashi-san.
86 2000-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
88 * lisp/dgnushack.el (union, member-if, mapcon, last): Remove
91 2000-04-24 Katsumi Yamaoka <yamaoka@jpl.org>
93 * lisp/gnus-vers.el (T-gnus): Update to 6.14.3.
95 * README.T-gnus: Update.
97 * GNUS-NEWS: Sync up with Gnus v5.8.5.
98 * lisp/{webmail.el,utf7.el,time-date.el,smiley.el,rfc2047.el,
99 rfc1843.el,qp.el,pop3.el,parse-time.el,nnweb.el,nnwarchive.el,
100 nnvirtual.el,nnultimate.el,nntp.el,nnspool.el,nnslashdot.el,
101 nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
102 nndoc.el,nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
103 mm-encode.el,mm-decode.el,mm-bodies.el,message.el,mail-source.el,
104 mail-prsvr.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,gnus.el,
105 gnus-xmas.el,gnus-win.el,gnus-uu.el,gnus-util.el,gnus-topic.el,
106 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,
107 gnus-msg.el,gnus-move.el,gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,
108 gnus-logic.el,gnus-kill.el,gnus-int.el,gnus-group.el,gnus-ems.el,
109 gnus-eform.el,gnus-dup.el,gnus-draft.el,gnus-cite.el,gnus-cache.el,
110 gnus-bcklg.el,gnus-async.el,gnus-art.el,gnus-agent.el,
111 format-spec.el,flow-fill.el,fill-flowed.el,dgnushack.el,ChangeLog}:
112 Sync up with Gnus v5.8.5.
113 * texi/{refcard.tex,gnusref.tex,gnus.texi,gnus-ja.texi,
114 gnus-faq-ja.texi,Makefile.in,ChangeLog}: Sync up with Gnus v5.8.5.
116 * README: Requires XEmacs 21.1.1 and later.
117 * texi/{gnus.texi, gnus-faq-ja.texi}: Ditto.
119 2000-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
121 * lisp/gnus-vers.el (T-gnus): Update to 6.14.2.
122 (gnus-revision-number): Clear to 00.
124 * README.T-gnus: Update.
126 * lisp/{webmail.el,utf7.el,time-date.el,rfc2047.el,qp.el,pop3.el,
127 parse-time.el,nnweb.el,nnwarchive.el,nnultimate.el,nntp.el,
128 nnslashdot.el,nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,
129 mm-view.el,mm-util.el,mm-decode.el,mm-bodies.el,message.el,
130 mail-source.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,
131 gnus.el,gnus-win.el,gnus-vers.el,gnus-uu.el,gnus-topic.el,
132 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-mailcap.el,
133 gnus-group.el,gnus-cus.el,gnus-art.el,gnus-agent.el,base64.el,
134 ChangeLog}: Sync up with Gnus v5.8.4.
136 * lisp/fill-flowed.el: New file.
138 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Gnus v5.8.4.
140 * contrib/{vcard.el,one-line-cookie.diff,README}: New files.
142 2000-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
144 * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use
145 of the separated message frames; use `gnus-copy-article-buffer'.
147 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
149 * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
150 (gnus-extended-version): Use `gnus-product-name' and
151 `gnus-version-number' instead of the use of `product-string'.
152 (gnus-version-number): Exclude `gnus-revision-number'.
153 (Defining product): Include `gnus-revision-number'.
154 (TopLevel): Require `poe' for the function `butlast'.
156 2000-04-13 Keiichi Suzuki <keiichi@mdcnet.co.jp>
158 * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
160 (gnus-search-or-regist-spec): Change interface.
162 2000-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
164 * lisp/gnus-art.el (gnus-article-prev-page): Bind
165 `window-pixel-scroll-increment' to nil while scrolling for
166 canceling a backlash and a modeline erosion. It may work under
167 XEmacs 21.2.20 and later.
168 (gnus-article-next-page): Ditto.
170 2000-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
172 * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
174 * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
176 2000-04-11 Keiichi Suzuki <keiichi@mdcnet.co.jp>
178 * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
181 * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
182 (gnus-update-format-specifications): Support new data structure of
183 `gnus-format-specs-compiled'.
184 (gnus-update-format-specification-1): Likewise.
185 (gnus-update-format): Support new data structure of
187 (gnus-format-specs): Modify data structure.
189 2000-04-10 Daiki Ueno <ueno@unixuser.org>
191 * lisp/imap.el (imap-body-lines): Check Content-Type: of the
192 article case insensitively.
194 2000-04-07 Katsumi Yamaoka <yamaoka@jpl.org>
196 * lisp/message.el (message-cite-original): Use "unknown sender" if
197 from field does not exist in the yanked article.
199 2000-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
201 * lisp/message.el (message-cite-original): Extract from field for
202 the simple citation line.
204 2000-03-21 Katsumi Yamaoka <yamaoka@jpl.org>
206 * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
207 article does not exist.
209 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
211 * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
213 * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
214 `output-coding-system' for Mule 2.3.
215 * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
216 * lisp/imap.el (imap-ssl-open): Ditto.
217 * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
219 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
221 * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
222 (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
223 file using `gnus-re-read-newsrc-el-file'. In that case, the
224 compiled format specs in the file which may be created by the other
225 Gnusae should be ignored.
227 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
229 * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
230 when Mule 2.3 is running.
232 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
234 * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
236 * lisp/gnus.el (gnus-continuum-version): Remove.
237 (gnus-product-variable-file-list): Use `product-version' instead of
239 (TopLevel): Don't autoload "gnus-msg" for the function
240 `gnus-extended-version'.
241 (gnus-version): Move to gnus-vers.el.
242 (gnus-version): Ditto.
243 (gnus-version-number): Ditto.
244 (gnus-product-name): Ditto.
245 (gnus-original-product-name): Ditto.
246 (running-pterodactyl-gnus-0_73-or-later): Ditto.
247 (gnus-original-version-number): Ditto.
248 (gnus-revision-number): Ditto.
250 * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
251 (gnus-version): Move from gnus.el.
252 (gnus-version): Ditto.
253 (gnus-version-number): Ditto.
254 (gnus-product-name): Ditto.
255 (gnus-original-product-name): Ditto.
256 (running-pterodactyl-gnus-0_73-or-later): Ditto.
257 (gnus-original-version-number): Ditto.
258 (gnus-revision-number): Ditto.
260 * lisp/gnus-start.el (gnus-product-quick-file-format): Use
261 `gnus-vers' instead of `gnus' for the product.
262 (gnus-product-save-variable-file-1): Message an absolute file name;
263 use `save-buffer-as-coding-system'; use `gnus-vers' instead of
264 `gnus' for the product.
265 (gnus-convert-old-ticks): Remove.
266 (gnus-convert-old-newsrc): Remove.
267 (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
269 * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
270 `gnus-format-specs-compiled'.
271 (gnus-update-format-specifications): Specify the arg `format' for
272 `gnus-update-format-specification-1'.
273 (gnus-update-format-specification-1): Modify for the new form of
274 `gnus-format-specs-compiled'; add a new arg `format'.
275 (gnus-format-specs-compiled): Allow the plural compiled functions
278 * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
280 2000-03-14 Keiichi Suzuki <keiichi@nanap.org>
282 NOTE: It requires `product' in APEL 10.0 or later.
283 Will be created ``~/News/.T-gnus/'' directory automatically by
284 default. You can customize location by `gnus-product-directory'.
285 ``cache'' and ``strict-cache'' files will be created under the
288 * lisp/gnus.el (TopLevel): Require `gnus-vers'.
289 (gnus-product-name): Abolished.
290 (gnus-version-number): Ditto.
291 (gnus-version): Use `product-string'. (Format changed)
292 (gnus-variable-list): Delete `gnus-format-specs'.
293 (gnus-product-variable-file-list): New variable.
294 (TopLevel): Use `product-provide'.
296 * lisp/gnus-vers.el: New file.
298 * lisp/gnus-start.el (gnus-product-directory): New user option.
299 (gnus-clear-quick-file-variables): New function.
300 (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
301 (gnus-read-newsrc-file): Likewise.
302 (gnus-read-newsrc-el-file): Read product's variable files.
303 (gnus-product-read-variable-file-1): New function.
304 (gnus-save-newsrc-file): Save product's variable files.
305 (gnus-product-variable-touch): New function.
306 (gnus-product-variables-dirty-p): Ditto.
307 (gnus-product-save-variable-file): Ditto.
308 (gnus-product-save-variable-file-1): Ditto.
309 (gnus-product-quick-file-format): Ditto.
311 * lisp/gnus-spec.el (gnus-update-format): Use
312 `gnus-product-variable-touch'.
313 (gnus-update-format-specification-1): Likewise.
314 (gnus-update-format-specifications): Do not check `emacs-version'
315 and `gnus-newsrc-file-version'. Use
316 `gnus-product-variable-touch'.
318 * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
321 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
323 * lisp/gnus.el (gnus-revision-number): Increment to 14.
324 (gnus-compile-user-specs): New user option.
326 * texi/gnus.texi: Update.
327 * texi/gnus-ja.texi: Update.
329 * lisp/gnus-start.el (gnus-setup-news): Revert.
330 (gnus-setup-news-hook): Revert.
332 * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
333 as well; don't bind `gnus-tmp-func'.
334 (gnus-update-format-specifications): Revert; use
335 `gnus-update-format-specification-1'.
336 (gnus-update-format-specification-1): New function.
337 (gnus-format-specs-compiled): Modify the form.
338 (TopLevel): Require `alist'.
340 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
342 * lisp/gnus.el (gnus-revision-number): Increment to 13.
344 * texi/gnus.texi: Update.
345 * texi/gnus-ja.texi: Update.
347 * lisp/gnus-start.el (gnus-setup-news): Update all format specs
348 just before `gnus-setup-news-hook' is evaluated.
349 (gnus-setup-news-hook): Default to `gnus-compile'.
351 * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
352 `gnus-format-specs', generate compiled specs in
353 `gnus-format-specs-compiled' instead; don't touch the dribble
355 (gnus-update-format-specifications): Bind `gnus-format-specs' to
356 `gnus-format-specs-compiled' if the latter is non-nil; use
357 `gnus-update-format-specifications-1'.
358 (gnus-update-format-specifications-1): Rename from
359 `gnus-update-format-specifications'; update the value of
360 `gnus-newsrc-file-version' if the updating is forced.
361 (gnus-format-specs-compiled): New internal variable.
363 2000-03-05 Keiichi Suzuki <keiichi@nanap.org>
365 * lisp/gnus-spec.el (gnus-update-format-specifications): Force
366 update format specifications, when differ `gnus-version' and
367 `gnus-newsrc-file-version' instead of `gnus-version' and
368 `gnus-version' in `gnus-format-specs'.
369 Do not add `gnus-version' into `gnus-format-specs'.
371 2000-03-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
373 * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
374 from gnus-format-specs.
376 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
378 * nnvirtual.el (nnvirtual-request-article):
379 Bind gnus-override-method to nil.
380 (nnvirtual-request-update-mark): Don't update mark when
381 article is not there.
383 2000-03-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
385 * lisp/gnus.el (gnus-revision-number): Increment to 12.
387 * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
388 and `pgg-verify-region'.
389 (gnus-summary-decrypt-article): New command.
390 (gnus-summary-verify-article): New command.
391 (gnus-summary-article-map): Bind them.
392 (gnus-wheel-summary-scroll): Fix paren style.
394 2000-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
396 * lisp/gnus.el (gnus-revision-number): Increment to 11.
398 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
400 * lisp/nnheader.el (nnheader-insert-nov): Use
401 `mime-entity-fetch-field' instead of `mime-fetch-field'.
403 * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
404 `mime-entity-read-field' instead of `mime-read-field'.
405 (gnus-article-sort-by-author): Likewise.
407 2000-03-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
409 * lisp/nnimap.el (nnimap-request-article-part): Don't use
410 `imap-capability' to detect BODYDETAIL response.
412 2000-03-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
414 * lisp/gnus.el (gnus-revision-number): Increment to 10.
417 (nnimap-request-article-part): Handle `BODY' fetch response when
418 the server implements IMAP4 rev1 capabilities.
419 (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
420 this attribute was obsoleted in RFC2060.
421 (nnimap-request-body): Ditto.
423 2000-02-29 Katsumi Yamaoka <yamaoka@jpl.org>
425 * lisp/gnus.el (gnus-revision-number): Increment to 09.
427 * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
428 from gnus-xmas.el; share them with XEmacs-MULE.
430 * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
433 2000-02-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
435 * lisp/gnus.el (gnus-revision-number): Increment to 08.
437 * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
438 `gnus-bbdb/split-mail'.
439 * README-gnus-bbdb.ja: Ditto.
441 2000-02-08 Yoshiki Hayashi <yoshiki@xemacs.org>
443 * gnus-art.el (article-display-face): Show folded X-Face.
445 2000-02-08 Keiichi Suzuki <keiichi@nanap.org>
447 * lisp/gnus.el (gnus-revision-number): Increment to 07.
449 * lisp/nnmail.el (nnmail-get-new-mail): Do not check
452 2000-02-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
454 * lisp/gnus.el (gnus-revision-number): Increment to 06.
456 * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
457 (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
458 `digest-md5' to IMAP authenticators.
460 * lisp/gnus-offline.el (gnus-group-get-new-news,
461 gnus-agent-toggle-plugged,gnus-agent-expire,
462 gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
465 * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
467 * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
468 confusing tabs from original header.
470 2000-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
472 * lisp/pop3.el (pop3-md5): Fset to `md5' if the module `md5' is
474 (pop3-apop): Use built-in `md5' if it exists.
476 2000-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
478 * lisp/gnus.el (gnus-revision-number): Increment to 05.
480 * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
481 module `gnus-bitmap' instead of `smiley-mule'.
483 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
484 without redisplaying if the point is out of view.
486 2000-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
488 * lisp/gnus.el (gnus-revision-number): Increment to 04.
490 2000-01-24 SANETO Takanori <sanewo@ba2.so-net.ne.jp>
492 * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
494 * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
495 * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
498 * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
500 * lisp/gnus.el (gnus-version): Ditto.
501 * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
502 * lisp/gnus-offline.el (gnus-offline-set-interval-time,
503 gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
504 gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
505 gnus-offline-hangup-line, gnus-offline-get-new-news-function,
506 gnus-offline-connect-server): Ditto.
507 * lisp/dgnushack.el (dgnushack-make-package): Ditto.
509 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
511 * lisp/gnus.el (gnus-revision-number): Increment to 03.
513 * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
514 buffer if it is called non-interactively.
516 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
518 * lisp/gnus.el (gnus-revision-number): Increment to 02.
520 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
521 if the point is out of view.
523 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
525 * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
526 `pos-visible-in-window-p' returns nil.
528 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
530 * lisp/gnus-offline.el (gnus-agent-mode): New advice.
532 2000-01-12 Hirokazu FUKUI <hfukui@sannet.ne.jp>
534 * lisp/base64.el: Unbound base64-*-string and base64-*-region
535 when defined by autoload.
537 2000-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
539 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
540 the original code; hide group contents while rescanning.
542 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
544 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
545 lines in the imitation buffer; turn off h-scrollbar for XEmacs.
547 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
549 * lisp/gnus.el (gnus-revision-number): Increment to 01.
551 * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
552 nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
553 gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
554 gnus-agent.el}: Require `gnus-clfns' when compiling.
556 * lisp/rfc2231.el: Require `cl' when compiling.
558 * lisp/gnus-clfns.el: New file.
560 * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
563 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
564 rescan the current newsgroup before exiting; wear an imitation
565 summary buffer while rescanning.
567 2000-01-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
569 * lisp/dgnushack.el (char-before): Use the byte-optimaization.
571 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
573 * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
574 (gnus-revision-number): Clear to 00.
576 * README.T-gnus: Update.
578 * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
579 score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
580 nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
581 nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
582 nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
583 nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
584 nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
585 mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
586 mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
587 gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
588 gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
589 gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
590 gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
591 gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
592 gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
593 gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
594 gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
595 gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
598 * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
599 emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
601 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
603 * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
606 * lisp/gnus-sum.el (gnus-articles-to-read): Bind
607 `cursor-in-echo-area' to nil while `read-from-minibuffer'.
609 1999-12-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
611 * lisp/gnus-offline.el (TopLevel): Call
612 `define-process-argument-editiong' only under Meadow -- i.e. don't
613 call this function under NTEmacs.
615 1999-12-28 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
617 * lisp/gnus.el (gnus-revision-number): Increment to 15.
619 * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
620 `gnus-offline-agent-automatic-expire'.
621 (gnus-agent-expire): Fix the advice.
622 (gnus-offline-after-jobs-done): Refer to
623 `gnus-offline-auto-expire'.
625 * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
627 (gnus-offline-resource-ja): Ditto.
629 * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
630 bind `coding-system-for-read' to raw-text-dos, else bind it to
633 1999-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
635 * lisp/gnus.el (gnus-revision-number): Increment to 14.
637 * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
639 1999-12-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
641 * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
642 (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
643 value depends on the version of ssl.el.
644 (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
645 `coding-system-for-read' to raw-text-dos, else bind it to binary.
647 1999-12-23 Keiichi Suzuki <keiichi@nanap.org>
649 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
652 1999-12-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
654 * lisp/imap.el (imap-streams,imap-stream-alist,
655 imap-authenticators,imap-authenticator-alist,
656 imap-digest-md5-p): Sync with latest Gnus.
657 (imap-starttls-p): Rename from `imap-tls-p'.
658 (imap-starttls-open): Rename from `imap-tls-open'.
660 1999-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
662 * lisp/gnus.el (gnus-revision-number): Increment to 13.
664 * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
665 as its parent directory.
667 * lisp/imap.el (base64-encode-string, base64-decode-string):
668 Autoload "base64" instead of the tricky definitions.
670 * lisp/base64.el: Restore the original code and invalidate it; use
671 mel for the base64 codec.
673 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
675 * lisp/imap.el (mel-find-function): Always require `mel' instead of
676 the use of autoloading. Because the function `mel-find-function'
677 is defined by `defsubst'.
679 1999-12-18 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
681 * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
682 `gnus-offline-connected', not `gnus-plugged'.
684 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
685 `unless'. Use `when'.
687 * lisp/imap.el (base64-encode-string): Fix. May work.
689 1999-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
691 * lisp/message.el (message-goto-mail-copies-to): If the field is
692 newly created, a string "never" is inserted in default.
693 (message-goto-mail-followup-to): If the field is newly created and
694 To field contains only one address, the address is inserted in
696 (message-mode-map): New key stroke `C-c C-f c' for the command
697 `message-goto-mail-copies-to'.
699 1999-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
701 * lisp/gnus.el (gnus-revision-number): Increment to 12.
703 * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
705 * lisp/lpath.el (toolbar-gnus, get-charset-property,
706 font-lock-set-defaults, find-coding-system, coding-system-get):
707 Bind them for FSF Emacsen.
708 (read-color, x-defined-colors, compute-motion): Don't bind.
710 * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
711 `base64-encode-string' and `base64-decode-string' instead of
712 `imap-base64-encode-string' or `imap-base64-decode-string'.
713 (base64-encode-string): New function. It won't be defined if it
714 is already bound and the optional second arg is allowed.
715 (base64-decode-string): New function defined by `defun-maybe'.
716 (imap-base64-encode-string, imap-base64-decode-string): Remove.
717 (mel-find-function): Autoload "mel".
719 * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
720 get-popup-menu-response, toolbar-gnus, get-charset-property,
721 find-coding-system, coding-system-get, font-lock-set-defaults):
723 (union, member-if, mapcon, mapc, last): Don't define as compiler
724 macros under XEmacs. It is based on Hrvoje's advice.
725 (member-if): New compiler macro for emulating cl function.
727 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
729 * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
730 of `static-condition-case'.
732 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
734 * lisp/gnus.el (gnus-revision-number): Increment to 11.
736 * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
739 1999-12-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
741 * lisp/imap.el: Require `digest-md5' when compiling; add autoload
742 settings for `digest-md5-parse-digest-challenge' and
743 `digest-md5-digest-response'.
744 (imap-authenticators): Add `digest-md5'.
745 (imap-authenticator-alist): Setup for `digest-md5'.
746 (imap-digest-md5-p): New function.
747 (imap-digest-md5-auth): New function.
749 1999-12-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
751 * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
752 buffer name must be specific to its mail source.
754 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
756 * lisp/gnus.el (gnus-revision-number): Increment to 10.
758 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
759 call too many `static-if's.
761 * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
762 `make-symbolic-link' is not availabe.
764 * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
766 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
768 * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
769 the original `gnus-agent-toggle-plugged'.
771 * lisp/mail-source.el (mail-source-fetch-imap): Don't create
772 multiple temporary buffers, and don't kill one.
774 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
776 * lisp/gnus.el (gnus-revision-number): Increment to 09.
778 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
779 optional argument `force'. Use `read-file-name' instead of
780 `read-directory-name'.
782 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
784 * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
786 * lisp/gnus-agent.el (gnus): Give up to advise here.
787 (gnus-group-get-new-news): New advice instead.
789 * lisp/gnus-offline.el (gnus-offline-setup): Call
790 `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
792 (gnus-offline-define-menu-and-key): Simplify.
793 (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
796 * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
797 `gnus-offline-setting-file'.
798 (gnus-nntp-service): Set this variable here, not in
799 `gnus-offline-setting-file'
800 (gnus-nntp-server): Ditto.
801 (gnus-after-getting-new-news-hook): Ditto.
802 (message-send-hook): Ditto.
803 (mail-source-read-passwd): Ditto.
804 (gnus-setup-news-hook): Ditto.
805 (gnus-setup-for-offline): Now one can get mails from `imap',
806 `file', `directory' or `maildir'.
808 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
809 Ignore non-POP mail sources.
811 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
813 * lisp/gnus.el (gnus-revision-number): Increment to 07.
815 * lisp/gnus-util.el (gnus-union): Remove.
816 (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
818 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
819 instead of `gnus-union'.
821 1999-12-10 A.Hitachi <a_hitachi@msi.biglobe.ne.jp>
822 Katsumi Yamaoka <yamaoka@jpl.org>
824 * lisp/dgnushack.el (union): New compiler macro for emulating cl
827 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
829 * lisp/gnus-util.el: Require `gnus-ems'.
830 (gnus-ems-redefine): Call it to redefine the functions
831 `gnus-truncate-string', etc.
832 (gnus-union): Fix doc string.
834 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
836 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
838 * lisp/gnus.el (gnus-revision-number): Increment to 06.
840 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
842 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
843 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
845 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
847 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
849 (mapc): Bug fix - treat the last arg as a list.
851 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
853 * lisp/gnus.el (gnus-revision-number): Increment to 05.
855 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
856 modeline "Plugged" status display with the value of
859 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
861 (gnus-offline-set-online-sendmail-function): defsubst.
862 (gnus-offline-set-offline-sendmail-function): Ditto.
863 (gnus-offline-set-offline-post-news-function): Ditto.
864 (gnus-offline-set-online-post-news-function): Ditto.
865 (gnus-offline-disable-fetch-mail): Ditto.
866 (gnus-offline-enable-fetch-mail): Ditto.
867 (gnus-offline-setup): Fix typo.
868 (gnus-offline-gnus-get-new-news): Abolish.
869 (gnus-offline-toggle-plugged): Ditto.
870 (gnus-offline-agent-expire): Ditto.
871 (gnus-group-get-new-news): New advice which does things
872 `gnus-offline-gnus-get-new-news' was doing.
873 (gnus-agent-toggle-plugged): New advice which does thing
874 `gnus-offline-toggle-plugged' was doing.
875 (gnus-agent-expire): New advice which does things
876 `gnus-offline-agent-expire' was doing.
877 (gnus-offline-define-menu-and-key): No longer substitute key
878 definitions on `gnus-group-mode-map'. No longer swap commands for
880 (gnus-offline-after-get-new-news): Do jobs only when
883 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
886 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
888 * lisp/message.el (message-yank-add-new-references): Fix doc string.
890 * texi/{message-ja.texi, message.texi}
891 (message-list-references-add-position,
892 message-yank-add-new-references): Add documentations.
894 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
896 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
897 `gnus-offline-get-message'.
899 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
900 `gnus-ofsetup-get-message'.
902 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
904 * lisp/gnus.el (gnus-revision-number): Increment to 04.
905 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
907 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
908 `get-text-property' in the outside of the boundary.
909 (gnus-article-smiley-display): New function.
910 (gnus-treatment-function-alist): Use it.
912 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
913 the bug fixed version rigidly instead of the use of `defadvice'.
915 * lisp/message.el (font-lock-after-change-function): Don't use
916 `compile' for the arg of `defadvice'.
918 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
920 * lisp/message.el (message-yank-add-new-references): New option
921 value `message-id-only'.
922 (message-yank-original): Likewise.
923 (message-list-references-add-position): New user option.
924 (message-list-references): When
925 `message-list-references-add-position' is integer value, the order
926 of designate number message-ids is kept.
928 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
930 * lisp/gnus.el (gnus-revision-number): Increment to 03.
932 * lisp/gnus-offline.el (gnus): Don't advise here.
933 (TopLevel): Call `gnus-offline-define-menu-and-key'.
934 (gnus-offline-setup): Don't call
935 `gnus-offline-define-menu-and-key' here.
937 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
938 rely on `gnus-load-hook'.
939 (gnus): New advice. Call `gnus-offline-setup' when everything is
942 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
943 at the compile time. Use `gnus-alive-p'.
945 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
947 * lisp/gnus.el (gnus-revision-number): Increment to 02.
949 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
950 don't use `byte-defop-compiler'.
951 (byte-optimize-form-code-walker): Advise it for fixing the bug in
952 and/or forms. The original idea is devised by FUKUI-san, modified
954 (max-specpdl-size): Set 3000.
956 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
958 * lisp/gnus.el (gnus-revision-number): Increment to 01.
960 * lisp/gnus-offline.el (gnus): New advice. synchronize
961 `gnus-offline-connected' with `gnus-plugged'.
963 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
965 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
966 (gnus-revision-number): Clear to 00.
968 * README.branch.ja: Update for t-gnus-6_14 branch.
969 * README.branch: Ditto.
970 * README.T-gnus: Ditto.
971 * README.semi.ja: Ditto.
972 * README.semi: Ditto.
974 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
975 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
976 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
977 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
978 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
980 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
981 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
984 * t-gnus-6_14: NEW PUBLIC BRANCH.
986 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
987 Katsumi Yamaoka <yamaoka@jpl.org>
989 * lisp/gnus.el (gnus-revision-number): Increment to 01.
991 * lisp/dgnushack.el (char-before): Use compiler macro instead of
993 (char-after): Comment out the byte-optimization.
995 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
996 New functions. They are identical to the built-in codec if
997 possible, otherwise the functions defined in mel are used.
998 (imap-cram-md5-auth): Use them.
1000 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1002 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
1003 and `base64-encode-string'.
1005 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1007 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
1008 (gnus-revision-number): Clear to 00.
1010 * README.T-gnus: Update.
1012 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
1014 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
1015 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
1016 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1017 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
1018 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1019 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1020 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
1021 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
1022 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
1023 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
1025 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
1028 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1029 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
1032 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1034 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
1035 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
1036 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
1037 (gnus-after-getting-new-news-hook): Ditto.
1039 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
1041 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1043 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1045 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
1046 char with old Emacsen as well.
1048 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1050 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
1051 appears in the backquoted form.
1052 (gnus-category-edit-score): Ditto.
1054 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
1055 appears in the backquoted form.
1057 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1059 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1061 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
1063 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
1064 defined. If not, call `easy-menu-create-keymaps'.
1066 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1068 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1070 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
1071 "static" at the compile time.
1072 (gnus-offline-hangup-function): Abolish.
1073 (gnus-offline-auto-ppp): New variable.
1074 (gnus-offline-gnus-get-new-news): Refer to it.
1075 (gnus-offline-set-unplugged-state): Ditto.
1076 (gnus-offline-set-auto-ppp): New function. It replaces the
1077 function `gnus-offline-toggle-auto-hangup'.
1078 (gnus-offline-toggle-auto-hangup): Abolish.
1079 (gnus-offline-define-menu-and-key): Use `static-if' and
1081 (gnus-offline-popup-menu): Do not define this function under XEmacs.
1082 (gnus-offline-popup): New function.
1084 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
1085 (gnus-ofsetup-resource-en): Fix doc strings.
1086 (gnus-ofsetup-resource-ja): Ditto.
1088 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1090 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1092 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
1093 Pterodactyl Gnus v0.98.
1095 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1097 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
1099 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
1101 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
1102 `car' and `cdr' instead of `cadr'.
1104 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
1105 instead of `push'; use `if' instead of `when'.
1107 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
1109 (gnus-useful-groups): Use `or' instead of `unless'.
1111 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
1114 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1116 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
1117 `when' in the body of `defadvice'. Use `if' instead.
1119 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
1122 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1124 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
1125 the macro `when' in the arg of `defcustom'. Use `if' instead.
1127 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1129 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1131 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
1132 `next-single-property-change' LIMIT as `point-max'.
1133 (gnus-article-prepare-mime-display): Ditto.
1134 (article-hide-signature): Ditto.
1136 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1138 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
1139 are removed to fill gnus-version within 80 columns.
1141 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1143 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
1145 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1147 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1149 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
1152 * lisp/gnus-util.el (gnus-union): New function.
1154 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
1155 `copy-sequence' instead of `copy-list'.
1156 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
1158 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
1160 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1162 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1164 * lisp/dgnushack.el (union, copy-list): New compiler macros for
1165 emulating cl functions.
1167 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1169 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1170 (gnus-select-method): Use `condition-case' instead of
1173 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1174 instead of `ignore-errors'.
1176 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
1178 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
1179 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
1180 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
1181 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
1182 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1183 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1184 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
1185 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
1186 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
1187 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
1189 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1191 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1193 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
1194 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
1195 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
1196 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
1197 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1198 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
1199 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
1200 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
1201 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
1202 Require `cl' at the top level.
1204 * lisp/gnus.el (gnus-select-method): Undo last change.
1205 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
1206 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
1208 * lisp/gnus-ems.el (gnus-split-string): Remove.
1210 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1212 * lisp/pop3.el: Add description about STLS extension; add autoload
1213 setting for `starttls-open-stream' and `starttls-negotiate'.
1214 (pop3-stls): New function.
1215 (pop3-open-tls-stream): New function.
1216 (pop3-open-server): Use `pop3-open-tls-stream' if
1217 'pop3-connection-type' is bound to `tls'.
1219 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1221 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
1222 and `starttls-negotiate'.
1223 (imap-stream-alist): Add TLS entry.
1224 (imap-tls-p): New function.
1225 (imap-tls-open): New function.
1226 (imap-ssl-open): Enclose `open-ssl-stream' with
1227 `as-binary-process'.
1229 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1231 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1232 (gnus-select-method): Use `condition-case' instead of
1235 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
1238 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
1239 `coding' and `noerror' for the stopgaps.
1241 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
1242 `coding' and `noerror'.
1243 (function-max-args): Maybe-fbind for FSF Emacsen.
1245 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
1246 as `binary' if possible.
1247 (imap-log): Default to nil (synched with pgnus 0.99).
1248 (base64-decode-string): Autoload "mel" instead of "base64".
1249 (md5): Autoload "md5" without `eval-and-compile'.
1251 * lisp/gnus-util.el (copy-list): New function defined by
1254 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
1255 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
1257 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1258 instead of `ignore-errors'.
1260 * lisp/gnus-picon.el: Require `cl'.
1262 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
1263 gnus-offline.el} (cl): Enclose the requiring procedure with
1264 `eval-when-compile'.
1266 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
1267 procedure with `eval-when-compile' instead of `eval-and-compile'.
1269 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1271 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1272 Use mail-sources instead of nnmail-spool-file.
1273 From: Toshiaki -PCX- Tanaka.
1275 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
1277 * lisp/gnus.el (gnus-group-startup-message): Insert space before
1279 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
1281 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
1283 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
1284 (gnus-revision-number): Clear to 00.
1286 * README.T-gnus: Update.
1288 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
1289 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
1290 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
1291 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
1292 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
1293 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1295 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
1297 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
1300 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1302 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
1304 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
1305 `message-save-drafts' instead of `set-buffer-modified-p' and
1307 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
1308 because the reply data is lost in Drafts.
1309 * lisp/gnus-art.el (gnus-signature-face): Don't check
1312 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1314 * lisp/pop3.el (pop3-progress-message): New function.
1315 (pop3-movemail): Use it.
1317 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1319 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
1320 `gnus-following-method'.
1322 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
1323 wide reply as a mail if the message is not a news; use the macro
1324 `gnus-setup-message'.
1326 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
1328 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1330 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1331 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
1332 function `gnus-smiley-display'.
1334 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
1335 `window-system' is nil.
1336 (gnus-article-x-face-command): Default to external command if
1337 `window-system' is nil.
1339 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1341 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1342 (TopLevel): Rearrange autoload settings.
1344 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
1347 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
1348 "Toggle smileys" in "Washing" menu.
1349 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
1351 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
1352 (smiley-toggle-buffer): New function.
1353 (smiley-buffer): Don't quote the function.
1354 (smiley-toggle-extents): Ditto.
1356 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1358 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1359 (TopLevel): Add and delete autoloads for functions defined in
1360 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
1362 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
1365 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
1366 `gnus-custom-mode' defined in "gnus-cus".
1368 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1370 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1372 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
1373 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
1376 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1378 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1379 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
1380 functions `x-face-mule-gnus-article-display-x-face' and
1383 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
1385 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
1386 `gnus-mule-group-startup-message'.
1387 (gnus-mule-group-startup-message): Remove.
1388 (gnus-mule-bitmap-image-file): Remove.
1390 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
1391 ordinary text if the feature `smiley-mule' is provided and FSF
1393 (TopLevel): Require `static' at the compile time.
1395 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
1396 `mime-display-text/plain-hook' to nil.
1397 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
1398 treat the next entity position as a marker.
1399 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
1400 `gnus-smiley-display' under FSF Emacsen.
1401 (gnus-treat-display-smileys): Default to t if the module
1402 `smiley-mule' is installed.
1403 (gnus-treat-display-xface): Default to `head' if the value of
1404 `gnus-article-x-face-command' is
1405 `x-face-mule-gnus-article-display-x-face'.
1406 (gnus-article-x-face-command): Default to
1407 `x-face-mule-gnus-article-display-x-face' if the module
1408 `x-face-mule' is installed.
1409 (TopLevel): Require `static' first; require `path-util'.
1411 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1413 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1415 * lisp/message.el (message-mode): Make
1416 `message-font-lock-last-position' as buffer local.
1417 (message-font-lock-keywords-2): Use
1418 `message-font-lock-cited-text-matcher' instead of regexp.
1419 (message-font-lock-cited-text-matcher): New function.
1420 (font-lock-after-change-function): Advice to the keep last cursor
1421 position in `message-font-lock-last-position' before fontifying.
1422 (message-font-lock-last-position): New variable.
1423 (message-font-lock-citation-name-max-column): New variable.
1424 (message-font-lock-cited-text-regexp): New variable.
1425 (message-font-lock-fence-close-position): New variable.
1426 (message-font-lock-fence-open-position): New variable.
1427 (message-font-lock-fence-close-regexp): New variable.
1428 (message-font-lock-fence-open-regexp): New variables.
1430 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1432 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
1433 using `message-font-lock-keywords', `message-font-lock-keywords-1'
1434 and `message-font-lock-keywords-2'.
1435 (message-font-lock-keywords): Restruct.
1436 (message-font-lock-keywords-1): New variable split from
1437 `message-font-lock-keywords'.
1438 (message-font-lock-keywords-2): Ditto.
1440 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1442 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1444 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
1445 before highlighting or hiding it.
1446 (gnus-article-buttonize-signature): New function.
1447 (gnus-article-highlight-signature): Don't buttonize.
1448 (gnus-treatment-function-alist): Undo the last change.
1449 (gnus-treat-emphasize): Default to nil.
1451 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1453 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1454 (TopLevel): Autoload "gnus-art" for the function
1455 `gnus-article-show-all'.
1457 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
1458 hidden text if the command `gnus-summary-toggle-mime' is used.
1460 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
1462 (gnus-article-highlight-signature): Work for forwarded messages.
1463 (gnus-article-show-all): New function based on `article-show-all'.
1464 (gnus-article-show-all-headers): Based on
1465 `article-show-all-headers'.
1466 (article-show-all-headers): New function to show all *HEADERS*.
1467 (article-show-all): Show *ALL* literally.
1468 (article-hide-signature): Work for forwarded messages.
1469 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
1470 off after `gnus-treat-highlight-signature'.
1472 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1474 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1476 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
1477 against forwarded messages without MIME structure.
1478 (gnus-treatment-function-alist): Move
1479 'gnus-treat-decode-article-as-default-mime-charset' to the top;
1480 put `gnus-treat-emphasize' off after
1481 `gnus-treat-highlight-headers'.
1483 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1485 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1487 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1489 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
1490 argument is list or not before condition.
1492 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1494 * lisp/gnus-art.el (gnus-treat-predicate): Work for
1495 (typep "something").
1497 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1499 * lisp/gnus-art.el (gnus-article-prepare-display):
1500 Pass argument nil as a condition to gnus-treat-article.
1501 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
1502 Ditto. Also, treat last part of multipart article correctly.
1504 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1506 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1508 * lisp/message.el (message-generate-headers): Don't insert
1511 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
1512 negative number for the 2nd arg of `insert-char'.
1514 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1516 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
1517 gnus-ja instead of gnus if Japanese environment is on.
1519 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1521 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1522 (semi-gnus-developers): Remove.
1523 (gnus-maintainer): Change mail address.
1524 (gnus-group-startup-message): Display version string.
1526 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
1528 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
1529 version string; fix glyph position.
1531 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1533 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
1534 to previous version until problem of respooling from
1535 nnimap to nnml is solved.
1536 (gnus-summary-move-article): Ditto.
1538 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1540 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1542 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
1543 value is t before checking for `condition'.
1544 (gnus-article-prepare-mime-display): Search for the entity children
1545 if the primary type is `multipart'.
1547 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1549 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1551 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
1552 instead of signaling an error if the destination group is not
1554 (gnus-summary-move-article): Do nothing if the destination group
1555 is not newly created.
1557 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
1560 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1562 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
1563 active entry for the group even if it doesn't exist.
1565 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1567 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
1569 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1571 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
1572 (gnus-revision-number): Clear to 00.
1574 * README.T-gnus: Update.
1576 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1577 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1579 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
1580 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
1581 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
1582 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
1583 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1585 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1587 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1589 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
1590 smooth scrolling under XEmacs.
1591 (gnus-article-next-page):Ditto.
1593 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
1594 descriptions about the problem of loaddefs.el and the patch for
1597 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1599 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1601 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
1602 `:predicate' for old Emacsen; require `static'.
1604 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
1605 `:path' and `:predicate'.
1607 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1609 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
1610 modeline as modified.
1612 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1614 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1616 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
1617 `mime-view-entity' in the modified header under FSF Emacsen.
1619 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1621 * README-offline.en: Rewrite the usage description.
1622 * README-offline.ja: Ditto.
1624 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1626 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1628 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
1631 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1633 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
1634 * README-offline.ja: Ditto.
1636 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1638 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1640 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
1641 the current buffer as modified.
1643 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
1644 (gnus-offline-get-menu-items): New function.
1645 (gnus-offline-define-menu-on-miee): Use it.
1646 (gnus-offline-define-menu-on-agent): Ditto.
1648 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1650 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
1652 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
1653 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
1654 (pop3-quit): Clear `pop3-uidl-obarray'.
1656 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1658 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1660 * lisp/gnus-offline.el (gnus-offline-resource-en,
1661 gnus-offline-resource-ja,
1662 gnus-offline-resource-ja_complete): New variables.
1663 (gnus-offline-get-message): News function.
1664 (gnus-offline-error-check): Use it.
1665 (gnus-offline-connect-server): Ditto.
1666 (gnus-offline-get-new-news-function): Ditto.
1667 (gnus-offline-set-mail-group-level): Ditto.
1668 (gnus-offline-hangup-line): Ditto.
1669 (gnus-offline-after-jobs-done): Ditto.
1670 (gnus-offline-toggle-auto-hangup): Ditto.
1671 (gnus-offline-toggle-on/off-send-mail): Ditto.
1672 (gnus-offline-toggle-articles-to-fetch): Ditto.
1673 (gnus-offline-empting-spool): Ditto.
1674 (gnus-offline-set-interval-time): Ditto.
1676 * lisp/gnus-ofsetup.el (gnus-offline-lang,
1677 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
1679 (gnus-ofsetup-get-message): New function.
1680 (gnus-setup-for-offline): Use it.
1681 (gnus-ofsetup-find-parameters): Ditto.
1682 (gnus-ofsetup-prepapre-for-miee): Ditto.
1683 (gnus-ofsetup-completing-read-symbol): Ditto.
1684 (gnus-ofsetup-customize): Ditto.
1685 (gnus-ofsetup-customize-done): Ditto.
1687 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1689 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
1690 `isearch-lazy-highlight'.
1692 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
1694 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1696 * lisp/lpath.el (babel-as-string): Bind it.
1698 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
1699 original X-Face field while searching. It is done for only FSF
1701 (gnus-summary-search-article-highlight-matched-text): Ditto.
1702 (gnus-summary-search-article-matched-data): Bind it explicitly.
1704 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1706 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
1707 (gnus-revision-number): Clear to 00.
1709 * README.T-gnus: Update.
1711 * README: Sync up with Pterodactyl Gnus v0.96.
1712 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
1713 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
1714 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
1715 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
1716 gnus-agent.el,ChangeLog}: Ditto.
1717 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
1719 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1721 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
1722 don't retrieve any incoming mails.; Don't filter articles here.
1723 Use `convert-standard-filename' to generate fresh UIDL file names.
1724 (pop3-get-message-numbers): Rewrite.
1725 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
1726 of `with-temp-buffer'.
1728 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1730 * README-offline.ja : Fix.
1732 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
1735 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
1736 requirements; Enclose the autoload for `gnus-custom-mode' with
1739 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
1741 * lisp/gnus.el (gnus-revision-number): Increment to 15.
1743 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
1744 for them before lpath.el is loaded. Because lpath.el requires
1745 `poe' via `path-util'. [cf. <tm-ja:5051>]
1747 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
1748 X-Face image if the regexp "^X-Face:" is specified.
1749 (gnus-summary-search-article-highlight-matched-text): Use
1750 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
1751 X-Face image if it is requested.
1752 (gnus-summary-search-article-highlight-goto-x-face): New macro.
1754 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
1756 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1758 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
1759 recenter the article when touchdown; popup the article buffer if
1761 (gnus-summary-search-article-highlight-matched-text): Treat the
1762 article before highlighting; use old style backquote syntax.
1763 (gnus-summary-search-article-position-point): Fix the beginning
1764 position; use old style backquote syntax.
1765 (gnus-summary-select-article): Undo the last change.
1766 (gnus-summary-display-article): Bind
1767 `gnus-summary-search-article-matched-data' in the article buffer
1768 locally. It is moved from `gnus-summary-select-article'.
1770 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1772 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
1773 (clean): Remove formatted info files.
1774 (distclean): Just remove Makefile.
1776 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1778 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1780 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
1781 (gnus-agent-fetch-headers): Limit downloadable articles if the
1782 number of unread articles exceeds `gnus-agent-large-newsgroup'.
1783 (gnus-agent-expire): Do not expire saved or replied articles when
1784 `gnus-agent-expire-all' is nil.
1786 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
1788 (gnus-offline-agent-expire): Check it; Bind
1789 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
1790 (gnus-offline-after-jobs-done): Don't check
1791 `gnus-agent-expire-all'.
1793 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
1794 `user-login-name' and `user-real-login-name' returns the same
1796 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
1797 (gnus-ofsetup-update-setting-file): Ditto.
1798 (gnus-ofsetup-prepare): New macro.
1799 (gnus-setup-for-offline): Use it.
1800 (gnus-ofsetup-customize-done): Ditto.
1802 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
1804 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1806 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
1807 (gnus-summary-search-article-highlight-matched-text): Rearrange.
1808 (gnus-summary-search-article-position-point): New macro.
1809 (gnus-summary-search-article-matched-data): Rename from
1810 `gnus-summary-search-article-matched-text'.
1811 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
1812 use `gnus-article-show-all-headers' for exposing the visited
1814 (gnus-summary-select-article): Bind
1815 `gnus-summary-search-article-matched-data' in the article buffer
1818 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
1819 if the value of `gnus-inhibit-treatment' is non-nil.
1820 (article-toggle-headers): Don't redisplay X-Face if the value of
1821 `gnus-inhibit-treatment' is non-nil.
1822 (gnus-article-treat-custom): Add new treatment variable `mime'.
1824 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1826 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1829 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1830 `gnus-newsgroup-incorporated' explicitly.
1832 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1834 * README.semi: Update for the recent a-ftp sites and directories.
1835 * README.semi.ja: Ditto.
1836 * texi/gnus-faq.texi: Ditto.
1837 * texi/gnus-faq-ja.texi: Ditto.
1839 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1841 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1842 (gnus-summary-incorporated-face): New face spec.
1844 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1845 entry about the format specifier `w'.
1846 (gnus-group-line-format): Fix documentation.
1848 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1849 newly incorporated mails with `gnus-summary-incorporated-face'.
1850 (gnus-newsgroup-incorporated): New variable.
1851 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1852 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1854 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1856 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1857 `K' if the group has already been subscribed.
1859 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1861 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1862 `isearch-lazy-highlight' t in the buffer locally; goto the
1863 beginning of the buffer before searching.
1865 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1868 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1870 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1872 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1873 matched text after the searching is done; call
1874 `gnus-summary-select-article' with the args nil and t; bind
1875 `gnus-treat-*' to nil.
1876 (gnus-summary-search-article-highlight-matched-text): New macro
1877 for highlighting matched text. It is bound at the compile time
1879 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1880 with the args nil and t; bind `gnus-treat-*' to nil.
1882 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1883 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1884 `with-temp-file'; use `insert-file-contents-as-binary' instead of
1885 `insert-file-contents'.
1887 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1889 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1891 * lisp/gnus-offline.el: Fix comments.
1892 (TopLevel): Delete the code for emulating custom. Do not inhibit
1893 byte-compile-warnings, but hide useless ones.
1894 (gnus-offline-dialup-program-arguments): defvar instead of
1896 (gnus-offline-hangup-program-arguments): Ditto.
1897 (gnus-offline-interval-time): Ditto.
1898 (gnus-offline-dialup-program, gnus-offline-hangup-program,
1899 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1900 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1902 Set `mail-sources' instead of `nnmail-spool-file'.
1903 (gnus-offline-enable-fetch-mail): Ditto.
1904 (gnus-offline-toggle-movemail-program): Abolish.
1905 (gnus-offline-define-menu-and-key): Modify according to it.
1906 (gnus-offline-define-menu-on-miee): Ditto.
1907 (gnus-offline-define-menu-on-agent): Ditto.
1908 (gnus-offline-message-add-header): Bind temporary variables.
1909 (gnus-offline-add-custom-header): Ditto.
1910 (gnus-offline-restore-mail-group-level): Ditto.
1912 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1913 gnus-offline at the compile time. Do not inhibit
1914 byte-compile-warnings.
1915 (gnus-setup-for-offline): Really bind all temporary variables.
1916 (gnus-ofsetup-write-settting-file): Check if interval is a
1918 Use `mail-sources' instead of `nnmail-spool-file'.
1919 (gnus-ofsetup-update-setting-file): Redefine as a macro.
1920 (gnus-ofsetup-prepare-for-miee): Ditto.
1922 * README-offline.en : Update.
1923 * README-offline.ja : Ditto.
1925 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1927 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1928 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1930 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
1932 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1934 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
1936 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1937 group name with `\N'.
1939 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1941 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1943 * lisp/pop3.el (pop3-except-header-regexp): New variable.
1944 (pop3-movemail): Don't retrieve messages whose headers are
1945 matching `pop3-except-header-regexp'.
1946 (pop3-top): New function.
1947 (pop3-retr): Don't use `save-restriction'.
1949 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1951 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1953 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
1955 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1957 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1958 `gnus-article-next-page' when the last page is not displayed.
1959 (mime-preview-over-to-previous-method-alist): Use
1960 `gnus-article-prev-page' when the first page is not displayed.
1961 (gnus-next-page-map): Use `make-sparse-keymap' instead of
1962 `make-keymap'; don't use `suppress-keymap'.
1963 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1964 Succeed to the value of the text property `mime-view-situation' in
1965 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1966 current local map as a parent under FSF Emacsen.
1968 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1970 * lisp/pop3.el (pop3-retr): Undo last change.
1972 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1974 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1976 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1977 `accept-process-output'; Move point to the end of the normal
1979 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1980 (pop3-get-list): Abolish.
1981 (pop3-retr): Don't use `save-restriction'.
1982 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1983 (pop3-list): Likewise.
1985 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1987 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1989 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1990 `event-basic-type' instead of `event-button' under FSF Emacsen.
1992 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1994 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1996 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1998 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1999 `gnus-summary-mode-hook'.
2000 (gnus-use-wheel): New variable.
2001 (gnus-wheel-scroll-amount): New variable.
2002 (gnus-wheel-edge-resistance): New variable.
2003 (gnus-wheel-summary-scroll): New function.
2004 (gnus-wheel-install): New function.
2006 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
2008 * lisp/gnus.el (gnus-revision-number): Increment to 02.
2010 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
2011 `defun' instead of `defsubst'.
2012 (make-full-mail-header): Ditto.
2014 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
2015 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
2017 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2019 * lisp/gnus.el (gnus-revision-number): Increment to 01.
2021 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
2024 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
2025 function from Nana-gnus.
2026 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
2027 (gnus-ofsetup-update-setting-file): Rename from
2028 `gnus-ofsetup-write-setting-file'.
2029 (gnus-ofsetup-find-parameters): Rename from
2030 `gnus-ofsetup-parameters'.
2031 (gnus-ofsetup-customize-done): Rewrite.
2033 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2035 * pop3.el: Sync up with pop3.el version 2.04.
2036 (pop3-leave-mail-on-server): New variable.
2037 (pop3-maximum-message-size): New variable.
2038 (pop3-uidl-file-name): New variable.
2039 (pop3-uidl-support): New variable.
2040 (pop3-uidl-obarray): New variable.
2041 (pop3-movemail): Check message size on every retrieval.
2042 (pop3-open-ssl-stream-1): Use new style macro.
2043 (pop3-get-message-numbers): New function.
2044 (pop3-get-list): New function.
2045 (pop3-get-uidl): New function.
2046 (pop3-get-unread-message-numbers): New function.
2047 (pop3-save-uidls): New function.
2048 (pop3-retr): Use `pop3-get-extended-response'.
2049 (pop3-list): New implementation.
2050 (pop3-uidl): New function.
2051 (pop3-get-extended-response): New function.
2053 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
2055 * lisp/gnus.el: T-gnus 6.13.0 is released.
2057 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
2059 * ChangeLog.2: New file, rename from ChangeLog.
2061 * lisp/dgnushack.el (TopLevel): Rearrange.
2063 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
2064 * README.branch: Ditto.
2066 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
2068 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
2069 * texi/message-ja.texi: Ditto.
2070 * texi/message.texi: Ditto.
2071 * texi/gnus-ja.texi: Ditto.
2072 * texi/gnus.texi: Ditto.
2073 * README-offline.ja: Ditto.
2074 * README-offline.en: Ditto.
2075 * README.semi.ja: Ditto.
2076 * README.semi: Ditto.
2077 * README.T-gnus: Ditto.
2079 * t-gnus-6_13: NEW PUBLIC BRANCH.
2081 See ChangeLog.2 for earlier changes.