1 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/gnus-util.el (gnus-ems-redefine): Call it.
4 (gnus-union): Fix doc string.
6 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
8 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
10 * lisp/gnus.el (gnus-revision-number): Increment to 06.
12 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
14 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
15 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
17 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
19 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
21 (mapc): Bug fix - treat the last arg as a list.
23 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
25 * lisp/gnus.el (gnus-revision-number): Increment to 05.
27 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
28 modeline "Plugged" status display with the value of
31 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
33 (gnus-offline-set-online-sendmail-function): defsubst.
34 (gnus-offline-set-offline-sendmail-function): Ditto.
35 (gnus-offline-set-offline-post-news-function): Ditto.
36 (gnus-offline-set-online-post-news-function): Ditto.
37 (gnus-offline-disable-fetch-mail): Ditto.
38 (gnus-offline-enable-fetch-mail): Ditto.
39 (gnus-offline-setup): Fix typo.
40 (gnus-offline-gnus-get-new-news): Abolish.
41 (gnus-offline-toggle-plugged): Ditto.
42 (gnus-offline-agent-expire): Ditto.
43 (gnus-group-get-new-news): New advice which does things
44 `gnus-offline-gnus-get-new-news' was doing.
45 (gnus-agent-toggle-plugged): New advice which does thing
46 `gnus-offline-toggle-plugged' was doing.
47 (gnus-agent-expire): New advice which does things
48 `gnus-offline-agent-expire' was doing.
49 (gnus-offline-define-menu-and-key): No longer substitute key
50 definitions on `gnus-group-mode-map'. No longer swap commands for
52 (gnus-offline-after-get-new-news): Do jobs only when
55 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
58 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
60 * lisp/message.el (message-yank-add-new-references): Fix doc string.
62 * texi/{message-ja.texi, message.texi}
63 (message-list-references-add-position,
64 message-yank-add-new-references): Add documentations.
66 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
68 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
69 `gnus-offline-get-message'.
71 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
72 `gnus-ofsetup-get-message'.
74 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
76 * lisp/gnus.el (gnus-revision-number): Increment to 04.
77 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
79 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
80 `get-text-property' in the outside of the boundary.
81 (gnus-article-smiley-display): New function.
82 (gnus-treatment-function-alist): Use it.
84 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
85 the bug fixed version rigidly instead of the use of `defadvice'.
87 * lisp/message.el (font-lock-after-change-function): Don't use
88 `compile' for the arg of `defadvice'.
90 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
92 * lisp/message.el (message-yank-add-new-references): New option
93 value `message-id-only'.
94 (message-yank-original): Likewise.
95 (message-list-references-add-position): New user option.
96 (message-list-references): When
97 `message-list-references-add-position' is integer value, the order
98 of designate number message-ids is kept.
100 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
102 * lisp/gnus.el (gnus-revision-number): Increment to 03.
104 * lisp/gnus-offline.el (gnus): Don't advise here.
105 (TopLevel): Call `gnus-offline-define-menu-and-key'.
106 (gnus-offline-setup): Don't call
107 `gnus-offline-define-menu-and-key' here.
109 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
110 rely on `gnus-load-hook'.
111 (gnus): New advice. Call `gnus-offline-setup' when everything is
114 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
115 at the compile time. Use `gnus-alive-p'.
117 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
119 * lisp/gnus.el (gnus-revision-number): Increment to 02.
121 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
122 don't use `byte-defop-compiler'.
123 (byte-optimize-form-code-walker): Advise it for fixing the bug in
124 and/or forms. The original idea is devised by FUKUI-san, modified
126 (max-specpdl-size): Set 3000.
128 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
130 * lisp/gnus.el (gnus-revision-number): Increment to 01.
132 * lisp/gnus-offline.el (gnus): New advice. synchronize
133 `gnus-offline-connected' with `gnus-plugged'.
135 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
137 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
138 (gnus-revision-number): Clear to 00.
140 * README.branch.ja: Update for t-gnus-6_14 branch.
141 * README.branch: Ditto.
142 * README.T-gnus: Ditto.
143 * README.semi.ja: Ditto.
144 * README.semi: Ditto.
146 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
147 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
148 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
149 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
150 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
152 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
153 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
156 * t-gnus-6_14: NEW PUBLIC BRANCH.
158 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
159 Katsumi Yamaoka <yamaoka@jpl.org>
161 * lisp/gnus.el (gnus-revision-number): Increment to 01.
163 * lisp/dgnushack.el (char-before): Use compiler macro instead of
165 (char-after): Comment out the byte-optimization.
167 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
168 New functions. They are identical to the built-in codec if
169 possible, otherwise the functions defined in mel are used.
170 (imap-cram-md5-auth): Use them.
172 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
174 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
175 and `base64-encode-string'.
177 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
179 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
180 (gnus-revision-number): Clear to 00.
182 * README.T-gnus: Update.
184 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
186 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
187 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
188 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
189 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
190 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
191 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
192 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
193 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
194 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
195 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
197 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
200 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
201 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
204 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
206 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
207 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
208 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
209 (gnus-after-getting-new-news-hook): Ditto.
211 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
213 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
215 * lisp/gnus.el (gnus-revision-number): Increment to 10.
217 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
218 char with old Emacsen as well.
220 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
222 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
223 appears in the backquoted form.
224 (gnus-category-edit-score): Ditto.
226 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
227 appears in the backquoted form.
229 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
231 * lisp/gnus.el (gnus-revision-number): Increment to 09.
233 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
235 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
236 defined. If not, call `easy-menu-create-keymaps'.
238 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
240 * lisp/gnus.el (gnus-revision-number): Increment to 08.
242 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
243 "static" at the compile time.
244 (gnus-offline-hangup-function): Abolish.
245 (gnus-offline-auto-ppp): New variable.
246 (gnus-offline-gnus-get-new-news): Refer to it.
247 (gnus-offline-set-unplugged-state): Ditto.
248 (gnus-offline-set-auto-ppp): New function. It replaces the
249 function `gnus-offline-toggle-auto-hangup'.
250 (gnus-offline-toggle-auto-hangup): Abolish.
251 (gnus-offline-define-menu-and-key): Use `static-if' and
253 (gnus-offline-popup-menu): Do not define this function under XEmacs.
254 (gnus-offline-popup): New function.
256 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
257 (gnus-ofsetup-resource-en): Fix doc strings.
258 (gnus-ofsetup-resource-ja): Ditto.
260 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
262 * lisp/gnus.el (gnus-revision-number): Increment to 07.
264 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
265 Pterodactyl Gnus v0.98.
267 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
269 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
271 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
273 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
274 `car' and `cdr' instead of `cadr'.
276 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
277 instead of `push'; use `if' instead of `when'.
279 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
281 (gnus-useful-groups): Use `or' instead of `unless'.
283 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
286 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
288 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
289 `when' in the body of `defadvice'. Use `if' instead.
291 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
294 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
296 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
297 the macro `when' in the arg of `defcustom'. Use `if' instead.
299 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
301 * lisp/gnus.el (gnus-revision-number): Increment to 06.
303 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
304 `next-single-property-change' LIMIT as `point-max'.
305 (gnus-article-prepare-mime-display): Ditto.
306 (article-hide-signature): Ditto.
308 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
310 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
311 are removed to fill gnus-version within 80 columns.
313 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
315 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
317 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
319 * lisp/gnus.el (gnus-revision-number): Increment to 05.
321 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
324 * lisp/gnus-util.el (gnus-union): New function.
326 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
327 `copy-sequence' instead of `copy-list'.
328 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
330 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
332 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
334 * lisp/gnus.el (gnus-revision-number): Increment to 04.
336 * lisp/dgnushack.el (union, copy-list): New compiler macros for
337 emulating cl functions.
339 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
341 * lisp/gnus.el (gnus-revision-number): Increment to 03.
342 (gnus-select-method): Use `condition-case' instead of
345 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
346 instead of `ignore-errors'.
348 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
350 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
351 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
352 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
353 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
354 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
355 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
356 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
357 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
358 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
359 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
361 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
363 * lisp/gnus.el (gnus-revision-number): Increment to 02.
365 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
366 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
367 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
368 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
369 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
370 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
371 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
372 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
373 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
374 Require `cl' at the top level.
376 * lisp/gnus.el (gnus-select-method): Undo last change.
377 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
378 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
380 * lisp/gnus-ems.el (gnus-split-string): Remove.
382 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
384 * lisp/pop3.el: Add description about STLS extension; add autoload
385 setting for `starttls-open-stream' and `starttls-negotiate'.
386 (pop3-stls): New function.
387 (pop3-open-tls-stream): New function.
388 (pop3-open-server): Use `pop3-open-tls-stream' if
389 'pop3-connection-type' is bound to `tls'.
391 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
393 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
394 and `starttls-negotiate'.
395 (imap-stream-alist): Add TLS entry.
396 (imap-tls-p): New function.
397 (imap-tls-open): New function.
398 (imap-ssl-open): Enclose `open-ssl-stream' with
401 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
403 * lisp/gnus.el (gnus-revision-number): Increment to 01.
404 (gnus-select-method): Use `condition-case' instead of
407 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
410 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
411 `coding' and `noerror' for the stopgaps.
413 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
414 `coding' and `noerror'.
415 (function-max-args): Maybe-fbind for FSF Emacsen.
417 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
418 as `binary' if possible.
419 (imap-log): Default to nil (synched with pgnus 0.99).
420 (base64-decode-string): Autoload "mel" instead of "base64".
421 (md5): Autoload "md5" without `eval-and-compile'.
423 * lisp/gnus-util.el (copy-list): New function defined by
426 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
427 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
429 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
430 instead of `ignore-errors'.
432 * lisp/gnus-picon.el: Require `cl'.
434 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
435 gnus-offline.el} (cl): Enclose the requiring procedure with
438 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
439 procedure with `eval-when-compile' instead of `eval-and-compile'.
441 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
443 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
444 Use mail-sources instead of nnmail-spool-file.
445 From: Toshiaki -PCX- Tanaka.
447 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
449 * lisp/gnus.el (gnus-group-startup-message): Insert space before
451 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
453 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
455 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
456 (gnus-revision-number): Clear to 00.
458 * README.T-gnus: Update.
460 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
461 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
462 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
463 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
464 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
465 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
467 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
469 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
472 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
474 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
476 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
477 `message-save-drafts' instead of `set-buffer-modified-p' and
479 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
480 because the reply data is lost in Drafts.
481 * lisp/gnus-art.el (gnus-signature-face): Don't check
484 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
486 * lisp/pop3.el (pop3-progress-message): New function.
487 (pop3-movemail): Use it.
489 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
491 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
492 `gnus-following-method'.
494 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
495 wide reply as a mail if the message is not a news; use the macro
496 `gnus-setup-message'.
498 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
500 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
502 * lisp/gnus.el (gnus-revision-number): Increment to 14.
503 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
504 function `gnus-smiley-display'.
506 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
507 `window-system' is nil.
508 (gnus-article-x-face-command): Default to external command if
509 `window-system' is nil.
511 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
513 * lisp/gnus.el (gnus-revision-number): Increment to 13.
514 (TopLevel): Rearrange autoload settings.
516 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
519 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
520 "Toggle smileys" in "Washing" menu.
521 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
523 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
524 (smiley-toggle-buffer): New function.
525 (smiley-buffer): Don't quote the function.
526 (smiley-toggle-extents): Ditto.
528 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
530 * lisp/gnus.el (gnus-revision-number): Increment to 12.
531 (TopLevel): Add and delete autoloads for functions defined in
532 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
534 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
537 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
538 `gnus-custom-mode' defined in "gnus-cus".
540 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
542 * lisp/gnus.el (gnus-revision-number): Increment to 11.
544 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
545 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
548 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
550 * lisp/gnus.el (gnus-revision-number): Increment to 10.
551 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
552 functions `x-face-mule-gnus-article-display-x-face' and
555 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
557 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
558 `gnus-mule-group-startup-message'.
559 (gnus-mule-group-startup-message): Remove.
560 (gnus-mule-bitmap-image-file): Remove.
562 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
563 ordinary text if the feature `smiley-mule' is provided and FSF
565 (TopLevel): Require `static' at the compile time.
567 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
568 `mime-display-text/plain-hook' to nil.
569 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
570 treat the next entity position as a marker.
571 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
572 `gnus-smiley-display' under FSF Emacsen.
573 (gnus-treat-display-smileys): Default to t if the module
574 `smiley-mule' is installed.
575 (gnus-treat-display-xface): Default to `head' if the value of
576 `gnus-article-x-face-command' is
577 `x-face-mule-gnus-article-display-x-face'.
578 (gnus-article-x-face-command): Default to
579 `x-face-mule-gnus-article-display-x-face' if the module
580 `x-face-mule' is installed.
581 (TopLevel): Require `static' first; require `path-util'.
583 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
585 * lisp/gnus.el (gnus-revision-number): Increment to 09.
587 * lisp/message.el (message-mode): Make
588 `message-font-lock-last-position' as buffer local.
589 (message-font-lock-keywords-2): Use
590 `message-font-lock-cited-text-matcher' instead of regexp.
591 (message-font-lock-cited-text-matcher): New function.
592 (font-lock-after-change-function): Advice to the keep last cursor
593 position in `message-font-lock-last-position' before fontifying.
594 (message-font-lock-last-position): New variable.
595 (message-font-lock-citation-name-max-column): New variable.
596 (message-font-lock-cited-text-regexp): New variable.
597 (message-font-lock-fence-close-position): New variable.
598 (message-font-lock-fence-open-position): New variable.
599 (message-font-lock-fence-close-regexp): New variable.
600 (message-font-lock-fence-open-regexp): New variables.
602 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
604 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
605 using `message-font-lock-keywords', `message-font-lock-keywords-1'
606 and `message-font-lock-keywords-2'.
607 (message-font-lock-keywords): Restruct.
608 (message-font-lock-keywords-1): New variable split from
609 `message-font-lock-keywords'.
610 (message-font-lock-keywords-2): Ditto.
612 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
614 * lisp/gnus.el (gnus-revision-number): Increment to 08.
616 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
617 before highlighting or hiding it.
618 (gnus-article-buttonize-signature): New function.
619 (gnus-article-highlight-signature): Don't buttonize.
620 (gnus-treatment-function-alist): Undo the last change.
621 (gnus-treat-emphasize): Default to nil.
623 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
625 * lisp/gnus.el (gnus-revision-number): Increment to 07.
626 (TopLevel): Autoload "gnus-art" for the function
627 `gnus-article-show-all'.
629 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
630 hidden text if the command `gnus-summary-toggle-mime' is used.
632 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
634 (gnus-article-highlight-signature): Work for forwarded messages.
635 (gnus-article-show-all): New function based on `article-show-all'.
636 (gnus-article-show-all-headers): Based on
637 `article-show-all-headers'.
638 (article-show-all-headers): New function to show all *HEADERS*.
639 (article-show-all): Show *ALL* literally.
640 (article-hide-signature): Work for forwarded messages.
641 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
642 off after `gnus-treat-highlight-signature'.
644 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
646 * lisp/gnus.el (gnus-revision-number): Increment to 06.
648 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
649 against forwarded messages without MIME structure.
650 (gnus-treatment-function-alist): Move
651 'gnus-treat-decode-article-as-default-mime-charset' to the top;
652 put `gnus-treat-emphasize' off after
653 `gnus-treat-highlight-headers'.
655 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
657 * lisp/gnus.el (gnus-revision-number): Increment to 05.
659 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
661 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
662 argument is list or not before condition.
664 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
666 * lisp/gnus-art.el (gnus-treat-predicate): Work for
669 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
671 * lisp/gnus-art.el (gnus-article-prepare-display):
672 Pass argument nil as a condition to gnus-treat-article.
673 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
674 Ditto. Also, treat last part of multipart article correctly.
676 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
678 * lisp/gnus.el (gnus-revision-number): Increment to 04.
680 * lisp/message.el (message-generate-headers): Don't insert
683 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
684 negative number for the 2nd arg of `insert-char'.
686 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
688 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
689 gnus-ja instead of gnus if Japanese environment is on.
691 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
693 * lisp/gnus.el (gnus-revision-number): Increment to 03.
694 (semi-gnus-developers): Remove.
695 (gnus-maintainer): Change mail address.
696 (gnus-group-startup-message): Display version string.
698 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
700 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
701 version string; fix glyph position.
703 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
705 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
706 to previous version until problem of respooling from
707 nnimap to nnml is solved.
708 (gnus-summary-move-article): Ditto.
710 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
712 * lisp/gnus.el (gnus-revision-number): Increment to 02.
714 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
715 value is t before checking for `condition'.
716 (gnus-article-prepare-mime-display): Search for the entity children
717 if the primary type is `multipart'.
719 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
721 * lisp/gnus.el (gnus-revision-number): Increment to 01.
723 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
724 instead of signaling an error if the destination group is not
726 (gnus-summary-move-article): Do nothing if the destination group
727 is not newly created.
729 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
732 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
734 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
735 active entry for the group even if it doesn't exist.
737 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
739 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
741 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
743 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
744 (gnus-revision-number): Clear to 00.
746 * README.T-gnus: Update.
748 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
749 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
751 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
752 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
753 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
754 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
755 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
757 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
759 * lisp/gnus.el (gnus-revision-number): Increment to 07.
761 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
762 smooth scrolling under XEmacs.
763 (gnus-article-next-page):Ditto.
765 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
766 descriptions about the problem of loaddefs.el and the patch for
769 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
771 * lisp/gnus.el (gnus-revision-number): Increment to 06.
773 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
774 `:predicate' for old Emacsen; require `static'.
776 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
777 `:path' and `:predicate'.
779 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
781 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
782 modeline as modified.
784 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
786 * lisp/gnus.el (gnus-revision-number): Increment to 05.
788 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
789 `mime-view-entity' in the modified header under FSF Emacsen.
791 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
793 * README-offline.en: Rewrite the usage description.
794 * README-offline.ja: Ditto.
796 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
798 * lisp/gnus.el (gnus-revision-number): Increment to 04.
800 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
803 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
805 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
806 * README-offline.ja: Ditto.
808 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
810 * lisp/gnus.el (gnus-revision-number): Increment to 03.
812 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
813 the current buffer as modified.
815 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
816 (gnus-offline-get-menu-items): New function.
817 (gnus-offline-define-menu-on-miee): Use it.
818 (gnus-offline-define-menu-on-agent): Ditto.
820 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
822 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
824 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
825 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
826 (pop3-quit): Clear `pop3-uidl-obarray'.
828 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
830 * lisp/gnus.el (gnus-revision-number): Increment to 02.
832 * lisp/gnus-offline.el (gnus-offline-resource-en,
833 gnus-offline-resource-ja,
834 gnus-offline-resource-ja_complete): New variables.
835 (gnus-offline-get-message): News function.
836 (gnus-offline-error-check): Use it.
837 (gnus-offline-connect-server): Ditto.
838 (gnus-offline-get-new-news-function): Ditto.
839 (gnus-offline-set-mail-group-level): Ditto.
840 (gnus-offline-hangup-line): Ditto.
841 (gnus-offline-after-jobs-done): Ditto.
842 (gnus-offline-toggle-auto-hangup): Ditto.
843 (gnus-offline-toggle-on/off-send-mail): Ditto.
844 (gnus-offline-toggle-articles-to-fetch): Ditto.
845 (gnus-offline-empting-spool): Ditto.
846 (gnus-offline-set-interval-time): Ditto.
848 * lisp/gnus-ofsetup.el (gnus-offline-lang,
849 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
851 (gnus-ofsetup-get-message): New function.
852 (gnus-setup-for-offline): Use it.
853 (gnus-ofsetup-find-parameters): Ditto.
854 (gnus-ofsetup-prepapre-for-miee): Ditto.
855 (gnus-ofsetup-completing-read-symbol): Ditto.
856 (gnus-ofsetup-customize): Ditto.
857 (gnus-ofsetup-customize-done): Ditto.
859 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
861 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
862 `isearch-lazy-highlight'.
864 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
866 * lisp/gnus.el (gnus-revision-number): Increment to 01.
868 * lisp/lpath.el (babel-as-string): Bind it.
870 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
871 original X-Face field while searching. It is done for only FSF
873 (gnus-summary-search-article-highlight-matched-text): Ditto.
874 (gnus-summary-search-article-matched-data): Bind it explicitly.
876 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
878 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
879 (gnus-revision-number): Clear to 00.
881 * README.T-gnus: Update.
883 * README: Sync up with Pterodactyl Gnus v0.96.
884 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
885 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
886 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
887 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
888 gnus-agent.el,ChangeLog}: Ditto.
889 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
891 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
893 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
894 don't retrieve any incoming mails.; Don't filter articles here.
895 Use `convert-standard-filename' to generate fresh UIDL file names.
896 (pop3-get-message-numbers): Rewrite.
897 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
898 of `with-temp-buffer'.
900 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
902 * README-offline.ja : Fix.
904 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
907 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
908 requirements; Enclose the autoload for `gnus-custom-mode' with
911 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
913 * lisp/gnus.el (gnus-revision-number): Increment to 15.
915 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
916 for them before lpath.el is loaded. Because lpath.el requires
917 `poe' via `path-util'. [cf. <tm-ja:5051>]
919 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
920 X-Face image if the regexp "^X-Face:" is specified.
921 (gnus-summary-search-article-highlight-matched-text): Use
922 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
923 X-Face image if it is requested.
924 (gnus-summary-search-article-highlight-goto-x-face): New macro.
926 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
928 * lisp/gnus.el (gnus-revision-number): Increment to 14.
930 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
931 recenter the article when touchdown; popup the article buffer if
933 (gnus-summary-search-article-highlight-matched-text): Treat the
934 article before highlighting; use old style backquote syntax.
935 (gnus-summary-search-article-position-point): Fix the beginning
936 position; use old style backquote syntax.
937 (gnus-summary-select-article): Undo the last change.
938 (gnus-summary-display-article): Bind
939 `gnus-summary-search-article-matched-data' in the article buffer
940 locally. It is moved from `gnus-summary-select-article'.
942 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
944 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
945 (clean): Remove formatted info files.
946 (distclean): Just remove Makefile.
948 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
950 * lisp/gnus.el (gnus-revision-number): Increment to 13.
952 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
953 (gnus-agent-fetch-headers): Limit downloadable articles if the
954 number of unread articles exceeds `gnus-agent-large-newsgroup'.
955 (gnus-agent-expire): Do not expire saved or replied articles when
956 `gnus-agent-expire-all' is nil.
958 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
960 (gnus-offline-agent-expire): Check it; Bind
961 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
962 (gnus-offline-after-jobs-done): Don't check
963 `gnus-agent-expire-all'.
965 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
966 `user-login-name' and `user-real-login-name' returns the same
968 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
969 (gnus-ofsetup-update-setting-file): Ditto.
970 (gnus-ofsetup-prepare): New macro.
971 (gnus-setup-for-offline): Use it.
972 (gnus-ofsetup-customize-done): Ditto.
974 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
976 * lisp/gnus.el (gnus-revision-number): Increment to 12.
978 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
979 (gnus-summary-search-article-highlight-matched-text): Rearrange.
980 (gnus-summary-search-article-position-point): New macro.
981 (gnus-summary-search-article-matched-data): Rename from
982 `gnus-summary-search-article-matched-text'.
983 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
984 use `gnus-article-show-all-headers' for exposing the visited
986 (gnus-summary-select-article): Bind
987 `gnus-summary-search-article-matched-data' in the article buffer
990 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
991 if the value of `gnus-inhibit-treatment' is non-nil.
992 (article-toggle-headers): Don't redisplay X-Face if the value of
993 `gnus-inhibit-treatment' is non-nil.
994 (gnus-article-treat-custom): Add new treatment variable `mime'.
996 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
998 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1001 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1002 `gnus-newsgroup-incorporated' explicitly.
1004 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1006 * README.semi: Update for the recent a-ftp sites and directories.
1007 * README.semi.ja: Ditto.
1008 * texi/gnus-faq.texi: Ditto.
1009 * texi/gnus-faq-ja.texi: Ditto.
1011 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1013 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1014 (gnus-summary-incorporated-face): New face spec.
1016 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1017 entry about the format specifier `w'.
1018 (gnus-group-line-format): Fix documentation.
1020 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1021 newly incorporated mails with `gnus-summary-incorporated-face'.
1022 (gnus-newsgroup-incorporated): New variable.
1023 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1024 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1026 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1028 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1029 `K' if the group has already been subscribed.
1031 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1033 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1034 `isearch-lazy-highlight' t in the buffer locally; goto the
1035 beginning of the buffer before searching.
1037 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1040 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1042 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1044 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1045 matched text after the searching is done; call
1046 `gnus-summary-select-article' with the args nil and t; bind
1047 `gnus-treat-*' to nil.
1048 (gnus-summary-search-article-highlight-matched-text): New macro
1049 for highlighting matched text. It is bound at the compile time
1051 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1052 with the args nil and t; bind `gnus-treat-*' to nil.
1054 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1055 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1056 `with-temp-file'; use `insert-file-contents-as-binary' instead of
1057 `insert-file-contents'.
1059 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1061 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1063 * lisp/gnus-offline.el: Fix comments.
1064 (TopLevel): Delete the code for emulating custom. Do not inhibit
1065 byte-compile-warnings, but hide useless ones.
1066 (gnus-offline-dialup-program-arguments): defvar instead of
1068 (gnus-offline-hangup-program-arguments): Ditto.
1069 (gnus-offline-interval-time): Ditto.
1070 (gnus-offline-dialup-program, gnus-offline-hangup-program,
1071 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1072 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1074 Set `mail-sources' instead of `nnmail-spool-file'.
1075 (gnus-offline-enable-fetch-mail): Ditto.
1076 (gnus-offline-toggle-movemail-program): Abolish.
1077 (gnus-offline-define-menu-and-key): Modify according to it.
1078 (gnus-offline-define-menu-on-miee): Ditto.
1079 (gnus-offline-define-menu-on-agent): Ditto.
1080 (gnus-offline-message-add-header): Bind temporary variables.
1081 (gnus-offline-add-custom-header): Ditto.
1082 (gnus-offline-restore-mail-group-level): Ditto.
1084 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1085 gnus-offline at the compile time. Do not inhibit
1086 byte-compile-warnings.
1087 (gnus-setup-for-offline): Really bind all temporary variables.
1088 (gnus-ofsetup-write-settting-file): Check if interval is a
1090 Use `mail-sources' instead of `nnmail-spool-file'.
1091 (gnus-ofsetup-update-setting-file): Redefine as a macro.
1092 (gnus-ofsetup-prepare-for-miee): Ditto.
1094 * README-offline.en : Update.
1095 * README-offline.ja : Ditto.
1097 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1099 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1100 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1102 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
1104 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1106 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
1108 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1109 group name with `\N'.
1111 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1113 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1115 * lisp/pop3.el (pop3-except-header-regexp): New variable.
1116 (pop3-movemail): Don't retrieve messages whose headers are
1117 matching `pop3-except-header-regexp'.
1118 (pop3-top): New function.
1119 (pop3-retr): Don't use `save-restriction'.
1121 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1123 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1125 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
1127 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1129 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1130 `gnus-article-next-page' when the last page is not displayed.
1131 (mime-preview-over-to-previous-method-alist): Use
1132 `gnus-article-prev-page' when the first page is not displayed.
1133 (gnus-next-page-map): Use `make-sparse-keymap' instead of
1134 `make-keymap'; don't use `suppress-keymap'.
1135 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1136 Succeed to the value of the text property `mime-view-situation' in
1137 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1138 current local map as a parent under FSF Emacsen.
1140 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1142 * lisp/pop3.el (pop3-retr): Undo last change.
1144 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1146 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1148 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1149 `accept-process-output'; Move point to the end of the normal
1151 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1152 (pop3-get-list): Abolish.
1153 (pop3-retr): Don't use `save-restriction'.
1154 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1155 (pop3-list): Likewise.
1157 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1159 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1161 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1162 `event-basic-type' instead of `event-button' under FSF Emacsen.
1164 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1166 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1168 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1170 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1171 `gnus-summary-mode-hook'.
1172 (gnus-use-wheel): New variable.
1173 (gnus-wheel-scroll-amount): New variable.
1174 (gnus-wheel-edge-resistance): New variable.
1175 (gnus-wheel-summary-scroll): New function.
1176 (gnus-wheel-install): New function.
1178 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1180 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1182 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1183 `defun' instead of `defsubst'.
1184 (make-full-mail-header): Ditto.
1186 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1187 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1189 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1191 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1193 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1196 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1197 function from Nana-gnus.
1198 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1199 (gnus-ofsetup-update-setting-file): Rename from
1200 `gnus-ofsetup-write-setting-file'.
1201 (gnus-ofsetup-find-parameters): Rename from
1202 `gnus-ofsetup-parameters'.
1203 (gnus-ofsetup-customize-done): Rewrite.
1205 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1207 * pop3.el: Sync up with pop3.el version 2.04.
1208 (pop3-leave-mail-on-server): New variable.
1209 (pop3-maximum-message-size): New variable.
1210 (pop3-uidl-file-name): New variable.
1211 (pop3-uidl-support): New variable.
1212 (pop3-uidl-obarray): New variable.
1213 (pop3-movemail): Check message size on every retrieval.
1214 (pop3-open-ssl-stream-1): Use new style macro.
1215 (pop3-get-message-numbers): New function.
1216 (pop3-get-list): New function.
1217 (pop3-get-uidl): New function.
1218 (pop3-get-unread-message-numbers): New function.
1219 (pop3-save-uidls): New function.
1220 (pop3-retr): Use `pop3-get-extended-response'.
1221 (pop3-list): New implementation.
1222 (pop3-uidl): New function.
1223 (pop3-get-extended-response): New function.
1225 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1227 * lisp/gnus.el: T-gnus 6.13.0 is released.
1229 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1231 * ChangeLog.2: New file, rename from ChangeLog.
1233 * lisp/dgnushack.el (TopLevel): Rearrange.
1235 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1236 * README.branch: Ditto.
1238 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1240 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1241 * texi/message-ja.texi: Ditto.
1242 * texi/message.texi: Ditto.
1243 * texi/gnus-ja.texi: Ditto.
1244 * texi/gnus.texi: Ditto.
1245 * README-offline.ja: Ditto.
1246 * README-offline.en: Ditto.
1247 * README.semi.ja: Ditto.
1248 * README.semi: Ditto.
1249 * README.T-gnus: Ditto.
1251 * t-gnus-6_13: NEW PUBLIC BRANCH.
1253 See ChangeLog.2 for earlier changes.