1 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/gnus.el (gnus-revision-number): Increment to 02.
5 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
6 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
7 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
8 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
9 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
10 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
11 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
12 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
13 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
14 Require `cl' at the top level.
16 * lisp/gnus.el (gnus-select-method): Undo last change.
17 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
18 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
20 * lisp/gnus-ems.el (gnus-split-string): Remove.
22 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
24 * lisp/pop3.el: Add description about STLS extension; add autoload
25 setting for `starttls-open-stream' and `starttls-negotiate'.
26 (pop3-stls): New function.
27 (pop3-open-tls-stream): New function.
28 (pop3-open-server): Use `pop3-open-tls-stream' if
29 'pop3-connection-type' is bound to `tls'.
31 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
33 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
34 and `starttls-negotiate'.
35 (imap-stream-alist): Add TLS entry.
36 (imap-tls-p): New function.
37 (imap-tls-open): New function.
38 (imap-ssl-open): Enclose `open-ssl-stream' with
41 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
43 * lisp/gnus.el (gnus-revision-number): Increment to 01.
44 (gnus-select-method): Use `condition-case' instead of
47 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
50 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
51 `coding' and `noerror' for the stopgaps.
53 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
54 `coding' and `noerror'.
55 (function-max-args): Maybe-fbind for FSF Emacsen.
57 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
58 as `binary' if possible.
59 (imap-log): Default to nil (synched with pgnus 0.99).
60 (base64-decode-string): Autoload "mel" instead of "base64".
61 (md5): Autoload "md5" without `eval-and-compile'.
63 * lisp/gnus-util.el (copy-list): New function defined by
66 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
67 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
69 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
70 instead of `ignore-errors'.
72 * lisp/gnus-picon.el: Require `cl'.
74 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
75 gnus-offline.el} (cl): Enclose the requiring procedure with
78 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
79 procedure with `eval-when-compile' instead of `eval-and-compile'.
81 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
83 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
84 Use mail-sources instead of nnmail-spool-file.
85 From: Toshiaki -PCX- Tanaka.
87 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
89 * lisp/gnus.el (gnus-group-startup-message): Insert space before
91 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
93 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
95 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
96 (gnus-revision-number): Clear to 00.
98 * README.T-gnus: Update.
100 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
101 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
102 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
103 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
104 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
105 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
107 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
109 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
112 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
114 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
116 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
117 `message-save-drafts' instead of `set-buffer-modified-p' and
119 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
120 because the reply data is lost in Drafts.
121 * lisp/gnus-art.el (gnus-signature-face): Don't check
124 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
126 * lisp/pop3.el (pop3-progress-message): New function.
127 (pop3-movemail): Use it.
129 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
131 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
132 `gnus-following-method'.
134 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
135 wide reply as a mail if the message is not a news; use the macro
136 `gnus-setup-message'.
138 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
140 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
142 * lisp/gnus.el (gnus-revision-number): Increment to 14.
143 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
144 function `gnus-smiley-display'.
146 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
147 `window-system' is nil.
148 (gnus-article-x-face-command): Default to external command if
149 `window-system' is nil.
151 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
153 * lisp/gnus.el (gnus-revision-number): Increment to 13.
154 (TopLevel): Rearrange autoload settings.
156 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
159 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
160 "Toggle smileys" in "Washing" menu.
161 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
163 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
164 (smiley-toggle-buffer): New function.
165 (smiley-buffer): Don't quote the function.
166 (smiley-toggle-extents): Ditto.
168 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
170 * lisp/gnus.el (gnus-revision-number): Increment to 12.
171 (TopLevel): Add and delete autoloads for functions defined in
172 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
174 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
177 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
178 `gnus-custom-mode' defined in "gnus-cus".
180 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
182 * lisp/gnus.el (gnus-revision-number): Increment to 11.
184 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
185 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
188 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
190 * lisp/gnus.el (gnus-revision-number): Increment to 10.
191 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
192 functions `x-face-mule-gnus-article-display-x-face' and
195 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
197 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
198 `gnus-mule-group-startup-message'.
199 (gnus-mule-group-startup-message): Remove.
200 (gnus-mule-bitmap-image-file): Remove.
202 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
203 ordinary text if the feature `smiley-mule' is provided and FSF
205 (TopLevel): Require `static' at the compile time.
207 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
208 `mime-display-text/plain-hook' to nil.
209 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
210 treat the next entity position as a marker.
211 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
212 `gnus-smiley-display' under FSF Emacsen.
213 (gnus-treat-display-smileys): Default to t if the module
214 `smiley-mule' is installed.
215 (gnus-treat-display-xface): Default to `head' if the value of
216 `gnus-article-x-face-command' is
217 `x-face-mule-gnus-article-display-x-face'.
218 (gnus-article-x-face-command): Default to
219 `x-face-mule-gnus-article-display-x-face' if the module
220 `x-face-mule' is installed.
221 (TopLevel): Require `static' first; require `path-util'.
223 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
225 * lisp/gnus.el (gnus-revision-number): Increment to 09.
227 * lisp/message.el (message-mode): Make
228 `message-font-lock-last-position' as buffer local.
229 (message-font-lock-keywords-2): Use
230 `message-font-lock-cited-text-matcher' instead of regexp.
231 (message-font-lock-cited-text-matcher): New function.
232 (font-lock-after-change-function): Advice to the keep last cursor
233 position in `message-font-lock-last-position' before fontifying.
234 (message-font-lock-last-position): New variable.
235 (message-font-lock-citation-name-max-column): New variable.
236 (message-font-lock-cited-text-regexp): New variable.
237 (message-font-lock-fence-close-position): New variable.
238 (message-font-lock-fence-open-position): New variable.
239 (message-font-lock-fence-close-regexp): New variable.
240 (message-font-lock-fence-open-regexp): New variables.
242 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
244 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
245 using `message-font-lock-keywords', `message-font-lock-keywords-1'
246 and `message-font-lock-keywords-2'.
247 (message-font-lock-keywords): Restruct.
248 (message-font-lock-keywords-1): New variable split from
249 `message-font-lock-keywords'.
250 (message-font-lock-keywords-2): Ditto.
252 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
254 * lisp/gnus.el (gnus-revision-number): Increment to 08.
256 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
257 before highlighting or hiding it.
258 (gnus-article-buttonize-signature): New function.
259 (gnus-article-highlight-signature): Don't buttonize.
260 (gnus-treatment-function-alist): Undo the last change.
261 (gnus-treat-emphasize): Default to nil.
263 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
265 * lisp/gnus.el (gnus-revision-number): Increment to 07.
266 (TopLevel): Autoload "gnus-art" for the function
267 `gnus-article-show-all'.
269 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
270 hidden text if the command `gnus-summary-toggle-mime' is used.
272 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
274 (gnus-article-highlight-signature): Work for forwarded messages.
275 (gnus-article-show-all): New function based on `article-show-all'.
276 (gnus-article-show-all-headers): Based on
277 `article-show-all-headers'.
278 (article-show-all-headers): New function to show all *HEADERS*.
279 (article-show-all): Show *ALL* literally.
280 (article-hide-signature): Work for forwarded messages.
281 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
282 off after `gnus-treat-highlight-signature'.
284 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
286 * lisp/gnus.el (gnus-revision-number): Increment to 06.
288 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
289 against forwarded messages without MIME structure.
290 (gnus-treatment-function-alist): Move
291 'gnus-treat-decode-article-as-default-mime-charset' to the top;
292 put `gnus-treat-emphasize' off after
293 `gnus-treat-highlight-headers'.
295 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
297 * lisp/gnus.el (gnus-revision-number): Increment to 05.
299 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
301 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
302 argument is list or not before condition.
304 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
306 * lisp/gnus-art.el (gnus-treat-predicate): Work for
309 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
311 * lisp/gnus-art.el (gnus-article-prepare-display):
312 Pass argument nil as a condition to gnus-treat-article.
313 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
314 Ditto. Also, treat last part of multipart article correctly.
316 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
318 * lisp/gnus.el (gnus-revision-number): Increment to 04.
320 * lisp/message.el (message-generate-headers): Don't insert
323 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
324 negative number for the 2nd arg of `insert-char'.
326 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
328 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
329 gnus-ja instead of gnus if Japanese environment is on.
331 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
333 * lisp/gnus.el (gnus-revision-number): Increment to 03.
334 (semi-gnus-developers): Remove.
335 (gnus-maintainer): Change mail address.
336 (gnus-group-startup-message): Display version string.
338 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
340 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
341 version string; fix glyph position.
343 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
345 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
346 to previous version until problem of respooling from
347 nnimap to nnml is solved.
348 (gnus-summary-move-article): Ditto.
350 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
352 * lisp/gnus.el (gnus-revision-number): Increment to 02.
354 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
355 value is t before checking for `condition'.
356 (gnus-article-prepare-mime-display): Search for the entity children
357 if the primary type is `multipart'.
359 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
361 * lisp/gnus.el (gnus-revision-number): Increment to 01.
363 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
364 instead of signaling an error if the destination group is not
366 (gnus-summary-move-article): Do nothing if the destination group
367 is not newly created.
369 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
372 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
374 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
375 active entry for the group even if it doesn't exist.
377 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
379 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
381 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
383 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
384 (gnus-revision-number): Clear to 00.
386 * README.T-gnus: Update.
388 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
389 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
391 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
392 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
393 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
394 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
395 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
397 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
399 * lisp/gnus.el (gnus-revision-number): Increment to 07.
401 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
402 smooth scrolling under XEmacs.
403 (gnus-article-next-page):Ditto.
405 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
406 descriptions about the problem of loaddefs.el and the patch for
409 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
411 * lisp/gnus.el (gnus-revision-number): Increment to 06.
413 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
414 `:predicate' for old Emacsen; require `static'.
416 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
417 `:path' and `:predicate'.
419 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
421 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
422 modeline as modified.
424 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
426 * lisp/gnus.el (gnus-revision-number): Increment to 05.
428 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
429 `mime-view-entity' in the modified header under FSF Emacsen.
431 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
433 * README-offline.en: Rewrite the usage description.
434 * README-offline.ja: Ditto.
436 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
438 * lisp/gnus.el (gnus-revision-number): Increment to 04.
440 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
443 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
445 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
446 * README-offline.ja: Ditto.
448 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
450 * lisp/gnus.el (gnus-revision-number): Increment to 03.
452 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
453 the current buffer as modified.
455 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
456 (gnus-offline-get-menu-items): New function.
457 (gnus-offline-define-menu-on-miee): Use it.
458 (gnus-offline-define-menu-on-agent): Ditto.
460 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
462 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
464 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
465 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
466 (pop3-quit): Clear `pop3-uidl-obarray'.
468 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
470 * lisp/gnus.el (gnus-revision-number): Increment to 02.
472 * lisp/gnus-offline.el (gnus-offline-resource-en,
473 gnus-offline-resource-ja,
474 gnus-offline-resource-ja_complete): New variables.
475 (gnus-offline-get-message): News function.
476 (gnus-offline-error-check): Use it.
477 (gnus-offline-connect-server): Ditto.
478 (gnus-offline-get-new-news-function): Ditto.
479 (gnus-offline-set-mail-group-level): Ditto.
480 (gnus-offline-hangup-line): Ditto.
481 (gnus-offline-after-jobs-done): Ditto.
482 (gnus-offline-toggle-auto-hangup): Ditto.
483 (gnus-offline-toggle-on/off-send-mail): Ditto.
484 (gnus-offline-toggle-articles-to-fetch): Ditto.
485 (gnus-offline-empting-spool): Ditto.
486 (gnus-offline-set-interval-time): Ditto.
488 * lisp/gnus-ofsetup.el (gnus-offline-lang,
489 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
491 (gnus-ofsetup-get-message): New function.
492 (gnus-setup-for-offline): Use it.
493 (gnus-ofsetup-find-parameters): Ditto.
494 (gnus-ofsetup-prepapre-for-miee): Ditto.
495 (gnus-ofsetup-completing-read-symbol): Ditto.
496 (gnus-ofsetup-customize): Ditto.
497 (gnus-ofsetup-customize-done): Ditto.
499 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
501 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
502 `isearch-lazy-highlight'.
504 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
506 * lisp/gnus.el (gnus-revision-number): Increment to 01.
508 * lisp/lpath.el (babel-as-string): Bind it.
510 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
511 original X-Face field while searching. It is done for only FSF
513 (gnus-summary-search-article-highlight-matched-text): Ditto.
514 (gnus-summary-search-article-matched-data): Bind it explicitly.
516 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
518 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
519 (gnus-revision-number): Clear to 00.
521 * README.T-gnus: Update.
523 * README: Sync up with Pterodactyl Gnus v0.96.
524 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
525 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
526 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
527 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
528 gnus-agent.el,ChangeLog}: Ditto.
529 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
531 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
533 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
534 don't retrieve any incoming mails.; Don't filter articles here.
535 Use `convert-standard-filename' to generate fresh UIDL file names.
536 (pop3-get-message-numbers): Rewrite.
537 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
538 of `with-temp-buffer'.
540 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
542 * README-offline.ja : Fix.
544 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
547 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
548 requirements; Enclose the autoload for `gnus-custom-mode' with
551 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
553 * lisp/gnus.el (gnus-revision-number): Increment to 15.
555 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
556 for them before lpath.el is loaded. Because lpath.el requires
557 `poe' via `path-util'. [cf. <tm-ja:5051>]
559 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
560 X-Face image if the regexp "^X-Face:" is specified.
561 (gnus-summary-search-article-highlight-matched-text): Use
562 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
563 X-Face image if it is requested.
564 (gnus-summary-search-article-highlight-goto-x-face): New macro.
566 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
568 * lisp/gnus.el (gnus-revision-number): Increment to 14.
570 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
571 recenter the article when touchdown; popup the article buffer if
573 (gnus-summary-search-article-highlight-matched-text): Treat the
574 article before highlighting; use old style backquote syntax.
575 (gnus-summary-search-article-position-point): Fix the beginning
576 position; use old style backquote syntax.
577 (gnus-summary-select-article): Undo the last change.
578 (gnus-summary-display-article): Bind
579 `gnus-summary-search-article-matched-data' in the article buffer
580 locally. It is moved from `gnus-summary-select-article'.
582 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
584 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
585 (clean): Remove formatted info files.
586 (distclean): Just remove Makefile.
588 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
590 * lisp/gnus.el (gnus-revision-number): Increment to 13.
592 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
593 (gnus-agent-fetch-headers): Limit downloadable articles if the
594 number of unread articles exceeds `gnus-agent-large-newsgroup'.
595 (gnus-agent-expire): Do not expire saved or replied articles when
596 `gnus-agent-expire-all' is nil.
598 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
600 (gnus-offline-agent-expire): Check it; Bind
601 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
602 (gnus-offline-after-jobs-done): Don't check
603 `gnus-agent-expire-all'.
605 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
606 `user-login-name' and `user-real-login-name' returns the same
608 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
609 (gnus-ofsetup-update-setting-file): Ditto.
610 (gnus-ofsetup-prepare): New macro.
611 (gnus-setup-for-offline): Use it.
612 (gnus-ofsetup-customize-done): Ditto.
614 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
616 * lisp/gnus.el (gnus-revision-number): Increment to 12.
618 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
619 (gnus-summary-search-article-highlight-matched-text): Rearrange.
620 (gnus-summary-search-article-position-point): New macro.
621 (gnus-summary-search-article-matched-data): Rename from
622 `gnus-summary-search-article-matched-text'.
623 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
624 use `gnus-article-show-all-headers' for exposing the visited
626 (gnus-summary-select-article): Bind
627 `gnus-summary-search-article-matched-data' in the article buffer
630 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
631 if the value of `gnus-inhibit-treatment' is non-nil.
632 (article-toggle-headers): Don't redisplay X-Face if the value of
633 `gnus-inhibit-treatment' is non-nil.
634 (gnus-article-treat-custom): Add new treatment variable `mime'.
636 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
638 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
641 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
642 `gnus-newsgroup-incorporated' explicitly.
644 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
646 * README.semi: Update for the recent a-ftp sites and directories.
647 * README.semi.ja: Ditto.
648 * texi/gnus-faq.texi: Ditto.
649 * texi/gnus-faq-ja.texi: Ditto.
651 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
653 * lisp/gnus.el (gnus-revision-number): Increment to 11.
654 (gnus-summary-incorporated-face): New face spec.
656 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
657 entry about the format specifier `w'.
658 (gnus-group-line-format): Fix documentation.
660 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
661 newly incorporated mails with `gnus-summary-incorporated-face'.
662 (gnus-newsgroup-incorporated): New variable.
663 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
664 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
666 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
668 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
669 `K' if the group has already been subscribed.
671 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
673 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
674 `isearch-lazy-highlight' t in the buffer locally; goto the
675 beginning of the buffer before searching.
677 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
680 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
682 * lisp/gnus.el (gnus-revision-number): Increment to 10.
684 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
685 matched text after the searching is done; call
686 `gnus-summary-select-article' with the args nil and t; bind
687 `gnus-treat-*' to nil.
688 (gnus-summary-search-article-highlight-matched-text): New macro
689 for highlighting matched text. It is bound at the compile time
691 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
692 with the args nil and t; bind `gnus-treat-*' to nil.
694 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
695 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
696 `with-temp-file'; use `insert-file-contents-as-binary' instead of
697 `insert-file-contents'.
699 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
701 * lisp/gnus.el (gnus-revision-number): Increment to 09.
703 * lisp/gnus-offline.el: Fix comments.
704 (TopLevel): Delete the code for emulating custom. Do not inhibit
705 byte-compile-warnings, but hide useless ones.
706 (gnus-offline-dialup-program-arguments): defvar instead of
708 (gnus-offline-hangup-program-arguments): Ditto.
709 (gnus-offline-interval-time): Ditto.
710 (gnus-offline-dialup-program, gnus-offline-hangup-program,
711 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
712 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
714 Set `mail-sources' instead of `nnmail-spool-file'.
715 (gnus-offline-enable-fetch-mail): Ditto.
716 (gnus-offline-toggle-movemail-program): Abolish.
717 (gnus-offline-define-menu-and-key): Modify according to it.
718 (gnus-offline-define-menu-on-miee): Ditto.
719 (gnus-offline-define-menu-on-agent): Ditto.
720 (gnus-offline-message-add-header): Bind temporary variables.
721 (gnus-offline-add-custom-header): Ditto.
722 (gnus-offline-restore-mail-group-level): Ditto.
724 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
725 gnus-offline at the compile time. Do not inhibit
726 byte-compile-warnings.
727 (gnus-setup-for-offline): Really bind all temporary variables.
728 (gnus-ofsetup-write-settting-file): Check if interval is a
730 Use `mail-sources' instead of `nnmail-spool-file'.
731 (gnus-ofsetup-update-setting-file): Redefine as a macro.
732 (gnus-ofsetup-prepare-for-miee): Ditto.
734 * README-offline.en : Update.
735 * README-offline.ja : Ditto.
737 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
739 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
740 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
742 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
744 * lisp/gnus.el (gnus-revision-number): Increment to 08.
746 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
748 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
749 group name with `\N'.
751 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
753 * lisp/gnus.el (gnus-revision-number): Increment to 07.
755 * lisp/pop3.el (pop3-except-header-regexp): New variable.
756 (pop3-movemail): Don't retrieve messages whose headers are
757 matching `pop3-except-header-regexp'.
758 (pop3-top): New function.
759 (pop3-retr): Don't use `save-restriction'.
761 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
763 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
765 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
767 * lisp/gnus.el (gnus-revision-number): Increment to 06.
769 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
770 `gnus-article-next-page' when the last page is not displayed.
771 (mime-preview-over-to-previous-method-alist): Use
772 `gnus-article-prev-page' when the first page is not displayed.
773 (gnus-next-page-map): Use `make-sparse-keymap' instead of
774 `make-keymap'; don't use `suppress-keymap'.
775 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
776 Succeed to the value of the text property `mime-view-situation' in
777 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
778 current local map as a parent under FSF Emacsen.
780 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
782 * lisp/pop3.el (pop3-retr): Undo last change.
784 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
786 * lisp/gnus.el (gnus-revision-number): Increment to 05.
788 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
789 `accept-process-output'; Move point to the end of the normal
791 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
792 (pop3-get-list): Abolish.
793 (pop3-retr): Don't use `save-restriction'.
794 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
795 (pop3-list): Likewise.
797 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
799 * lisp/gnus.el (gnus-revision-number): Increment to 04.
801 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
802 `event-basic-type' instead of `event-button' under FSF Emacsen.
804 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
806 * lisp/gnus.el (gnus-revision-number): Increment to 03.
808 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
810 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
811 `gnus-summary-mode-hook'.
812 (gnus-use-wheel): New variable.
813 (gnus-wheel-scroll-amount): New variable.
814 (gnus-wheel-edge-resistance): New variable.
815 (gnus-wheel-summary-scroll): New function.
816 (gnus-wheel-install): New function.
818 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
820 * lisp/gnus.el (gnus-revision-number): Increment to 02.
822 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
823 `defun' instead of `defsubst'.
824 (make-full-mail-header): Ditto.
826 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
827 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
829 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
831 * lisp/gnus.el (gnus-revision-number): Increment to 01.
833 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
836 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
837 function from Nana-gnus.
838 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
839 (gnus-ofsetup-update-setting-file): Rename from
840 `gnus-ofsetup-write-setting-file'.
841 (gnus-ofsetup-find-parameters): Rename from
842 `gnus-ofsetup-parameters'.
843 (gnus-ofsetup-customize-done): Rewrite.
845 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
847 * pop3.el: Sync up with pop3.el version 2.04.
848 (pop3-leave-mail-on-server): New variable.
849 (pop3-maximum-message-size): New variable.
850 (pop3-uidl-file-name): New variable.
851 (pop3-uidl-support): New variable.
852 (pop3-uidl-obarray): New variable.
853 (pop3-movemail): Check message size on every retrieval.
854 (pop3-open-ssl-stream-1): Use new style macro.
855 (pop3-get-message-numbers): New function.
856 (pop3-get-list): New function.
857 (pop3-get-uidl): New function.
858 (pop3-get-unread-message-numbers): New function.
859 (pop3-save-uidls): New function.
860 (pop3-retr): Use `pop3-get-extended-response'.
861 (pop3-list): New implementation.
862 (pop3-uidl): New function.
863 (pop3-get-extended-response): New function.
865 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
867 * lisp/gnus.el: T-gnus 6.13.0 is released.
869 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
871 * ChangeLog.2: New file, rename from ChangeLog.
873 * lisp/dgnushack.el (TopLevel): Rearrange.
875 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
876 * README.branch: Ditto.
878 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
880 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
881 * texi/message-ja.texi: Ditto.
882 * texi/message.texi: Ditto.
883 * texi/gnus-ja.texi: Ditto.
884 * texi/gnus.texi: Ditto.
885 * README-offline.ja: Ditto.
886 * README-offline.en: Ditto.
887 * README.semi.ja: Ditto.
888 * README.semi: Ditto.
889 * README.T-gnus: Ditto.
891 * t-gnus-6_13: NEW PUBLIC BRANCH.
893 See ChangeLog.2 for earlier changes.