1 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
5 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
7 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
8 `car' and `cdr' instead of `cadr'.
10 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
11 instead of `push'; use `if' instead of `when'.
13 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
15 (gnus-useful-groups): Use `or' instead of `unless'.
17 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
20 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
22 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
23 `when' in the body of `defadvice'. Use `if' instead.
25 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
28 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
30 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
31 the macro `when' in the arg of `defcustom'. Use `if' instead.
33 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
35 * lisp/gnus.el (gnus-revision-number): Increment to 06.
37 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
38 `next-single-property-change' LIMIT as `point-max'.
39 (gnus-article-prepare-mime-display): Ditto.
40 (article-hide-signature): Ditto.
42 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
44 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
45 are removed to fill gnus-version within 80 columns.
47 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
49 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
51 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
53 * lisp/gnus.el (gnus-revision-number): Increment to 05.
55 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
58 * lisp/gnus-util.el (gnus-union): New function.
60 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
61 `copy-sequence' instead of `copy-list'.
62 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
64 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
66 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
68 * lisp/gnus.el (gnus-revision-number): Increment to 04.
70 * lisp/dgnushack.el (union, copy-list): New compiler macros for
71 emulating cl functions.
73 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
75 * lisp/gnus.el (gnus-revision-number): Increment to 03.
76 (gnus-select-method): Use `condition-case' instead of
79 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
80 instead of `ignore-errors'.
82 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
84 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
85 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
86 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
87 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
88 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
89 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
90 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
91 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
92 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
93 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
95 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
97 * lisp/gnus.el (gnus-revision-number): Increment to 02.
99 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
100 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
101 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
102 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
103 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
104 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
105 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
106 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
107 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
108 Require `cl' at the top level.
110 * lisp/gnus.el (gnus-select-method): Undo last change.
111 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
112 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
114 * lisp/gnus-ems.el (gnus-split-string): Remove.
116 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
118 * lisp/pop3.el: Add description about STLS extension; add autoload
119 setting for `starttls-open-stream' and `starttls-negotiate'.
120 (pop3-stls): New function.
121 (pop3-open-tls-stream): New function.
122 (pop3-open-server): Use `pop3-open-tls-stream' if
123 'pop3-connection-type' is bound to `tls'.
125 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
127 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
128 and `starttls-negotiate'.
129 (imap-stream-alist): Add TLS entry.
130 (imap-tls-p): New function.
131 (imap-tls-open): New function.
132 (imap-ssl-open): Enclose `open-ssl-stream' with
135 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
137 * lisp/gnus.el (gnus-revision-number): Increment to 01.
138 (gnus-select-method): Use `condition-case' instead of
141 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
144 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
145 `coding' and `noerror' for the stopgaps.
147 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
148 `coding' and `noerror'.
149 (function-max-args): Maybe-fbind for FSF Emacsen.
151 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
152 as `binary' if possible.
153 (imap-log): Default to nil (synched with pgnus 0.99).
154 (base64-decode-string): Autoload "mel" instead of "base64".
155 (md5): Autoload "md5" without `eval-and-compile'.
157 * lisp/gnus-util.el (copy-list): New function defined by
160 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
161 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
163 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
164 instead of `ignore-errors'.
166 * lisp/gnus-picon.el: Require `cl'.
168 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
169 gnus-offline.el} (cl): Enclose the requiring procedure with
172 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
173 procedure with `eval-when-compile' instead of `eval-and-compile'.
175 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
177 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
178 Use mail-sources instead of nnmail-spool-file.
179 From: Toshiaki -PCX- Tanaka.
181 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
183 * lisp/gnus.el (gnus-group-startup-message): Insert space before
185 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
187 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
189 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
190 (gnus-revision-number): Clear to 00.
192 * README.T-gnus: Update.
194 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
195 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
196 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
197 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
198 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
199 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
201 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
203 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
206 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
208 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
210 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
211 `message-save-drafts' instead of `set-buffer-modified-p' and
213 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
214 because the reply data is lost in Drafts.
215 * lisp/gnus-art.el (gnus-signature-face): Don't check
218 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
220 * lisp/pop3.el (pop3-progress-message): New function.
221 (pop3-movemail): Use it.
223 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
225 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
226 `gnus-following-method'.
228 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
229 wide reply as a mail if the message is not a news; use the macro
230 `gnus-setup-message'.
232 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
234 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
236 * lisp/gnus.el (gnus-revision-number): Increment to 14.
237 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
238 function `gnus-smiley-display'.
240 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
241 `window-system' is nil.
242 (gnus-article-x-face-command): Default to external command if
243 `window-system' is nil.
245 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
247 * lisp/gnus.el (gnus-revision-number): Increment to 13.
248 (TopLevel): Rearrange autoload settings.
250 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
253 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
254 "Toggle smileys" in "Washing" menu.
255 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
257 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
258 (smiley-toggle-buffer): New function.
259 (smiley-buffer): Don't quote the function.
260 (smiley-toggle-extents): Ditto.
262 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
264 * lisp/gnus.el (gnus-revision-number): Increment to 12.
265 (TopLevel): Add and delete autoloads for functions defined in
266 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
268 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
271 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
272 `gnus-custom-mode' defined in "gnus-cus".
274 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
276 * lisp/gnus.el (gnus-revision-number): Increment to 11.
278 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
279 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
282 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
284 * lisp/gnus.el (gnus-revision-number): Increment to 10.
285 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
286 functions `x-face-mule-gnus-article-display-x-face' and
289 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
291 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
292 `gnus-mule-group-startup-message'.
293 (gnus-mule-group-startup-message): Remove.
294 (gnus-mule-bitmap-image-file): Remove.
296 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
297 ordinary text if the feature `smiley-mule' is provided and FSF
299 (TopLevel): Require `static' at the compile time.
301 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
302 `mime-display-text/plain-hook' to nil.
303 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
304 treat the next entity position as a marker.
305 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
306 `gnus-smiley-display' under FSF Emacsen.
307 (gnus-treat-display-smileys): Default to t if the module
308 `smiley-mule' is installed.
309 (gnus-treat-display-xface): Default to `head' if the value of
310 `gnus-article-x-face-command' is
311 `x-face-mule-gnus-article-display-x-face'.
312 (gnus-article-x-face-command): Default to
313 `x-face-mule-gnus-article-display-x-face' if the module
314 `x-face-mule' is installed.
315 (TopLevel): Require `static' first; require `path-util'.
317 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
319 * lisp/gnus.el (gnus-revision-number): Increment to 09.
321 * lisp/message.el (message-mode): Make
322 `message-font-lock-last-position' as buffer local.
323 (message-font-lock-keywords-2): Use
324 `message-font-lock-cited-text-matcher' instead of regexp.
325 (message-font-lock-cited-text-matcher): New function.
326 (font-lock-after-change-function): Advice to the keep last cursor
327 position in `message-font-lock-last-position' before fontifying.
328 (message-font-lock-last-position): New variable.
329 (message-font-lock-citation-name-max-column): New variable.
330 (message-font-lock-cited-text-regexp): New variable.
331 (message-font-lock-fence-close-position): New variable.
332 (message-font-lock-fence-open-position): New variable.
333 (message-font-lock-fence-close-regexp): New variable.
334 (message-font-lock-fence-open-regexp): New variables.
336 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
338 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
339 using `message-font-lock-keywords', `message-font-lock-keywords-1'
340 and `message-font-lock-keywords-2'.
341 (message-font-lock-keywords): Restruct.
342 (message-font-lock-keywords-1): New variable split from
343 `message-font-lock-keywords'.
344 (message-font-lock-keywords-2): Ditto.
346 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
348 * lisp/gnus.el (gnus-revision-number): Increment to 08.
350 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
351 before highlighting or hiding it.
352 (gnus-article-buttonize-signature): New function.
353 (gnus-article-highlight-signature): Don't buttonize.
354 (gnus-treatment-function-alist): Undo the last change.
355 (gnus-treat-emphasize): Default to nil.
357 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
359 * lisp/gnus.el (gnus-revision-number): Increment to 07.
360 (TopLevel): Autoload "gnus-art" for the function
361 `gnus-article-show-all'.
363 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
364 hidden text if the command `gnus-summary-toggle-mime' is used.
366 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
368 (gnus-article-highlight-signature): Work for forwarded messages.
369 (gnus-article-show-all): New function based on `article-show-all'.
370 (gnus-article-show-all-headers): Based on
371 `article-show-all-headers'.
372 (article-show-all-headers): New function to show all *HEADERS*.
373 (article-show-all): Show *ALL* literally.
374 (article-hide-signature): Work for forwarded messages.
375 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
376 off after `gnus-treat-highlight-signature'.
378 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
380 * lisp/gnus.el (gnus-revision-number): Increment to 06.
382 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
383 against forwarded messages without MIME structure.
384 (gnus-treatment-function-alist): Move
385 'gnus-treat-decode-article-as-default-mime-charset' to the top;
386 put `gnus-treat-emphasize' off after
387 `gnus-treat-highlight-headers'.
389 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
391 * lisp/gnus.el (gnus-revision-number): Increment to 05.
393 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
395 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
396 argument is list or not before condition.
398 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
400 * lisp/gnus-art.el (gnus-treat-predicate): Work for
403 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
405 * lisp/gnus-art.el (gnus-article-prepare-display):
406 Pass argument nil as a condition to gnus-treat-article.
407 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
408 Ditto. Also, treat last part of multipart article correctly.
410 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
412 * lisp/gnus.el (gnus-revision-number): Increment to 04.
414 * lisp/message.el (message-generate-headers): Don't insert
417 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
418 negative number for the 2nd arg of `insert-char'.
420 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
422 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
423 gnus-ja instead of gnus if Japanese environment is on.
425 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
427 * lisp/gnus.el (gnus-revision-number): Increment to 03.
428 (semi-gnus-developers): Remove.
429 (gnus-maintainer): Change mail address.
430 (gnus-group-startup-message): Display version string.
432 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
434 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
435 version string; fix glyph position.
437 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
439 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
440 to previous version until problem of respooling from
441 nnimap to nnml is solved.
442 (gnus-summary-move-article): Ditto.
444 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
446 * lisp/gnus.el (gnus-revision-number): Increment to 02.
448 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
449 value is t before checking for `condition'.
450 (gnus-article-prepare-mime-display): Search for the entity children
451 if the primary type is `multipart'.
453 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
455 * lisp/gnus.el (gnus-revision-number): Increment to 01.
457 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
458 instead of signaling an error if the destination group is not
460 (gnus-summary-move-article): Do nothing if the destination group
461 is not newly created.
463 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
466 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
468 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
469 active entry for the group even if it doesn't exist.
471 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
473 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
475 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
477 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
478 (gnus-revision-number): Clear to 00.
480 * README.T-gnus: Update.
482 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
483 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
485 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
486 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
487 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
488 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
489 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
491 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
493 * lisp/gnus.el (gnus-revision-number): Increment to 07.
495 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
496 smooth scrolling under XEmacs.
497 (gnus-article-next-page):Ditto.
499 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
500 descriptions about the problem of loaddefs.el and the patch for
503 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
505 * lisp/gnus.el (gnus-revision-number): Increment to 06.
507 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
508 `:predicate' for old Emacsen; require `static'.
510 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
511 `:path' and `:predicate'.
513 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
515 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
516 modeline as modified.
518 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
520 * lisp/gnus.el (gnus-revision-number): Increment to 05.
522 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
523 `mime-view-entity' in the modified header under FSF Emacsen.
525 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
527 * README-offline.en: Rewrite the usage description.
528 * README-offline.ja: Ditto.
530 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
532 * lisp/gnus.el (gnus-revision-number): Increment to 04.
534 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
537 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
539 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
540 * README-offline.ja: Ditto.
542 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
544 * lisp/gnus.el (gnus-revision-number): Increment to 03.
546 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
547 the current buffer as modified.
549 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
550 (gnus-offline-get-menu-items): New function.
551 (gnus-offline-define-menu-on-miee): Use it.
552 (gnus-offline-define-menu-on-agent): Ditto.
554 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
556 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
558 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
559 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
560 (pop3-quit): Clear `pop3-uidl-obarray'.
562 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
564 * lisp/gnus.el (gnus-revision-number): Increment to 02.
566 * lisp/gnus-offline.el (gnus-offline-resource-en,
567 gnus-offline-resource-ja,
568 gnus-offline-resource-ja_complete): New variables.
569 (gnus-offline-get-message): News function.
570 (gnus-offline-error-check): Use it.
571 (gnus-offline-connect-server): Ditto.
572 (gnus-offline-get-new-news-function): Ditto.
573 (gnus-offline-set-mail-group-level): Ditto.
574 (gnus-offline-hangup-line): Ditto.
575 (gnus-offline-after-jobs-done): Ditto.
576 (gnus-offline-toggle-auto-hangup): Ditto.
577 (gnus-offline-toggle-on/off-send-mail): Ditto.
578 (gnus-offline-toggle-articles-to-fetch): Ditto.
579 (gnus-offline-empting-spool): Ditto.
580 (gnus-offline-set-interval-time): Ditto.
582 * lisp/gnus-ofsetup.el (gnus-offline-lang,
583 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
585 (gnus-ofsetup-get-message): New function.
586 (gnus-setup-for-offline): Use it.
587 (gnus-ofsetup-find-parameters): Ditto.
588 (gnus-ofsetup-prepapre-for-miee): Ditto.
589 (gnus-ofsetup-completing-read-symbol): Ditto.
590 (gnus-ofsetup-customize): Ditto.
591 (gnus-ofsetup-customize-done): Ditto.
593 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
595 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
596 `isearch-lazy-highlight'.
598 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
600 * lisp/gnus.el (gnus-revision-number): Increment to 01.
602 * lisp/lpath.el (babel-as-string): Bind it.
604 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
605 original X-Face field while searching. It is done for only FSF
607 (gnus-summary-search-article-highlight-matched-text): Ditto.
608 (gnus-summary-search-article-matched-data): Bind it explicitly.
610 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
612 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
613 (gnus-revision-number): Clear to 00.
615 * README.T-gnus: Update.
617 * README: Sync up with Pterodactyl Gnus v0.96.
618 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
619 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
620 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
621 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
622 gnus-agent.el,ChangeLog}: Ditto.
623 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
625 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
627 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
628 don't retrieve any incoming mails.; Don't filter articles here.
629 Use `convert-standard-filename' to generate fresh UIDL file names.
630 (pop3-get-message-numbers): Rewrite.
631 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
632 of `with-temp-buffer'.
634 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
636 * README-offline.ja : Fix.
638 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
641 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
642 requirements; Enclose the autoload for `gnus-custom-mode' with
645 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
647 * lisp/gnus.el (gnus-revision-number): Increment to 15.
649 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
650 for them before lpath.el is loaded. Because lpath.el requires
651 `poe' via `path-util'. [cf. <tm-ja:5051>]
653 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
654 X-Face image if the regexp "^X-Face:" is specified.
655 (gnus-summary-search-article-highlight-matched-text): Use
656 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
657 X-Face image if it is requested.
658 (gnus-summary-search-article-highlight-goto-x-face): New macro.
660 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
662 * lisp/gnus.el (gnus-revision-number): Increment to 14.
664 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
665 recenter the article when touchdown; popup the article buffer if
667 (gnus-summary-search-article-highlight-matched-text): Treat the
668 article before highlighting; use old style backquote syntax.
669 (gnus-summary-search-article-position-point): Fix the beginning
670 position; use old style backquote syntax.
671 (gnus-summary-select-article): Undo the last change.
672 (gnus-summary-display-article): Bind
673 `gnus-summary-search-article-matched-data' in the article buffer
674 locally. It is moved from `gnus-summary-select-article'.
676 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
678 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
679 (clean): Remove formatted info files.
680 (distclean): Just remove Makefile.
682 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
684 * lisp/gnus.el (gnus-revision-number): Increment to 13.
686 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
687 (gnus-agent-fetch-headers): Limit downloadable articles if the
688 number of unread articles exceeds `gnus-agent-large-newsgroup'.
689 (gnus-agent-expire): Do not expire saved or replied articles when
690 `gnus-agent-expire-all' is nil.
692 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
694 (gnus-offline-agent-expire): Check it; Bind
695 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
696 (gnus-offline-after-jobs-done): Don't check
697 `gnus-agent-expire-all'.
699 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
700 `user-login-name' and `user-real-login-name' returns the same
702 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
703 (gnus-ofsetup-update-setting-file): Ditto.
704 (gnus-ofsetup-prepare): New macro.
705 (gnus-setup-for-offline): Use it.
706 (gnus-ofsetup-customize-done): Ditto.
708 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
710 * lisp/gnus.el (gnus-revision-number): Increment to 12.
712 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
713 (gnus-summary-search-article-highlight-matched-text): Rearrange.
714 (gnus-summary-search-article-position-point): New macro.
715 (gnus-summary-search-article-matched-data): Rename from
716 `gnus-summary-search-article-matched-text'.
717 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
718 use `gnus-article-show-all-headers' for exposing the visited
720 (gnus-summary-select-article): Bind
721 `gnus-summary-search-article-matched-data' in the article buffer
724 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
725 if the value of `gnus-inhibit-treatment' is non-nil.
726 (article-toggle-headers): Don't redisplay X-Face if the value of
727 `gnus-inhibit-treatment' is non-nil.
728 (gnus-article-treat-custom): Add new treatment variable `mime'.
730 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
732 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
735 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
736 `gnus-newsgroup-incorporated' explicitly.
738 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
740 * README.semi: Update for the recent a-ftp sites and directories.
741 * README.semi.ja: Ditto.
742 * texi/gnus-faq.texi: Ditto.
743 * texi/gnus-faq-ja.texi: Ditto.
745 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
747 * lisp/gnus.el (gnus-revision-number): Increment to 11.
748 (gnus-summary-incorporated-face): New face spec.
750 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
751 entry about the format specifier `w'.
752 (gnus-group-line-format): Fix documentation.
754 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
755 newly incorporated mails with `gnus-summary-incorporated-face'.
756 (gnus-newsgroup-incorporated): New variable.
757 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
758 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
760 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
762 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
763 `K' if the group has already been subscribed.
765 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
767 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
768 `isearch-lazy-highlight' t in the buffer locally; goto the
769 beginning of the buffer before searching.
771 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
774 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
776 * lisp/gnus.el (gnus-revision-number): Increment to 10.
778 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
779 matched text after the searching is done; call
780 `gnus-summary-select-article' with the args nil and t; bind
781 `gnus-treat-*' to nil.
782 (gnus-summary-search-article-highlight-matched-text): New macro
783 for highlighting matched text. It is bound at the compile time
785 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
786 with the args nil and t; bind `gnus-treat-*' to nil.
788 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
789 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
790 `with-temp-file'; use `insert-file-contents-as-binary' instead of
791 `insert-file-contents'.
793 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
795 * lisp/gnus.el (gnus-revision-number): Increment to 09.
797 * lisp/gnus-offline.el: Fix comments.
798 (TopLevel): Delete the code for emulating custom. Do not inhibit
799 byte-compile-warnings, but hide useless ones.
800 (gnus-offline-dialup-program-arguments): defvar instead of
802 (gnus-offline-hangup-program-arguments): Ditto.
803 (gnus-offline-interval-time): Ditto.
804 (gnus-offline-dialup-program, gnus-offline-hangup-program,
805 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
806 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
808 Set `mail-sources' instead of `nnmail-spool-file'.
809 (gnus-offline-enable-fetch-mail): Ditto.
810 (gnus-offline-toggle-movemail-program): Abolish.
811 (gnus-offline-define-menu-and-key): Modify according to it.
812 (gnus-offline-define-menu-on-miee): Ditto.
813 (gnus-offline-define-menu-on-agent): Ditto.
814 (gnus-offline-message-add-header): Bind temporary variables.
815 (gnus-offline-add-custom-header): Ditto.
816 (gnus-offline-restore-mail-group-level): Ditto.
818 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
819 gnus-offline at the compile time. Do not inhibit
820 byte-compile-warnings.
821 (gnus-setup-for-offline): Really bind all temporary variables.
822 (gnus-ofsetup-write-settting-file): Check if interval is a
824 Use `mail-sources' instead of `nnmail-spool-file'.
825 (gnus-ofsetup-update-setting-file): Redefine as a macro.
826 (gnus-ofsetup-prepare-for-miee): Ditto.
828 * README-offline.en : Update.
829 * README-offline.ja : Ditto.
831 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
833 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
834 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
836 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
838 * lisp/gnus.el (gnus-revision-number): Increment to 08.
840 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
842 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
843 group name with `\N'.
845 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
847 * lisp/gnus.el (gnus-revision-number): Increment to 07.
849 * lisp/pop3.el (pop3-except-header-regexp): New variable.
850 (pop3-movemail): Don't retrieve messages whose headers are
851 matching `pop3-except-header-regexp'.
852 (pop3-top): New function.
853 (pop3-retr): Don't use `save-restriction'.
855 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
857 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
859 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
861 * lisp/gnus.el (gnus-revision-number): Increment to 06.
863 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
864 `gnus-article-next-page' when the last page is not displayed.
865 (mime-preview-over-to-previous-method-alist): Use
866 `gnus-article-prev-page' when the first page is not displayed.
867 (gnus-next-page-map): Use `make-sparse-keymap' instead of
868 `make-keymap'; don't use `suppress-keymap'.
869 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
870 Succeed to the value of the text property `mime-view-situation' in
871 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
872 current local map as a parent under FSF Emacsen.
874 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
876 * lisp/pop3.el (pop3-retr): Undo last change.
878 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
880 * lisp/gnus.el (gnus-revision-number): Increment to 05.
882 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
883 `accept-process-output'; Move point to the end of the normal
885 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
886 (pop3-get-list): Abolish.
887 (pop3-retr): Don't use `save-restriction'.
888 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
889 (pop3-list): Likewise.
891 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
893 * lisp/gnus.el (gnus-revision-number): Increment to 04.
895 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
896 `event-basic-type' instead of `event-button' under FSF Emacsen.
898 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
900 * lisp/gnus.el (gnus-revision-number): Increment to 03.
902 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
904 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
905 `gnus-summary-mode-hook'.
906 (gnus-use-wheel): New variable.
907 (gnus-wheel-scroll-amount): New variable.
908 (gnus-wheel-edge-resistance): New variable.
909 (gnus-wheel-summary-scroll): New function.
910 (gnus-wheel-install): New function.
912 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
914 * lisp/gnus.el (gnus-revision-number): Increment to 02.
916 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
917 `defun' instead of `defsubst'.
918 (make-full-mail-header): Ditto.
920 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
921 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
923 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
925 * lisp/gnus.el (gnus-revision-number): Increment to 01.
927 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
930 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
931 function from Nana-gnus.
932 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
933 (gnus-ofsetup-update-setting-file): Rename from
934 `gnus-ofsetup-write-setting-file'.
935 (gnus-ofsetup-find-parameters): Rename from
936 `gnus-ofsetup-parameters'.
937 (gnus-ofsetup-customize-done): Rewrite.
939 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
941 * pop3.el: Sync up with pop3.el version 2.04.
942 (pop3-leave-mail-on-server): New variable.
943 (pop3-maximum-message-size): New variable.
944 (pop3-uidl-file-name): New variable.
945 (pop3-uidl-support): New variable.
946 (pop3-uidl-obarray): New variable.
947 (pop3-movemail): Check message size on every retrieval.
948 (pop3-open-ssl-stream-1): Use new style macro.
949 (pop3-get-message-numbers): New function.
950 (pop3-get-list): New function.
951 (pop3-get-uidl): New function.
952 (pop3-get-unread-message-numbers): New function.
953 (pop3-save-uidls): New function.
954 (pop3-retr): Use `pop3-get-extended-response'.
955 (pop3-list): New implementation.
956 (pop3-uidl): New function.
957 (pop3-get-extended-response): New function.
959 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
961 * lisp/gnus.el: T-gnus 6.13.0 is released.
963 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
965 * ChangeLog.2: New file, rename from ChangeLog.
967 * lisp/dgnushack.el (TopLevel): Rearrange.
969 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
970 * README.branch: Ditto.
972 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
974 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
975 * texi/message-ja.texi: Ditto.
976 * texi/message.texi: Ditto.
977 * texi/gnus-ja.texi: Ditto.
978 * texi/gnus.texi: Ditto.
979 * README-offline.ja: Ditto.
980 * README-offline.en: Ditto.
981 * README.semi.ja: Ditto.
982 * README.semi: Ditto.
983 * README.T-gnus: Ditto.
985 * t-gnus-6_13: NEW PUBLIC BRANCH.
987 See ChangeLog.2 for earlier changes.