1 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
5 * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
6 `output-coding-system' for Mule 2.3.
7 * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
8 * lisp/imap.el (imap-ssl-open): Ditto.
9 * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
11 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
13 * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
14 (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
15 file using `gnus-re-read-newsrc-el-file'. In that case, the
16 compiled format specs in the file which may be created by the other
17 Gnusae should be ignored.
19 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
21 * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
22 when Mule 2.3 is running.
24 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
26 * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
28 * lisp/gnus.el (gnus-continuum-version): Remove.
29 (gnus-product-variable-file-list): Use `product-version' instead of
31 (TopLevel): Don't autoload "gnus-msg" for the function
32 `gnus-extended-version'.
33 (gnus-version): Move to gnus-vers.el.
34 (gnus-version): Ditto.
35 (gnus-version-number): Ditto.
36 (gnus-product-name): Ditto.
37 (gnus-original-product-name): Ditto.
38 (running-pterodactyl-gnus-0_73-or-later): Ditto.
39 (gnus-original-version-number): Ditto.
40 (gnus-revision-number): Ditto.
42 * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
43 (gnus-version): Move from gnus.el.
44 (gnus-version): Ditto.
45 (gnus-version-number): Ditto.
46 (gnus-product-name): Ditto.
47 (gnus-original-product-name): Ditto.
48 (running-pterodactyl-gnus-0_73-or-later): Ditto.
49 (gnus-original-version-number): Ditto.
50 (gnus-revision-number): Ditto.
52 * lisp/gnus-start.el (gnus-product-quick-file-format): Use
53 `gnus-vers' instead of `gnus' for the product.
54 (gnus-product-save-variable-file-1): Message an absolute file name;
55 use `save-buffer-as-coding-system'; use `gnus-vers' instead of
56 `gnus' for the product.
57 (gnus-convert-old-ticks): Remove.
58 (gnus-convert-old-newsrc): Remove.
59 (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
61 * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
62 `gnus-format-specs-compiled'.
63 (gnus-update-format-specifications): Specify the arg `format' for
64 `gnus-update-format-specification-1'.
65 (gnus-update-format-specification-1): Modify for the new form of
66 `gnus-format-specs-compiled'; add a new arg `format'.
67 (gnus-format-specs-compiled): Allow the plural compiled functions
70 * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
72 2000-03-14 Keiichi Suzuki <keiichi@nanap.org>
74 NOTE: It requires `product' in APEL 10.0 or later.
75 Will be created ``~/News/.T-gnus/'' directory automatically by
76 default. You can customize location by `gnus-product-directory'.
77 ``cache'' and ``strict-cache'' files will be created under the
80 * lisp/gnus.el (TopLevel): Require `gnus-vers'.
81 (gnus-product-name): Abolished.
82 (gnus-version-number): Ditto.
83 (gnus-version): Use `product-string'. (Format changed)
84 (gnus-variable-list): Delete `gnus-format-specs'.
85 (gnus-product-variable-file-list): New variable.
86 (TopLevel): Use `product-provide'.
88 * lisp/gnus-vers.el: New file.
90 * lisp/gnus-start.el (gnus-product-directory): New user option.
91 (gnus-clear-quick-file-variables): New function.
92 (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
93 (gnus-read-newsrc-file): Likewise.
94 (gnus-read-newsrc-el-file): Read product's variable files.
95 (gnus-product-read-variable-file-1): New function.
96 (gnus-save-newsrc-file): Save product's variable files.
97 (gnus-product-variable-touch): New function.
98 (gnus-product-variables-dirty-p): Ditto.
99 (gnus-product-save-variable-file): Ditto.
100 (gnus-product-save-variable-file-1): Ditto.
101 (gnus-product-quick-file-format): Ditto.
103 * lisp/gnus-spec.el (gnus-update-format): Use
104 `gnus-product-variable-touch'.
105 (gnus-update-format-specification-1): Likewise.
106 (gnus-update-format-specifications): Do not check `emacs-version'
107 and `gnus-newsrc-file-version'. Use
108 `gnus-product-variable-touch'.
110 * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
113 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
115 * lisp/gnus.el (gnus-revision-number): Increment to 14.
116 (gnus-compile-user-specs): New user option.
118 * texi/gnus.texi: Update.
119 * texi/gnus-ja.texi: Update.
121 * lisp/gnus-start.el (gnus-setup-news): Revert.
122 (gnus-setup-news-hook): Revert.
124 * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
125 as well; don't bind `gnus-tmp-func'.
126 (gnus-update-format-specifications): Revert; use
127 `gnus-update-format-specification-1'.
128 (gnus-update-format-specification-1): New function.
129 (gnus-format-specs-compiled): Modify the form.
130 (TopLevel): Require `alist'.
132 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
134 * lisp/gnus.el (gnus-revision-number): Increment to 13.
136 * texi/gnus.texi: Update.
137 * texi/gnus-ja.texi: Update.
139 * lisp/gnus-start.el (gnus-setup-news): Update all format specs
140 just before `gnus-setup-news-hook' is evaluated.
141 (gnus-setup-news-hook): Default to `gnus-compile'.
143 * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
144 `gnus-format-specs', generate compiled specs in
145 `gnus-format-specs-compiled' instead; don't touch the dribble
147 (gnus-update-format-specifications): Bind `gnus-format-specs' to
148 `gnus-format-specs-compiled' if the latter is non-nil; use
149 `gnus-update-format-specifications-1'.
150 (gnus-update-format-specifications-1): Rename from
151 `gnus-update-format-specifications'; update the value of
152 `gnus-newsrc-file-version' if the updating is forced.
153 (gnus-format-specs-compiled): New internal variable.
155 2000-03-05 Keiichi Suzuki <keiichi@nanap.org>
157 * lisp/gnus-spec.el (gnus-update-format-specifications): Force
158 update format specifications, when differ `gnus-version' and
159 `gnus-newsrc-file-version' instead of `gnus-version' and
160 `gnus-version' in `gnus-format-specs'.
161 Do not add `gnus-version' into `gnus-format-specs'.
163 2000-03-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
165 * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
166 from gnus-format-specs.
168 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
170 * nnvirtual.el (nnvirtual-request-article):
171 Bind gnus-override-method to nil.
172 (nnvirtual-request-update-mark): Don't update mark when
173 article is not there.
175 2000-03-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
177 * lisp/gnus.el (gnus-revision-number): Increment to 12.
179 * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
180 and `pgg-verify-region'.
181 (gnus-summary-decrypt-article): New command.
182 (gnus-summary-verify-article): New command.
183 (gnus-summary-article-map): Bind them.
184 (gnus-wheel-summary-scroll): Fix paren style.
186 2000-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
188 * lisp/gnus.el (gnus-revision-number): Increment to 11.
190 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
192 * lisp/nnheader.el (nnheader-insert-nov): Use
193 `mime-entity-fetch-field' instead of `mime-fetch-field'.
195 * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
196 `mime-entity-read-field' instead of `mime-read-field'.
197 (gnus-article-sort-by-author): Likewise.
199 2000-03-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
201 * lisp/nnimap.el (nnimap-request-article-part): Don't use
202 `imap-capability' to detect BODYDETAIL response.
204 2000-03-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
206 * lisp/gnus.el (gnus-revision-number): Increment to 10.
209 (nnimap-request-article-part): Handle `BODY' fetch response when
210 the server implements IMAP4 rev1 capabilities.
211 (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
212 this attribute was obsoleted in RFC2060.
213 (nnimap-request-body): Ditto.
215 2000-02-29 Katsumi Yamaoka <yamaoka@jpl.org>
217 * lisp/gnus.el (gnus-revision-number): Increment to 09.
219 * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
220 from gnus-xmas.el; share them with XEmacs-MULE.
222 * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
225 2000-02-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
227 * lisp/gnus.el (gnus-revision-number): Increment to 08.
229 * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
230 `gnus-bbdb/split-mail'.
231 * README-gnus-bbdb.ja: Ditto.
233 2000-02-08 Yoshiki Hayashi <yoshiki@xemacs.org>
235 * gnus-art.el (article-display-face): Show folded X-Face.
237 2000-02-08 Keiichi Suzuki <keiichi@nanap.org>
239 * lisp/gnus.el (gnus-revision-number): Increment to 07.
241 * lisp/nnmail.el (nnmail-get-new-mail): Do not check
244 2000-02-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
246 * lisp/gnus.el (gnus-revision-number): Increment to 06.
248 * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
249 (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
250 `digest-md5' to IMAP authenticators.
252 * lisp/gnus-offline.el (gnus-group-get-new-news,
253 gnus-agent-toggle-plugged,gnus-agent-expire,
254 gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
257 * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
259 * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
260 confusing tabs from original header.
262 2000-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
264 * lisp/gnus.el (gnus-revision-number): Increment to 05.
266 * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
267 module `gnus-bitmap' instead of `smiley-mule'.
269 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
270 without redisplaying if the point is out of view.
272 2000-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
274 * lisp/gnus.el (gnus-revision-number): Increment to 04.
276 2000-01-24 SANETO Takanori <sanewo@ba2.so-net.ne.jp>
278 * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
280 * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
281 * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
284 * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
286 * lisp/gnus.el (gnus-version): Ditto.
287 * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
288 * lisp/gnus-offline.el (gnus-offline-set-interval-time,
289 gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
290 gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
291 gnus-offline-hangup-line, gnus-offline-get-new-news-function,
292 gnus-offline-connect-server): Ditto.
293 * lisp/dgnushack.el (dgnushack-make-package): Ditto.
295 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
297 * lisp/gnus.el (gnus-revision-number): Increment to 03.
299 * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
300 buffer if it is called non-interactively.
302 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
304 * lisp/gnus.el (gnus-revision-number): Increment to 02.
306 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
307 if the point is out of view.
309 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
311 * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
312 `pos-visible-in-window-p' returns nil.
314 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
316 * lisp/gnus-offline.el (gnus-agent-mode): New advice.
318 2000-01-12 Hirokazu FUKUI <hfukui@sannet.ne.jp>
320 * lisp/base64.el: Unbound base64-*-string and base64-*-region
321 when defined by autoload.
323 2000-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
325 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
326 the original code; hide group contents while rescanning.
328 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
330 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
331 lines in the imitation buffer; turn off h-scrollbar for XEmacs.
333 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
335 * lisp/gnus.el (gnus-revision-number): Increment to 01.
337 * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
338 nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
339 gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
340 gnus-agent.el}: Require `gnus-clfns' when compiling.
342 * lisp/rfc2231.el: Require `cl' when compiling.
344 * lisp/gnus-clfns.el: New file.
346 * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
349 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
350 rescan the current newsgroup before exiting; wear an imitation
351 summary buffer while rescanning.
353 2000-01-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
355 * lisp/dgnushack.el (char-before): Use the byte-optimaization.
357 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
359 * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
360 (gnus-revision-number): Clear to 00.
362 * README.T-gnus: Update.
364 * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
365 score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
366 nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
367 nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
368 nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
369 nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
370 nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
371 mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
372 mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
373 gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
374 gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
375 gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
376 gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
377 gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
378 gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
379 gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
380 gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
381 gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
384 * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
385 emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
387 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
389 * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
392 * lisp/gnus-sum.el (gnus-articles-to-read): Bind
393 `cursor-in-echo-area' to nil while `read-from-minibuffer'.
395 1999-12-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
397 * lisp/gnus-offline.el (TopLevel): Call
398 `define-process-argument-editiong' only under Meadow -- i.e. don't
399 call this function under NTEmacs.
401 1999-12-28 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
403 * lisp/gnus.el (gnus-revision-number): Increment to 15.
405 * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
406 `gnus-offline-agent-automatic-expire'.
407 (gnus-agent-expire): Fix the advice.
408 (gnus-offline-after-jobs-done): Refer to
409 `gnus-offline-auto-expire'.
411 * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
413 (gnus-offline-resource-ja): Ditto.
415 * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
416 bind `coding-system-for-read' to raw-text-dos, else bind it to
419 1999-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
421 * lisp/gnus.el (gnus-revision-number): Increment to 14.
423 * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
425 1999-12-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
427 * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
428 (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
429 value depends on the version of ssl.el.
430 (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
431 `coding-system-for-read' to raw-text-dos, else bind it to binary.
433 1999-12-23 Keiichi Suzuki <keiichi@nanap.org>
435 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
438 1999-12-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
440 * lisp/imap.el (imap-streams,imap-stream-alist,
441 imap-authenticators,imap-authenticator-alist,
442 imap-digest-md5-p): Sync with latest Gnus.
443 (imap-starttls-p): Rename from `imap-tls-p'.
444 (imap-starttls-open): Rename from `imap-tls-open'.
446 1999-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
448 * lisp/gnus.el (gnus-revision-number): Increment to 13.
450 * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
451 as its parent directory.
453 * lisp/imap.el (base64-encode-string, base64-decode-string):
454 Autoload "base64" instead of the tricky definitions.
456 * lisp/base64.el: Restore the original code and invalidate it; use
457 mel for the base64 codec.
459 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
461 * lisp/imap.el (mel-find-function): Always require `mel' instead of
462 the use of autoloading. Because the function `mel-find-function'
463 is defined by `defsubst'.
465 1999-12-18 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
467 * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
468 `gnus-offline-connected', not `gnus-plugged'.
470 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
471 `unless'. Use `when'.
473 * lisp/imap.el (base64-encode-string): Fix. May work.
475 1999-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
477 * lisp/message.el (message-goto-mail-copies-to): If the field is
478 newly created, a string "never" is inserted in default.
479 (message-goto-mail-followup-to): If the field is newly created and
480 To field contains only one address, the address is inserted in
482 (message-mode-map): New key stroke `C-c C-f c' for the command
483 `message-goto-mail-copies-to'.
485 1999-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
487 * lisp/gnus.el (gnus-revision-number): Increment to 12.
489 * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
491 * lisp/lpath.el (toolbar-gnus, get-charset-property,
492 font-lock-set-defaults, find-coding-system, coding-system-get):
493 Bind them for FSF Emacsen.
494 (read-color, x-defined-colors, compute-motion): Don't bind.
496 * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
497 `base64-encode-string' and `base64-decode-string' instead of
498 `imap-base64-encode-string' or `imap-base64-decode-string'.
499 (base64-encode-string): New function. It won't be defined if it
500 is already bound and the optional second arg is allowed.
501 (base64-decode-string): New function defined by `defun-maybe'.
502 (imap-base64-encode-string, imap-base64-decode-string): Remove.
503 (mel-find-function): Autoload "mel".
505 * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
506 get-popup-menu-response, toolbar-gnus, get-charset-property,
507 find-coding-system, coding-system-get, font-lock-set-defaults):
509 (union, member-if, mapcon, mapc, last): Don't define as compiler
510 macros under XEmacs. It is based on Hrvoje's advice.
511 (member-if): New compiler macro for emulating cl function.
513 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
515 * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
516 of `static-condition-case'.
518 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
520 * lisp/gnus.el (gnus-revision-number): Increment to 11.
522 * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
525 1999-12-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
527 * lisp/imap.el: Require `digest-md5' when compiling; add autoload
528 settings for `digest-md5-parse-digest-challenge' and
529 `digest-md5-digest-response'.
530 (imap-authenticators): Add `digest-md5'.
531 (imap-authenticator-alist): Setup for `digest-md5'.
532 (imap-digest-md5-p): New function.
533 (imap-digest-md5-auth): New function.
535 1999-12-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
537 * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
538 buffer name must be specific to its mail source.
540 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
542 * lisp/gnus.el (gnus-revision-number): Increment to 10.
544 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
545 call too many `static-if's.
547 * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
548 `make-symbolic-link' is not availabe.
550 * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
552 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
554 * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
555 the original `gnus-agent-toggle-plugged'.
557 * lisp/mail-source.el (mail-source-fetch-imap): Don't create
558 multiple temporary buffers, and don't kill one.
560 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
562 * lisp/gnus.el (gnus-revision-number): Increment to 09.
564 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
565 optional argument `force'. Use `read-file-name' instead of
566 `read-directory-name'.
568 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
570 * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
572 * lisp/gnus-agent.el (gnus): Give up to advise here.
573 (gnus-group-get-new-news): New advice instead.
575 * lisp/gnus-offline.el (gnus-offline-setup): Call
576 `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
578 (gnus-offline-define-menu-and-key): Simplify.
579 (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
582 * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
583 `gnus-offline-setting-file'.
584 (gnus-nntp-service): Set this variable here, not in
585 `gnus-offline-setting-file'
586 (gnus-nntp-server): Ditto.
587 (gnus-after-getting-new-news-hook): Ditto.
588 (message-send-hook): Ditto.
589 (mail-source-read-passwd): Ditto.
590 (gnus-setup-news-hook): Ditto.
591 (gnus-setup-for-offline): Now one can get mails from `imap',
592 `file', `directory' or `maildir'.
594 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
595 Ignore non-POP mail sources.
597 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
599 * lisp/gnus.el (gnus-revision-number): Increment to 07.
601 * lisp/gnus-util.el (gnus-union): Remove.
602 (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
604 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
605 instead of `gnus-union'.
607 1999-12-10 A.Hitachi <a_hitachi@msi.biglobe.ne.jp>
608 Katsumi Yamaoka <yamaoka@jpl.org>
610 * lisp/dgnushack.el (union): New compiler macro for emulating cl
613 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
615 * lisp/gnus-util.el: Require `gnus-ems'.
616 (gnus-ems-redefine): Call it to redefine the functions
617 `gnus-truncate-string', etc.
618 (gnus-union): Fix doc string.
620 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
622 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
624 * lisp/gnus.el (gnus-revision-number): Increment to 06.
626 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
628 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
629 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
631 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
633 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
635 (mapc): Bug fix - treat the last arg as a list.
637 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
639 * lisp/gnus.el (gnus-revision-number): Increment to 05.
641 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
642 modeline "Plugged" status display with the value of
645 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
647 (gnus-offline-set-online-sendmail-function): defsubst.
648 (gnus-offline-set-offline-sendmail-function): Ditto.
649 (gnus-offline-set-offline-post-news-function): Ditto.
650 (gnus-offline-set-online-post-news-function): Ditto.
651 (gnus-offline-disable-fetch-mail): Ditto.
652 (gnus-offline-enable-fetch-mail): Ditto.
653 (gnus-offline-setup): Fix typo.
654 (gnus-offline-gnus-get-new-news): Abolish.
655 (gnus-offline-toggle-plugged): Ditto.
656 (gnus-offline-agent-expire): Ditto.
657 (gnus-group-get-new-news): New advice which does things
658 `gnus-offline-gnus-get-new-news' was doing.
659 (gnus-agent-toggle-plugged): New advice which does thing
660 `gnus-offline-toggle-plugged' was doing.
661 (gnus-agent-expire): New advice which does things
662 `gnus-offline-agent-expire' was doing.
663 (gnus-offline-define-menu-and-key): No longer substitute key
664 definitions on `gnus-group-mode-map'. No longer swap commands for
666 (gnus-offline-after-get-new-news): Do jobs only when
669 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
672 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
674 * lisp/message.el (message-yank-add-new-references): Fix doc string.
676 * texi/{message-ja.texi, message.texi}
677 (message-list-references-add-position,
678 message-yank-add-new-references): Add documentations.
680 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
682 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
683 `gnus-offline-get-message'.
685 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
686 `gnus-ofsetup-get-message'.
688 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
690 * lisp/gnus.el (gnus-revision-number): Increment to 04.
691 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
693 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
694 `get-text-property' in the outside of the boundary.
695 (gnus-article-smiley-display): New function.
696 (gnus-treatment-function-alist): Use it.
698 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
699 the bug fixed version rigidly instead of the use of `defadvice'.
701 * lisp/message.el (font-lock-after-change-function): Don't use
702 `compile' for the arg of `defadvice'.
704 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
706 * lisp/message.el (message-yank-add-new-references): New option
707 value `message-id-only'.
708 (message-yank-original): Likewise.
709 (message-list-references-add-position): New user option.
710 (message-list-references): When
711 `message-list-references-add-position' is integer value, the order
712 of designate number message-ids is kept.
714 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
716 * lisp/gnus.el (gnus-revision-number): Increment to 03.
718 * lisp/gnus-offline.el (gnus): Don't advise here.
719 (TopLevel): Call `gnus-offline-define-menu-and-key'.
720 (gnus-offline-setup): Don't call
721 `gnus-offline-define-menu-and-key' here.
723 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
724 rely on `gnus-load-hook'.
725 (gnus): New advice. Call `gnus-offline-setup' when everything is
728 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
729 at the compile time. Use `gnus-alive-p'.
731 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
733 * lisp/gnus.el (gnus-revision-number): Increment to 02.
735 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
736 don't use `byte-defop-compiler'.
737 (byte-optimize-form-code-walker): Advise it for fixing the bug in
738 and/or forms. The original idea is devised by FUKUI-san, modified
740 (max-specpdl-size): Set 3000.
742 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
744 * lisp/gnus.el (gnus-revision-number): Increment to 01.
746 * lisp/gnus-offline.el (gnus): New advice. synchronize
747 `gnus-offline-connected' with `gnus-plugged'.
749 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
751 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
752 (gnus-revision-number): Clear to 00.
754 * README.branch.ja: Update for t-gnus-6_14 branch.
755 * README.branch: Ditto.
756 * README.T-gnus: Ditto.
757 * README.semi.ja: Ditto.
758 * README.semi: Ditto.
760 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
761 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
762 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
763 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
764 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
766 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
767 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
770 * t-gnus-6_14: NEW PUBLIC BRANCH.
772 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
773 Katsumi Yamaoka <yamaoka@jpl.org>
775 * lisp/gnus.el (gnus-revision-number): Increment to 01.
777 * lisp/dgnushack.el (char-before): Use compiler macro instead of
779 (char-after): Comment out the byte-optimization.
781 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
782 New functions. They are identical to the built-in codec if
783 possible, otherwise the functions defined in mel are used.
784 (imap-cram-md5-auth): Use them.
786 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
788 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
789 and `base64-encode-string'.
791 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
793 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
794 (gnus-revision-number): Clear to 00.
796 * README.T-gnus: Update.
798 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
800 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
801 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
802 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
803 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
804 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
805 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
806 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
807 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
808 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
809 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
811 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
814 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
815 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
818 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
820 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
821 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
822 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
823 (gnus-after-getting-new-news-hook): Ditto.
825 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
827 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
829 * lisp/gnus.el (gnus-revision-number): Increment to 10.
831 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
832 char with old Emacsen as well.
834 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
836 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
837 appears in the backquoted form.
838 (gnus-category-edit-score): Ditto.
840 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
841 appears in the backquoted form.
843 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
845 * lisp/gnus.el (gnus-revision-number): Increment to 09.
847 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
849 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
850 defined. If not, call `easy-menu-create-keymaps'.
852 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
854 * lisp/gnus.el (gnus-revision-number): Increment to 08.
856 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
857 "static" at the compile time.
858 (gnus-offline-hangup-function): Abolish.
859 (gnus-offline-auto-ppp): New variable.
860 (gnus-offline-gnus-get-new-news): Refer to it.
861 (gnus-offline-set-unplugged-state): Ditto.
862 (gnus-offline-set-auto-ppp): New function. It replaces the
863 function `gnus-offline-toggle-auto-hangup'.
864 (gnus-offline-toggle-auto-hangup): Abolish.
865 (gnus-offline-define-menu-and-key): Use `static-if' and
867 (gnus-offline-popup-menu): Do not define this function under XEmacs.
868 (gnus-offline-popup): New function.
870 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
871 (gnus-ofsetup-resource-en): Fix doc strings.
872 (gnus-ofsetup-resource-ja): Ditto.
874 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
876 * lisp/gnus.el (gnus-revision-number): Increment to 07.
878 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
879 Pterodactyl Gnus v0.98.
881 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
883 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
885 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
887 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
888 `car' and `cdr' instead of `cadr'.
890 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
891 instead of `push'; use `if' instead of `when'.
893 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
895 (gnus-useful-groups): Use `or' instead of `unless'.
897 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
900 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
902 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
903 `when' in the body of `defadvice'. Use `if' instead.
905 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
908 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
910 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
911 the macro `when' in the arg of `defcustom'. Use `if' instead.
913 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
915 * lisp/gnus.el (gnus-revision-number): Increment to 06.
917 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
918 `next-single-property-change' LIMIT as `point-max'.
919 (gnus-article-prepare-mime-display): Ditto.
920 (article-hide-signature): Ditto.
922 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
924 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
925 are removed to fill gnus-version within 80 columns.
927 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
929 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
931 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
933 * lisp/gnus.el (gnus-revision-number): Increment to 05.
935 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
938 * lisp/gnus-util.el (gnus-union): New function.
940 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
941 `copy-sequence' instead of `copy-list'.
942 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
944 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
946 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
948 * lisp/gnus.el (gnus-revision-number): Increment to 04.
950 * lisp/dgnushack.el (union, copy-list): New compiler macros for
951 emulating cl functions.
953 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
955 * lisp/gnus.el (gnus-revision-number): Increment to 03.
956 (gnus-select-method): Use `condition-case' instead of
959 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
960 instead of `ignore-errors'.
962 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
964 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
965 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
966 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
967 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
968 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
969 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
970 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
971 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
972 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
973 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
975 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
977 * lisp/gnus.el (gnus-revision-number): Increment to 02.
979 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
980 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
981 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
982 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
983 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
984 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
985 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
986 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
987 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
988 Require `cl' at the top level.
990 * lisp/gnus.el (gnus-select-method): Undo last change.
991 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
992 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
994 * lisp/gnus-ems.el (gnus-split-string): Remove.
996 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
998 * lisp/pop3.el: Add description about STLS extension; add autoload
999 setting for `starttls-open-stream' and `starttls-negotiate'.
1000 (pop3-stls): New function.
1001 (pop3-open-tls-stream): New function.
1002 (pop3-open-server): Use `pop3-open-tls-stream' if
1003 'pop3-connection-type' is bound to `tls'.
1005 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1007 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
1008 and `starttls-negotiate'.
1009 (imap-stream-alist): Add TLS entry.
1010 (imap-tls-p): New function.
1011 (imap-tls-open): New function.
1012 (imap-ssl-open): Enclose `open-ssl-stream' with
1013 `as-binary-process'.
1015 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
1017 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1018 (gnus-select-method): Use `condition-case' instead of
1021 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
1024 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
1025 `coding' and `noerror' for the stopgaps.
1027 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
1028 `coding' and `noerror'.
1029 (function-max-args): Maybe-fbind for FSF Emacsen.
1031 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
1032 as `binary' if possible.
1033 (imap-log): Default to nil (synched with pgnus 0.99).
1034 (base64-decode-string): Autoload "mel" instead of "base64".
1035 (md5): Autoload "md5" without `eval-and-compile'.
1037 * lisp/gnus-util.el (copy-list): New function defined by
1040 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
1041 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
1043 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
1044 instead of `ignore-errors'.
1046 * lisp/gnus-picon.el: Require `cl'.
1048 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
1049 gnus-offline.el} (cl): Enclose the requiring procedure with
1050 `eval-when-compile'.
1052 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
1053 procedure with `eval-when-compile' instead of `eval-and-compile'.
1055 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1057 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1058 Use mail-sources instead of nnmail-spool-file.
1059 From: Toshiaki -PCX- Tanaka.
1061 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
1063 * lisp/gnus.el (gnus-group-startup-message): Insert space before
1065 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
1067 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
1069 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
1070 (gnus-revision-number): Clear to 00.
1072 * README.T-gnus: Update.
1074 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
1075 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
1076 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
1077 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
1078 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
1079 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1081 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
1083 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
1086 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
1088 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
1090 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
1091 `message-save-drafts' instead of `set-buffer-modified-p' and
1093 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
1094 because the reply data is lost in Drafts.
1095 * lisp/gnus-art.el (gnus-signature-face): Don't check
1098 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1100 * lisp/pop3.el (pop3-progress-message): New function.
1101 (pop3-movemail): Use it.
1103 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
1105 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
1106 `gnus-following-method'.
1108 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
1109 wide reply as a mail if the message is not a news; use the macro
1110 `gnus-setup-message'.
1112 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
1114 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1116 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1117 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
1118 function `gnus-smiley-display'.
1120 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
1121 `window-system' is nil.
1122 (gnus-article-x-face-command): Default to external command if
1123 `window-system' is nil.
1125 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
1127 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1128 (TopLevel): Rearrange autoload settings.
1130 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
1133 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
1134 "Toggle smileys" in "Washing" menu.
1135 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
1137 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
1138 (smiley-toggle-buffer): New function.
1139 (smiley-buffer): Don't quote the function.
1140 (smiley-toggle-extents): Ditto.
1142 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1144 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1145 (TopLevel): Add and delete autoloads for functions defined in
1146 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
1148 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
1151 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
1152 `gnus-custom-mode' defined in "gnus-cus".
1154 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1156 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1158 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
1159 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
1162 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1164 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1165 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
1166 functions `x-face-mule-gnus-article-display-x-face' and
1169 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
1171 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
1172 `gnus-mule-group-startup-message'.
1173 (gnus-mule-group-startup-message): Remove.
1174 (gnus-mule-bitmap-image-file): Remove.
1176 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
1177 ordinary text if the feature `smiley-mule' is provided and FSF
1179 (TopLevel): Require `static' at the compile time.
1181 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
1182 `mime-display-text/plain-hook' to nil.
1183 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
1184 treat the next entity position as a marker.
1185 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
1186 `gnus-smiley-display' under FSF Emacsen.
1187 (gnus-treat-display-smileys): Default to t if the module
1188 `smiley-mule' is installed.
1189 (gnus-treat-display-xface): Default to `head' if the value of
1190 `gnus-article-x-face-command' is
1191 `x-face-mule-gnus-article-display-x-face'.
1192 (gnus-article-x-face-command): Default to
1193 `x-face-mule-gnus-article-display-x-face' if the module
1194 `x-face-mule' is installed.
1195 (TopLevel): Require `static' first; require `path-util'.
1197 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
1199 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1201 * lisp/message.el (message-mode): Make
1202 `message-font-lock-last-position' as buffer local.
1203 (message-font-lock-keywords-2): Use
1204 `message-font-lock-cited-text-matcher' instead of regexp.
1205 (message-font-lock-cited-text-matcher): New function.
1206 (font-lock-after-change-function): Advice to the keep last cursor
1207 position in `message-font-lock-last-position' before fontifying.
1208 (message-font-lock-last-position): New variable.
1209 (message-font-lock-citation-name-max-column): New variable.
1210 (message-font-lock-cited-text-regexp): New variable.
1211 (message-font-lock-fence-close-position): New variable.
1212 (message-font-lock-fence-open-position): New variable.
1213 (message-font-lock-fence-close-regexp): New variable.
1214 (message-font-lock-fence-open-regexp): New variables.
1216 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1218 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
1219 using `message-font-lock-keywords', `message-font-lock-keywords-1'
1220 and `message-font-lock-keywords-2'.
1221 (message-font-lock-keywords): Restruct.
1222 (message-font-lock-keywords-1): New variable split from
1223 `message-font-lock-keywords'.
1224 (message-font-lock-keywords-2): Ditto.
1226 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1228 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1230 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
1231 before highlighting or hiding it.
1232 (gnus-article-buttonize-signature): New function.
1233 (gnus-article-highlight-signature): Don't buttonize.
1234 (gnus-treatment-function-alist): Undo the last change.
1235 (gnus-treat-emphasize): Default to nil.
1237 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1239 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1240 (TopLevel): Autoload "gnus-art" for the function
1241 `gnus-article-show-all'.
1243 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
1244 hidden text if the command `gnus-summary-toggle-mime' is used.
1246 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
1248 (gnus-article-highlight-signature): Work for forwarded messages.
1249 (gnus-article-show-all): New function based on `article-show-all'.
1250 (gnus-article-show-all-headers): Based on
1251 `article-show-all-headers'.
1252 (article-show-all-headers): New function to show all *HEADERS*.
1253 (article-show-all): Show *ALL* literally.
1254 (article-hide-signature): Work for forwarded messages.
1255 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
1256 off after `gnus-treat-highlight-signature'.
1258 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
1260 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1262 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
1263 against forwarded messages without MIME structure.
1264 (gnus-treatment-function-alist): Move
1265 'gnus-treat-decode-article-as-default-mime-charset' to the top;
1266 put `gnus-treat-emphasize' off after
1267 `gnus-treat-highlight-headers'.
1269 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1271 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1273 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
1275 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
1276 argument is list or not before condition.
1278 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1280 * lisp/gnus-art.el (gnus-treat-predicate): Work for
1281 (typep "something").
1283 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1285 * lisp/gnus-art.el (gnus-article-prepare-display):
1286 Pass argument nil as a condition to gnus-treat-article.
1287 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
1288 Ditto. Also, treat last part of multipart article correctly.
1290 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1292 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1294 * lisp/message.el (message-generate-headers): Don't insert
1297 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
1298 negative number for the 2nd arg of `insert-char'.
1300 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1302 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
1303 gnus-ja instead of gnus if Japanese environment is on.
1305 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
1307 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1308 (semi-gnus-developers): Remove.
1309 (gnus-maintainer): Change mail address.
1310 (gnus-group-startup-message): Display version string.
1312 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
1314 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
1315 version string; fix glyph position.
1317 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
1319 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
1320 to previous version until problem of respooling from
1321 nnimap to nnml is solved.
1322 (gnus-summary-move-article): Ditto.
1324 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
1326 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1328 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
1329 value is t before checking for `condition'.
1330 (gnus-article-prepare-mime-display): Search for the entity children
1331 if the primary type is `multipart'.
1333 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1335 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1337 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
1338 instead of signaling an error if the destination group is not
1340 (gnus-summary-move-article): Do nothing if the destination group
1341 is not newly created.
1343 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
1346 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1348 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
1349 active entry for the group even if it doesn't exist.
1351 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1353 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
1355 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1357 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
1358 (gnus-revision-number): Clear to 00.
1360 * README.T-gnus: Update.
1362 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1363 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1365 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
1366 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
1367 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
1368 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
1369 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
1371 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
1373 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1375 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
1376 smooth scrolling under XEmacs.
1377 (gnus-article-next-page):Ditto.
1379 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
1380 descriptions about the problem of loaddefs.el and the patch for
1383 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
1385 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1387 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
1388 `:predicate' for old Emacsen; require `static'.
1390 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
1391 `:path' and `:predicate'.
1393 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1395 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
1396 modeline as modified.
1398 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1400 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1402 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
1403 `mime-view-entity' in the modified header under FSF Emacsen.
1405 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1407 * README-offline.en: Rewrite the usage description.
1408 * README-offline.ja: Ditto.
1410 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1412 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1414 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
1417 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1419 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
1420 * README-offline.ja: Ditto.
1422 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1424 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1426 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
1427 the current buffer as modified.
1429 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
1430 (gnus-offline-get-menu-items): New function.
1431 (gnus-offline-define-menu-on-miee): Use it.
1432 (gnus-offline-define-menu-on-agent): Ditto.
1434 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1436 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
1438 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
1439 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
1440 (pop3-quit): Clear `pop3-uidl-obarray'.
1442 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1444 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1446 * lisp/gnus-offline.el (gnus-offline-resource-en,
1447 gnus-offline-resource-ja,
1448 gnus-offline-resource-ja_complete): New variables.
1449 (gnus-offline-get-message): News function.
1450 (gnus-offline-error-check): Use it.
1451 (gnus-offline-connect-server): Ditto.
1452 (gnus-offline-get-new-news-function): Ditto.
1453 (gnus-offline-set-mail-group-level): Ditto.
1454 (gnus-offline-hangup-line): Ditto.
1455 (gnus-offline-after-jobs-done): Ditto.
1456 (gnus-offline-toggle-auto-hangup): Ditto.
1457 (gnus-offline-toggle-on/off-send-mail): Ditto.
1458 (gnus-offline-toggle-articles-to-fetch): Ditto.
1459 (gnus-offline-empting-spool): Ditto.
1460 (gnus-offline-set-interval-time): Ditto.
1462 * lisp/gnus-ofsetup.el (gnus-offline-lang,
1463 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
1465 (gnus-ofsetup-get-message): New function.
1466 (gnus-setup-for-offline): Use it.
1467 (gnus-ofsetup-find-parameters): Ditto.
1468 (gnus-ofsetup-prepapre-for-miee): Ditto.
1469 (gnus-ofsetup-completing-read-symbol): Ditto.
1470 (gnus-ofsetup-customize): Ditto.
1471 (gnus-ofsetup-customize-done): Ditto.
1473 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
1475 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
1476 `isearch-lazy-highlight'.
1478 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
1480 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1482 * lisp/lpath.el (babel-as-string): Bind it.
1484 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
1485 original X-Face field while searching. It is done for only FSF
1487 (gnus-summary-search-article-highlight-matched-text): Ditto.
1488 (gnus-summary-search-article-matched-data): Bind it explicitly.
1490 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1492 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
1493 (gnus-revision-number): Clear to 00.
1495 * README.T-gnus: Update.
1497 * README: Sync up with Pterodactyl Gnus v0.96.
1498 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
1499 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
1500 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
1501 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
1502 gnus-agent.el,ChangeLog}: Ditto.
1503 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
1505 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1507 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
1508 don't retrieve any incoming mails.; Don't filter articles here.
1509 Use `convert-standard-filename' to generate fresh UIDL file names.
1510 (pop3-get-message-numbers): Rewrite.
1511 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
1512 of `with-temp-buffer'.
1514 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1516 * README-offline.ja : Fix.
1518 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
1521 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
1522 requirements; Enclose the autoload for `gnus-custom-mode' with
1525 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
1527 * lisp/gnus.el (gnus-revision-number): Increment to 15.
1529 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
1530 for them before lpath.el is loaded. Because lpath.el requires
1531 `poe' via `path-util'. [cf. <tm-ja:5051>]
1533 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
1534 X-Face image if the regexp "^X-Face:" is specified.
1535 (gnus-summary-search-article-highlight-matched-text): Use
1536 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
1537 X-Face image if it is requested.
1538 (gnus-summary-search-article-highlight-goto-x-face): New macro.
1540 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
1542 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1544 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
1545 recenter the article when touchdown; popup the article buffer if
1547 (gnus-summary-search-article-highlight-matched-text): Treat the
1548 article before highlighting; use old style backquote syntax.
1549 (gnus-summary-search-article-position-point): Fix the beginning
1550 position; use old style backquote syntax.
1551 (gnus-summary-select-article): Undo the last change.
1552 (gnus-summary-display-article): Bind
1553 `gnus-summary-search-article-matched-data' in the article buffer
1554 locally. It is moved from `gnus-summary-select-article'.
1556 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1558 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
1559 (clean): Remove formatted info files.
1560 (distclean): Just remove Makefile.
1562 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1564 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1566 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
1567 (gnus-agent-fetch-headers): Limit downloadable articles if the
1568 number of unread articles exceeds `gnus-agent-large-newsgroup'.
1569 (gnus-agent-expire): Do not expire saved or replied articles when
1570 `gnus-agent-expire-all' is nil.
1572 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
1574 (gnus-offline-agent-expire): Check it; Bind
1575 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
1576 (gnus-offline-after-jobs-done): Don't check
1577 `gnus-agent-expire-all'.
1579 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
1580 `user-login-name' and `user-real-login-name' returns the same
1582 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
1583 (gnus-ofsetup-update-setting-file): Ditto.
1584 (gnus-ofsetup-prepare): New macro.
1585 (gnus-setup-for-offline): Use it.
1586 (gnus-ofsetup-customize-done): Ditto.
1588 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
1590 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1592 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
1593 (gnus-summary-search-article-highlight-matched-text): Rearrange.
1594 (gnus-summary-search-article-position-point): New macro.
1595 (gnus-summary-search-article-matched-data): Rename from
1596 `gnus-summary-search-article-matched-text'.
1597 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
1598 use `gnus-article-show-all-headers' for exposing the visited
1600 (gnus-summary-select-article): Bind
1601 `gnus-summary-search-article-matched-data' in the article buffer
1604 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
1605 if the value of `gnus-inhibit-treatment' is non-nil.
1606 (article-toggle-headers): Don't redisplay X-Face if the value of
1607 `gnus-inhibit-treatment' is non-nil.
1608 (gnus-article-treat-custom): Add new treatment variable `mime'.
1610 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1612 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1615 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1616 `gnus-newsgroup-incorporated' explicitly.
1618 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1620 * README.semi: Update for the recent a-ftp sites and directories.
1621 * README.semi.ja: Ditto.
1622 * texi/gnus-faq.texi: Ditto.
1623 * texi/gnus-faq-ja.texi: Ditto.
1625 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1627 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1628 (gnus-summary-incorporated-face): New face spec.
1630 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1631 entry about the format specifier `w'.
1632 (gnus-group-line-format): Fix documentation.
1634 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1635 newly incorporated mails with `gnus-summary-incorporated-face'.
1636 (gnus-newsgroup-incorporated): New variable.
1637 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1638 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1640 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1642 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1643 `K' if the group has already been subscribed.
1645 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1647 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1648 `isearch-lazy-highlight' t in the buffer locally; goto the
1649 beginning of the buffer before searching.
1651 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1654 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1656 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1658 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1659 matched text after the searching is done; call
1660 `gnus-summary-select-article' with the args nil and t; bind
1661 `gnus-treat-*' to nil.
1662 (gnus-summary-search-article-highlight-matched-text): New macro
1663 for highlighting matched text. It is bound at the compile time
1665 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1666 with the args nil and t; bind `gnus-treat-*' to nil.
1668 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1669 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1670 `with-temp-file'; use `insert-file-contents-as-binary' instead of
1671 `insert-file-contents'.
1673 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1675 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1677 * lisp/gnus-offline.el: Fix comments.
1678 (TopLevel): Delete the code for emulating custom. Do not inhibit
1679 byte-compile-warnings, but hide useless ones.
1680 (gnus-offline-dialup-program-arguments): defvar instead of
1682 (gnus-offline-hangup-program-arguments): Ditto.
1683 (gnus-offline-interval-time): Ditto.
1684 (gnus-offline-dialup-program, gnus-offline-hangup-program,
1685 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1686 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1688 Set `mail-sources' instead of `nnmail-spool-file'.
1689 (gnus-offline-enable-fetch-mail): Ditto.
1690 (gnus-offline-toggle-movemail-program): Abolish.
1691 (gnus-offline-define-menu-and-key): Modify according to it.
1692 (gnus-offline-define-menu-on-miee): Ditto.
1693 (gnus-offline-define-menu-on-agent): Ditto.
1694 (gnus-offline-message-add-header): Bind temporary variables.
1695 (gnus-offline-add-custom-header): Ditto.
1696 (gnus-offline-restore-mail-group-level): Ditto.
1698 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1699 gnus-offline at the compile time. Do not inhibit
1700 byte-compile-warnings.
1701 (gnus-setup-for-offline): Really bind all temporary variables.
1702 (gnus-ofsetup-write-settting-file): Check if interval is a
1704 Use `mail-sources' instead of `nnmail-spool-file'.
1705 (gnus-ofsetup-update-setting-file): Redefine as a macro.
1706 (gnus-ofsetup-prepare-for-miee): Ditto.
1708 * README-offline.en : Update.
1709 * README-offline.ja : Ditto.
1711 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1713 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1714 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1716 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
1718 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1720 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
1722 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1723 group name with `\N'.
1725 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1727 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1729 * lisp/pop3.el (pop3-except-header-regexp): New variable.
1730 (pop3-movemail): Don't retrieve messages whose headers are
1731 matching `pop3-except-header-regexp'.
1732 (pop3-top): New function.
1733 (pop3-retr): Don't use `save-restriction'.
1735 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1737 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1739 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
1741 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1743 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1744 `gnus-article-next-page' when the last page is not displayed.
1745 (mime-preview-over-to-previous-method-alist): Use
1746 `gnus-article-prev-page' when the first page is not displayed.
1747 (gnus-next-page-map): Use `make-sparse-keymap' instead of
1748 `make-keymap'; don't use `suppress-keymap'.
1749 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1750 Succeed to the value of the text property `mime-view-situation' in
1751 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1752 current local map as a parent under FSF Emacsen.
1754 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1756 * lisp/pop3.el (pop3-retr): Undo last change.
1758 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1760 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1762 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1763 `accept-process-output'; Move point to the end of the normal
1765 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1766 (pop3-get-list): Abolish.
1767 (pop3-retr): Don't use `save-restriction'.
1768 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1769 (pop3-list): Likewise.
1771 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1773 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1775 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1776 `event-basic-type' instead of `event-button' under FSF Emacsen.
1778 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1780 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1782 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1784 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1785 `gnus-summary-mode-hook'.
1786 (gnus-use-wheel): New variable.
1787 (gnus-wheel-scroll-amount): New variable.
1788 (gnus-wheel-edge-resistance): New variable.
1789 (gnus-wheel-summary-scroll): New function.
1790 (gnus-wheel-install): New function.
1792 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1794 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1796 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1797 `defun' instead of `defsubst'.
1798 (make-full-mail-header): Ditto.
1800 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1801 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1803 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1805 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1807 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1810 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1811 function from Nana-gnus.
1812 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1813 (gnus-ofsetup-update-setting-file): Rename from
1814 `gnus-ofsetup-write-setting-file'.
1815 (gnus-ofsetup-find-parameters): Rename from
1816 `gnus-ofsetup-parameters'.
1817 (gnus-ofsetup-customize-done): Rewrite.
1819 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1821 * pop3.el: Sync up with pop3.el version 2.04.
1822 (pop3-leave-mail-on-server): New variable.
1823 (pop3-maximum-message-size): New variable.
1824 (pop3-uidl-file-name): New variable.
1825 (pop3-uidl-support): New variable.
1826 (pop3-uidl-obarray): New variable.
1827 (pop3-movemail): Check message size on every retrieval.
1828 (pop3-open-ssl-stream-1): Use new style macro.
1829 (pop3-get-message-numbers): New function.
1830 (pop3-get-list): New function.
1831 (pop3-get-uidl): New function.
1832 (pop3-get-unread-message-numbers): New function.
1833 (pop3-save-uidls): New function.
1834 (pop3-retr): Use `pop3-get-extended-response'.
1835 (pop3-list): New implementation.
1836 (pop3-uidl): New function.
1837 (pop3-get-extended-response): New function.
1839 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1841 * lisp/gnus.el: T-gnus 6.13.0 is released.
1843 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1845 * ChangeLog.2: New file, rename from ChangeLog.
1847 * lisp/dgnushack.el (TopLevel): Rearrange.
1849 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1850 * README.branch: Ditto.
1852 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1854 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1855 * texi/message-ja.texi: Ditto.
1856 * texi/message.texi: Ditto.
1857 * texi/gnus-ja.texi: Ditto.
1858 * texi/gnus.texi: Ditto.
1859 * README-offline.ja: Ditto.
1860 * README-offline.en: Ditto.
1861 * README.semi.ja: Ditto.
1862 * README.semi: Ditto.
1863 * README.T-gnus: Ditto.
1865 * t-gnus-6_13: NEW PUBLIC BRANCH.
1867 See ChangeLog.2 for earlier changes.