1 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
3 * lis/gnus.el (gnus-revision-numbser): Increment to 08.
5 * lisp/gnus-agent.el (gnus): Give up to advise here.
6 (gnus-group-get-new-news): New advice instead.
8 * lisp/gnus-offline.el (gnus-offline-setup): Call
9 `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
11 (gnus-offline-define-menu-and-key): Simplify.
12 (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
15 * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
16 `gnus-offline-setting-file'.
17 (gnus-nntp-service): Set this variable here, not in
18 `gnus-offline-setting-file'
19 (gnus-nntp-server): Ditto.
20 (gnus-after-getting-new-news-hook): Ditto.
21 (message-send-hook): Ditto.
22 (mail-source-read-passwd): Ditto.
23 (gnus-setup-news-hook): Ditto.
24 (gnus-setup-for-offline): Now one can get mails from `imap',
25 `file', `directory' or `maildir'.
27 * lisp/read-paswd.el (read-pw-set-mail-source-passwd-cache):
28 Ignore non-POP mail sources.
30 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
32 * lisp/gnus.el (gnus-revision-number): Increment to 07.
34 * lisp/gnus-util.el (gnus-union): Remove.
35 (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
37 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
38 instead of `gnus-union'.
40 1999-12-10 A.Hitachi <a_hitachi@msi.biglobe.ne.jp>
41 Katsumi Yamaoka <yamaoka@jpl.org>
43 * lisp/dgnushack.el (union): New compiler macro for emulating cl
46 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
48 * lisp/gnus-util.el: Require `gnus-ems'.
49 (gnus-ems-redefine): Call it to redefine the functions
50 `gnus-truncate-string', etc.
51 (gnus-union): Fix doc string.
53 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
55 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
57 * lisp/gnus.el (gnus-revision-number): Increment to 06.
59 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
61 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
62 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
64 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
66 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
68 (mapc): Bug fix - treat the last arg as a list.
70 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
72 * lisp/gnus.el (gnus-revision-number): Increment to 05.
74 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
75 modeline "Plugged" status display with the value of
78 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
80 (gnus-offline-set-online-sendmail-function): defsubst.
81 (gnus-offline-set-offline-sendmail-function): Ditto.
82 (gnus-offline-set-offline-post-news-function): Ditto.
83 (gnus-offline-set-online-post-news-function): Ditto.
84 (gnus-offline-disable-fetch-mail): Ditto.
85 (gnus-offline-enable-fetch-mail): Ditto.
86 (gnus-offline-setup): Fix typo.
87 (gnus-offline-gnus-get-new-news): Abolish.
88 (gnus-offline-toggle-plugged): Ditto.
89 (gnus-offline-agent-expire): Ditto.
90 (gnus-group-get-new-news): New advice which does things
91 `gnus-offline-gnus-get-new-news' was doing.
92 (gnus-agent-toggle-plugged): New advice which does thing
93 `gnus-offline-toggle-plugged' was doing.
94 (gnus-agent-expire): New advice which does things
95 `gnus-offline-agent-expire' was doing.
96 (gnus-offline-define-menu-and-key): No longer substitute key
97 definitions on `gnus-group-mode-map'. No longer swap commands for
99 (gnus-offline-after-get-new-news): Do jobs only when
102 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
105 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
107 * lisp/message.el (message-yank-add-new-references): Fix doc string.
109 * texi/{message-ja.texi, message.texi}
110 (message-list-references-add-position,
111 message-yank-add-new-references): Add documentations.
113 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
115 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
116 `gnus-offline-get-message'.
118 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
119 `gnus-ofsetup-get-message'.
121 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
123 * lisp/gnus.el (gnus-revision-number): Increment to 04.
124 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
126 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
127 `get-text-property' in the outside of the boundary.
128 (gnus-article-smiley-display): New function.
129 (gnus-treatment-function-alist): Use it.
131 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
132 the bug fixed version rigidly instead of the use of `defadvice'.
134 * lisp/message.el (font-lock-after-change-function): Don't use
135 `compile' for the arg of `defadvice'.
137 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
139 * lisp/message.el (message-yank-add-new-references): New option
140 value `message-id-only'.
141 (message-yank-original): Likewise.
142 (message-list-references-add-position): New user option.
143 (message-list-references): When
144 `message-list-references-add-position' is integer value, the order
145 of designate number message-ids is kept.
147 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
149 * lisp/gnus.el (gnus-revision-number): Increment to 03.
151 * lisp/gnus-offline.el (gnus): Don't advise here.
152 (TopLevel): Call `gnus-offline-define-menu-and-key'.
153 (gnus-offline-setup): Don't call
154 `gnus-offline-define-menu-and-key' here.
156 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
157 rely on `gnus-load-hook'.
158 (gnus): New advice. Call `gnus-offline-setup' when everything is
161 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
162 at the compile time. Use `gnus-alive-p'.
164 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
166 * lisp/gnus.el (gnus-revision-number): Increment to 02.
168 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
169 don't use `byte-defop-compiler'.
170 (byte-optimize-form-code-walker): Advise it for fixing the bug in
171 and/or forms. The original idea is devised by FUKUI-san, modified
173 (max-specpdl-size): Set 3000.
175 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
177 * lisp/gnus.el (gnus-revision-number): Increment to 01.
179 * lisp/gnus-offline.el (gnus): New advice. synchronize
180 `gnus-offline-connected' with `gnus-plugged'.
182 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
184 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
185 (gnus-revision-number): Clear to 00.
187 * README.branch.ja: Update for t-gnus-6_14 branch.
188 * README.branch: Ditto.
189 * README.T-gnus: Ditto.
190 * README.semi.ja: Ditto.
191 * README.semi: Ditto.
193 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
194 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
195 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
196 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
197 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
199 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
200 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
203 * t-gnus-6_14: NEW PUBLIC BRANCH.
205 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
206 Katsumi Yamaoka <yamaoka@jpl.org>
208 * lisp/gnus.el (gnus-revision-number): Increment to 01.
210 * lisp/dgnushack.el (char-before): Use compiler macro instead of
212 (char-after): Comment out the byte-optimization.
214 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
215 New functions. They are identical to the built-in codec if
216 possible, otherwise the functions defined in mel are used.
217 (imap-cram-md5-auth): Use them.
219 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
221 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
222 and `base64-encode-string'.
224 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
226 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
227 (gnus-revision-number): Clear to 00.
229 * README.T-gnus: Update.
231 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
233 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
234 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
235 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
236 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
237 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
238 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
239 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
240 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
241 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
242 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
244 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
247 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
248 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
251 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
253 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
254 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
255 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
256 (gnus-after-getting-new-news-hook): Ditto.
258 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
260 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
262 * lisp/gnus.el (gnus-revision-number): Increment to 10.
264 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
265 char with old Emacsen as well.
267 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
269 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
270 appears in the backquoted form.
271 (gnus-category-edit-score): Ditto.
273 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
274 appears in the backquoted form.
276 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
278 * lisp/gnus.el (gnus-revision-number): Increment to 09.
280 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
282 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
283 defined. If not, call `easy-menu-create-keymaps'.
285 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
287 * lisp/gnus.el (gnus-revision-number): Increment to 08.
289 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
290 "static" at the compile time.
291 (gnus-offline-hangup-function): Abolish.
292 (gnus-offline-auto-ppp): New variable.
293 (gnus-offline-gnus-get-new-news): Refer to it.
294 (gnus-offline-set-unplugged-state): Ditto.
295 (gnus-offline-set-auto-ppp): New function. It replaces the
296 function `gnus-offline-toggle-auto-hangup'.
297 (gnus-offline-toggle-auto-hangup): Abolish.
298 (gnus-offline-define-menu-and-key): Use `static-if' and
300 (gnus-offline-popup-menu): Do not define this function under XEmacs.
301 (gnus-offline-popup): New function.
303 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
304 (gnus-ofsetup-resource-en): Fix doc strings.
305 (gnus-ofsetup-resource-ja): Ditto.
307 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
309 * lisp/gnus.el (gnus-revision-number): Increment to 07.
311 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
312 Pterodactyl Gnus v0.98.
314 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
316 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
318 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
320 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
321 `car' and `cdr' instead of `cadr'.
323 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
324 instead of `push'; use `if' instead of `when'.
326 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
328 (gnus-useful-groups): Use `or' instead of `unless'.
330 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
333 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
335 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
336 `when' in the body of `defadvice'. Use `if' instead.
338 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
341 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
343 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
344 the macro `when' in the arg of `defcustom'. Use `if' instead.
346 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
348 * lisp/gnus.el (gnus-revision-number): Increment to 06.
350 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
351 `next-single-property-change' LIMIT as `point-max'.
352 (gnus-article-prepare-mime-display): Ditto.
353 (article-hide-signature): Ditto.
355 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
357 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
358 are removed to fill gnus-version within 80 columns.
360 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
362 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
364 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
366 * lisp/gnus.el (gnus-revision-number): Increment to 05.
368 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
371 * lisp/gnus-util.el (gnus-union): New function.
373 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
374 `copy-sequence' instead of `copy-list'.
375 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
377 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
379 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
381 * lisp/gnus.el (gnus-revision-number): Increment to 04.
383 * lisp/dgnushack.el (union, copy-list): New compiler macros for
384 emulating cl functions.
386 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
388 * lisp/gnus.el (gnus-revision-number): Increment to 03.
389 (gnus-select-method): Use `condition-case' instead of
392 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
393 instead of `ignore-errors'.
395 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
397 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
398 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
399 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
400 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
401 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
402 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
403 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
404 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
405 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
406 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
408 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
410 * lisp/gnus.el (gnus-revision-number): Increment to 02.
412 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
413 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
414 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
415 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
416 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
417 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
418 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
419 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
420 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
421 Require `cl' at the top level.
423 * lisp/gnus.el (gnus-select-method): Undo last change.
424 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
425 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
427 * lisp/gnus-ems.el (gnus-split-string): Remove.
429 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
431 * lisp/pop3.el: Add description about STLS extension; add autoload
432 setting for `starttls-open-stream' and `starttls-negotiate'.
433 (pop3-stls): New function.
434 (pop3-open-tls-stream): New function.
435 (pop3-open-server): Use `pop3-open-tls-stream' if
436 'pop3-connection-type' is bound to `tls'.
438 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
440 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
441 and `starttls-negotiate'.
442 (imap-stream-alist): Add TLS entry.
443 (imap-tls-p): New function.
444 (imap-tls-open): New function.
445 (imap-ssl-open): Enclose `open-ssl-stream' with
448 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
450 * lisp/gnus.el (gnus-revision-number): Increment to 01.
451 (gnus-select-method): Use `condition-case' instead of
454 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
457 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
458 `coding' and `noerror' for the stopgaps.
460 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
461 `coding' and `noerror'.
462 (function-max-args): Maybe-fbind for FSF Emacsen.
464 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
465 as `binary' if possible.
466 (imap-log): Default to nil (synched with pgnus 0.99).
467 (base64-decode-string): Autoload "mel" instead of "base64".
468 (md5): Autoload "md5" without `eval-and-compile'.
470 * lisp/gnus-util.el (copy-list): New function defined by
473 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
474 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
476 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
477 instead of `ignore-errors'.
479 * lisp/gnus-picon.el: Require `cl'.
481 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
482 gnus-offline.el} (cl): Enclose the requiring procedure with
485 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
486 procedure with `eval-when-compile' instead of `eval-and-compile'.
488 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
490 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
491 Use mail-sources instead of nnmail-spool-file.
492 From: Toshiaki -PCX- Tanaka.
494 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
496 * lisp/gnus.el (gnus-group-startup-message): Insert space before
498 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
500 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
502 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
503 (gnus-revision-number): Clear to 00.
505 * README.T-gnus: Update.
507 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
508 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
509 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
510 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
511 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
512 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
514 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
516 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
519 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
521 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
523 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
524 `message-save-drafts' instead of `set-buffer-modified-p' and
526 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
527 because the reply data is lost in Drafts.
528 * lisp/gnus-art.el (gnus-signature-face): Don't check
531 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
533 * lisp/pop3.el (pop3-progress-message): New function.
534 (pop3-movemail): Use it.
536 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
538 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
539 `gnus-following-method'.
541 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
542 wide reply as a mail if the message is not a news; use the macro
543 `gnus-setup-message'.
545 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
547 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
549 * lisp/gnus.el (gnus-revision-number): Increment to 14.
550 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
551 function `gnus-smiley-display'.
553 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
554 `window-system' is nil.
555 (gnus-article-x-face-command): Default to external command if
556 `window-system' is nil.
558 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
560 * lisp/gnus.el (gnus-revision-number): Increment to 13.
561 (TopLevel): Rearrange autoload settings.
563 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
566 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
567 "Toggle smileys" in "Washing" menu.
568 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
570 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
571 (smiley-toggle-buffer): New function.
572 (smiley-buffer): Don't quote the function.
573 (smiley-toggle-extents): Ditto.
575 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
577 * lisp/gnus.el (gnus-revision-number): Increment to 12.
578 (TopLevel): Add and delete autoloads for functions defined in
579 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
581 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
584 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
585 `gnus-custom-mode' defined in "gnus-cus".
587 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
589 * lisp/gnus.el (gnus-revision-number): Increment to 11.
591 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
592 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
595 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
597 * lisp/gnus.el (gnus-revision-number): Increment to 10.
598 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
599 functions `x-face-mule-gnus-article-display-x-face' and
602 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
604 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
605 `gnus-mule-group-startup-message'.
606 (gnus-mule-group-startup-message): Remove.
607 (gnus-mule-bitmap-image-file): Remove.
609 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
610 ordinary text if the feature `smiley-mule' is provided and FSF
612 (TopLevel): Require `static' at the compile time.
614 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
615 `mime-display-text/plain-hook' to nil.
616 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
617 treat the next entity position as a marker.
618 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
619 `gnus-smiley-display' under FSF Emacsen.
620 (gnus-treat-display-smileys): Default to t if the module
621 `smiley-mule' is installed.
622 (gnus-treat-display-xface): Default to `head' if the value of
623 `gnus-article-x-face-command' is
624 `x-face-mule-gnus-article-display-x-face'.
625 (gnus-article-x-face-command): Default to
626 `x-face-mule-gnus-article-display-x-face' if the module
627 `x-face-mule' is installed.
628 (TopLevel): Require `static' first; require `path-util'.
630 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
632 * lisp/gnus.el (gnus-revision-number): Increment to 09.
634 * lisp/message.el (message-mode): Make
635 `message-font-lock-last-position' as buffer local.
636 (message-font-lock-keywords-2): Use
637 `message-font-lock-cited-text-matcher' instead of regexp.
638 (message-font-lock-cited-text-matcher): New function.
639 (font-lock-after-change-function): Advice to the keep last cursor
640 position in `message-font-lock-last-position' before fontifying.
641 (message-font-lock-last-position): New variable.
642 (message-font-lock-citation-name-max-column): New variable.
643 (message-font-lock-cited-text-regexp): New variable.
644 (message-font-lock-fence-close-position): New variable.
645 (message-font-lock-fence-open-position): New variable.
646 (message-font-lock-fence-close-regexp): New variable.
647 (message-font-lock-fence-open-regexp): New variables.
649 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
651 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
652 using `message-font-lock-keywords', `message-font-lock-keywords-1'
653 and `message-font-lock-keywords-2'.
654 (message-font-lock-keywords): Restruct.
655 (message-font-lock-keywords-1): New variable split from
656 `message-font-lock-keywords'.
657 (message-font-lock-keywords-2): Ditto.
659 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
661 * lisp/gnus.el (gnus-revision-number): Increment to 08.
663 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
664 before highlighting or hiding it.
665 (gnus-article-buttonize-signature): New function.
666 (gnus-article-highlight-signature): Don't buttonize.
667 (gnus-treatment-function-alist): Undo the last change.
668 (gnus-treat-emphasize): Default to nil.
670 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
672 * lisp/gnus.el (gnus-revision-number): Increment to 07.
673 (TopLevel): Autoload "gnus-art" for the function
674 `gnus-article-show-all'.
676 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
677 hidden text if the command `gnus-summary-toggle-mime' is used.
679 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
681 (gnus-article-highlight-signature): Work for forwarded messages.
682 (gnus-article-show-all): New function based on `article-show-all'.
683 (gnus-article-show-all-headers): Based on
684 `article-show-all-headers'.
685 (article-show-all-headers): New function to show all *HEADERS*.
686 (article-show-all): Show *ALL* literally.
687 (article-hide-signature): Work for forwarded messages.
688 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
689 off after `gnus-treat-highlight-signature'.
691 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
693 * lisp/gnus.el (gnus-revision-number): Increment to 06.
695 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
696 against forwarded messages without MIME structure.
697 (gnus-treatment-function-alist): Move
698 'gnus-treat-decode-article-as-default-mime-charset' to the top;
699 put `gnus-treat-emphasize' off after
700 `gnus-treat-highlight-headers'.
702 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
704 * lisp/gnus.el (gnus-revision-number): Increment to 05.
706 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
708 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
709 argument is list or not before condition.
711 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
713 * lisp/gnus-art.el (gnus-treat-predicate): Work for
716 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
718 * lisp/gnus-art.el (gnus-article-prepare-display):
719 Pass argument nil as a condition to gnus-treat-article.
720 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
721 Ditto. Also, treat last part of multipart article correctly.
723 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
725 * lisp/gnus.el (gnus-revision-number): Increment to 04.
727 * lisp/message.el (message-generate-headers): Don't insert
730 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
731 negative number for the 2nd arg of `insert-char'.
733 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
735 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
736 gnus-ja instead of gnus if Japanese environment is on.
738 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
740 * lisp/gnus.el (gnus-revision-number): Increment to 03.
741 (semi-gnus-developers): Remove.
742 (gnus-maintainer): Change mail address.
743 (gnus-group-startup-message): Display version string.
745 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
747 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
748 version string; fix glyph position.
750 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
752 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
753 to previous version until problem of respooling from
754 nnimap to nnml is solved.
755 (gnus-summary-move-article): Ditto.
757 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
759 * lisp/gnus.el (gnus-revision-number): Increment to 02.
761 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
762 value is t before checking for `condition'.
763 (gnus-article-prepare-mime-display): Search for the entity children
764 if the primary type is `multipart'.
766 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
768 * lisp/gnus.el (gnus-revision-number): Increment to 01.
770 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
771 instead of signaling an error if the destination group is not
773 (gnus-summary-move-article): Do nothing if the destination group
774 is not newly created.
776 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
779 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
781 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
782 active entry for the group even if it doesn't exist.
784 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
786 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
788 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
790 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
791 (gnus-revision-number): Clear to 00.
793 * README.T-gnus: Update.
795 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
796 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
798 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
799 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
800 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
801 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
802 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
804 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
806 * lisp/gnus.el (gnus-revision-number): Increment to 07.
808 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
809 smooth scrolling under XEmacs.
810 (gnus-article-next-page):Ditto.
812 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
813 descriptions about the problem of loaddefs.el and the patch for
816 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
818 * lisp/gnus.el (gnus-revision-number): Increment to 06.
820 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
821 `:predicate' for old Emacsen; require `static'.
823 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
824 `:path' and `:predicate'.
826 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
828 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
829 modeline as modified.
831 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
833 * lisp/gnus.el (gnus-revision-number): Increment to 05.
835 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
836 `mime-view-entity' in the modified header under FSF Emacsen.
838 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
840 * README-offline.en: Rewrite the usage description.
841 * README-offline.ja: Ditto.
843 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
845 * lisp/gnus.el (gnus-revision-number): Increment to 04.
847 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
850 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
852 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
853 * README-offline.ja: Ditto.
855 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
857 * lisp/gnus.el (gnus-revision-number): Increment to 03.
859 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
860 the current buffer as modified.
862 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
863 (gnus-offline-get-menu-items): New function.
864 (gnus-offline-define-menu-on-miee): Use it.
865 (gnus-offline-define-menu-on-agent): Ditto.
867 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
869 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
871 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
872 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
873 (pop3-quit): Clear `pop3-uidl-obarray'.
875 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
877 * lisp/gnus.el (gnus-revision-number): Increment to 02.
879 * lisp/gnus-offline.el (gnus-offline-resource-en,
880 gnus-offline-resource-ja,
881 gnus-offline-resource-ja_complete): New variables.
882 (gnus-offline-get-message): News function.
883 (gnus-offline-error-check): Use it.
884 (gnus-offline-connect-server): Ditto.
885 (gnus-offline-get-new-news-function): Ditto.
886 (gnus-offline-set-mail-group-level): Ditto.
887 (gnus-offline-hangup-line): Ditto.
888 (gnus-offline-after-jobs-done): Ditto.
889 (gnus-offline-toggle-auto-hangup): Ditto.
890 (gnus-offline-toggle-on/off-send-mail): Ditto.
891 (gnus-offline-toggle-articles-to-fetch): Ditto.
892 (gnus-offline-empting-spool): Ditto.
893 (gnus-offline-set-interval-time): Ditto.
895 * lisp/gnus-ofsetup.el (gnus-offline-lang,
896 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
898 (gnus-ofsetup-get-message): New function.
899 (gnus-setup-for-offline): Use it.
900 (gnus-ofsetup-find-parameters): Ditto.
901 (gnus-ofsetup-prepapre-for-miee): Ditto.
902 (gnus-ofsetup-completing-read-symbol): Ditto.
903 (gnus-ofsetup-customize): Ditto.
904 (gnus-ofsetup-customize-done): Ditto.
906 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
908 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
909 `isearch-lazy-highlight'.
911 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
913 * lisp/gnus.el (gnus-revision-number): Increment to 01.
915 * lisp/lpath.el (babel-as-string): Bind it.
917 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
918 original X-Face field while searching. It is done for only FSF
920 (gnus-summary-search-article-highlight-matched-text): Ditto.
921 (gnus-summary-search-article-matched-data): Bind it explicitly.
923 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
925 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
926 (gnus-revision-number): Clear to 00.
928 * README.T-gnus: Update.
930 * README: Sync up with Pterodactyl Gnus v0.96.
931 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
932 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
933 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
934 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
935 gnus-agent.el,ChangeLog}: Ditto.
936 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
938 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
940 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
941 don't retrieve any incoming mails.; Don't filter articles here.
942 Use `convert-standard-filename' to generate fresh UIDL file names.
943 (pop3-get-message-numbers): Rewrite.
944 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
945 of `with-temp-buffer'.
947 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
949 * README-offline.ja : Fix.
951 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
954 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
955 requirements; Enclose the autoload for `gnus-custom-mode' with
958 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
960 * lisp/gnus.el (gnus-revision-number): Increment to 15.
962 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
963 for them before lpath.el is loaded. Because lpath.el requires
964 `poe' via `path-util'. [cf. <tm-ja:5051>]
966 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
967 X-Face image if the regexp "^X-Face:" is specified.
968 (gnus-summary-search-article-highlight-matched-text): Use
969 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
970 X-Face image if it is requested.
971 (gnus-summary-search-article-highlight-goto-x-face): New macro.
973 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
975 * lisp/gnus.el (gnus-revision-number): Increment to 14.
977 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
978 recenter the article when touchdown; popup the article buffer if
980 (gnus-summary-search-article-highlight-matched-text): Treat the
981 article before highlighting; use old style backquote syntax.
982 (gnus-summary-search-article-position-point): Fix the beginning
983 position; use old style backquote syntax.
984 (gnus-summary-select-article): Undo the last change.
985 (gnus-summary-display-article): Bind
986 `gnus-summary-search-article-matched-data' in the article buffer
987 locally. It is moved from `gnus-summary-select-article'.
989 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
991 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
992 (clean): Remove formatted info files.
993 (distclean): Just remove Makefile.
995 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
997 * lisp/gnus.el (gnus-revision-number): Increment to 13.
999 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
1000 (gnus-agent-fetch-headers): Limit downloadable articles if the
1001 number of unread articles exceeds `gnus-agent-large-newsgroup'.
1002 (gnus-agent-expire): Do not expire saved or replied articles when
1003 `gnus-agent-expire-all' is nil.
1005 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
1007 (gnus-offline-agent-expire): Check it; Bind
1008 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
1009 (gnus-offline-after-jobs-done): Don't check
1010 `gnus-agent-expire-all'.
1012 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
1013 `user-login-name' and `user-real-login-name' returns the same
1015 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
1016 (gnus-ofsetup-update-setting-file): Ditto.
1017 (gnus-ofsetup-prepare): New macro.
1018 (gnus-setup-for-offline): Use it.
1019 (gnus-ofsetup-customize-done): Ditto.
1021 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
1023 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1025 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
1026 (gnus-summary-search-article-highlight-matched-text): Rearrange.
1027 (gnus-summary-search-article-position-point): New macro.
1028 (gnus-summary-search-article-matched-data): Rename from
1029 `gnus-summary-search-article-matched-text'.
1030 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
1031 use `gnus-article-show-all-headers' for exposing the visited
1033 (gnus-summary-select-article): Bind
1034 `gnus-summary-search-article-matched-data' in the article buffer
1037 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
1038 if the value of `gnus-inhibit-treatment' is non-nil.
1039 (article-toggle-headers): Don't redisplay X-Face if the value of
1040 `gnus-inhibit-treatment' is non-nil.
1041 (gnus-article-treat-custom): Add new treatment variable `mime'.
1043 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1045 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
1048 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
1049 `gnus-newsgroup-incorporated' explicitly.
1051 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1053 * README.semi: Update for the recent a-ftp sites and directories.
1054 * README.semi.ja: Ditto.
1055 * texi/gnus-faq.texi: Ditto.
1056 * texi/gnus-faq-ja.texi: Ditto.
1058 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1060 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1061 (gnus-summary-incorporated-face): New face spec.
1063 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
1064 entry about the format specifier `w'.
1065 (gnus-group-line-format): Fix documentation.
1067 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
1068 newly incorporated mails with `gnus-summary-incorporated-face'.
1069 (gnus-newsgroup-incorporated): New variable.
1070 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
1071 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
1073 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
1075 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
1076 `K' if the group has already been subscribed.
1078 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
1080 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
1081 `isearch-lazy-highlight' t in the buffer locally; goto the
1082 beginning of the buffer before searching.
1084 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
1087 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
1089 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1091 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
1092 matched text after the searching is done; call
1093 `gnus-summary-select-article' with the args nil and t; bind
1094 `gnus-treat-*' to nil.
1095 (gnus-summary-search-article-highlight-matched-text): New macro
1096 for highlighting matched text. It is bound at the compile time
1098 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
1099 with the args nil and t; bind `gnus-treat-*' to nil.
1101 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
1102 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
1103 `with-temp-file'; use `insert-file-contents-as-binary' instead of
1104 `insert-file-contents'.
1106 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1108 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1110 * lisp/gnus-offline.el: Fix comments.
1111 (TopLevel): Delete the code for emulating custom. Do not inhibit
1112 byte-compile-warnings, but hide useless ones.
1113 (gnus-offline-dialup-program-arguments): defvar instead of
1115 (gnus-offline-hangup-program-arguments): Ditto.
1116 (gnus-offline-interval-time): Ditto.
1117 (gnus-offline-dialup-program, gnus-offline-hangup-program,
1118 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
1119 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
1121 Set `mail-sources' instead of `nnmail-spool-file'.
1122 (gnus-offline-enable-fetch-mail): Ditto.
1123 (gnus-offline-toggle-movemail-program): Abolish.
1124 (gnus-offline-define-menu-and-key): Modify according to it.
1125 (gnus-offline-define-menu-on-miee): Ditto.
1126 (gnus-offline-define-menu-on-agent): Ditto.
1127 (gnus-offline-message-add-header): Bind temporary variables.
1128 (gnus-offline-add-custom-header): Ditto.
1129 (gnus-offline-restore-mail-group-level): Ditto.
1131 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
1132 gnus-offline at the compile time. Do not inhibit
1133 byte-compile-warnings.
1134 (gnus-setup-for-offline): Really bind all temporary variables.
1135 (gnus-ofsetup-write-settting-file): Check if interval is a
1137 Use `mail-sources' instead of `nnmail-spool-file'.
1138 (gnus-ofsetup-update-setting-file): Redefine as a macro.
1139 (gnus-ofsetup-prepare-for-miee): Ditto.
1141 * README-offline.en : Update.
1142 * README-offline.ja : Ditto.
1144 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1146 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
1147 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
1149 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
1151 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1153 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
1155 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
1156 group name with `\N'.
1158 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1160 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1162 * lisp/pop3.el (pop3-except-header-regexp): New variable.
1163 (pop3-movemail): Don't retrieve messages whose headers are
1164 matching `pop3-except-header-regexp'.
1165 (pop3-top): New function.
1166 (pop3-retr): Don't use `save-restriction'.
1168 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1170 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
1172 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
1174 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1176 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
1177 `gnus-article-next-page' when the last page is not displayed.
1178 (mime-preview-over-to-previous-method-alist): Use
1179 `gnus-article-prev-page' when the first page is not displayed.
1180 (gnus-next-page-map): Use `make-sparse-keymap' instead of
1181 `make-keymap'; don't use `suppress-keymap'.
1182 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
1183 Succeed to the value of the text property `mime-view-situation' in
1184 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
1185 current local map as a parent under FSF Emacsen.
1187 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1189 * lisp/pop3.el (pop3-retr): Undo last change.
1191 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1193 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1195 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
1196 `accept-process-output'; Move point to the end of the normal
1198 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
1199 (pop3-get-list): Abolish.
1200 (pop3-retr): Don't use `save-restriction'.
1201 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
1202 (pop3-list): Likewise.
1204 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
1206 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1208 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
1209 `event-basic-type' instead of `event-button' under FSF Emacsen.
1211 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1213 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1215 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1217 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
1218 `gnus-summary-mode-hook'.
1219 (gnus-use-wheel): New variable.
1220 (gnus-wheel-scroll-amount): New variable.
1221 (gnus-wheel-edge-resistance): New variable.
1222 (gnus-wheel-summary-scroll): New function.
1223 (gnus-wheel-install): New function.
1225 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
1227 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1229 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
1230 `defun' instead of `defsubst'.
1231 (make-full-mail-header): Ditto.
1233 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
1234 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
1236 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1238 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1240 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
1243 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
1244 function from Nana-gnus.
1245 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
1246 (gnus-ofsetup-update-setting-file): Rename from
1247 `gnus-ofsetup-write-setting-file'.
1248 (gnus-ofsetup-find-parameters): Rename from
1249 `gnus-ofsetup-parameters'.
1250 (gnus-ofsetup-customize-done): Rewrite.
1252 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1254 * pop3.el: Sync up with pop3.el version 2.04.
1255 (pop3-leave-mail-on-server): New variable.
1256 (pop3-maximum-message-size): New variable.
1257 (pop3-uidl-file-name): New variable.
1258 (pop3-uidl-support): New variable.
1259 (pop3-uidl-obarray): New variable.
1260 (pop3-movemail): Check message size on every retrieval.
1261 (pop3-open-ssl-stream-1): Use new style macro.
1262 (pop3-get-message-numbers): New function.
1263 (pop3-get-list): New function.
1264 (pop3-get-uidl): New function.
1265 (pop3-get-unread-message-numbers): New function.
1266 (pop3-save-uidls): New function.
1267 (pop3-retr): Use `pop3-get-extended-response'.
1268 (pop3-list): New implementation.
1269 (pop3-uidl): New function.
1270 (pop3-get-extended-response): New function.
1272 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1274 * lisp/gnus.el: T-gnus 6.13.0 is released.
1276 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
1278 * ChangeLog.2: New file, rename from ChangeLog.
1280 * lisp/dgnushack.el (TopLevel): Rearrange.
1282 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
1283 * README.branch: Ditto.
1285 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
1287 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
1288 * texi/message-ja.texi: Ditto.
1289 * texi/message.texi: Ditto.
1290 * texi/gnus-ja.texi: Ditto.
1291 * texi/gnus.texi: Ditto.
1292 * README-offline.ja: Ditto.
1293 * README-offline.en: Ditto.
1294 * README.semi.ja: Ditto.
1295 * README.semi: Ditto.
1296 * README.T-gnus: Ditto.
1298 * t-gnus-6_13: NEW PUBLIC BRANCH.
1300 See ChangeLog.2 for earlier changes.