1 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
4 (gnus-extended-version): Use `gnus-product-name' and
5 `gnus-version-number' instead of the use of `product-string'.
6 (gnus-version-number): Exclude `gnus-revision-number'.
7 (Defining product): Include `gnus-revision-number'.
8 (TopLevel): Require `poe' for the function `butlast'.
10 2000-04-13 Keiichi Suzuki <keiichi@mdcnet.co.jp>
12 * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
14 (gnus-search-or-regist-spec): Change interface.
16 2000-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
18 * lisp/gnus-art.el (gnus-article-prev-page): Bind
19 `window-pixel-scroll-increment' to nil while scrolling for
20 canceling a backlash and a modeline erosion. It may work under
21 XEmacs 21.2.20 and later.
22 (gnus-article-next-page): Ditto.
24 2000-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
26 * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
28 * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
30 2000-04-11 Keiichi Suzuki <keiichi@mdcnet.co.jp>
32 * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
35 * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
36 (gnus-update-format-specifications): Support new data structure of
37 `gnus-format-specs-compiled'.
38 (gnus-update-format-specification-1): Likewise.
39 (gnus-update-format): Support new data structure of
41 (gnus-format-specs): Modify data structure.
43 2000-04-10 Daiki Ueno <ueno@unixuser.org>
45 * lisp/imap.el (imap-body-lines): Check Content-Type: of the
46 article case insensitively.
48 2000-04-07 Katsumi Yamaoka <yamaoka@jpl.org>
50 * lisp/message.el (message-cite-original): Use "unknown sender" if
51 from field does not exist in the yanked article.
53 2000-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
55 * lisp/message.el (message-cite-original): Extract from field for
56 the simple citation line.
58 2000-03-21 Katsumi Yamaoka <yamaoka@jpl.org>
60 * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
61 article does not exist.
63 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
65 * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
67 * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
68 `output-coding-system' for Mule 2.3.
69 * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
70 * lisp/imap.el (imap-ssl-open): Ditto.
71 * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
73 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
75 * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
76 (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
77 file using `gnus-re-read-newsrc-el-file'. In that case, the
78 compiled format specs in the file which may be created by the other
79 Gnusae should be ignored.
81 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
83 * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
84 when Mule 2.3 is running.
86 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
88 * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
90 * lisp/gnus.el (gnus-continuum-version): Remove.
91 (gnus-product-variable-file-list): Use `product-version' instead of
93 (TopLevel): Don't autoload "gnus-msg" for the function
94 `gnus-extended-version'.
95 (gnus-version): Move to gnus-vers.el.
96 (gnus-version): Ditto.
97 (gnus-version-number): Ditto.
98 (gnus-product-name): Ditto.
99 (gnus-original-product-name): Ditto.
100 (running-pterodactyl-gnus-0_73-or-later): Ditto.
101 (gnus-original-version-number): Ditto.
102 (gnus-revision-number): Ditto.
104 * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
105 (gnus-version): Move from gnus.el.
106 (gnus-version): Ditto.
107 (gnus-version-number): Ditto.
108 (gnus-product-name): Ditto.
109 (gnus-original-product-name): Ditto.
110 (running-pterodactyl-gnus-0_73-or-later): Ditto.
111 (gnus-original-version-number): Ditto.
112 (gnus-revision-number): Ditto.
114 * lisp/gnus-start.el (gnus-product-quick-file-format): Use
115 `gnus-vers' instead of `gnus' for the product.
116 (gnus-product-save-variable-file-1): Message an absolute file name;
117 use `save-buffer-as-coding-system'; use `gnus-vers' instead of
118 `gnus' for the product.
119 (gnus-convert-old-ticks): Remove.
120 (gnus-convert-old-newsrc): Remove.
121 (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
123 * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
124 `gnus-format-specs-compiled'.
125 (gnus-update-format-specifications): Specify the arg `format' for
126 `gnus-update-format-specification-1'.
127 (gnus-update-format-specification-1): Modify for the new form of
128 `gnus-format-specs-compiled'; add a new arg `format'.
129 (gnus-format-specs-compiled): Allow the plural compiled functions
132 * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
134 2000-03-14 Keiichi Suzuki <keiichi@nanap.org>
136 NOTE: It requires `product' in APEL 10.0 or later.
137 Will be created ``~/News/.T-gnus/'' directory automatically by
138 default. You can customize location by `gnus-product-directory'.
139 ``cache'' and ``strict-cache'' files will be created under the
142 * lisp/gnus.el (TopLevel): Require `gnus-vers'.
143 (gnus-product-name): Abolished.
144 (gnus-version-number): Ditto.
145 (gnus-version): Use `product-string'. (Format changed)
146 (gnus-variable-list): Delete `gnus-format-specs'.
147 (gnus-product-variable-file-list): New variable.
148 (TopLevel): Use `product-provide'.
150 * lisp/gnus-vers.el: New file.
152 * lisp/gnus-start.el (gnus-product-directory): New user option.
153 (gnus-clear-quick-file-variables): New function.
154 (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
155 (gnus-read-newsrc-file): Likewise.
156 (gnus-read-newsrc-el-file): Read product's variable files.
157 (gnus-product-read-variable-file-1): New function.
158 (gnus-save-newsrc-file): Save product's variable files.
159 (gnus-product-variable-touch): New function.
160 (gnus-product-variables-dirty-p): Ditto.
161 (gnus-product-save-variable-file): Ditto.
162 (gnus-product-save-variable-file-1): Ditto.
163 (gnus-product-quick-file-format): Ditto.
165 * lisp/gnus-spec.el (gnus-update-format): Use
166 `gnus-product-variable-touch'.
167 (gnus-update-format-specification-1): Likewise.
168 (gnus-update-format-specifications): Do not check `emacs-version'
169 and `gnus-newsrc-file-version'. Use
170 `gnus-product-variable-touch'.
172 * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
175 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
177 * lisp/gnus.el (gnus-revision-number): Increment to 14.
178 (gnus-compile-user-specs): New user option.
180 * texi/gnus.texi: Update.
181 * texi/gnus-ja.texi: Update.
183 * lisp/gnus-start.el (gnus-setup-news): Revert.
184 (gnus-setup-news-hook): Revert.
186 * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
187 as well; don't bind `gnus-tmp-func'.
188 (gnus-update-format-specifications): Revert; use
189 `gnus-update-format-specification-1'.
190 (gnus-update-format-specification-1): New function.
191 (gnus-format-specs-compiled): Modify the form.
192 (TopLevel): Require `alist'.
194 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
196 * lisp/gnus.el (gnus-revision-number): Increment to 13.
198 * texi/gnus.texi: Update.
199 * texi/gnus-ja.texi: Update.
201 * lisp/gnus-start.el (gnus-setup-news): Update all format specs
202 just before `gnus-setup-news-hook' is evaluated.
203 (gnus-setup-news-hook): Default to `gnus-compile'.
205 * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
206 `gnus-format-specs', generate compiled specs in
207 `gnus-format-specs-compiled' instead; don't touch the dribble
209 (gnus-update-format-specifications): Bind `gnus-format-specs' to
210 `gnus-format-specs-compiled' if the latter is non-nil; use
211 `gnus-update-format-specifications-1'.
212 (gnus-update-format-specifications-1): Rename from
213 `gnus-update-format-specifications'; update the value of
214 `gnus-newsrc-file-version' if the updating is forced.
215 (gnus-format-specs-compiled): New internal variable.
217 2000-03-05 Keiichi Suzuki <keiichi@nanap.org>
219 * lisp/gnus-spec.el (gnus-update-format-specifications): Force
220 update format specifications, when differ `gnus-version' and
221 `gnus-newsrc-file-version' instead of `gnus-version' and
222 `gnus-version' in `gnus-format-specs'.
223 Do not add `gnus-version' into `gnus-format-specs'.
225 2000-03-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
227 * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
228 from gnus-format-specs.
230 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
232 * nnvirtual.el (nnvirtual-request-article):
233 Bind gnus-override-method to nil.
234 (nnvirtual-request-update-mark): Don't update mark when
235 article is not there.
237 2000-03-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
239 * lisp/gnus.el (gnus-revision-number): Increment to 12.
241 * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
242 and `pgg-verify-region'.
243 (gnus-summary-decrypt-article): New command.
244 (gnus-summary-verify-article): New command.
245 (gnus-summary-article-map): Bind them.
246 (gnus-wheel-summary-scroll): Fix paren style.
248 2000-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
250 * lisp/gnus.el (gnus-revision-number): Increment to 11.
252 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
254 * lisp/nnheader.el (nnheader-insert-nov): Use
255 `mime-entity-fetch-field' instead of `mime-fetch-field'.
257 * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
258 `mime-entity-read-field' instead of `mime-read-field'.
259 (gnus-article-sort-by-author): Likewise.
261 2000-03-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
263 * lisp/nnimap.el (nnimap-request-article-part): Don't use
264 `imap-capability' to detect BODYDETAIL response.
266 2000-03-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
268 * lisp/gnus.el (gnus-revision-number): Increment to 10.
271 (nnimap-request-article-part): Handle `BODY' fetch response when
272 the server implements IMAP4 rev1 capabilities.
273 (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
274 this attribute was obsoleted in RFC2060.
275 (nnimap-request-body): Ditto.
277 2000-02-29 Katsumi Yamaoka <yamaoka@jpl.org>
279 * lisp/gnus.el (gnus-revision-number): Increment to 09.
281 * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
282 from gnus-xmas.el; share them with XEmacs-MULE.
284 * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
287 2000-02-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
289 * lisp/gnus.el (gnus-revision-number): Increment to 08.
291 * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
292 `gnus-bbdb/split-mail'.
293 * README-gnus-bbdb.ja: Ditto.
295 2000-02-08 Yoshiki Hayashi <yoshiki@xemacs.org>
297 * gnus-art.el (article-display-face): Show folded X-Face.
299 2000-02-08 Keiichi Suzuki <keiichi@nanap.org>
301 * lisp/gnus.el (gnus-revision-number): Increment to 07.
303 * lisp/nnmail.el (nnmail-get-new-mail): Do not check
306 2000-02-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
308 * lisp/gnus.el (gnus-revision-number): Increment to 06.
310 * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
311 (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
312 `digest-md5' to IMAP authenticators.
314 * lisp/gnus-offline.el (gnus-group-get-new-news,
315 gnus-agent-toggle-plugged,gnus-agent-expire,
316 gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
319 * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
321 * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
322 confusing tabs from original header.
324 2000-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
326 * lisp/gnus.el (gnus-revision-number): Increment to 05.
328 * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
329 module `gnus-bitmap' instead of `smiley-mule'.
331 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
332 without redisplaying if the point is out of view.
334 2000-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
336 * lisp/gnus.el (gnus-revision-number): Increment to 04.
338 2000-01-24 SANETO Takanori <sanewo@ba2.so-net.ne.jp>
340 * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
342 * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
343 * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
346 * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
348 * lisp/gnus.el (gnus-version): Ditto.
349 * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
350 * lisp/gnus-offline.el (gnus-offline-set-interval-time,
351 gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
352 gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
353 gnus-offline-hangup-line, gnus-offline-get-new-news-function,
354 gnus-offline-connect-server): Ditto.
355 * lisp/dgnushack.el (dgnushack-make-package): Ditto.
357 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
359 * lisp/gnus.el (gnus-revision-number): Increment to 03.
361 * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
362 buffer if it is called non-interactively.
364 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
366 * lisp/gnus.el (gnus-revision-number): Increment to 02.
368 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
369 if the point is out of view.
371 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
373 * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
374 `pos-visible-in-window-p' returns nil.
376 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
378 * lisp/gnus-offline.el (gnus-agent-mode): New advice.
380 2000-01-12 Hirokazu FUKUI <hfukui@sannet.ne.jp>
382 * lisp/base64.el: Unbound base64-*-string and base64-*-region
383 when defined by autoload.
385 2000-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
387 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
388 the original code; hide group contents while rescanning.
390 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
392 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
393 lines in the imitation buffer; turn off h-scrollbar for XEmacs.
395 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
397 * lisp/gnus.el (gnus-revision-number): Increment to 01.
399 * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
400 nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
401 gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
402 gnus-agent.el}: Require `gnus-clfns' when compiling.
404 * lisp/rfc2231.el: Require `cl' when compiling.
406 * lisp/gnus-clfns.el: New file.
408 * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
411 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
412 rescan the current newsgroup before exiting; wear an imitation
413 summary buffer while rescanning.
415 2000-01-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
417 * lisp/dgnushack.el (char-before): Use the byte-optimaization.
419 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
421 * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
422 (gnus-revision-number): Clear to 00.
424 * README.T-gnus: Update.
426 * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
427 score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
428 nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
429 nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
430 nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
431 nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
432 nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
433 mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
434 mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
435 gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
436 gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
437 gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
438 gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
439 gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
440 gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
441 gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
442 gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
443 gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
446 * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
447 emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
449 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
451 * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
454 * lisp/gnus-sum.el (gnus-articles-to-read): Bind
455 `cursor-in-echo-area' to nil while `read-from-minibuffer'.
457 1999-12-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
459 * lisp/gnus-offline.el (TopLevel): Call
460 `define-process-argument-editiong' only under Meadow -- i.e. don't
461 call this function under NTEmacs.
463 1999-12-28 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
465 * lisp/gnus.el (gnus-revision-number): Increment to 15.
467 * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
468 `gnus-offline-agent-automatic-expire'.
469 (gnus-agent-expire): Fix the advice.
470 (gnus-offline-after-jobs-done): Refer to
471 `gnus-offline-auto-expire'.
473 * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
475 (gnus-offline-resource-ja): Ditto.
477 * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
478 bind `coding-system-for-read' to raw-text-dos, else bind it to
481 1999-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
483 * lisp/gnus.el (gnus-revision-number): Increment to 14.
485 * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
487 1999-12-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
489 * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
490 (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
491 value depends on the version of ssl.el.
492 (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
493 `coding-system-for-read' to raw-text-dos, else bind it to binary.
495 1999-12-23 Keiichi Suzuki <keiichi@nanap.org>
497 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
500 1999-12-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
502 * lisp/imap.el (imap-streams,imap-stream-alist,
503 imap-authenticators,imap-authenticator-alist,
504 imap-digest-md5-p): Sync with latest Gnus.
505 (imap-starttls-p): Rename from `imap-tls-p'.
506 (imap-starttls-open): Rename from `imap-tls-open'.
508 1999-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
510 * lisp/gnus.el (gnus-revision-number): Increment to 13.
512 * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
513 as its parent directory.
515 * lisp/imap.el (base64-encode-string, base64-decode-string):
516 Autoload "base64" instead of the tricky definitions.
518 * lisp/base64.el: Restore the original code and invalidate it; use
519 mel for the base64 codec.
521 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
523 * lisp/imap.el (mel-find-function): Always require `mel' instead of
524 the use of autoloading. Because the function `mel-find-function'
525 is defined by `defsubst'.
527 1999-12-18 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
529 * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
530 `gnus-offline-connected', not `gnus-plugged'.
532 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
533 `unless'. Use `when'.
535 * lisp/imap.el (base64-encode-string): Fix. May work.
537 1999-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
539 * lisp/message.el (message-goto-mail-copies-to): If the field is
540 newly created, a string "never" is inserted in default.
541 (message-goto-mail-followup-to): If the field is newly created and
542 To field contains only one address, the address is inserted in
544 (message-mode-map): New key stroke `C-c C-f c' for the command
545 `message-goto-mail-copies-to'.
547 1999-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
549 * lisp/gnus.el (gnus-revision-number): Increment to 12.
551 * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
553 * lisp/lpath.el (toolbar-gnus, get-charset-property,
554 font-lock-set-defaults, find-coding-system, coding-system-get):
555 Bind them for FSF Emacsen.
556 (read-color, x-defined-colors, compute-motion): Don't bind.
558 * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
559 `base64-encode-string' and `base64-decode-string' instead of
560 `imap-base64-encode-string' or `imap-base64-decode-string'.
561 (base64-encode-string): New function. It won't be defined if it
562 is already bound and the optional second arg is allowed.
563 (base64-decode-string): New function defined by `defun-maybe'.
564 (imap-base64-encode-string, imap-base64-decode-string): Remove.
565 (mel-find-function): Autoload "mel".
567 * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
568 get-popup-menu-response, toolbar-gnus, get-charset-property,
569 find-coding-system, coding-system-get, font-lock-set-defaults):
571 (union, member-if, mapcon, mapc, last): Don't define as compiler
572 macros under XEmacs. It is based on Hrvoje's advice.
573 (member-if): New compiler macro for emulating cl function.
575 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
577 * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
578 of `static-condition-case'.
580 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
582 * lisp/gnus.el (gnus-revision-number): Increment to 11.
584 * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
587 1999-12-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
589 * lisp/imap.el: Require `digest-md5' when compiling; add autoload
590 settings for `digest-md5-parse-digest-challenge' and
591 `digest-md5-digest-response'.
592 (imap-authenticators): Add `digest-md5'.
593 (imap-authenticator-alist): Setup for `digest-md5'.
594 (imap-digest-md5-p): New function.
595 (imap-digest-md5-auth): New function.
597 1999-12-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
599 * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
600 buffer name must be specific to its mail source.
602 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
604 * lisp/gnus.el (gnus-revision-number): Increment to 10.
606 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
607 call too many `static-if's.
609 * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
610 `make-symbolic-link' is not availabe.
612 * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
614 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
616 * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
617 the original `gnus-agent-toggle-plugged'.
619 * lisp/mail-source.el (mail-source-fetch-imap): Don't create
620 multiple temporary buffers, and don't kill one.
622 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
624 * lisp/gnus.el (gnus-revision-number): Increment to 09.
626 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
627 optional argument `force'. Use `read-file-name' instead of
628 `read-directory-name'.
630 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
632 * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
634 * lisp/gnus-agent.el (gnus): Give up to advise here.
635 (gnus-group-get-new-news): New advice instead.
637 * lisp/gnus-offline.el (gnus-offline-setup): Call
638 `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
640 (gnus-offline-define-menu-and-key): Simplify.
641 (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
644 * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
645 `gnus-offline-setting-file'.
646 (gnus-nntp-service): Set this variable here, not in
647 `gnus-offline-setting-file'
648 (gnus-nntp-server): Ditto.
649 (gnus-after-getting-new-news-hook): Ditto.
650 (message-send-hook): Ditto.
651 (mail-source-read-passwd): Ditto.
652 (gnus-setup-news-hook): Ditto.
653 (gnus-setup-for-offline): Now one can get mails from `imap',
654 `file', `directory' or `maildir'.
656 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
657 Ignore non-POP mail sources.
659 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
661 * lisp/gnus.el (gnus-revision-number): Increment to 07.
663 * lisp/gnus-util.el (gnus-union): Remove.
664 (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
666 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
667 instead of `gnus-union'.
669 1999-12-10 A.Hitachi <a_hitachi@msi.biglobe.ne.jp>
670 Katsumi Yamaoka <yamaoka@jpl.org>
672 * lisp/dgnushack.el (union): New compiler macro for emulating cl
675 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
677 * lisp/gnus-util.el: Require `gnus-ems'.
678 (gnus-ems-redefine): Call it to redefine the functions
679 `gnus-truncate-string', etc.
680 (gnus-union): Fix doc string.
682 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
684 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
686 * lisp/gnus.el (gnus-revision-number): Increment to 06.
688 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
690 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
691 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
693 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
695 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
697 (mapc): Bug fix - treat the last arg as a list.
699 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
701 * lisp/gnus.el (gnus-revision-number): Increment to 05.
703 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
704 modeline "Plugged" status display with the value of
707 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
709 (gnus-offline-set-online-sendmail-function): defsubst.
710 (gnus-offline-set-offline-sendmail-function): Ditto.
711 (gnus-offline-set-offline-post-news-function): Ditto.
712 (gnus-offline-set-online-post-news-function): Ditto.
713 (gnus-offline-disable-fetch-mail): Ditto.
714 (gnus-offline-enable-fetch-mail): Ditto.
715 (gnus-offline-setup): Fix typo.
716 (gnus-offline-gnus-get-new-news): Abolish.
717 (gnus-offline-toggle-plugged): Ditto.
718 (gnus-offline-agent-expire): Ditto.
719 (gnus-group-get-new-news): New advice which does things
720 `gnus-offline-gnus-get-new-news' was doing.
721 (gnus-agent-toggle-plugged): New advice which does thing
722 `gnus-offline-toggle-plugged' was doing.
723 (gnus-agent-expire): New advice which does things
724 `gnus-offline-agent-expire' was doing.
725 (gnus-offline-define-menu-and-key): No longer substitute key
726 definitions on `gnus-group-mode-map'. No longer swap commands for
728 (gnus-offline-after-get-new-news): Do jobs only when
731 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
734 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
736 * lisp/message.el (message-yank-add-new-references): Fix doc string.
738 * texi/{message-ja.texi, message.texi}
739 (message-list-references-add-position,
740 message-yank-add-new-references): Add documentations.
742 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
744 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
745 `gnus-offline-get-message'.
747 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
748 `gnus-ofsetup-get-message'.
750 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
752 * lisp/gnus.el (gnus-revision-number): Increment to 04.
753 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
755 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
756 `get-text-property' in the outside of the boundary.
757 (gnus-article-smiley-display): New function.
758 (gnus-treatment-function-alist): Use it.
760 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
761 the bug fixed version rigidly instead of the use of `defadvice'.
763 * lisp/message.el (font-lock-after-change-function): Don't use
764 `compile' for the arg of `defadvice'.
766 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
768 * lisp/message.el (message-yank-add-new-references): New option
769 value `message-id-only'.
770 (message-yank-original): Likewise.
771 (message-list-references-add-position): New user option.
772 (message-list-references): When
773 `message-list-references-add-position' is integer value, the order
774 of designate number message-ids is kept.
776 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
778 * lisp/gnus.el (gnus-revision-number): Increment to 03.
780 * lisp/gnus-offline.el (gnus): Don't advise here.
781 (TopLevel): Call `gnus-offline-define-menu-and-key'.
782 (gnus-offline-setup): Don't call
783 `gnus-offline-define-menu-and-key' here.
785 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
786 rely on `gnus-load-hook'.
787 (gnus): New advice. Call `gnus-offline-setup' when everything is
790 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
791 at the compile time. Use `gnus-alive-p'.
793 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
795 * lisp/gnus.el (gnus-revision-number): Increment to 02.
797 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
798 don't use `byte-defop-compiler'.
799 (byte-optimize-form-code-walker): Advise it for fixing the bug in
800 and/or forms. The original idea is devised by FUKUI-san, modified
802 (max-specpdl-size): Set 3000.
804 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
806 * lisp/gnus.el (gnus-revision-number): Increment to 01.
808 * lisp/gnus-offline.el (gnus): New advice. synchronize
809 `gnus-offline-connected' with `gnus-plugged'.
811 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
813 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
814 (gnus-revision-number): Clear to 00.
816 * README.branch.ja: Update for t-gnus-6_14 branch.
817 * README.branch: Ditto.
818 * README.T-gnus: Ditto.
819 * README.semi.ja: Ditto.
820 * README.semi: Ditto.
822 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
823 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
824 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
825 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
826 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
828 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
829 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
832 * t-gnus-6_14: NEW PUBLIC BRANCH.
834 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
835 Katsumi Yamaoka <yamaoka@jpl.org>
837 * lisp/gnus.el (gnus-revision-number): Increment to 01.
839 * lisp/dgnushack.el (char-before): Use compiler macro instead of
841 (char-after): Comment out the byte-optimization.
843 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
844 New functions. They are identical to the built-in codec if
845 possible, otherwise the functions defined in mel are used.
846 (imap-cram-md5-auth): Use them.
848 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
850 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
851 and `base64-encode-string'.
853 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
855 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
856 (gnus-revision-number): Clear to 00.
858 * README.T-gnus: Update.
860 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
862 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
863 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
864 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
865 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
866 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
867 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
868 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
869 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
870 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
871 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
873 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
876 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
877 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
880 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
882 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
883 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
884 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
885 (gnus-after-getting-new-news-hook): Ditto.
887 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
889 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
891 * lisp/gnus.el (gnus-revision-number): Increment to 10.
893 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
894 char with old Emacsen as well.
896 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
898 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
899 appears in the backquoted form.
900 (gnus-category-edit-score): Ditto.
902 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
903 appears in the backquoted form.
905 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
907 * lisp/gnus.el (gnus-revision-number): Increment to 09.
909 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
911 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
912 defined. If not, call `easy-menu-create-keymaps'.
914 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
916 * lisp/gnus.el (gnus-revision-number): Increment to 08.
918 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
919 "static" at the compile time.
920 (gnus-offline-hangup-function): Abolish.
921 (gnus-offline-auto-ppp): New variable.
922 (gnus-offline-gnus-get-new-news): Refer to it.
923 (gnus-offline-set-unplugged-state): Ditto.
924 (gnus-offline-set-auto-ppp): New function. It replaces the
925 function `gnus-offline-toggle-auto-hangup'.
926 (gnus-offline-toggle-auto-hangup): Abolish.
927 (gnus-offline-define-menu-and-key): Use `static-if' and
929 (gnus-offline-popup-menu): Do not define this function under XEmacs.
930 (gnus-offline-popup): New function.
932 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
933 (gnus-ofsetup-resource-en): Fix doc strings.
934 (gnus-ofsetup-resource-ja): Ditto.
936 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
938 * lisp/gnus.el (gnus-revision-number): Increment to 07.
940 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
941 Pterodactyl Gnus v0.98.
943 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
945 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
947 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
949 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
950 `car' and `cdr' instead of `cadr'.
952 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
953 instead of `push'; use `if' instead of `when'.
955 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
957 (gnus-useful-groups): Use `or' instead of `unless'.
959 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
962 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
964 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
965 `when' in the body of `defadvice'. Use `if' instead.
967 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
970 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
972 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
973 the macro `when' in the arg of `defcustom'. Use `if' instead.
975 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
977 * lisp/gnus.el (gnus-revision-number): Increment to 06.
979 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
980 `next-single-property-change' LIMIT as `point-max'.
981 (gnus-article-prepare-mime-display): Ditto.
982 (article-hide-signature): Ditto.
984 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
986 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
987 are removed to fill gnus-version within 80 columns.
989 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
991 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
993 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
995 * lisp/gnus.el (gnus-revision-number): Increment to 05.
997 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
1000 * lisp/gnus-util.el (gnus-union): New function.
1002 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
1003 `copy-sequence' instead of `copy-list'.
1004 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
1006 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
1008 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1010 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1012 * lisp/dgnushack.el (union, copy-list): New compiler macros for
1013 emulating cl functions.
1015 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1017 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1018 (gnus-select-method): Use `condition-case' instead of
1021 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1022 instead of `ignore-errors'.
1024 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
1026 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
1027 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
1028 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
1029 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
1030 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1031 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1032 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
1033 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
1034 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
1035 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
1037 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
1039 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1041 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
1042 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
1043 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
1044 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
1045 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1046 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
1047 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
1048 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
1049 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
1050 Require `cl' at the top level.
1052 * lisp/gnus.el (gnus-select-method): Undo last change.
1053 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
1054 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
1056 * lisp/gnus-ems.el (gnus-split-string): Remove.
1058 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1060 * lisp/pop3.el: Add description about STLS extension; add autoload
1061 setting for `starttls-open-stream' and `starttls-negotiate'.
1062 (pop3-stls): New function.
1063 (pop3-open-tls-stream): New function.
1064 (pop3-open-server): Use `pop3-open-tls-stream' if
1065 'pop3-connection-type' is bound to `tls'.
1067 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1069 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
1070 and `starttls-negotiate'.
1071 (imap-stream-alist): Add TLS entry.
1072 (imap-tls-p): New function.
1073 (imap-tls-open): New function.
1074 (imap-ssl-open): Enclose `open-ssl-stream' with
1075 `as-binary-process'.
1077 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1079 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1080 (gnus-select-method): Use `condition-case' instead of
1083 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
1086 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
1087 `coding' and `noerror' for the stopgaps.
1089 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
1090 `coding' and `noerror'.
1091 (function-max-args): Maybe-fbind for FSF Emacsen.
1093 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
1094 as `binary' if possible.
1095 (imap-log): Default to nil (synched with pgnus 0.99).
1096 (base64-decode-string): Autoload "mel" instead of "base64".
1097 (md5): Autoload "md5" without `eval-and-compile'.
1099 * lisp/gnus-util.el (copy-list): New function defined by
1102 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
1103 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
1105 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1106 instead of `ignore-errors'.
1108 * lisp/gnus-picon.el: Require `cl'.
1110 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
1111 gnus-offline.el} (cl): Enclose the requiring procedure with
1112 `eval-when-compile'.
1114 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
1115 procedure with `eval-when-compile' instead of `eval-and-compile'.
1117 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1119 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1120 Use mail-sources instead of nnmail-spool-file.
1121 From: Toshiaki -PCX- Tanaka.
1123 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
1125 * lisp/gnus.el (gnus-group-startup-message): Insert space before
1127 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
1129 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
1131 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
1132 (gnus-revision-number): Clear to 00.
1134 * README.T-gnus: Update.
1136 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
1137 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
1138 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
1139 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
1140 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
1141 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1143 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
1145 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
1148 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1150 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
1152 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
1153 `message-save-drafts' instead of `set-buffer-modified-p' and
1155 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
1156 because the reply data is lost in Drafts.
1157 * lisp/gnus-art.el (gnus-signature-face): Don't check
1160 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1162 * lisp/pop3.el (pop3-progress-message): New function.
1163 (pop3-movemail): Use it.
1165 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1167 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
1168 `gnus-following-method'.
1170 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
1171 wide reply as a mail if the message is not a news; use the macro
1172 `gnus-setup-message'.
1174 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
1176 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1178 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1179 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
1180 function `gnus-smiley-display'.
1182 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
1183 `window-system' is nil.
1184 (gnus-article-x-face-command): Default to external command if
1185 `window-system' is nil.
1187 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1189 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1190 (TopLevel): Rearrange autoload settings.
1192 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
1195 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
1196 "Toggle smileys" in "Washing" menu.
1197 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
1199 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
1200 (smiley-toggle-buffer): New function.
1201 (smiley-buffer): Don't quote the function.
1202 (smiley-toggle-extents): Ditto.
1204 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1206 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1207 (TopLevel): Add and delete autoloads for functions defined in
1208 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
1210 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
1213 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
1214 `gnus-custom-mode' defined in "gnus-cus".
1216 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1218 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1220 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
1221 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
1224 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1226 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1227 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
1228 functions `x-face-mule-gnus-article-display-x-face' and
1231 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
1233 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
1234 `gnus-mule-group-startup-message'.
1235 (gnus-mule-group-startup-message): Remove.
1236 (gnus-mule-bitmap-image-file): Remove.
1238 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
1239 ordinary text if the feature `smiley-mule' is provided and FSF
1241 (TopLevel): Require `static' at the compile time.
1243 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
1244 `mime-display-text/plain-hook' to nil.
1245 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
1246 treat the next entity position as a marker.
1247 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
1248 `gnus-smiley-display' under FSF Emacsen.
1249 (gnus-treat-display-smileys): Default to t if the module
1250 `smiley-mule' is installed.
1251 (gnus-treat-display-xface): Default to `head' if the value of
1252 `gnus-article-x-face-command' is
1253 `x-face-mule-gnus-article-display-x-face'.
1254 (gnus-article-x-face-command): Default to
1255 `x-face-mule-gnus-article-display-x-face' if the module
1256 `x-face-mule' is installed.
1257 (TopLevel): Require `static' first; require `path-util'.
1259 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1261 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1263 * lisp/message.el (message-mode): Make
1264 `message-font-lock-last-position' as buffer local.
1265 (message-font-lock-keywords-2): Use
1266 `message-font-lock-cited-text-matcher' instead of regexp.
1267 (message-font-lock-cited-text-matcher): New function.
1268 (font-lock-after-change-function): Advice to the keep last cursor
1269 position in `message-font-lock-last-position' before fontifying.
1270 (message-font-lock-last-position): New variable.
1271 (message-font-lock-citation-name-max-column): New variable.
1272 (message-font-lock-cited-text-regexp): New variable.
1273 (message-font-lock-fence-close-position): New variable.
1274 (message-font-lock-fence-open-position): New variable.
1275 (message-font-lock-fence-close-regexp): New variable.
1276 (message-font-lock-fence-open-regexp): New variables.
1278 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1280 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
1281 using `message-font-lock-keywords', `message-font-lock-keywords-1'
1282 and `message-font-lock-keywords-2'.
1283 (message-font-lock-keywords): Restruct.
1284 (message-font-lock-keywords-1): New variable split from
1285 `message-font-lock-keywords'.
1286 (message-font-lock-keywords-2): Ditto.
1288 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1290 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1292 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
1293 before highlighting or hiding it.
1294 (gnus-article-buttonize-signature): New function.
1295 (gnus-article-highlight-signature): Don't buttonize.
1296 (gnus-treatment-function-alist): Undo the last change.
1297 (gnus-treat-emphasize): Default to nil.
1299 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1301 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1302 (TopLevel): Autoload "gnus-art" for the function
1303 `gnus-article-show-all'.
1305 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
1306 hidden text if the command `gnus-summary-toggle-mime' is used.
1308 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
1310 (gnus-article-highlight-signature): Work for forwarded messages.
1311 (gnus-article-show-all): New function based on `article-show-all'.
1312 (gnus-article-show-all-headers): Based on
1313 `article-show-all-headers'.
1314 (article-show-all-headers): New function to show all *HEADERS*.
1315 (article-show-all): Show *ALL* literally.
1316 (article-hide-signature): Work for forwarded messages.
1317 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
1318 off after `gnus-treat-highlight-signature'.
1320 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1322 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1324 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
1325 against forwarded messages without MIME structure.
1326 (gnus-treatment-function-alist): Move
1327 'gnus-treat-decode-article-as-default-mime-charset' to the top;
1328 put `gnus-treat-emphasize' off after
1329 `gnus-treat-highlight-headers'.
1331 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1333 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1335 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1337 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
1338 argument is list or not before condition.
1340 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1342 * lisp/gnus-art.el (gnus-treat-predicate): Work for
1343 (typep "something").
1345 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1347 * lisp/gnus-art.el (gnus-article-prepare-display):
1348 Pass argument nil as a condition to gnus-treat-article.
1349 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
1350 Ditto. Also, treat last part of multipart article correctly.
1352 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1354 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1356 * lisp/message.el (message-generate-headers): Don't insert
1359 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
1360 negative number for the 2nd arg of `insert-char'.
1362 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1364 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
1365 gnus-ja instead of gnus if Japanese environment is on.
1367 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1369 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1370 (semi-gnus-developers): Remove.
1371 (gnus-maintainer): Change mail address.
1372 (gnus-group-startup-message): Display version string.
1374 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
1376 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
1377 version string; fix glyph position.
1379 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1381 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
1382 to previous version until problem of respooling from
1383 nnimap to nnml is solved.
1384 (gnus-summary-move-article): Ditto.
1386 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1388 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1390 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
1391 value is t before checking for `condition'.
1392 (gnus-article-prepare-mime-display): Search for the entity children
1393 if the primary type is `multipart'.
1395 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1397 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1399 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
1400 instead of signaling an error if the destination group is not
1402 (gnus-summary-move-article): Do nothing if the destination group
1403 is not newly created.
1405 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
1408 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1410 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
1411 active entry for the group even if it doesn't exist.
1413 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1415 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
1417 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1419 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
1420 (gnus-revision-number): Clear to 00.
1422 * README.T-gnus: Update.
1424 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1425 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1427 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
1428 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
1429 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
1430 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
1431 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1433 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1435 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1437 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
1438 smooth scrolling under XEmacs.
1439 (gnus-article-next-page):Ditto.
1441 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
1442 descriptions about the problem of loaddefs.el and the patch for
1445 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1447 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1449 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
1450 `:predicate' for old Emacsen; require `static'.
1452 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
1453 `:path' and `:predicate'.
1455 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1457 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
1458 modeline as modified.
1460 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1462 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1464 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
1465 `mime-view-entity' in the modified header under FSF Emacsen.
1467 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1469 * README-offline.en: Rewrite the usage description.
1470 * README-offline.ja: Ditto.
1472 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1474 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1476 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
1479 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1481 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
1482 * README-offline.ja: Ditto.
1484 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1486 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1488 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
1489 the current buffer as modified.
1491 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
1492 (gnus-offline-get-menu-items): New function.
1493 (gnus-offline-define-menu-on-miee): Use it.
1494 (gnus-offline-define-menu-on-agent): Ditto.
1496 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1498 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
1500 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
1501 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
1502 (pop3-quit): Clear `pop3-uidl-obarray'.
1504 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1506 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1508 * lisp/gnus-offline.el (gnus-offline-resource-en,
1509 gnus-offline-resource-ja,
1510 gnus-offline-resource-ja_complete): New variables.
1511 (gnus-offline-get-message): News function.
1512 (gnus-offline-error-check): Use it.
1513 (gnus-offline-connect-server): Ditto.
1514 (gnus-offline-get-new-news-function): Ditto.
1515 (gnus-offline-set-mail-group-level): Ditto.
1516 (gnus-offline-hangup-line): Ditto.
1517 (gnus-offline-after-jobs-done): Ditto.
1518 (gnus-offline-toggle-auto-hangup): Ditto.
1519 (gnus-offline-toggle-on/off-send-mail): Ditto.
1520 (gnus-offline-toggle-articles-to-fetch): Ditto.
1521 (gnus-offline-empting-spool): Ditto.
1522 (gnus-offline-set-interval-time): Ditto.
1524 * lisp/gnus-ofsetup.el (gnus-offline-lang,
1525 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
1527 (gnus-ofsetup-get-message): New function.
1528 (gnus-setup-for-offline): Use it.
1529 (gnus-ofsetup-find-parameters): Ditto.
1530 (gnus-ofsetup-prepapre-for-miee): Ditto.
1531 (gnus-ofsetup-completing-read-symbol): Ditto.
1532 (gnus-ofsetup-customize): Ditto.
1533 (gnus-ofsetup-customize-done): Ditto.
1535 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1537 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
1538 `isearch-lazy-highlight'.
1540 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
1542 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1544 * lisp/lpath.el (babel-as-string): Bind it.
1546 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
1547 original X-Face field while searching. It is done for only FSF
1549 (gnus-summary-search-article-highlight-matched-text): Ditto.
1550 (gnus-summary-search-article-matched-data): Bind it explicitly.
1552 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1554 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
1555 (gnus-revision-number): Clear to 00.
1557 * README.T-gnus: Update.
1559 * README: Sync up with Pterodactyl Gnus v0.96.
1560 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
1561 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
1562 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
1563 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
1564 gnus-agent.el,ChangeLog}: Ditto.
1565 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
1567 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1569 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
1570 don't retrieve any incoming mails.; Don't filter articles here.
1571 Use `convert-standard-filename' to generate fresh UIDL file names.
1572 (pop3-get-message-numbers): Rewrite.
1573 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
1574 of `with-temp-buffer'.
1576 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1578 * README-offline.ja : Fix.
1580 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
1583 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
1584 requirements; Enclose the autoload for `gnus-custom-mode' with
1587 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
1589 * lisp/gnus.el (gnus-revision-number): Increment to 15.
1591 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
1592 for them before lpath.el is loaded. Because lpath.el requires
1593 `poe' via `path-util'. [cf. <tm-ja:5051>]
1595 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
1596 X-Face image if the regexp "^X-Face:" is specified.
1597 (gnus-summary-search-article-highlight-matched-text): Use
1598 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
1599 X-Face image if it is requested.
1600 (gnus-summary-search-article-highlight-goto-x-face): New macro.
1602 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
1604 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1606 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
1607 recenter the article when touchdown; popup the article buffer if
1609 (gnus-summary-search-article-highlight-matched-text): Treat the
1610 article before highlighting; use old style backquote syntax.
1611 (gnus-summary-search-article-position-point): Fix the beginning
1612 position; use old style backquote syntax.
1613 (gnus-summary-select-article): Undo the last change.
1614 (gnus-summary-display-article): Bind
1615 `gnus-summary-search-article-matched-data' in the article buffer
1616 locally. It is moved from `gnus-summary-select-article'.
1618 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1620 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
1621 (clean): Remove formatted info files.
1622 (distclean): Just remove Makefile.
1624 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1626 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1628 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
1629 (gnus-agent-fetch-headers): Limit downloadable articles if the
1630 number of unread articles exceeds `gnus-agent-large-newsgroup'.
1631 (gnus-agent-expire): Do not expire saved or replied articles when
1632 `gnus-agent-expire-all' is nil.
1634 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
1636 (gnus-offline-agent-expire): Check it; Bind
1637 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
1638 (gnus-offline-after-jobs-done): Don't check
1639 `gnus-agent-expire-all'.
1641 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
1642 `user-login-name' and `user-real-login-name' returns the same
1644 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
1645 (gnus-ofsetup-update-setting-file): Ditto.
1646 (gnus-ofsetup-prepare): New macro.
1647 (gnus-setup-for-offline): Use it.
1648 (gnus-ofsetup-customize-done): Ditto.
1650 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
1652 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1654 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
1655 (gnus-summary-search-article-highlight-matched-text): Rearrange.
1656 (gnus-summary-search-article-position-point): New macro.
1657 (gnus-summary-search-article-matched-data): Rename from
1658 `gnus-summary-search-article-matched-text'.
1659 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
1660 use `gnus-article-show-all-headers' for exposing the visited
1662 (gnus-summary-select-article): Bind
1663 `gnus-summary-search-article-matched-data' in the article buffer
1666 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
1667 if the value of `gnus-inhibit-treatment' is non-nil.
1668 (article-toggle-headers): Don't redisplay X-Face if the value of
1669 `gnus-inhibit-treatment' is non-nil.
1670 (gnus-article-treat-custom): Add new treatment variable `mime'.
1672 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1674 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1677 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1678 `gnus-newsgroup-incorporated' explicitly.
1680 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1682 * README.semi: Update for the recent a-ftp sites and directories.
1683 * README.semi.ja: Ditto.
1684 * texi/gnus-faq.texi: Ditto.
1685 * texi/gnus-faq-ja.texi: Ditto.
1687 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1689 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1690 (gnus-summary-incorporated-face): New face spec.
1692 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1693 entry about the format specifier `w'.
1694 (gnus-group-line-format): Fix documentation.
1696 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1697 newly incorporated mails with `gnus-summary-incorporated-face'.
1698 (gnus-newsgroup-incorporated): New variable.
1699 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1700 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1702 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1704 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1705 `K' if the group has already been subscribed.
1707 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1709 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1710 `isearch-lazy-highlight' t in the buffer locally; goto the
1711 beginning of the buffer before searching.
1713 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1716 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1718 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1720 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1721 matched text after the searching is done; call
1722 `gnus-summary-select-article' with the args nil and t; bind
1723 `gnus-treat-*' to nil.
1724 (gnus-summary-search-article-highlight-matched-text): New macro
1725 for highlighting matched text. It is bound at the compile time
1727 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1728 with the args nil and t; bind `gnus-treat-*' to nil.
1730 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1731 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1732 `with-temp-file'; use `insert-file-contents-as-binary' instead of
1733 `insert-file-contents'.
1735 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1737 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1739 * lisp/gnus-offline.el: Fix comments.
1740 (TopLevel): Delete the code for emulating custom. Do not inhibit
1741 byte-compile-warnings, but hide useless ones.
1742 (gnus-offline-dialup-program-arguments): defvar instead of
1744 (gnus-offline-hangup-program-arguments): Ditto.
1745 (gnus-offline-interval-time): Ditto.
1746 (gnus-offline-dialup-program, gnus-offline-hangup-program,
1747 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1748 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1750 Set `mail-sources' instead of `nnmail-spool-file'.
1751 (gnus-offline-enable-fetch-mail): Ditto.
1752 (gnus-offline-toggle-movemail-program): Abolish.
1753 (gnus-offline-define-menu-and-key): Modify according to it.
1754 (gnus-offline-define-menu-on-miee): Ditto.
1755 (gnus-offline-define-menu-on-agent): Ditto.
1756 (gnus-offline-message-add-header): Bind temporary variables.
1757 (gnus-offline-add-custom-header): Ditto.
1758 (gnus-offline-restore-mail-group-level): Ditto.
1760 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1761 gnus-offline at the compile time. Do not inhibit
1762 byte-compile-warnings.
1763 (gnus-setup-for-offline): Really bind all temporary variables.
1764 (gnus-ofsetup-write-settting-file): Check if interval is a
1766 Use `mail-sources' instead of `nnmail-spool-file'.
1767 (gnus-ofsetup-update-setting-file): Redefine as a macro.
1768 (gnus-ofsetup-prepare-for-miee): Ditto.
1770 * README-offline.en : Update.
1771 * README-offline.ja : Ditto.
1773 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1775 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1776 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1778 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
1780 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1782 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
1784 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1785 group name with `\N'.
1787 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1789 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1791 * lisp/pop3.el (pop3-except-header-regexp): New variable.
1792 (pop3-movemail): Don't retrieve messages whose headers are
1793 matching `pop3-except-header-regexp'.
1794 (pop3-top): New function.
1795 (pop3-retr): Don't use `save-restriction'.
1797 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1799 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1801 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
1803 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1805 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1806 `gnus-article-next-page' when the last page is not displayed.
1807 (mime-preview-over-to-previous-method-alist): Use
1808 `gnus-article-prev-page' when the first page is not displayed.
1809 (gnus-next-page-map): Use `make-sparse-keymap' instead of
1810 `make-keymap'; don't use `suppress-keymap'.
1811 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1812 Succeed to the value of the text property `mime-view-situation' in
1813 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1814 current local map as a parent under FSF Emacsen.
1816 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1818 * lisp/pop3.el (pop3-retr): Undo last change.
1820 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1822 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1824 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1825 `accept-process-output'; Move point to the end of the normal
1827 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1828 (pop3-get-list): Abolish.
1829 (pop3-retr): Don't use `save-restriction'.
1830 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1831 (pop3-list): Likewise.
1833 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1835 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1837 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1838 `event-basic-type' instead of `event-button' under FSF Emacsen.
1840 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1842 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1844 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1846 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1847 `gnus-summary-mode-hook'.
1848 (gnus-use-wheel): New variable.
1849 (gnus-wheel-scroll-amount): New variable.
1850 (gnus-wheel-edge-resistance): New variable.
1851 (gnus-wheel-summary-scroll): New function.
1852 (gnus-wheel-install): New function.
1854 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1856 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1858 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1859 `defun' instead of `defsubst'.
1860 (make-full-mail-header): Ditto.
1862 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1863 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1865 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1867 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1869 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1872 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1873 function from Nana-gnus.
1874 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1875 (gnus-ofsetup-update-setting-file): Rename from
1876 `gnus-ofsetup-write-setting-file'.
1877 (gnus-ofsetup-find-parameters): Rename from
1878 `gnus-ofsetup-parameters'.
1879 (gnus-ofsetup-customize-done): Rewrite.
1881 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1883 * pop3.el: Sync up with pop3.el version 2.04.
1884 (pop3-leave-mail-on-server): New variable.
1885 (pop3-maximum-message-size): New variable.
1886 (pop3-uidl-file-name): New variable.
1887 (pop3-uidl-support): New variable.
1888 (pop3-uidl-obarray): New variable.
1889 (pop3-movemail): Check message size on every retrieval.
1890 (pop3-open-ssl-stream-1): Use new style macro.
1891 (pop3-get-message-numbers): New function.
1892 (pop3-get-list): New function.
1893 (pop3-get-uidl): New function.
1894 (pop3-get-unread-message-numbers): New function.
1895 (pop3-save-uidls): New function.
1896 (pop3-retr): Use `pop3-get-extended-response'.
1897 (pop3-list): New implementation.
1898 (pop3-uidl): New function.
1899 (pop3-get-extended-response): New function.
1901 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1903 * lisp/gnus.el: T-gnus 6.13.0 is released.
1905 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1907 * ChangeLog.2: New file, rename from ChangeLog.
1909 * lisp/dgnushack.el (TopLevel): Rearrange.
1911 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1912 * README.branch: Ditto.
1914 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1916 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1917 * texi/message-ja.texi: Ditto.
1918 * texi/message.texi: Ditto.
1919 * texi/gnus-ja.texi: Ditto.
1920 * texi/gnus.texi: Ditto.
1921 * README-offline.ja: Ditto.
1922 * README-offline.en: Ditto.
1923 * README.semi.ja: Ditto.
1924 * README.semi: Ditto.
1925 * README.T-gnus: Ditto.
1927 * t-gnus-6_13: NEW PUBLIC BRANCH.
1929 See ChangeLog.2 for earlier changes.