1 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
3 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
4 are removed to fill gnus-version within 80 columns.
6 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
8 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
10 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
12 * lisp/gnus.el (gnus-revision-number): Increment to 05.
14 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
17 * lisp/gnus-util.el (gnus-union): New function.
19 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
20 `copy-sequence' instead of `copy-list'.
21 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
23 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
25 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
27 * lisp/gnus.el (gnus-revision-number): Increment to 04.
29 * lisp/dgnushack.el (union, copy-list): New compiler macros for
30 emulating cl functions.
32 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
34 * lisp/gnus.el (gnus-revision-number): Increment to 03.
35 (gnus-select-method): Use `condition-case' instead of
38 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
39 instead of `ignore-errors'.
41 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
43 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
44 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
45 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
46 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
47 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
48 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
49 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
50 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
51 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
52 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
54 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
56 * lisp/gnus.el (gnus-revision-number): Increment to 02.
58 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
59 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
60 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
61 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
62 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
63 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
64 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
65 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
66 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
67 Require `cl' at the top level.
69 * lisp/gnus.el (gnus-select-method): Undo last change.
70 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
71 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
73 * lisp/gnus-ems.el (gnus-split-string): Remove.
75 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
77 * lisp/pop3.el: Add description about STLS extension; add autoload
78 setting for `starttls-open-stream' and `starttls-negotiate'.
79 (pop3-stls): New function.
80 (pop3-open-tls-stream): New function.
81 (pop3-open-server): Use `pop3-open-tls-stream' if
82 'pop3-connection-type' is bound to `tls'.
84 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
86 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
87 and `starttls-negotiate'.
88 (imap-stream-alist): Add TLS entry.
89 (imap-tls-p): New function.
90 (imap-tls-open): New function.
91 (imap-ssl-open): Enclose `open-ssl-stream' with
94 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
96 * lisp/gnus.el (gnus-revision-number): Increment to 01.
97 (gnus-select-method): Use `condition-case' instead of
100 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
103 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
104 `coding' and `noerror' for the stopgaps.
106 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
107 `coding' and `noerror'.
108 (function-max-args): Maybe-fbind for FSF Emacsen.
110 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
111 as `binary' if possible.
112 (imap-log): Default to nil (synched with pgnus 0.99).
113 (base64-decode-string): Autoload "mel" instead of "base64".
114 (md5): Autoload "md5" without `eval-and-compile'.
116 * lisp/gnus-util.el (copy-list): New function defined by
119 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
120 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
122 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
123 instead of `ignore-errors'.
125 * lisp/gnus-picon.el: Require `cl'.
127 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
128 gnus-offline.el} (cl): Enclose the requiring procedure with
131 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
132 procedure with `eval-when-compile' instead of `eval-and-compile'.
134 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
136 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
137 Use mail-sources instead of nnmail-spool-file.
138 From: Toshiaki -PCX- Tanaka.
140 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
142 * lisp/gnus.el (gnus-group-startup-message): Insert space before
144 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
146 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
148 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
149 (gnus-revision-number): Clear to 00.
151 * README.T-gnus: Update.
153 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
154 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
155 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
156 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
157 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
158 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
160 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
162 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
165 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
167 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
169 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
170 `message-save-drafts' instead of `set-buffer-modified-p' and
172 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
173 because the reply data is lost in Drafts.
174 * lisp/gnus-art.el (gnus-signature-face): Don't check
177 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
179 * lisp/pop3.el (pop3-progress-message): New function.
180 (pop3-movemail): Use it.
182 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
184 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
185 `gnus-following-method'.
187 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
188 wide reply as a mail if the message is not a news; use the macro
189 `gnus-setup-message'.
191 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
193 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
195 * lisp/gnus.el (gnus-revision-number): Increment to 14.
196 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
197 function `gnus-smiley-display'.
199 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
200 `window-system' is nil.
201 (gnus-article-x-face-command): Default to external command if
202 `window-system' is nil.
204 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
206 * lisp/gnus.el (gnus-revision-number): Increment to 13.
207 (TopLevel): Rearrange autoload settings.
209 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
212 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
213 "Toggle smileys" in "Washing" menu.
214 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
216 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
217 (smiley-toggle-buffer): New function.
218 (smiley-buffer): Don't quote the function.
219 (smiley-toggle-extents): Ditto.
221 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
223 * lisp/gnus.el (gnus-revision-number): Increment to 12.
224 (TopLevel): Add and delete autoloads for functions defined in
225 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
227 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
230 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
231 `gnus-custom-mode' defined in "gnus-cus".
233 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
235 * lisp/gnus.el (gnus-revision-number): Increment to 11.
237 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
238 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
241 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
243 * lisp/gnus.el (gnus-revision-number): Increment to 10.
244 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
245 functions `x-face-mule-gnus-article-display-x-face' and
248 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
250 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
251 `gnus-mule-group-startup-message'.
252 (gnus-mule-group-startup-message): Remove.
253 (gnus-mule-bitmap-image-file): Remove.
255 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
256 ordinary text if the feature `smiley-mule' is provided and FSF
258 (TopLevel): Require `static' at the compile time.
260 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
261 `mime-display-text/plain-hook' to nil.
262 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
263 treat the next entity position as a marker.
264 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
265 `gnus-smiley-display' under FSF Emacsen.
266 (gnus-treat-display-smileys): Default to t if the module
267 `smiley-mule' is installed.
268 (gnus-treat-display-xface): Default to `head' if the value of
269 `gnus-article-x-face-command' is
270 `x-face-mule-gnus-article-display-x-face'.
271 (gnus-article-x-face-command): Default to
272 `x-face-mule-gnus-article-display-x-face' if the module
273 `x-face-mule' is installed.
274 (TopLevel): Require `static' first; require `path-util'.
276 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
278 * lisp/gnus.el (gnus-revision-number): Increment to 09.
280 * lisp/message.el (message-mode): Make
281 `message-font-lock-last-position' as buffer local.
282 (message-font-lock-keywords-2): Use
283 `message-font-lock-cited-text-matcher' instead of regexp.
284 (message-font-lock-cited-text-matcher): New function.
285 (font-lock-after-change-function): Advice to the keep last cursor
286 position in `message-font-lock-last-position' before fontifying.
287 (message-font-lock-last-position): New variable.
288 (message-font-lock-citation-name-max-column): New variable.
289 (message-font-lock-cited-text-regexp): New variable.
290 (message-font-lock-fence-close-position): New variable.
291 (message-font-lock-fence-open-position): New variable.
292 (message-font-lock-fence-close-regexp): New variable.
293 (message-font-lock-fence-open-regexp): New variables.
295 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
297 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
298 using `message-font-lock-keywords', `message-font-lock-keywords-1'
299 and `message-font-lock-keywords-2'.
300 (message-font-lock-keywords): Restruct.
301 (message-font-lock-keywords-1): New variable split from
302 `message-font-lock-keywords'.
303 (message-font-lock-keywords-2): Ditto.
305 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
307 * lisp/gnus.el (gnus-revision-number): Increment to 08.
309 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
310 before highlighting or hiding it.
311 (gnus-article-buttonize-signature): New function.
312 (gnus-article-highlight-signature): Don't buttonize.
313 (gnus-treatment-function-alist): Undo the last change.
314 (gnus-treat-emphasize): Default to nil.
316 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
318 * lisp/gnus.el (gnus-revision-number): Increment to 07.
319 (TopLevel): Autoload "gnus-art" for the function
320 `gnus-article-show-all'.
322 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
323 hidden text if the command `gnus-summary-toggle-mime' is used.
325 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
327 (gnus-article-highlight-signature): Work for forwarded messages.
328 (gnus-article-show-all): New function based on `article-show-all'.
329 (gnus-article-show-all-headers): Based on
330 `article-show-all-headers'.
331 (article-show-all-headers): New function to show all *HEADERS*.
332 (article-show-all): Show *ALL* literally.
333 (article-hide-signature): Work for forwarded messages.
334 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
335 off after `gnus-treat-highlight-signature'.
337 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
339 * lisp/gnus.el (gnus-revision-number): Increment to 06.
341 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
342 against forwarded messages without MIME structure.
343 (gnus-treatment-function-alist): Move
344 'gnus-treat-decode-article-as-default-mime-charset' to the top;
345 put `gnus-treat-emphasize' off after
346 `gnus-treat-highlight-headers'.
348 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
350 * lisp/gnus.el (gnus-revision-number): Increment to 05.
352 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
354 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
355 argument is list or not before condition.
357 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
359 * lisp/gnus-art.el (gnus-treat-predicate): Work for
362 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
364 * lisp/gnus-art.el (gnus-article-prepare-display):
365 Pass argument nil as a condition to gnus-treat-article.
366 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
367 Ditto. Also, treat last part of multipart article correctly.
369 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
371 * lisp/gnus.el (gnus-revision-number): Increment to 04.
373 * lisp/message.el (message-generate-headers): Don't insert
376 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
377 negative number for the 2nd arg of `insert-char'.
379 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
381 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
382 gnus-ja instead of gnus if Japanese environment is on.
384 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
386 * lisp/gnus.el (gnus-revision-number): Increment to 03.
387 (semi-gnus-developers): Remove.
388 (gnus-maintainer): Change mail address.
389 (gnus-group-startup-message): Display version string.
391 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
393 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
394 version string; fix glyph position.
396 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
398 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
399 to previous version until problem of respooling from
400 nnimap to nnml is solved.
401 (gnus-summary-move-article): Ditto.
403 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
405 * lisp/gnus.el (gnus-revision-number): Increment to 02.
407 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
408 value is t before checking for `condition'.
409 (gnus-article-prepare-mime-display): Search for the entity children
410 if the primary type is `multipart'.
412 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
414 * lisp/gnus.el (gnus-revision-number): Increment to 01.
416 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
417 instead of signaling an error if the destination group is not
419 (gnus-summary-move-article): Do nothing if the destination group
420 is not newly created.
422 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
425 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
427 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
428 active entry for the group even if it doesn't exist.
430 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
432 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
434 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
436 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
437 (gnus-revision-number): Clear to 00.
439 * README.T-gnus: Update.
441 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
442 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
444 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
445 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
446 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
447 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
448 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
450 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
452 * lisp/gnus.el (gnus-revision-number): Increment to 07.
454 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
455 smooth scrolling under XEmacs.
456 (gnus-article-next-page):Ditto.
458 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
459 descriptions about the problem of loaddefs.el and the patch for
462 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
464 * lisp/gnus.el (gnus-revision-number): Increment to 06.
466 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
467 `:predicate' for old Emacsen; require `static'.
469 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
470 `:path' and `:predicate'.
472 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
474 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
475 modeline as modified.
477 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
479 * lisp/gnus.el (gnus-revision-number): Increment to 05.
481 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
482 `mime-view-entity' in the modified header under FSF Emacsen.
484 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
486 * README-offline.en: Rewrite the usage description.
487 * README-offline.ja: Ditto.
489 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
491 * lisp/gnus.el (gnus-revision-number): Increment to 04.
493 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
496 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
498 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
499 * README-offline.ja: Ditto.
501 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
503 * lisp/gnus.el (gnus-revision-number): Increment to 03.
505 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
506 the current buffer as modified.
508 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
509 (gnus-offline-get-menu-items): New function.
510 (gnus-offline-define-menu-on-miee): Use it.
511 (gnus-offline-define-menu-on-agent): Ditto.
513 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
515 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
517 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
518 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
519 (pop3-quit): Clear `pop3-uidl-obarray'.
521 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
523 * lisp/gnus.el (gnus-revision-number): Increment to 02.
525 * lisp/gnus-offline.el (gnus-offline-resource-en,
526 gnus-offline-resource-ja,
527 gnus-offline-resource-ja_complete): New variables.
528 (gnus-offline-get-message): News function.
529 (gnus-offline-error-check): Use it.
530 (gnus-offline-connect-server): Ditto.
531 (gnus-offline-get-new-news-function): Ditto.
532 (gnus-offline-set-mail-group-level): Ditto.
533 (gnus-offline-hangup-line): Ditto.
534 (gnus-offline-after-jobs-done): Ditto.
535 (gnus-offline-toggle-auto-hangup): Ditto.
536 (gnus-offline-toggle-on/off-send-mail): Ditto.
537 (gnus-offline-toggle-articles-to-fetch): Ditto.
538 (gnus-offline-empting-spool): Ditto.
539 (gnus-offline-set-interval-time): Ditto.
541 * lisp/gnus-ofsetup.el (gnus-offline-lang,
542 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
544 (gnus-ofsetup-get-message): New function.
545 (gnus-setup-for-offline): Use it.
546 (gnus-ofsetup-find-parameters): Ditto.
547 (gnus-ofsetup-prepapre-for-miee): Ditto.
548 (gnus-ofsetup-completing-read-symbol): Ditto.
549 (gnus-ofsetup-customize): Ditto.
550 (gnus-ofsetup-customize-done): Ditto.
552 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
554 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
555 `isearch-lazy-highlight'.
557 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
559 * lisp/gnus.el (gnus-revision-number): Increment to 01.
561 * lisp/lpath.el (babel-as-string): Bind it.
563 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
564 original X-Face field while searching. It is done for only FSF
566 (gnus-summary-search-article-highlight-matched-text): Ditto.
567 (gnus-summary-search-article-matched-data): Bind it explicitly.
569 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
571 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
572 (gnus-revision-number): Clear to 00.
574 * README.T-gnus: Update.
576 * README: Sync up with Pterodactyl Gnus v0.96.
577 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
578 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
579 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
580 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
581 gnus-agent.el,ChangeLog}: Ditto.
582 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
584 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
586 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
587 don't retrieve any incoming mails.; Don't filter articles here.
588 Use `convert-standard-filename' to generate fresh UIDL file names.
589 (pop3-get-message-numbers): Rewrite.
590 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
591 of `with-temp-buffer'.
593 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
595 * README-offline.ja : Fix.
597 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
600 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
601 requirements; Enclose the autoload for `gnus-custom-mode' with
604 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
606 * lisp/gnus.el (gnus-revision-number): Increment to 15.
608 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
609 for them before lpath.el is loaded. Because lpath.el requires
610 `poe' via `path-util'. [cf. <tm-ja:5051>]
612 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
613 X-Face image if the regexp "^X-Face:" is specified.
614 (gnus-summary-search-article-highlight-matched-text): Use
615 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
616 X-Face image if it is requested.
617 (gnus-summary-search-article-highlight-goto-x-face): New macro.
619 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
621 * lisp/gnus.el (gnus-revision-number): Increment to 14.
623 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
624 recenter the article when touchdown; popup the article buffer if
626 (gnus-summary-search-article-highlight-matched-text): Treat the
627 article before highlighting; use old style backquote syntax.
628 (gnus-summary-search-article-position-point): Fix the beginning
629 position; use old style backquote syntax.
630 (gnus-summary-select-article): Undo the last change.
631 (gnus-summary-display-article): Bind
632 `gnus-summary-search-article-matched-data' in the article buffer
633 locally. It is moved from `gnus-summary-select-article'.
635 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
637 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
638 (clean): Remove formatted info files.
639 (distclean): Just remove Makefile.
641 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
643 * lisp/gnus.el (gnus-revision-number): Increment to 13.
645 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
646 (gnus-agent-fetch-headers): Limit downloadable articles if the
647 number of unread articles exceeds `gnus-agent-large-newsgroup'.
648 (gnus-agent-expire): Do not expire saved or replied articles when
649 `gnus-agent-expire-all' is nil.
651 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
653 (gnus-offline-agent-expire): Check it; Bind
654 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
655 (gnus-offline-after-jobs-done): Don't check
656 `gnus-agent-expire-all'.
658 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
659 `user-login-name' and `user-real-login-name' returns the same
661 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
662 (gnus-ofsetup-update-setting-file): Ditto.
663 (gnus-ofsetup-prepare): New macro.
664 (gnus-setup-for-offline): Use it.
665 (gnus-ofsetup-customize-done): Ditto.
667 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
669 * lisp/gnus.el (gnus-revision-number): Increment to 12.
671 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
672 (gnus-summary-search-article-highlight-matched-text): Rearrange.
673 (gnus-summary-search-article-position-point): New macro.
674 (gnus-summary-search-article-matched-data): Rename from
675 `gnus-summary-search-article-matched-text'.
676 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
677 use `gnus-article-show-all-headers' for exposing the visited
679 (gnus-summary-select-article): Bind
680 `gnus-summary-search-article-matched-data' in the article buffer
683 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
684 if the value of `gnus-inhibit-treatment' is non-nil.
685 (article-toggle-headers): Don't redisplay X-Face if the value of
686 `gnus-inhibit-treatment' is non-nil.
687 (gnus-article-treat-custom): Add new treatment variable `mime'.
689 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
691 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
694 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
695 `gnus-newsgroup-incorporated' explicitly.
697 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
699 * README.semi: Update for the recent a-ftp sites and directories.
700 * README.semi.ja: Ditto.
701 * texi/gnus-faq.texi: Ditto.
702 * texi/gnus-faq-ja.texi: Ditto.
704 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
706 * lisp/gnus.el (gnus-revision-number): Increment to 11.
707 (gnus-summary-incorporated-face): New face spec.
709 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
710 entry about the format specifier `w'.
711 (gnus-group-line-format): Fix documentation.
713 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
714 newly incorporated mails with `gnus-summary-incorporated-face'.
715 (gnus-newsgroup-incorporated): New variable.
716 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
717 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
719 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
721 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
722 `K' if the group has already been subscribed.
724 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
726 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
727 `isearch-lazy-highlight' t in the buffer locally; goto the
728 beginning of the buffer before searching.
730 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
733 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
735 * lisp/gnus.el (gnus-revision-number): Increment to 10.
737 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
738 matched text after the searching is done; call
739 `gnus-summary-select-article' with the args nil and t; bind
740 `gnus-treat-*' to nil.
741 (gnus-summary-search-article-highlight-matched-text): New macro
742 for highlighting matched text. It is bound at the compile time
744 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
745 with the args nil and t; bind `gnus-treat-*' to nil.
747 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
748 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
749 `with-temp-file'; use `insert-file-contents-as-binary' instead of
750 `insert-file-contents'.
752 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
754 * lisp/gnus.el (gnus-revision-number): Increment to 09.
756 * lisp/gnus-offline.el: Fix comments.
757 (TopLevel): Delete the code for emulating custom. Do not inhibit
758 byte-compile-warnings, but hide useless ones.
759 (gnus-offline-dialup-program-arguments): defvar instead of
761 (gnus-offline-hangup-program-arguments): Ditto.
762 (gnus-offline-interval-time): Ditto.
763 (gnus-offline-dialup-program, gnus-offline-hangup-program,
764 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
765 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
767 Set `mail-sources' instead of `nnmail-spool-file'.
768 (gnus-offline-enable-fetch-mail): Ditto.
769 (gnus-offline-toggle-movemail-program): Abolish.
770 (gnus-offline-define-menu-and-key): Modify according to it.
771 (gnus-offline-define-menu-on-miee): Ditto.
772 (gnus-offline-define-menu-on-agent): Ditto.
773 (gnus-offline-message-add-header): Bind temporary variables.
774 (gnus-offline-add-custom-header): Ditto.
775 (gnus-offline-restore-mail-group-level): Ditto.
777 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
778 gnus-offline at the compile time. Do not inhibit
779 byte-compile-warnings.
780 (gnus-setup-for-offline): Really bind all temporary variables.
781 (gnus-ofsetup-write-settting-file): Check if interval is a
783 Use `mail-sources' instead of `nnmail-spool-file'.
784 (gnus-ofsetup-update-setting-file): Redefine as a macro.
785 (gnus-ofsetup-prepare-for-miee): Ditto.
787 * README-offline.en : Update.
788 * README-offline.ja : Ditto.
790 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
792 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
793 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
795 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
797 * lisp/gnus.el (gnus-revision-number): Increment to 08.
799 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
801 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
802 group name with `\N'.
804 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
806 * lisp/gnus.el (gnus-revision-number): Increment to 07.
808 * lisp/pop3.el (pop3-except-header-regexp): New variable.
809 (pop3-movemail): Don't retrieve messages whose headers are
810 matching `pop3-except-header-regexp'.
811 (pop3-top): New function.
812 (pop3-retr): Don't use `save-restriction'.
814 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
816 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
818 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
820 * lisp/gnus.el (gnus-revision-number): Increment to 06.
822 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
823 `gnus-article-next-page' when the last page is not displayed.
824 (mime-preview-over-to-previous-method-alist): Use
825 `gnus-article-prev-page' when the first page is not displayed.
826 (gnus-next-page-map): Use `make-sparse-keymap' instead of
827 `make-keymap'; don't use `suppress-keymap'.
828 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
829 Succeed to the value of the text property `mime-view-situation' in
830 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
831 current local map as a parent under FSF Emacsen.
833 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
835 * lisp/pop3.el (pop3-retr): Undo last change.
837 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
839 * lisp/gnus.el (gnus-revision-number): Increment to 05.
841 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
842 `accept-process-output'; Move point to the end of the normal
844 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
845 (pop3-get-list): Abolish.
846 (pop3-retr): Don't use `save-restriction'.
847 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
848 (pop3-list): Likewise.
850 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
852 * lisp/gnus.el (gnus-revision-number): Increment to 04.
854 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
855 `event-basic-type' instead of `event-button' under FSF Emacsen.
857 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
859 * lisp/gnus.el (gnus-revision-number): Increment to 03.
861 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
863 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
864 `gnus-summary-mode-hook'.
865 (gnus-use-wheel): New variable.
866 (gnus-wheel-scroll-amount): New variable.
867 (gnus-wheel-edge-resistance): New variable.
868 (gnus-wheel-summary-scroll): New function.
869 (gnus-wheel-install): New function.
871 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
873 * lisp/gnus.el (gnus-revision-number): Increment to 02.
875 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
876 `defun' instead of `defsubst'.
877 (make-full-mail-header): Ditto.
879 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
880 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
882 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
884 * lisp/gnus.el (gnus-revision-number): Increment to 01.
886 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
889 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
890 function from Nana-gnus.
891 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
892 (gnus-ofsetup-update-setting-file): Rename from
893 `gnus-ofsetup-write-setting-file'.
894 (gnus-ofsetup-find-parameters): Rename from
895 `gnus-ofsetup-parameters'.
896 (gnus-ofsetup-customize-done): Rewrite.
898 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
900 * pop3.el: Sync up with pop3.el version 2.04.
901 (pop3-leave-mail-on-server): New variable.
902 (pop3-maximum-message-size): New variable.
903 (pop3-uidl-file-name): New variable.
904 (pop3-uidl-support): New variable.
905 (pop3-uidl-obarray): New variable.
906 (pop3-movemail): Check message size on every retrieval.
907 (pop3-open-ssl-stream-1): Use new style macro.
908 (pop3-get-message-numbers): New function.
909 (pop3-get-list): New function.
910 (pop3-get-uidl): New function.
911 (pop3-get-unread-message-numbers): New function.
912 (pop3-save-uidls): New function.
913 (pop3-retr): Use `pop3-get-extended-response'.
914 (pop3-list): New implementation.
915 (pop3-uidl): New function.
916 (pop3-get-extended-response): New function.
918 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
920 * lisp/gnus.el: T-gnus 6.13.0 is released.
922 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
924 * ChangeLog.2: New file, rename from ChangeLog.
926 * lisp/dgnushack.el (TopLevel): Rearrange.
928 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
929 * README.branch: Ditto.
931 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
933 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
934 * texi/message-ja.texi: Ditto.
935 * texi/message.texi: Ditto.
936 * texi/gnus-ja.texi: Ditto.
937 * texi/gnus.texi: Ditto.
938 * README-offline.ja: Ditto.
939 * README-offline.en: Ditto.
940 * README.semi.ja: Ditto.
941 * README.semi: Ditto.
942 * README.T-gnus: Ditto.
944 * t-gnus-6_13: NEW PUBLIC BRANCH.
946 See ChangeLog.2 for earlier changes.