1 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/gnus.el (gnus-revision-number): Increment to 05.
5 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
8 * lisp/gnus-util.el (gnus-union): New function.
10 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
11 `copy-sequence' instead of `copy-list'.
12 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
14 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
16 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
18 * lisp/gnus.el (gnus-revision-number): Increment to 04.
20 * lisp/dgnushack.el (union, copy-list): New compiler macros for
21 emulating cl functions.
23 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
25 * lisp/gnus.el (gnus-revision-number): Increment to 03.
26 (gnus-select-method): Use `condition-case' instead of
29 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
30 instead of `ignore-errors'.
32 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
34 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
35 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
36 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
37 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
38 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
39 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
40 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
41 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
42 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
43 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
45 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
47 * lisp/gnus.el (gnus-revision-number): Increment to 02.
49 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
50 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
51 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
52 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
53 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
54 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
55 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
56 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
57 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
58 Require `cl' at the top level.
60 * lisp/gnus.el (gnus-select-method): Undo last change.
61 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
62 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
64 * lisp/gnus-ems.el (gnus-split-string): Remove.
66 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
68 * lisp/pop3.el: Add description about STLS extension; add autoload
69 setting for `starttls-open-stream' and `starttls-negotiate'.
70 (pop3-stls): New function.
71 (pop3-open-tls-stream): New function.
72 (pop3-open-server): Use `pop3-open-tls-stream' if
73 'pop3-connection-type' is bound to `tls'.
75 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
77 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
78 and `starttls-negotiate'.
79 (imap-stream-alist): Add TLS entry.
80 (imap-tls-p): New function.
81 (imap-tls-open): New function.
82 (imap-ssl-open): Enclose `open-ssl-stream' with
85 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
87 * lisp/gnus.el (gnus-revision-number): Increment to 01.
88 (gnus-select-method): Use `condition-case' instead of
91 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
94 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
95 `coding' and `noerror' for the stopgaps.
97 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
98 `coding' and `noerror'.
99 (function-max-args): Maybe-fbind for FSF Emacsen.
101 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
102 as `binary' if possible.
103 (imap-log): Default to nil (synched with pgnus 0.99).
104 (base64-decode-string): Autoload "mel" instead of "base64".
105 (md5): Autoload "md5" without `eval-and-compile'.
107 * lisp/gnus-util.el (copy-list): New function defined by
110 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
111 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
113 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
114 instead of `ignore-errors'.
116 * lisp/gnus-picon.el: Require `cl'.
118 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
119 gnus-offline.el} (cl): Enclose the requiring procedure with
122 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
123 procedure with `eval-when-compile' instead of `eval-and-compile'.
125 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
127 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
128 Use mail-sources instead of nnmail-spool-file.
129 From: Toshiaki -PCX- Tanaka.
131 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
133 * lisp/gnus.el (gnus-group-startup-message): Insert space before
135 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
137 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
139 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
140 (gnus-revision-number): Clear to 00.
142 * README.T-gnus: Update.
144 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
145 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
146 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
147 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
148 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
149 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
151 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
153 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
156 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
158 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
160 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
161 `message-save-drafts' instead of `set-buffer-modified-p' and
163 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
164 because the reply data is lost in Drafts.
165 * lisp/gnus-art.el (gnus-signature-face): Don't check
168 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
170 * lisp/pop3.el (pop3-progress-message): New function.
171 (pop3-movemail): Use it.
173 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
175 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
176 `gnus-following-method'.
178 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
179 wide reply as a mail if the message is not a news; use the macro
180 `gnus-setup-message'.
182 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
184 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
186 * lisp/gnus.el (gnus-revision-number): Increment to 14.
187 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
188 function `gnus-smiley-display'.
190 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
191 `window-system' is nil.
192 (gnus-article-x-face-command): Default to external command if
193 `window-system' is nil.
195 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
197 * lisp/gnus.el (gnus-revision-number): Increment to 13.
198 (TopLevel): Rearrange autoload settings.
200 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
203 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
204 "Toggle smileys" in "Washing" menu.
205 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
207 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
208 (smiley-toggle-buffer): New function.
209 (smiley-buffer): Don't quote the function.
210 (smiley-toggle-extents): Ditto.
212 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
214 * lisp/gnus.el (gnus-revision-number): Increment to 12.
215 (TopLevel): Add and delete autoloads for functions defined in
216 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
218 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
221 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
222 `gnus-custom-mode' defined in "gnus-cus".
224 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
226 * lisp/gnus.el (gnus-revision-number): Increment to 11.
228 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
229 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
232 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
234 * lisp/gnus.el (gnus-revision-number): Increment to 10.
235 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
236 functions `x-face-mule-gnus-article-display-x-face' and
239 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
241 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
242 `gnus-mule-group-startup-message'.
243 (gnus-mule-group-startup-message): Remove.
244 (gnus-mule-bitmap-image-file): Remove.
246 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
247 ordinary text if the feature `smiley-mule' is provided and FSF
249 (TopLevel): Require `static' at the compile time.
251 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
252 `mime-display-text/plain-hook' to nil.
253 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
254 treat the next entity position as a marker.
255 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
256 `gnus-smiley-display' under FSF Emacsen.
257 (gnus-treat-display-smileys): Default to t if the module
258 `smiley-mule' is installed.
259 (gnus-treat-display-xface): Default to `head' if the value of
260 `gnus-article-x-face-command' is
261 `x-face-mule-gnus-article-display-x-face'.
262 (gnus-article-x-face-command): Default to
263 `x-face-mule-gnus-article-display-x-face' if the module
264 `x-face-mule' is installed.
265 (TopLevel): Require `static' first; require `path-util'.
267 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
269 * lisp/gnus.el (gnus-revision-number): Increment to 09.
271 * lisp/message.el (message-mode): Make
272 `message-font-lock-last-position' as buffer local.
273 (message-font-lock-keywords-2): Use
274 `message-font-lock-cited-text-matcher' instead of regexp.
275 (message-font-lock-cited-text-matcher): New function.
276 (font-lock-after-change-function): Advice to the keep last cursor
277 position in `message-font-lock-last-position' before fontifying.
278 (message-font-lock-last-position): New variable.
279 (message-font-lock-citation-name-max-column): New variable.
280 (message-font-lock-cited-text-regexp): New variable.
281 (message-font-lock-fence-close-position): New variable.
282 (message-font-lock-fence-open-position): New variable.
283 (message-font-lock-fence-close-regexp): New variable.
284 (message-font-lock-fence-open-regexp): New variables.
286 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
288 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
289 using `message-font-lock-keywords', `message-font-lock-keywords-1'
290 and `message-font-lock-keywords-2'.
291 (message-font-lock-keywords): Restruct.
292 (message-font-lock-keywords-1): New variable split from
293 `message-font-lock-keywords'.
294 (message-font-lock-keywords-2): Ditto.
296 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
298 * lisp/gnus.el (gnus-revision-number): Increment to 08.
300 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
301 before highlighting or hiding it.
302 (gnus-article-buttonize-signature): New function.
303 (gnus-article-highlight-signature): Don't buttonize.
304 (gnus-treatment-function-alist): Undo the last change.
305 (gnus-treat-emphasize): Default to nil.
307 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
309 * lisp/gnus.el (gnus-revision-number): Increment to 07.
310 (TopLevel): Autoload "gnus-art" for the function
311 `gnus-article-show-all'.
313 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
314 hidden text if the command `gnus-summary-toggle-mime' is used.
316 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
318 (gnus-article-highlight-signature): Work for forwarded messages.
319 (gnus-article-show-all): New function based on `article-show-all'.
320 (gnus-article-show-all-headers): Based on
321 `article-show-all-headers'.
322 (article-show-all-headers): New function to show all *HEADERS*.
323 (article-show-all): Show *ALL* literally.
324 (article-hide-signature): Work for forwarded messages.
325 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
326 off after `gnus-treat-highlight-signature'.
328 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
330 * lisp/gnus.el (gnus-revision-number): Increment to 06.
332 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
333 against forwarded messages without MIME structure.
334 (gnus-treatment-function-alist): Move
335 'gnus-treat-decode-article-as-default-mime-charset' to the top;
336 put `gnus-treat-emphasize' off after
337 `gnus-treat-highlight-headers'.
339 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
341 * lisp/gnus.el (gnus-revision-number): Increment to 05.
343 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
345 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
346 argument is list or not before condition.
348 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
350 * lisp/gnus-art.el (gnus-treat-predicate): Work for
353 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
355 * lisp/gnus-art.el (gnus-article-prepare-display):
356 Pass argument nil as a condition to gnus-treat-article.
357 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
358 Ditto. Also, treat last part of multipart article correctly.
360 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
362 * lisp/gnus.el (gnus-revision-number): Increment to 04.
364 * lisp/message.el (message-generate-headers): Don't insert
367 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
368 negative number for the 2nd arg of `insert-char'.
370 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
372 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
373 gnus-ja instead of gnus if Japanese environment is on.
375 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
377 * lisp/gnus.el (gnus-revision-number): Increment to 03.
378 (semi-gnus-developers): Remove.
379 (gnus-maintainer): Change mail address.
380 (gnus-group-startup-message): Display version string.
382 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
384 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
385 version string; fix glyph position.
387 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
389 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
390 to previous version until problem of respooling from
391 nnimap to nnml is solved.
392 (gnus-summary-move-article): Ditto.
394 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
396 * lisp/gnus.el (gnus-revision-number): Increment to 02.
398 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
399 value is t before checking for `condition'.
400 (gnus-article-prepare-mime-display): Search for the entity children
401 if the primary type is `multipart'.
403 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
405 * lisp/gnus.el (gnus-revision-number): Increment to 01.
407 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
408 instead of signaling an error if the destination group is not
410 (gnus-summary-move-article): Do nothing if the destination group
411 is not newly created.
413 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
416 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
418 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
419 active entry for the group even if it doesn't exist.
421 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
423 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
425 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
427 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
428 (gnus-revision-number): Clear to 00.
430 * README.T-gnus: Update.
432 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
433 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
435 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
436 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
437 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
438 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
439 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
441 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
443 * lisp/gnus.el (gnus-revision-number): Increment to 07.
445 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
446 smooth scrolling under XEmacs.
447 (gnus-article-next-page):Ditto.
449 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
450 descriptions about the problem of loaddefs.el and the patch for
453 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
455 * lisp/gnus.el (gnus-revision-number): Increment to 06.
457 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
458 `:predicate' for old Emacsen; require `static'.
460 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
461 `:path' and `:predicate'.
463 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
465 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
466 modeline as modified.
468 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
470 * lisp/gnus.el (gnus-revision-number): Increment to 05.
472 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
473 `mime-view-entity' in the modified header under FSF Emacsen.
475 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
477 * README-offline.en: Rewrite the usage description.
478 * README-offline.ja: Ditto.
480 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
482 * lisp/gnus.el (gnus-revision-number): Increment to 04.
484 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
487 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
489 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
490 * README-offline.ja: Ditto.
492 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
494 * lisp/gnus.el (gnus-revision-number): Increment to 03.
496 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
497 the current buffer as modified.
499 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
500 (gnus-offline-get-menu-items): New function.
501 (gnus-offline-define-menu-on-miee): Use it.
502 (gnus-offline-define-menu-on-agent): Ditto.
504 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
506 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
508 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
509 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
510 (pop3-quit): Clear `pop3-uidl-obarray'.
512 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
514 * lisp/gnus.el (gnus-revision-number): Increment to 02.
516 * lisp/gnus-offline.el (gnus-offline-resource-en,
517 gnus-offline-resource-ja,
518 gnus-offline-resource-ja_complete): New variables.
519 (gnus-offline-get-message): News function.
520 (gnus-offline-error-check): Use it.
521 (gnus-offline-connect-server): Ditto.
522 (gnus-offline-get-new-news-function): Ditto.
523 (gnus-offline-set-mail-group-level): Ditto.
524 (gnus-offline-hangup-line): Ditto.
525 (gnus-offline-after-jobs-done): Ditto.
526 (gnus-offline-toggle-auto-hangup): Ditto.
527 (gnus-offline-toggle-on/off-send-mail): Ditto.
528 (gnus-offline-toggle-articles-to-fetch): Ditto.
529 (gnus-offline-empting-spool): Ditto.
530 (gnus-offline-set-interval-time): Ditto.
532 * lisp/gnus-ofsetup.el (gnus-offline-lang,
533 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
535 (gnus-ofsetup-get-message): New function.
536 (gnus-setup-for-offline): Use it.
537 (gnus-ofsetup-find-parameters): Ditto.
538 (gnus-ofsetup-prepapre-for-miee): Ditto.
539 (gnus-ofsetup-completing-read-symbol): Ditto.
540 (gnus-ofsetup-customize): Ditto.
541 (gnus-ofsetup-customize-done): Ditto.
543 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
545 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
546 `isearch-lazy-highlight'.
548 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
550 * lisp/gnus.el (gnus-revision-number): Increment to 01.
552 * lisp/lpath.el (babel-as-string): Bind it.
554 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
555 original X-Face field while searching. It is done for only FSF
557 (gnus-summary-search-article-highlight-matched-text): Ditto.
558 (gnus-summary-search-article-matched-data): Bind it explicitly.
560 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
562 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
563 (gnus-revision-number): Clear to 00.
565 * README.T-gnus: Update.
567 * README: Sync up with Pterodactyl Gnus v0.96.
568 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
569 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
570 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
571 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
572 gnus-agent.el,ChangeLog}: Ditto.
573 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
575 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
577 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
578 don't retrieve any incoming mails.; Don't filter articles here.
579 Use `convert-standard-filename' to generate fresh UIDL file names.
580 (pop3-get-message-numbers): Rewrite.
581 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
582 of `with-temp-buffer'.
584 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
586 * README-offline.ja : Fix.
588 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
591 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
592 requirements; Enclose the autoload for `gnus-custom-mode' with
595 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
597 * lisp/gnus.el (gnus-revision-number): Increment to 15.
599 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
600 for them before lpath.el is loaded. Because lpath.el requires
601 `poe' via `path-util'. [cf. <tm-ja:5051>]
603 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
604 X-Face image if the regexp "^X-Face:" is specified.
605 (gnus-summary-search-article-highlight-matched-text): Use
606 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
607 X-Face image if it is requested.
608 (gnus-summary-search-article-highlight-goto-x-face): New macro.
610 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
612 * lisp/gnus.el (gnus-revision-number): Increment to 14.
614 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
615 recenter the article when touchdown; popup the article buffer if
617 (gnus-summary-search-article-highlight-matched-text): Treat the
618 article before highlighting; use old style backquote syntax.
619 (gnus-summary-search-article-position-point): Fix the beginning
620 position; use old style backquote syntax.
621 (gnus-summary-select-article): Undo the last change.
622 (gnus-summary-display-article): Bind
623 `gnus-summary-search-article-matched-data' in the article buffer
624 locally. It is moved from `gnus-summary-select-article'.
626 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
628 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
629 (clean): Remove formatted info files.
630 (distclean): Just remove Makefile.
632 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
634 * lisp/gnus.el (gnus-revision-number): Increment to 13.
636 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
637 (gnus-agent-fetch-headers): Limit downloadable articles if the
638 number of unread articles exceeds `gnus-agent-large-newsgroup'.
639 (gnus-agent-expire): Do not expire saved or replied articles when
640 `gnus-agent-expire-all' is nil.
642 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
644 (gnus-offline-agent-expire): Check it; Bind
645 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
646 (gnus-offline-after-jobs-done): Don't check
647 `gnus-agent-expire-all'.
649 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
650 `user-login-name' and `user-real-login-name' returns the same
652 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
653 (gnus-ofsetup-update-setting-file): Ditto.
654 (gnus-ofsetup-prepare): New macro.
655 (gnus-setup-for-offline): Use it.
656 (gnus-ofsetup-customize-done): Ditto.
658 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
660 * lisp/gnus.el (gnus-revision-number): Increment to 12.
662 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
663 (gnus-summary-search-article-highlight-matched-text): Rearrange.
664 (gnus-summary-search-article-position-point): New macro.
665 (gnus-summary-search-article-matched-data): Rename from
666 `gnus-summary-search-article-matched-text'.
667 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
668 use `gnus-article-show-all-headers' for exposing the visited
670 (gnus-summary-select-article): Bind
671 `gnus-summary-search-article-matched-data' in the article buffer
674 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
675 if the value of `gnus-inhibit-treatment' is non-nil.
676 (article-toggle-headers): Don't redisplay X-Face if the value of
677 `gnus-inhibit-treatment' is non-nil.
678 (gnus-article-treat-custom): Add new treatment variable `mime'.
680 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
682 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
685 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
686 `gnus-newsgroup-incorporated' explicitly.
688 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
690 * README.semi: Update for the recent a-ftp sites and directories.
691 * README.semi.ja: Ditto.
692 * texi/gnus-faq.texi: Ditto.
693 * texi/gnus-faq-ja.texi: Ditto.
695 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
697 * lisp/gnus.el (gnus-revision-number): Increment to 11.
698 (gnus-summary-incorporated-face): New face spec.
700 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
701 entry about the format specifier `w'.
702 (gnus-group-line-format): Fix documentation.
704 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
705 newly incorporated mails with `gnus-summary-incorporated-face'.
706 (gnus-newsgroup-incorporated): New variable.
707 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
708 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
710 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
712 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
713 `K' if the group has already been subscribed.
715 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
717 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
718 `isearch-lazy-highlight' t in the buffer locally; goto the
719 beginning of the buffer before searching.
721 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
724 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
726 * lisp/gnus.el (gnus-revision-number): Increment to 10.
728 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
729 matched text after the searching is done; call
730 `gnus-summary-select-article' with the args nil and t; bind
731 `gnus-treat-*' to nil.
732 (gnus-summary-search-article-highlight-matched-text): New macro
733 for highlighting matched text. It is bound at the compile time
735 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
736 with the args nil and t; bind `gnus-treat-*' to nil.
738 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
739 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
740 `with-temp-file'; use `insert-file-contents-as-binary' instead of
741 `insert-file-contents'.
743 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
745 * lisp/gnus.el (gnus-revision-number): Increment to 09.
747 * lisp/gnus-offline.el: Fix comments.
748 (TopLevel): Delete the code for emulating custom. Do not inhibit
749 byte-compile-warnings, but hide useless ones.
750 (gnus-offline-dialup-program-arguments): defvar instead of
752 (gnus-offline-hangup-program-arguments): Ditto.
753 (gnus-offline-interval-time): Ditto.
754 (gnus-offline-dialup-program, gnus-offline-hangup-program,
755 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
756 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
758 Set `mail-sources' instead of `nnmail-spool-file'.
759 (gnus-offline-enable-fetch-mail): Ditto.
760 (gnus-offline-toggle-movemail-program): Abolish.
761 (gnus-offline-define-menu-and-key): Modify according to it.
762 (gnus-offline-define-menu-on-miee): Ditto.
763 (gnus-offline-define-menu-on-agent): Ditto.
764 (gnus-offline-message-add-header): Bind temporary variables.
765 (gnus-offline-add-custom-header): Ditto.
766 (gnus-offline-restore-mail-group-level): Ditto.
768 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
769 gnus-offline at the compile time. Do not inhibit
770 byte-compile-warnings.
771 (gnus-setup-for-offline): Really bind all temporary variables.
772 (gnus-ofsetup-write-settting-file): Check if interval is a
774 Use `mail-sources' instead of `nnmail-spool-file'.
775 (gnus-ofsetup-update-setting-file): Redefine as a macro.
776 (gnus-ofsetup-prepare-for-miee): Ditto.
778 * README-offline.en : Update.
779 * README-offline.ja : Ditto.
781 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
783 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
784 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
786 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
788 * lisp/gnus.el (gnus-revision-number): Increment to 08.
790 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
792 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
793 group name with `\N'.
795 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
797 * lisp/gnus.el (gnus-revision-number): Increment to 07.
799 * lisp/pop3.el (pop3-except-header-regexp): New variable.
800 (pop3-movemail): Don't retrieve messages whose headers are
801 matching `pop3-except-header-regexp'.
802 (pop3-top): New function.
803 (pop3-retr): Don't use `save-restriction'.
805 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
807 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
809 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
811 * lisp/gnus.el (gnus-revision-number): Increment to 06.
813 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
814 `gnus-article-next-page' when the last page is not displayed.
815 (mime-preview-over-to-previous-method-alist): Use
816 `gnus-article-prev-page' when the first page is not displayed.
817 (gnus-next-page-map): Use `make-sparse-keymap' instead of
818 `make-keymap'; don't use `suppress-keymap'.
819 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
820 Succeed to the value of the text property `mime-view-situation' in
821 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
822 current local map as a parent under FSF Emacsen.
824 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
826 * lisp/pop3.el (pop3-retr): Undo last change.
828 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
830 * lisp/gnus.el (gnus-revision-number): Increment to 05.
832 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
833 `accept-process-output'; Move point to the end of the normal
835 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
836 (pop3-get-list): Abolish.
837 (pop3-retr): Don't use `save-restriction'.
838 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
839 (pop3-list): Likewise.
841 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
843 * lisp/gnus.el (gnus-revision-number): Increment to 04.
845 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
846 `event-basic-type' instead of `event-button' under FSF Emacsen.
848 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
850 * lisp/gnus.el (gnus-revision-number): Increment to 03.
852 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
854 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
855 `gnus-summary-mode-hook'.
856 (gnus-use-wheel): New variable.
857 (gnus-wheel-scroll-amount): New variable.
858 (gnus-wheel-edge-resistance): New variable.
859 (gnus-wheel-summary-scroll): New function.
860 (gnus-wheel-install): New function.
862 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
864 * lisp/gnus.el (gnus-revision-number): Increment to 02.
866 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
867 `defun' instead of `defsubst'.
868 (make-full-mail-header): Ditto.
870 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
871 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
873 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
875 * lisp/gnus.el (gnus-revision-number): Increment to 01.
877 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
880 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
881 function from Nana-gnus.
882 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
883 (gnus-ofsetup-update-setting-file): Rename from
884 `gnus-ofsetup-write-setting-file'.
885 (gnus-ofsetup-find-parameters): Rename from
886 `gnus-ofsetup-parameters'.
887 (gnus-ofsetup-customize-done): Rewrite.
889 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
891 * pop3.el: Sync up with pop3.el version 2.04.
892 (pop3-leave-mail-on-server): New variable.
893 (pop3-maximum-message-size): New variable.
894 (pop3-uidl-file-name): New variable.
895 (pop3-uidl-support): New variable.
896 (pop3-uidl-obarray): New variable.
897 (pop3-movemail): Check message size on every retrieval.
898 (pop3-open-ssl-stream-1): Use new style macro.
899 (pop3-get-message-numbers): New function.
900 (pop3-get-list): New function.
901 (pop3-get-uidl): New function.
902 (pop3-get-unread-message-numbers): New function.
903 (pop3-save-uidls): New function.
904 (pop3-retr): Use `pop3-get-extended-response'.
905 (pop3-list): New implementation.
906 (pop3-uidl): New function.
907 (pop3-get-extended-response): New function.
909 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
911 * lisp/gnus.el: T-gnus 6.13.0 is released.
913 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
915 * ChangeLog.2: New file, rename from ChangeLog.
917 * lisp/dgnushack.el (TopLevel): Rearrange.
919 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
920 * README.branch: Ditto.
922 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
924 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
925 * texi/message-ja.texi: Ditto.
926 * texi/message.texi: Ditto.
927 * texi/gnus-ja.texi: Ditto.
928 * texi/gnus.texi: Ditto.
929 * README-offline.ja: Ditto.
930 * README-offline.en: Ditto.
931 * README.semi.ja: Ditto.
932 * README.semi: Ditto.
933 * README.T-gnus: Ditto.
935 * t-gnus-6_13: NEW PUBLIC BRANCH.
937 See ChangeLog.2 for earlier changes.