1 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
3 * lisp/gnus.el (gnus-revision-number): Increment to 10.
5 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
6 call too many `static-if's.
8 * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
9 `make-symbolic-link' is not availabe.
11 * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
13 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
15 * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
16 the original `gnus-agent-toggle-plugged'.
18 * lisp/mail-source.el (mail-source-fetch-imap): Don't create
19 multiple temporary buffers, and don't kill one.
21 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
23 * lisp/gnus.el (gnus-revision-number): Increment to 09.
25 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
26 optional argument `force'. Use `read-file-name' instead of
27 `read-directory-name'.
29 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
31 * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
33 * lisp/gnus-agent.el (gnus): Give up to advise here.
34 (gnus-group-get-new-news): New advice instead.
36 * lisp/gnus-offline.el (gnus-offline-setup): Call
37 `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
39 (gnus-offline-define-menu-and-key): Simplify.
40 (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
43 * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
44 `gnus-offline-setting-file'.
45 (gnus-nntp-service): Set this variable here, not in
46 `gnus-offline-setting-file'
47 (gnus-nntp-server): Ditto.
48 (gnus-after-getting-new-news-hook): Ditto.
49 (message-send-hook): Ditto.
50 (mail-source-read-passwd): Ditto.
51 (gnus-setup-news-hook): Ditto.
52 (gnus-setup-for-offline): Now one can get mails from `imap',
53 `file', `directory' or `maildir'.
55 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
56 Ignore non-POP mail sources.
58 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
60 * lisp/gnus.el (gnus-revision-number): Increment to 07.
62 * lisp/gnus-util.el (gnus-union): Remove.
63 (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
65 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
66 instead of `gnus-union'.
68 1999-12-10 A.Hitachi <a_hitachi@msi.biglobe.ne.jp>
69 Katsumi Yamaoka <yamaoka@jpl.org>
71 * lisp/dgnushack.el (union): New compiler macro for emulating cl
74 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
76 * lisp/gnus-util.el: Require `gnus-ems'.
77 (gnus-ems-redefine): Call it to redefine the functions
78 `gnus-truncate-string', etc.
79 (gnus-union): Fix doc string.
81 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
83 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
85 * lisp/gnus.el (gnus-revision-number): Increment to 06.
87 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
89 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
90 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
92 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
94 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
96 (mapc): Bug fix - treat the last arg as a list.
98 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
100 * lisp/gnus.el (gnus-revision-number): Increment to 05.
102 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
103 modeline "Plugged" status display with the value of
106 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
108 (gnus-offline-set-online-sendmail-function): defsubst.
109 (gnus-offline-set-offline-sendmail-function): Ditto.
110 (gnus-offline-set-offline-post-news-function): Ditto.
111 (gnus-offline-set-online-post-news-function): Ditto.
112 (gnus-offline-disable-fetch-mail): Ditto.
113 (gnus-offline-enable-fetch-mail): Ditto.
114 (gnus-offline-setup): Fix typo.
115 (gnus-offline-gnus-get-new-news): Abolish.
116 (gnus-offline-toggle-plugged): Ditto.
117 (gnus-offline-agent-expire): Ditto.
118 (gnus-group-get-new-news): New advice which does things
119 `gnus-offline-gnus-get-new-news' was doing.
120 (gnus-agent-toggle-plugged): New advice which does thing
121 `gnus-offline-toggle-plugged' was doing.
122 (gnus-agent-expire): New advice which does things
123 `gnus-offline-agent-expire' was doing.
124 (gnus-offline-define-menu-and-key): No longer substitute key
125 definitions on `gnus-group-mode-map'. No longer swap commands for
127 (gnus-offline-after-get-new-news): Do jobs only when
130 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
133 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
135 * lisp/message.el (message-yank-add-new-references): Fix doc string.
137 * texi/{message-ja.texi, message.texi}
138 (message-list-references-add-position,
139 message-yank-add-new-references): Add documentations.
141 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
143 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
144 `gnus-offline-get-message'.
146 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
147 `gnus-ofsetup-get-message'.
149 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
151 * lisp/gnus.el (gnus-revision-number): Increment to 04.
152 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
154 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
155 `get-text-property' in the outside of the boundary.
156 (gnus-article-smiley-display): New function.
157 (gnus-treatment-function-alist): Use it.
159 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
160 the bug fixed version rigidly instead of the use of `defadvice'.
162 * lisp/message.el (font-lock-after-change-function): Don't use
163 `compile' for the arg of `defadvice'.
165 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
167 * lisp/message.el (message-yank-add-new-references): New option
168 value `message-id-only'.
169 (message-yank-original): Likewise.
170 (message-list-references-add-position): New user option.
171 (message-list-references): When
172 `message-list-references-add-position' is integer value, the order
173 of designate number message-ids is kept.
175 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
177 * lisp/gnus.el (gnus-revision-number): Increment to 03.
179 * lisp/gnus-offline.el (gnus): Don't advise here.
180 (TopLevel): Call `gnus-offline-define-menu-and-key'.
181 (gnus-offline-setup): Don't call
182 `gnus-offline-define-menu-and-key' here.
184 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
185 rely on `gnus-load-hook'.
186 (gnus): New advice. Call `gnus-offline-setup' when everything is
189 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
190 at the compile time. Use `gnus-alive-p'.
192 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
194 * lisp/gnus.el (gnus-revision-number): Increment to 02.
196 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
197 don't use `byte-defop-compiler'.
198 (byte-optimize-form-code-walker): Advise it for fixing the bug in
199 and/or forms. The original idea is devised by FUKUI-san, modified
201 (max-specpdl-size): Set 3000.
203 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
205 * lisp/gnus.el (gnus-revision-number): Increment to 01.
207 * lisp/gnus-offline.el (gnus): New advice. synchronize
208 `gnus-offline-connected' with `gnus-plugged'.
210 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
212 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
213 (gnus-revision-number): Clear to 00.
215 * README.branch.ja: Update for t-gnus-6_14 branch.
216 * README.branch: Ditto.
217 * README.T-gnus: Ditto.
218 * README.semi.ja: Ditto.
219 * README.semi: Ditto.
221 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
222 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
223 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
224 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
225 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
227 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
228 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
231 * t-gnus-6_14: NEW PUBLIC BRANCH.
233 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
234 Katsumi Yamaoka <yamaoka@jpl.org>
236 * lisp/gnus.el (gnus-revision-number): Increment to 01.
238 * lisp/dgnushack.el (char-before): Use compiler macro instead of
240 (char-after): Comment out the byte-optimization.
242 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
243 New functions. They are identical to the built-in codec if
244 possible, otherwise the functions defined in mel are used.
245 (imap-cram-md5-auth): Use them.
247 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
249 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
250 and `base64-encode-string'.
252 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
254 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
255 (gnus-revision-number): Clear to 00.
257 * README.T-gnus: Update.
259 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
261 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
262 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
263 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
264 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
265 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
266 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
267 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
268 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
269 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
270 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
272 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
275 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
276 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
279 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
281 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
282 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
283 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
284 (gnus-after-getting-new-news-hook): Ditto.
286 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
288 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
290 * lisp/gnus.el (gnus-revision-number): Increment to 10.
292 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
293 char with old Emacsen as well.
295 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
297 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
298 appears in the backquoted form.
299 (gnus-category-edit-score): Ditto.
301 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
302 appears in the backquoted form.
304 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
306 * lisp/gnus.el (gnus-revision-number): Increment to 09.
308 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
310 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
311 defined. If not, call `easy-menu-create-keymaps'.
313 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
315 * lisp/gnus.el (gnus-revision-number): Increment to 08.
317 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
318 "static" at the compile time.
319 (gnus-offline-hangup-function): Abolish.
320 (gnus-offline-auto-ppp): New variable.
321 (gnus-offline-gnus-get-new-news): Refer to it.
322 (gnus-offline-set-unplugged-state): Ditto.
323 (gnus-offline-set-auto-ppp): New function. It replaces the
324 function `gnus-offline-toggle-auto-hangup'.
325 (gnus-offline-toggle-auto-hangup): Abolish.
326 (gnus-offline-define-menu-and-key): Use `static-if' and
328 (gnus-offline-popup-menu): Do not define this function under XEmacs.
329 (gnus-offline-popup): New function.
331 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
332 (gnus-ofsetup-resource-en): Fix doc strings.
333 (gnus-ofsetup-resource-ja): Ditto.
335 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
337 * lisp/gnus.el (gnus-revision-number): Increment to 07.
339 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
340 Pterodactyl Gnus v0.98.
342 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
344 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
346 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
348 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
349 `car' and `cdr' instead of `cadr'.
351 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
352 instead of `push'; use `if' instead of `when'.
354 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
356 (gnus-useful-groups): Use `or' instead of `unless'.
358 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
361 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
363 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
364 `when' in the body of `defadvice'. Use `if' instead.
366 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
369 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
371 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
372 the macro `when' in the arg of `defcustom'. Use `if' instead.
374 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
376 * lisp/gnus.el (gnus-revision-number): Increment to 06.
378 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
379 `next-single-property-change' LIMIT as `point-max'.
380 (gnus-article-prepare-mime-display): Ditto.
381 (article-hide-signature): Ditto.
383 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
385 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
386 are removed to fill gnus-version within 80 columns.
388 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
390 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
392 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
394 * lisp/gnus.el (gnus-revision-number): Increment to 05.
396 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
399 * lisp/gnus-util.el (gnus-union): New function.
401 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
402 `copy-sequence' instead of `copy-list'.
403 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
405 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
407 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
409 * lisp/gnus.el (gnus-revision-number): Increment to 04.
411 * lisp/dgnushack.el (union, copy-list): New compiler macros for
412 emulating cl functions.
414 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
416 * lisp/gnus.el (gnus-revision-number): Increment to 03.
417 (gnus-select-method): Use `condition-case' instead of
420 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
421 instead of `ignore-errors'.
423 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
425 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
426 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
427 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
428 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
429 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
430 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
431 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
432 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
433 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
434 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
436 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
438 * lisp/gnus.el (gnus-revision-number): Increment to 02.
440 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
441 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
442 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
443 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
444 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
445 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
446 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
447 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
448 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
449 Require `cl' at the top level.
451 * lisp/gnus.el (gnus-select-method): Undo last change.
452 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
453 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
455 * lisp/gnus-ems.el (gnus-split-string): Remove.
457 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
459 * lisp/pop3.el: Add description about STLS extension; add autoload
460 setting for `starttls-open-stream' and `starttls-negotiate'.
461 (pop3-stls): New function.
462 (pop3-open-tls-stream): New function.
463 (pop3-open-server): Use `pop3-open-tls-stream' if
464 'pop3-connection-type' is bound to `tls'.
466 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
468 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
469 and `starttls-negotiate'.
470 (imap-stream-alist): Add TLS entry.
471 (imap-tls-p): New function.
472 (imap-tls-open): New function.
473 (imap-ssl-open): Enclose `open-ssl-stream' with
476 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
478 * lisp/gnus.el (gnus-revision-number): Increment to 01.
479 (gnus-select-method): Use `condition-case' instead of
482 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
485 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
486 `coding' and `noerror' for the stopgaps.
488 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
489 `coding' and `noerror'.
490 (function-max-args): Maybe-fbind for FSF Emacsen.
492 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
493 as `binary' if possible.
494 (imap-log): Default to nil (synched with pgnus 0.99).
495 (base64-decode-string): Autoload "mel" instead of "base64".
496 (md5): Autoload "md5" without `eval-and-compile'.
498 * lisp/gnus-util.el (copy-list): New function defined by
501 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
502 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
504 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
505 instead of `ignore-errors'.
507 * lisp/gnus-picon.el: Require `cl'.
509 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
510 gnus-offline.el} (cl): Enclose the requiring procedure with
513 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
514 procedure with `eval-when-compile' instead of `eval-and-compile'.
516 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
518 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
519 Use mail-sources instead of nnmail-spool-file.
520 From: Toshiaki -PCX- Tanaka.
522 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
524 * lisp/gnus.el (gnus-group-startup-message): Insert space before
526 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
528 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
530 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
531 (gnus-revision-number): Clear to 00.
533 * README.T-gnus: Update.
535 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
536 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
537 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
538 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
539 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
540 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
542 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
544 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
547 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
549 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
551 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
552 `message-save-drafts' instead of `set-buffer-modified-p' and
554 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
555 because the reply data is lost in Drafts.
556 * lisp/gnus-art.el (gnus-signature-face): Don't check
559 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
561 * lisp/pop3.el (pop3-progress-message): New function.
562 (pop3-movemail): Use it.
564 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
566 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
567 `gnus-following-method'.
569 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
570 wide reply as a mail if the message is not a news; use the macro
571 `gnus-setup-message'.
573 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
575 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
577 * lisp/gnus.el (gnus-revision-number): Increment to 14.
578 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
579 function `gnus-smiley-display'.
581 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
582 `window-system' is nil.
583 (gnus-article-x-face-command): Default to external command if
584 `window-system' is nil.
586 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
588 * lisp/gnus.el (gnus-revision-number): Increment to 13.
589 (TopLevel): Rearrange autoload settings.
591 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
594 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
595 "Toggle smileys" in "Washing" menu.
596 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
598 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
599 (smiley-toggle-buffer): New function.
600 (smiley-buffer): Don't quote the function.
601 (smiley-toggle-extents): Ditto.
603 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
605 * lisp/gnus.el (gnus-revision-number): Increment to 12.
606 (TopLevel): Add and delete autoloads for functions defined in
607 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
609 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
612 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
613 `gnus-custom-mode' defined in "gnus-cus".
615 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
617 * lisp/gnus.el (gnus-revision-number): Increment to 11.
619 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
620 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
623 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
625 * lisp/gnus.el (gnus-revision-number): Increment to 10.
626 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
627 functions `x-face-mule-gnus-article-display-x-face' and
630 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
632 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
633 `gnus-mule-group-startup-message'.
634 (gnus-mule-group-startup-message): Remove.
635 (gnus-mule-bitmap-image-file): Remove.
637 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
638 ordinary text if the feature `smiley-mule' is provided and FSF
640 (TopLevel): Require `static' at the compile time.
642 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
643 `mime-display-text/plain-hook' to nil.
644 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
645 treat the next entity position as a marker.
646 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
647 `gnus-smiley-display' under FSF Emacsen.
648 (gnus-treat-display-smileys): Default to t if the module
649 `smiley-mule' is installed.
650 (gnus-treat-display-xface): Default to `head' if the value of
651 `gnus-article-x-face-command' is
652 `x-face-mule-gnus-article-display-x-face'.
653 (gnus-article-x-face-command): Default to
654 `x-face-mule-gnus-article-display-x-face' if the module
655 `x-face-mule' is installed.
656 (TopLevel): Require `static' first; require `path-util'.
658 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
660 * lisp/gnus.el (gnus-revision-number): Increment to 09.
662 * lisp/message.el (message-mode): Make
663 `message-font-lock-last-position' as buffer local.
664 (message-font-lock-keywords-2): Use
665 `message-font-lock-cited-text-matcher' instead of regexp.
666 (message-font-lock-cited-text-matcher): New function.
667 (font-lock-after-change-function): Advice to the keep last cursor
668 position in `message-font-lock-last-position' before fontifying.
669 (message-font-lock-last-position): New variable.
670 (message-font-lock-citation-name-max-column): New variable.
671 (message-font-lock-cited-text-regexp): New variable.
672 (message-font-lock-fence-close-position): New variable.
673 (message-font-lock-fence-open-position): New variable.
674 (message-font-lock-fence-close-regexp): New variable.
675 (message-font-lock-fence-open-regexp): New variables.
677 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
679 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
680 using `message-font-lock-keywords', `message-font-lock-keywords-1'
681 and `message-font-lock-keywords-2'.
682 (message-font-lock-keywords): Restruct.
683 (message-font-lock-keywords-1): New variable split from
684 `message-font-lock-keywords'.
685 (message-font-lock-keywords-2): Ditto.
687 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
689 * lisp/gnus.el (gnus-revision-number): Increment to 08.
691 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
692 before highlighting or hiding it.
693 (gnus-article-buttonize-signature): New function.
694 (gnus-article-highlight-signature): Don't buttonize.
695 (gnus-treatment-function-alist): Undo the last change.
696 (gnus-treat-emphasize): Default to nil.
698 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
700 * lisp/gnus.el (gnus-revision-number): Increment to 07.
701 (TopLevel): Autoload "gnus-art" for the function
702 `gnus-article-show-all'.
704 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
705 hidden text if the command `gnus-summary-toggle-mime' is used.
707 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
709 (gnus-article-highlight-signature): Work for forwarded messages.
710 (gnus-article-show-all): New function based on `article-show-all'.
711 (gnus-article-show-all-headers): Based on
712 `article-show-all-headers'.
713 (article-show-all-headers): New function to show all *HEADERS*.
714 (article-show-all): Show *ALL* literally.
715 (article-hide-signature): Work for forwarded messages.
716 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
717 off after `gnus-treat-highlight-signature'.
719 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
721 * lisp/gnus.el (gnus-revision-number): Increment to 06.
723 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
724 against forwarded messages without MIME structure.
725 (gnus-treatment-function-alist): Move
726 'gnus-treat-decode-article-as-default-mime-charset' to the top;
727 put `gnus-treat-emphasize' off after
728 `gnus-treat-highlight-headers'.
730 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
732 * lisp/gnus.el (gnus-revision-number): Increment to 05.
734 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
736 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
737 argument is list or not before condition.
739 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
741 * lisp/gnus-art.el (gnus-treat-predicate): Work for
744 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
746 * lisp/gnus-art.el (gnus-article-prepare-display):
747 Pass argument nil as a condition to gnus-treat-article.
748 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
749 Ditto. Also, treat last part of multipart article correctly.
751 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
753 * lisp/gnus.el (gnus-revision-number): Increment to 04.
755 * lisp/message.el (message-generate-headers): Don't insert
758 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
759 negative number for the 2nd arg of `insert-char'.
761 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
763 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
764 gnus-ja instead of gnus if Japanese environment is on.
766 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
768 * lisp/gnus.el (gnus-revision-number): Increment to 03.
769 (semi-gnus-developers): Remove.
770 (gnus-maintainer): Change mail address.
771 (gnus-group-startup-message): Display version string.
773 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
775 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
776 version string; fix glyph position.
778 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
780 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
781 to previous version until problem of respooling from
782 nnimap to nnml is solved.
783 (gnus-summary-move-article): Ditto.
785 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
787 * lisp/gnus.el (gnus-revision-number): Increment to 02.
789 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
790 value is t before checking for `condition'.
791 (gnus-article-prepare-mime-display): Search for the entity children
792 if the primary type is `multipart'.
794 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
796 * lisp/gnus.el (gnus-revision-number): Increment to 01.
798 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
799 instead of signaling an error if the destination group is not
801 (gnus-summary-move-article): Do nothing if the destination group
802 is not newly created.
804 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
807 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
809 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
810 active entry for the group even if it doesn't exist.
812 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
814 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
816 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
818 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
819 (gnus-revision-number): Clear to 00.
821 * README.T-gnus: Update.
823 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
824 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
826 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
827 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
828 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
829 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
830 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
832 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
834 * lisp/gnus.el (gnus-revision-number): Increment to 07.
836 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
837 smooth scrolling under XEmacs.
838 (gnus-article-next-page):Ditto.
840 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
841 descriptions about the problem of loaddefs.el and the patch for
844 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
846 * lisp/gnus.el (gnus-revision-number): Increment to 06.
848 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
849 `:predicate' for old Emacsen; require `static'.
851 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
852 `:path' and `:predicate'.
854 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
856 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
857 modeline as modified.
859 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
861 * lisp/gnus.el (gnus-revision-number): Increment to 05.
863 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
864 `mime-view-entity' in the modified header under FSF Emacsen.
866 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
868 * README-offline.en: Rewrite the usage description.
869 * README-offline.ja: Ditto.
871 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
873 * lisp/gnus.el (gnus-revision-number): Increment to 04.
875 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
878 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
880 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
881 * README-offline.ja: Ditto.
883 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
885 * lisp/gnus.el (gnus-revision-number): Increment to 03.
887 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
888 the current buffer as modified.
890 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
891 (gnus-offline-get-menu-items): New function.
892 (gnus-offline-define-menu-on-miee): Use it.
893 (gnus-offline-define-menu-on-agent): Ditto.
895 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
897 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
899 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
900 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
901 (pop3-quit): Clear `pop3-uidl-obarray'.
903 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
905 * lisp/gnus.el (gnus-revision-number): Increment to 02.
907 * lisp/gnus-offline.el (gnus-offline-resource-en,
908 gnus-offline-resource-ja,
909 gnus-offline-resource-ja_complete): New variables.
910 (gnus-offline-get-message): News function.
911 (gnus-offline-error-check): Use it.
912 (gnus-offline-connect-server): Ditto.
913 (gnus-offline-get-new-news-function): Ditto.
914 (gnus-offline-set-mail-group-level): Ditto.
915 (gnus-offline-hangup-line): Ditto.
916 (gnus-offline-after-jobs-done): Ditto.
917 (gnus-offline-toggle-auto-hangup): Ditto.
918 (gnus-offline-toggle-on/off-send-mail): Ditto.
919 (gnus-offline-toggle-articles-to-fetch): Ditto.
920 (gnus-offline-empting-spool): Ditto.
921 (gnus-offline-set-interval-time): Ditto.
923 * lisp/gnus-ofsetup.el (gnus-offline-lang,
924 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
926 (gnus-ofsetup-get-message): New function.
927 (gnus-setup-for-offline): Use it.
928 (gnus-ofsetup-find-parameters): Ditto.
929 (gnus-ofsetup-prepapre-for-miee): Ditto.
930 (gnus-ofsetup-completing-read-symbol): Ditto.
931 (gnus-ofsetup-customize): Ditto.
932 (gnus-ofsetup-customize-done): Ditto.
934 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
936 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
937 `isearch-lazy-highlight'.
939 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
941 * lisp/gnus.el (gnus-revision-number): Increment to 01.
943 * lisp/lpath.el (babel-as-string): Bind it.
945 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
946 original X-Face field while searching. It is done for only FSF
948 (gnus-summary-search-article-highlight-matched-text): Ditto.
949 (gnus-summary-search-article-matched-data): Bind it explicitly.
951 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
953 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
954 (gnus-revision-number): Clear to 00.
956 * README.T-gnus: Update.
958 * README: Sync up with Pterodactyl Gnus v0.96.
959 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
960 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
961 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
962 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
963 gnus-agent.el,ChangeLog}: Ditto.
964 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
966 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
968 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
969 don't retrieve any incoming mails.; Don't filter articles here.
970 Use `convert-standard-filename' to generate fresh UIDL file names.
971 (pop3-get-message-numbers): Rewrite.
972 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
973 of `with-temp-buffer'.
975 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
977 * README-offline.ja : Fix.
979 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
982 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
983 requirements; Enclose the autoload for `gnus-custom-mode' with
986 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
988 * lisp/gnus.el (gnus-revision-number): Increment to 15.
990 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
991 for them before lpath.el is loaded. Because lpath.el requires
992 `poe' via `path-util'. [cf. <tm-ja:5051>]
994 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
995 X-Face image if the regexp "^X-Face:" is specified.
996 (gnus-summary-search-article-highlight-matched-text): Use
997 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
998 X-Face image if it is requested.
999 (gnus-summary-search-article-highlight-goto-x-face): New macro.
1001 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
1003 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1005 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
1006 recenter the article when touchdown; popup the article buffer if
1008 (gnus-summary-search-article-highlight-matched-text): Treat the
1009 article before highlighting; use old style backquote syntax.
1010 (gnus-summary-search-article-position-point): Fix the beginning
1011 position; use old style backquote syntax.
1012 (gnus-summary-select-article): Undo the last change.
1013 (gnus-summary-display-article): Bind
1014 `gnus-summary-search-article-matched-data' in the article buffer
1015 locally. It is moved from `gnus-summary-select-article'.
1017 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1019 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
1020 (clean): Remove formatted info files.
1021 (distclean): Just remove Makefile.
1023 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1025 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1027 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
1028 (gnus-agent-fetch-headers): Limit downloadable articles if the
1029 number of unread articles exceeds `gnus-agent-large-newsgroup'.
1030 (gnus-agent-expire): Do not expire saved or replied articles when
1031 `gnus-agent-expire-all' is nil.
1033 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
1035 (gnus-offline-agent-expire): Check it; Bind
1036 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
1037 (gnus-offline-after-jobs-done): Don't check
1038 `gnus-agent-expire-all'.
1040 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
1041 `user-login-name' and `user-real-login-name' returns the same
1043 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
1044 (gnus-ofsetup-update-setting-file): Ditto.
1045 (gnus-ofsetup-prepare): New macro.
1046 (gnus-setup-for-offline): Use it.
1047 (gnus-ofsetup-customize-done): Ditto.
1049 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
1051 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1053 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
1054 (gnus-summary-search-article-highlight-matched-text): Rearrange.
1055 (gnus-summary-search-article-position-point): New macro.
1056 (gnus-summary-search-article-matched-data): Rename from
1057 `gnus-summary-search-article-matched-text'.
1058 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
1059 use `gnus-article-show-all-headers' for exposing the visited
1061 (gnus-summary-select-article): Bind
1062 `gnus-summary-search-article-matched-data' in the article buffer
1065 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
1066 if the value of `gnus-inhibit-treatment' is non-nil.
1067 (article-toggle-headers): Don't redisplay X-Face if the value of
1068 `gnus-inhibit-treatment' is non-nil.
1069 (gnus-article-treat-custom): Add new treatment variable `mime'.
1071 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1073 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1076 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1077 `gnus-newsgroup-incorporated' explicitly.
1079 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1081 * README.semi: Update for the recent a-ftp sites and directories.
1082 * README.semi.ja: Ditto.
1083 * texi/gnus-faq.texi: Ditto.
1084 * texi/gnus-faq-ja.texi: Ditto.
1086 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1088 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1089 (gnus-summary-incorporated-face): New face spec.
1091 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1092 entry about the format specifier `w'.
1093 (gnus-group-line-format): Fix documentation.
1095 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1096 newly incorporated mails with `gnus-summary-incorporated-face'.
1097 (gnus-newsgroup-incorporated): New variable.
1098 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1099 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1101 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1103 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1104 `K' if the group has already been subscribed.
1106 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1108 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1109 `isearch-lazy-highlight' t in the buffer locally; goto the
1110 beginning of the buffer before searching.
1112 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1115 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1117 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1119 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1120 matched text after the searching is done; call
1121 `gnus-summary-select-article' with the args nil and t; bind
1122 `gnus-treat-*' to nil.
1123 (gnus-summary-search-article-highlight-matched-text): New macro
1124 for highlighting matched text. It is bound at the compile time
1126 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1127 with the args nil and t; bind `gnus-treat-*' to nil.
1129 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1130 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1131 `with-temp-file'; use `insert-file-contents-as-binary' instead of
1132 `insert-file-contents'.
1134 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1136 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1138 * lisp/gnus-offline.el: Fix comments.
1139 (TopLevel): Delete the code for emulating custom. Do not inhibit
1140 byte-compile-warnings, but hide useless ones.
1141 (gnus-offline-dialup-program-arguments): defvar instead of
1143 (gnus-offline-hangup-program-arguments): Ditto.
1144 (gnus-offline-interval-time): Ditto.
1145 (gnus-offline-dialup-program, gnus-offline-hangup-program,
1146 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1147 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1149 Set `mail-sources' instead of `nnmail-spool-file'.
1150 (gnus-offline-enable-fetch-mail): Ditto.
1151 (gnus-offline-toggle-movemail-program): Abolish.
1152 (gnus-offline-define-menu-and-key): Modify according to it.
1153 (gnus-offline-define-menu-on-miee): Ditto.
1154 (gnus-offline-define-menu-on-agent): Ditto.
1155 (gnus-offline-message-add-header): Bind temporary variables.
1156 (gnus-offline-add-custom-header): Ditto.
1157 (gnus-offline-restore-mail-group-level): Ditto.
1159 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1160 gnus-offline at the compile time. Do not inhibit
1161 byte-compile-warnings.
1162 (gnus-setup-for-offline): Really bind all temporary variables.
1163 (gnus-ofsetup-write-settting-file): Check if interval is a
1165 Use `mail-sources' instead of `nnmail-spool-file'.
1166 (gnus-ofsetup-update-setting-file): Redefine as a macro.
1167 (gnus-ofsetup-prepare-for-miee): Ditto.
1169 * README-offline.en : Update.
1170 * README-offline.ja : Ditto.
1172 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1174 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1175 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1177 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
1179 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1181 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
1183 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1184 group name with `\N'.
1186 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1188 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1190 * lisp/pop3.el (pop3-except-header-regexp): New variable.
1191 (pop3-movemail): Don't retrieve messages whose headers are
1192 matching `pop3-except-header-regexp'.
1193 (pop3-top): New function.
1194 (pop3-retr): Don't use `save-restriction'.
1196 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1198 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1200 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
1202 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1204 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1205 `gnus-article-next-page' when the last page is not displayed.
1206 (mime-preview-over-to-previous-method-alist): Use
1207 `gnus-article-prev-page' when the first page is not displayed.
1208 (gnus-next-page-map): Use `make-sparse-keymap' instead of
1209 `make-keymap'; don't use `suppress-keymap'.
1210 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1211 Succeed to the value of the text property `mime-view-situation' in
1212 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1213 current local map as a parent under FSF Emacsen.
1215 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1217 * lisp/pop3.el (pop3-retr): Undo last change.
1219 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1221 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1223 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1224 `accept-process-output'; Move point to the end of the normal
1226 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1227 (pop3-get-list): Abolish.
1228 (pop3-retr): Don't use `save-restriction'.
1229 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1230 (pop3-list): Likewise.
1232 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1234 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1236 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1237 `event-basic-type' instead of `event-button' under FSF Emacsen.
1239 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1241 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1243 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1245 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1246 `gnus-summary-mode-hook'.
1247 (gnus-use-wheel): New variable.
1248 (gnus-wheel-scroll-amount): New variable.
1249 (gnus-wheel-edge-resistance): New variable.
1250 (gnus-wheel-summary-scroll): New function.
1251 (gnus-wheel-install): New function.
1253 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1255 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1257 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1258 `defun' instead of `defsubst'.
1259 (make-full-mail-header): Ditto.
1261 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1262 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1264 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1266 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1268 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1271 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1272 function from Nana-gnus.
1273 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1274 (gnus-ofsetup-update-setting-file): Rename from
1275 `gnus-ofsetup-write-setting-file'.
1276 (gnus-ofsetup-find-parameters): Rename from
1277 `gnus-ofsetup-parameters'.
1278 (gnus-ofsetup-customize-done): Rewrite.
1280 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1282 * pop3.el: Sync up with pop3.el version 2.04.
1283 (pop3-leave-mail-on-server): New variable.
1284 (pop3-maximum-message-size): New variable.
1285 (pop3-uidl-file-name): New variable.
1286 (pop3-uidl-support): New variable.
1287 (pop3-uidl-obarray): New variable.
1288 (pop3-movemail): Check message size on every retrieval.
1289 (pop3-open-ssl-stream-1): Use new style macro.
1290 (pop3-get-message-numbers): New function.
1291 (pop3-get-list): New function.
1292 (pop3-get-uidl): New function.
1293 (pop3-get-unread-message-numbers): New function.
1294 (pop3-save-uidls): New function.
1295 (pop3-retr): Use `pop3-get-extended-response'.
1296 (pop3-list): New implementation.
1297 (pop3-uidl): New function.
1298 (pop3-get-extended-response): New function.
1300 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1302 * lisp/gnus.el: T-gnus 6.13.0 is released.
1304 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1306 * ChangeLog.2: New file, rename from ChangeLog.
1308 * lisp/dgnushack.el (TopLevel): Rearrange.
1310 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1311 * README.branch: Ditto.
1313 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1315 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1316 * texi/message-ja.texi: Ditto.
1317 * texi/message.texi: Ditto.
1318 * texi/gnus-ja.texi: Ditto.
1319 * texi/gnus.texi: Ditto.
1320 * README-offline.ja: Ditto.
1321 * README-offline.en: Ditto.
1322 * README.semi.ja: Ditto.
1323 * README.semi: Ditto.
1324 * README.T-gnus: Ditto.
1326 * t-gnus-6_13: NEW PUBLIC BRANCH.
1328 See ChangeLog.2 for earlier changes.