1 2002-08-06 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/gnus-vers.el: T-gnus 6.15.8 revision 00.
5 2002-08-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
7 * lisp/gnus-namazu.el (gnus-namazu-update-index): Handle error
8 messages printed by Namazu.
9 (gnus-namazu/update-sentinel): Likewise.
10 (gnus-namazu-need-path-normalization): Change its default value.
11 (gnus-namazu/normalize-results): Remove `file://' prefix.
13 * texi/gnus-ja.texi (Namazu Groups): Update documents.
15 * lisp/gnus-namazu.el (gnus-namazu/update-p): Print error
17 (gnus-namazu-update-index): Small clean up.
18 (gnus-namazu-update-all-indices): Ditto.
20 2002-08-05 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
22 * lisp/gnus-namazu.el: Bug fix of updating multiple indices.
23 (gnus-namazu/setup): Call `gnus-namazu-update-all-indices' without
25 (gnus-namazu-create-index): Clean temporary files even if an
27 (gnus-namazu/update-p): New function.
28 (gnus-namazu-update-all-indices): Reimplemented.
29 (gnus-namazu-update-index): Call `gnus-namazu/update-p' to decide
30 whether the specified index will be updated.
31 (gnus-namazu/update-sentinel): Follow the change of
32 `gnus-namazu-update-all-indices'.
34 2002-08-05 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
36 * lisp/gnus.el (toplevel): Add autoloads for
37 `gnus-namazu-create-index', and `gnus-namazu-update-all-indices'
38 and `gnus-namazu-update-index'.
40 * lisp/gnus-namazu.el: Support automatically updating multiple
42 (gnus-namazu-make-index-interval): Abolished.
43 (gnus-namazu-index-update-interval): New option.
44 (gnus-namazu/setup): Call `gnus-namazu-update-all-indices' instead
45 of `gnus-namazu-make-index'.
46 (gnus-namazu/mknmz-process): Abolished.
47 (gnus-namazu/status-file-name): New macro.
48 (gnus-namazu-make-index, gnus-namazu-make-index-stop,
49 gnus-namazu/mknmz-sentinel): Removed.
50 (gnus-namazu/mknmz-cleanup, gnus-namazu/index-old-p): New function.
51 (gnus-namazu-create-index, gnus-namazu-update-all-indices,
52 gnus-namazu-update-index, gnus-namazu-stop-update): New command.
53 (gnus-namazu/update-directories, gnus-namazu/update-process): New
56 2002-07-31 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
58 * lisp/gnus-namazu.el: Support automatically updating index.
59 (gnus-namazu-default-index-directory): New constant.
60 (gnus-namazu-make-index-interval, gnus-namazu-make-index-command,
61 gnus-namazu-make-index-arguments): New options.
62 (gnus-namazu/setup): Call `gnus-namazu-make-index'.
63 (gnus-namazu/real-group-name): Renamed from
64 `gnus-namazu/check-cache-group'.
65 (gnus-namazu/cache-group-candidates): Renamed from
66 `gnus-namazu/cache-group-candidates'.
67 (gnus-namazu/search): Experimental support of articles covered by
69 (gnus-namazu/default-index-directory, gnus-namazu/lapse-seconds,
70 gnus-namazu/mknmz-sentinel): New internal functions.
71 (gnus-namazu/mknmz-process): New internal variable.
72 (gnus-namazu/lock-file-name, gnus-namazu/index-file-name): New
74 (gnus-namazu-make-index, gnus-namazu-make-index-stop): New
77 2002-07-30 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
79 * lisp/gnus-namazu.el (gnus-namazu/request-list): Removed.
80 (gnus-namazu/get-current-to): New function.
81 (gnus-namazu/complete-query): Call the above.
83 2002-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
85 * lisp/pop3.el: Don't autoload "ssl".
86 (pop3-open-ssl-stream-1): Require `ssl' before binding ssl-* vars.
88 2002-07-18 Katsumi Yamaoka <yamaoka@jpl.org>
90 * lisp/gnus-namazu.el (gnus-namazu/truncate-article-list): Remove
93 2002-07-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
95 * texi/gnus-ja.texi (Web Newspaper): Update the url of w3m.
97 2002-07-05 Katsumi Yamaoka <yamaoka@jpl.org>
99 * lisp/gnus-sum.el (gnus-summary-mode-map): Replace
100 `gnus-article-toggle-headers' with `gnus-summary-toggle-header'.
101 (gnus-summary-wash-map): Ditto.
102 (gnus-summary-wash-hide-map): Replace
103 `gnus-article-toggle-headers' with `gnus-article-hide-headers'.
104 (gnus-summary-article-menu): Ditto.
106 * lisp/gnus.el: Remove autoload for `gnus-article-toggle-headers'.
108 * lisp/gnus-art.el (article-toggle-headers): Abolished.
110 2002-07-04 Katsumi Yamaoka <yamaoka@jpl.org>
112 * lisp/dgnushack.el (byte-optimize-form-code-walker): Don't modify
113 the function definition if the bug has already gone; revert to the
116 2002-07-03 Keiichi Suzuki <keiichi@nanap.org>
118 * lisp/gnus-logic.el (gnus-advanced-index): Use luna based index
121 2002-06-26 Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>
123 * lisp/imap.el (imap-ssl-open-2): Do away with w32-related
124 workaround I installed on 1999-12-28, i.e. also call
125 `as-binary-process' in windows-nt.
127 2002-06-26 Katsumi Yamaoka <yamaoka@jpl.org>
129 * contrib/hashcash.el: Require `cl' when compiling.
130 (hashcash-strip-quoted-names): Replace `subseq' with `substring'.
131 (mail-add-payment): Allow no `mail-header-separator' in the buffer;
134 2002-06-25 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
136 * lisp/gnus-namazu.el (gnus-namazu/truncate-article-list): When
137 `gnus-large-newsgroup' is equal to nil, no confirmation is
140 2002-06-23 Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>
142 * lisp/pop3.el (pop3-open-ssl-stream): Do away with w32-related
143 workaround I installed on 1999-12-27, i.e. also call
144 `as-binary-process' in windows-nt.
146 2002-06-12 Katsumi Yamaoka <yamaoka@jpl.org>
148 * lisp/message.el (message-send): Kill `message-encoding-buffer'
149 even if sending failed.
151 2002-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
153 * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
155 * lisp/gnus-msg.el (gnus-message-setup-hook): Default to nil.
156 (gnus-setup-message): Run `gnus-maybe-setup-default-charset'.
157 (gnus-summary-supersede-article): Don't bind the value for
158 `gnus-message-setup-hook'.
159 (gnus-summary-resend-bounced-mail): Ditto.
161 * lisp/dns.el (dns-make-network-process): Bind
162 `default-process-coding-system' to `(binary . binary)'; bind
163 `program-coding-system-alist' to nil.
165 * lisp/gnus-fun.el (gnus-convert-gray-x-face-to-xpm): Bind
166 `input-coding-system' and `output-coding-system' to `binary'.
168 * lisp/gnus-namazu.el (gnus-namazu/call-namazu): Bind
169 `input-coding-system' and `output-coding-system' to the velue of
170 `gnus-namazu-coding-system'.
172 * lisp/imap.el (imap-ssl-open): Don't bind the values for
173 `input-coding-system' and `output-coding-system'.
175 * lisp/nnmaildir.el (nnmaildir-request-scan): Bind
176 `output-coding-system' to the value of
177 `nnheader-file-coding-system'; bind `file-coding-system' to nil.
178 (nnmaildir-request-rename-group): Ditto.
179 (nnmaildir-request-replace-article): Ditto.
180 (nnmaildir-request-accept-article): Ditto.
181 (nnmaildir-request-set-mark): Ditto.
183 * lisp/nnmbox.el (nnmbox-save-buffer): Simplify the source code.
185 * lisp/nnrss.el (nnrss-read-server-data): Bind
186 `input-coding-system' to `binary'.
187 (nnrss-save-server-data): Bind `output-coding-system' to `binary'.
188 (nnrss-read-group-data): Bind `input-coding-system' to `binary'.
189 (nnrss-save-group-data): Bind `output-coding-system' to `binary'.
191 2002-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
193 * lisp/pop3.el: Add a comment for the use of `ssl' or `tls'
194 connection with Gnus; always require `pces' and `path-util' for
196 (pop3-open-ssl-stream-1): Don't require `path-util' here.
198 2002-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
200 * lisp/pop3.el: Make it can be byte-compiled in the Gnus source
201 tree with neither errors nor warnings.
202 (pop3-md5): Fix the logic to check whether the built-in `md5'
203 allows the 4th argument CODING-SYSTEM.
205 2002-06-04 Katsumi Yamaoka <yamaoka@jpl.org>
207 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
209 * contrib/gpg-ring.el: Remove RCS magic cookie.
210 * lisp/nnir.el: Ditto.
212 * texi/ptexinfmt.el (texinfo-discard-command-and-arg): New
215 2002-06-03 TAKAHASHI Kaoru <kaoru@kaisei.org>
217 * texi/ptexinfmt.el: discard @cartouche. @anchor discard for Mule
218 2.3. Support @., @:, @-.
219 (texinfo-format-inforef): New function.
221 2002-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
223 * lisp/nnheader.el (nnheader-unfold-fws): New function copied from
224 `ietf-drums-unfold-fws'.
225 (ietf-drums-unfold-fws): Alias to `nnheader-unfold-fws'.
227 2002-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
229 * lisp/gnus-vers.el: T-gnus 6.15.7 revision 00.
231 2002-04-30 Daiki Ueno <ueno@unixuser.org>
233 * lisp/message.el (message-expand-name-function): New user option.
234 (message-expand-name): Use it.
235 * lisp/lpath.el: Don't bind lsdb-complete-name and bbdb-complete-name.
237 2002-04-30 Daiki Ueno <ueno@unixuser.org>
239 * lisp/message.el (message-expand-name): Use lsdb-complete-name if
241 * lisp/lpath.el: Bind lsdb-complete-name.
243 2002-04-30 Katsumi Yamaoka <yamaoka@jpl.org>
245 * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Also examine
248 * lisp/nnheader.el (nnheader-with-unibyte): New macro.
249 (mm-with-unibyte): Alias to `nnheader-with-unibyte'.
251 2002-04-26 Steve Youngs <youngs@xemacs.org>
253 * aclocal.m4 (AC_PATH_INFODIR): New. Defaults to '$prefix/info'
254 for Emacs and 'site-packages/info' for XEmacs.
255 (AC_PATH_ETCDIR): Drop 'gnus' off the end of the default directory
258 * configure.in: Use 'AC_PATH_INFO_DIR'.
260 2002-04-23 Daiki Ueno <ueno@unixuser.org>
262 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Disregard the
263 message cache when bbdb/news-auto-create-p is nil.
265 2002-04-23 Daiki Ueno <ueno@unixuser.org>
267 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Work around the
268 incompatibility with BBDB 2.3x.
270 2002-04-22 Daiki Ueno <ueno@unixuser.org>
272 * lisp/message.el (message-make-user-agent): Remove product tokens
273 for gnus-vers. [cf. <semi-gnus-ja:6798>]
275 2002-04-22 Daiki Ueno <ueno@unixuser.org>
277 * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
279 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Tweak BBDB message
281 (gnus-bbdb/extract-message-sender-function): New user option.
282 (gnus-bbdb/extract-message-sender): New function.
284 2002-04-20 Daiki Ueno <ueno@unixuser.org>
286 * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
288 * lisp/gnus-sum.el: Don't autoload gnus-set-summary-default-charset.
289 (gnus-summary-inherit-default-charset): New function.
290 (gnus-parse-headers-hook): Use it.
291 (gnus-summary-setup-default-charset): Set default-mime-charset here.
293 * lisp/gnus-delay.el (gnus-delay-article): Undo the last change.
295 * lisp/gnus-draft.el: Revert to the original implementation.
296 (gnus-draft-edit-message): Pass restore as the 3rd argument of
297 gnus-draft-setup; call save-buffer instead of message-save-drafts.
298 (gnus-draft-setup): Rename from gnus-draft-setup-for-editing.
299 (gnus-draft-setup-for-sending): Abolish.
301 * lisp/nnheader.el (nnheader-auto-save-coding-system): New variable.
303 * lisp/message.el (message-draft-coding-system): Delegate the
304 value to nnheader-auto-save-coding-system.
305 (message-mode-map): Don't bind message-save-drafts.
306 (message-dont-send): Use save-buffer instead of message-save-buffer.
307 (message-save-drafts): Abolish.
309 * lisp/nndraft.el (nndraft-request-article): Revert to the
310 original implementation.
312 2002-04-18 Daiki Ueno <ueno@unixuser.org>
314 * lisp/gnus-draft.el (gnus-group-send-queue): Pass group and
315 interactive as the arguments of gnus-draft-send.
316 (gnus-draft-send): Don't give "nndraft:queue" special treatment.
318 2002-04-17 Daiki Ueno <ueno@unixuser.org>
320 * lisp/gnus-delay.el (gnus-delay-article): Use `message-save-drafts'
321 instead of `save-buffer'.
323 2002-04-08 Daiki Ueno <ueno@unixuser.org>
325 * lisp/gnus-draft.el (gnus-draft-send): Always enter the Message
328 2002-03-28 Katsumi Yamaoka <yamaoka@jpl.org>
330 * lisp/gnus-group.el (gnus-group-completing-read-group-name): Use
331 `mapatoms' to extract all groups from `gnus-active-hashtb'.
333 2002-03-26 Katsumi Yamaoka <yamaoka@jpl.org>
335 * lisp/gnus-group.el (gnus-group-completing-read-group-name):
337 (gnus-group-name-charset-group-alist): Change the default value.
339 2002-03-25 Katsumi Yamaoka <yamaoka@jpl.org>
341 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
343 * lisp/message.el (message-save-drafts, message-check-8bit,
344 message-send-news, message-send-mail, message-send): Replace
345 `insert-buffer' with `insert-buffer-substring'.
346 * lisp/gnus-art.el (gnus-article-mime-edit-article-setup,
347 gnus-article-edit-exit, article-verify-x-pgp-sig): Ditto.
349 2002-03-20 Katsumi Yamaoka <yamaoka@jpl.org>
351 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Don't provide
352 "View as different encoding" submenu if the function
353 `coding-system-list' is not available.
355 2002-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
357 * lisp/pop3.el (pop3-md5): Treat a given string as binary.
359 2002-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
361 * lisp/gnus-msg.el (gnus-summary-resend-message-edit): Use
362 `mime-edit-again' instead of `mime-to-mml' to recompose a message.
364 2002-03-05 Katsumi Yamaoka <yamaoka@jpl.org>
366 * lisp/message.el (mm-make-temp-file): Copied from mm-util.el.
368 2002-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
370 * lisp/message.el (message-fix-before-sending): Bind
371 `mm-7bit-chars' to the value that concat the original value and
374 * lisp/nnheader.el (mm-7bit-chars): Remove.
376 2002-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
378 * lisp/gnus-art.el (gnus-article-edit-mode): Don't call `mml-mode'.
380 * lisp/nnheader.el (mm-7bit-chars): Copied from mm-bodies.el.
381 (mm-multibyte-p): New alias.
382 (mm-char-int): Alias to `char-int'.
384 2002-02-26 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
386 * lisp/gnus-art.el (gnus-request-article-this-buffer): Sync up
389 * lisp/nntp.el (nntp-open-via-rlogin-and-telnet): Wrap
390 `call-process' with `as-binary-process'.
392 2002-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
394 * lisp/smiley.el (smiley-regexp-alist): Fix the order of faces.
396 2002-02-25 Katsumi Yamaoka <yamaoka@jpl.org>
398 * lisp/smiley.el (smiley-regexp-alist): Use faces which originate
399 in etc-0.27.tar.gz if exist.
400 (gnus-smiley-file-types): Add xbm if available.
401 (smiley-region): Don't put two or more faces in one place.
403 2002-02-22 Katsumi Yamaoka <yamaoka@jpl.org>
405 * lisp/gnus-art.el (gnus-request-article-this-buffer): Temporally
406 fix: erase the buffer before inserting (and saving) an article.
408 2002-02-22 Steve Youngs <youngs@xemacs.org>
410 * aclocal.m4 (AC_PATH_LISPDIR): Default to
411 .../site-packages/lisp/gnus for XEmacs.
412 (AC_PATH_ETCDIR): Default to .../site-packages/etc/gnus for
415 2002-02-21 Daiki Ueno <ueno@unixuser.org>
417 * lisp/gnus-group.el (gnus-group-name-encode): New function.
418 (gnus-group-encoded-name): New function.
419 (gnus-group-completing-read-group-name): New function.
420 (gnus-fetch-group): Use it.
421 (gnus-group-jump-to-group): Use it.
422 (gnus-group-unsubscribe-current-group): Use it.
424 2002-02-21 Daiki Ueno <ueno@unixuser.org>
426 * lisp/nnheader.el (mm-string-as-unibyte): Undo the last change.
427 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Ditto.
429 2002-02-21 Daiki Ueno <ueno@unixuser.org>
431 * lisp/nnheader.el (mm-string-as-unibyte): Alias to
434 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Return unibyte
437 2002-02-19 Katsumi Yamaoka <yamaoka@jpl.org>
439 * lisp/lpath.el: Bind `navi2ch-mona-font'.
441 2002-02-18 Daiki Ueno <ueno@unixuser.org>
443 * lisp/gnus-art.el (gnus-treat-monafy): New user option.
444 (article-monafy): New function.
446 2002-02-18 Katsumi Yamaoka <yamaoka@jpl.org>
448 * lisp/nnheader.el (std11-field-value): Fix regexp.
450 2002-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
452 * lisp/gnus-art.el (gnus-treat-display-grey-xface): Default to nil
455 2002-02-14 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
457 * lisp/gnus-namazu.el (gnus-namazu-kill-summary-buffers): New
460 2002-02-12 Katsumi Yamaoka <yamaoka@jpl.org>
462 * lisp/mm-view.el: Require `gnus-mailcap' rather than `mailcap'.
464 * lisp/nnheader.el (mm-with-unibyte-buffer): Bind `default-mc-flag'
465 instead of `mc-flag'.
466 (nnheader-with-unibyte-current-buffer): New macro.
467 (mm-with-unibyte-current-buffer): Alias to
468 `nnheader-with-unibyte-current-buffer'.
469 (nnheader-guess-mime-charset): New macro.
470 (mm-guess-mime-charset): Alias to `nnheader-guess-mime-charset'.
471 (shell-command-to-string): New function for old Emacsen.
473 * lisp/lpath.el: Don't fbind `shell-command-to-string'.
475 2002-02-09 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
477 * lisp/gnus-namazu.el (gnus-namazu/group-alist): Abolished.
478 (gnus-namazu/setup): Not set it.
479 (gnus-namazu/shutdown): Removed.
480 (gnus-namazu/group-prefixed-name): Handle case-insensitive file
483 2002-02-09 NISHIDA Masakazu <m_nisida@ca2.so-net.ne.jp>
485 * lisp/gnus-namazu.el (gnus-namazu/complete-query): Relaxed the
486 regexp which matches field search keywords.
488 2002-02-01 ShengHuo ZHU <zsh@cs.rochester.edu>
490 * etc/gnus/gnus.xpm: Remove some garbages at the end of the file.
492 2002-02-03 Daiki Ueno <ueno@unixuser.org>
494 * lisp/nnir.el (nnir-run-namazu): According to SUSv3, LC_ALL is
495 prior to the other environment variables whose names are starting
496 with "LC_". So there is no need to setting them.
498 2002-02-03 Daiki Ueno <ueno@unixuser.org>
500 * lisp/nnir.el (nnir-imap-default-charset): New user option.
501 (nnir-run-imap): Supply the charset of a search criteria.
503 2002-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
504 Suggested by Kenichi OKADA <okada@opaopa.org>
506 * lisp/message.el (message-save-drafts): Override
507 `mime-header-encode-method-alist'.
509 2002-02-01 Taiji Can <Taiji.Can@grd.advantest.co.jp>
511 * texi/gnus-ja.texi (Posting Styles): Fix typo.
513 2002-01-31 ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
515 * lisp/gnus-art.el (gnus-article-display-traditional-message):
518 2002-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
520 * lisp/gnus-art.el (gnus-article-setup-buffer): Enable multibyte
521 in `gnus-original-article-buffer'.
523 2002-01-29 Katsumi Yamaoka <yamaoka@jpl.org>
525 * lisp/message.el (message-cite-prefix-regexp): Fix the regexp.
527 * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): New
530 2002-01-24 Katsumi Yamaoka <yamaoka@jpl.org>
532 * lisp/gnus-clfns.el (find-cl-run-time-functions): Insert a
533 newline before filling a result; ignore non-list forms.
535 2002-01-24 ARISAWA Akihiro <ari@atesoft.advantest.co.jp>
537 * lisp/gnus-sum.el (gnus-summary-show-article): If coding-system is
538 specified, bind `default-mime-charset' to it.
540 2002-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
542 * lisp/message.el: Require `base64' before `canlock-om' to avoid
543 damage to define `base64-encode-string' by MEL.
545 * lisp/dgnushack.el: Load base64.el before canlock-om.el to avoid
546 damage to define `base64-encode-string' by MEL.
548 2002-01-23 Katsumi Yamaoka <yamaoka@jpl.org>
550 * lisp/gnus-sum.el (gnus-article-commands-menu): Bind "Html" to
551 the command `gnus-article-wash-html'.
552 (gnus-summary-article-menu): Ditto.
553 (gnus-summary-wash-map): Bind "h" to the command
554 `gnus-article-wash-html'.
556 * lisp/gnus-art.el (gnus-article-treatment-menu): Bind
557 "Treat html" to the command `gnus-article-wash-html'.
559 * lisp/nnheader.el: Place mm- stuff and mail-parse stuff in front
560 of the codes which use (or may use) them.
562 2002-01-21 ARISAWA Akihiro <ari@mbf.sphere.ne.jp>
564 * lisp/gnus-art.el (gnus-article-display-traditional-message): Use
565 `set-buffer-multibyte'.
567 2002-01-21 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
569 * lisp/gnus-sum.el (gnus-summary-preview-mime-message): Protect
570 against dead windows.
572 * lisp/nnheader.el (mm-encode-coding-string): Alias to
573 `encode-coding-string'.
574 (mm-decode-coding-string): Alias to 'decode-coding-string'.
576 2002-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
578 * lisp/gnus-vers.el: T-gnus 6.15.6 revision 00.
580 * lisp/nnheader.el (std11-unfold-region): New function copied from
581 `rfc2047-unfold-region'.
582 (std11-unfold-field): New function.
583 (mail-header-unfold-field): Alias to `std11-unfold-field'.
585 2002-01-21 Katsumi Yamaoka <yamaoka@jpl.org>
587 * lisp/gnus-vers.el (gnus-revision-number): Increment to 02 (synch
588 with the released version of Oort Gnus v0.05).
590 2002-01-16 Katsumi Yamaoka <yamaoka@jpl.org>
592 * lisp/dgnushack.el: Advise `byte-compile-inline-expand' for Mule
593 to ignore built-in functions as Emacs 20+ does.
595 2002-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
597 * lisp/gnus-sum.el (gnus-adjust-marked-articles): Fix the record
598 for `seen' if it looks like (seen NUM1 . NUM2). It should be
599 (seen (NUM1 . NUM2)).
601 2002-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
603 * lisp/nntp.el (nntp-send-buffer): Bind `mc-flag' to nil.
605 * lisp/nnheader.el (mm-with-unibyte-buffer): Alias to
606 `nnheader-with-unibyte-buffer'.
607 (nnheader-with-unibyte-buffer): New macro.
609 2002-01-12 Katsuhiro Hermit Endo <hermit@koka-in.org>
611 * texi/gnus-ja.texi (Article Date): Update Japanese translation.
613 2002-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
615 * lisp/gnus-clfns.el (butlast): Fix a serious bug that it behaved
616 like `nbutlast'. Special thanks to Keiichi-san for the great
619 * lisp/gnus.el (gnus-product-variable-file-list): Add a check for
620 the value of `gnus-use-correct-string-widths' in the forms.
622 * lisp/gnus-start.el (gnus-product-quick-file-format): Include the
623 value of `gnus-use-correct-string-widths' in the file form.
624 (gnus-product-read-variable-file-1): Check for the equality in the
625 value of `gnus-use-correct-string-widths' as well.
627 2002-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
629 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01 in
630 order to force update cached format specs.
632 * lisp/gnus-spec.el (gnus-use-correct-string-widths): Default to t.
634 2002-01-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
636 * lisp/nnshimbun.el: Adopt for old Gnusae.
638 2002-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
640 * lisp/message.el (message-strip-forbidden-properties): Don't
641 strip properties when the invisible MIME part is inserted.
643 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Position
646 2002-01-05 Lars Magne Ingebrigtsen <larsi@gnus.org>
648 * etc/gnus/oort.xface (X-Face): Oort X-Face from
649 Raymond Scholz <ray-2002@zonix.de>.
651 2002-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
653 * lisp/lpath.el: Fbind `coding-system-to-mime-charset' for Mule 2.
655 * lisp/nnheader.el (std11-fold-region): New function copied from
656 `rfc2047-fold-region'.
657 (std11-fold-field): Use it.
659 2002-01-09 Katsumi Yamaoka <yamaoka@jpl.org>
661 * lisp/gnus.el: Don't autoload "gnus-bitmap".
663 * lisp/gnus-ems.el: Autoload "smiley-mule" if running Emacs
664 version is less than 21.
666 * lisp/gnus-art.el (gnus-article-smiley-display): Remove.
667 (gnus-treat-smiley): Reload "smiley-ems" or "smiley-mule" if
669 (gnus-treat-display-smileys): Use `gnus-image-type-available-p'.
670 (gnus-article-smiley-mule-loaded-p): New internal variable.
671 (gnus-article-should-use-smiley-mule): New user option.
673 2002-01-09 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
675 * lisp/nneething.el (nneething-mime-extensions): New variable.
676 (nneething-request-article): Refer it.
678 * lisp/nnheader.el (mm-detect-coding-region): Alias to
679 `nnheader-detect-coding-region'.
680 (nnheader-detect-coding-region): New function.
681 (mm-detect-mime-charset-region): Alias to
682 `nnheader-detect-mime-charset-region'.
683 (nnheader-detect-mime-charset-region) New function.
685 2002-01-08 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
687 * texi/gnus-ja.texi (Web Newspaper): Update the document of
690 2002-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
692 * lisp/gnus-art.el (article-toggle-headers): Expose headers even
693 if there is a boundary line.
695 * lisp/nntp.el (nntp-send-buffer): Don't use
696 `mm-with-unibyte-current-buffer'. Use expanded form instead.
698 * lisp/gnus-art.el (gnus-treatment-function-alist): Move X-Face
699 stuff down after unfolding stuff.
701 2002-01-08 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
703 * lisp/gnus-namazu.el (gnus-namazu/highlight-words): Reimplemented.
705 2002-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
707 * lisp/nnheader.el (mail-narrow-to-head): Copy from ietf-drums.el;
708 it should go to the beginning of the header after narrowing.
709 (std11-extract-addresses-components): Protect against nil argument.
711 2002-01-08 Katsumi Yamaoka <yamaoka@jpl.org>
713 * lisp/nnheader.el (mail-header-field-value): Alias to
715 (std11-field-value): New function.
717 2002-01-08 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
719 * lisp/nnheader.el (mail-header-parse-addresses): New function.
720 (std11-extract-addresses-components): New function.
722 2002-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
724 * lisp/gnus-picon.el: Don't require `mail-parse'.
726 2002-01-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
728 * lisp/nnheader.el (mail-header-fold-field): Alias to
730 (std11-fold-field): New function.
731 (mail-narrow-to-head): Alias to `std11-narrow-to-header'.
732 (mail-header-narrow-to-field): Alias to `std11-narrow-to-field'.
733 (std11-narrow-to-field): New function.
735 2002-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
737 * lisp/gnus-vers.el: T-gnus 6.15.5 revision 00.
739 2002-01-02 ShengHuo ZHU <zsh@cs.rochester.edu>
741 * etc/gnus/describe-group.xpm: Set pixels of first line to
742 background color. A bug in Emacs?
744 2002-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
746 * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
748 * lisp/gnus-picon.el: Require `mail-parse'.
750 * lisp/sha1-el.el (sha1-use-external): Replace `executable-find'
751 with `exec-installed-p'.
753 2002-01-06 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
755 * lisp/gnus-namazu.el: Update comments.
756 (gnus-namazu/search): Convert `gnus-cache-directory' to absolute
757 before the regular expression which matches paths of persistent
758 articles is generated. Clean up codes.
760 2002-01-05 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
762 * lisp/nnshimbun.el (nnshimbun-request-article): Handle the
763 article properly when no group is specified.
764 (nnshimbun-write-nov, nnshimbun-save-nov): Save nov databases only
765 when their sizes are greater than zero.
767 * lisp/gnus-namazu.el (gnus-namazu-query-highlight): New option.
768 (gnus-namazu-query-highlight-face): New face.
769 (gnus-namazu/check-cache-group): New function.
770 (gnus-namazu/cache-group-candidates): Ditto.
771 (gnus-namazu/search): Call `gnus-namazu/check-cache-group' to get
772 groups for cached articles.
773 (gnus-namazu/highlight-words): New function.
774 (gnus-namazu-search): Set the group parameter `highlight-words'
775 when `gnus-namazu-query-highlight' is equal to the other value
778 * lisp/gnus-ja.texi (Namazu Groups): Updated.
780 2001-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
782 * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
783 non-list forms in the top level.
785 2001-12-18 Josh Huber <huber@alum.wpi.edu>
787 * ChangeLog, todo: (oops) changed buffer-file-coding-system back
790 2001-12-18 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
792 * make-x.bat: Ensure nonempty variable value. Reported by Frank
793 Haun <pille3000@gmx.net>.
795 2001-12-18 01:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
797 * ChangeLog, todo: Add `coding'.
799 2001-12-17 Josh Huber <huber@alum.wpi.edu>
801 * ChangeLog: changed coding to buffer-file-coding-system
804 2001-12-10 Kai Gro
\e,A_
\e(Bjohann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
806 * make-x.bat: Code cleanup. Fix a bug with "/copy". From Frank
807 Schmitt <ich@Frank-Schmitt.net>.
809 2001-12-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
811 * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): Changed
812 the expression to decide whether `gnus-summary-buffer-name' should
814 (gnus-namazu/setup): Strict checking the other Gnus variants than
815 Oort-Gnus before handling `gnus-group-name-charset-group-alist'.
817 2001-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
819 * lisp/nnheader.el (mm-multibyte-string-p): Alias to
820 `multibyte-string-p' or `ignore'.
822 2001-12-09 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
824 * lisp/gnus-namazu.el (gnus-namazu-summary-buffer-name): New
827 * lisp/gnus-namazu.el (top): Update comments.
828 (gnus-namazu-indexed-servers): Abolished.
829 (gnus-namazu-index-directories, gnus-namazu-command): Changed the
831 (gnus-namazu/group-name-regexp): New internal constant.
832 (gnus-namazu/indexed-servers): New function.
833 (gnus-namazu/setup): Not initialize `gnus-namazu-indexed-servers'.
834 Add the entry for ephemeral groups generated by
835 `gnus-namazu-search' to `gnus-group-name-charset-group-alist'.
836 (gnus-namazu/group-prefixed-name): Fix.
837 (gnus-namazu/search): Stricten checking the return value of
838 `gnus-namazu/call-namazu'. Install changes in order to avoid the
839 difference between regexp-opt module of FSF Emacs and one of XEmacs.
840 (gnus-namazu/get-target-groups, gnus-namazu/get-current-query):
841 Refer `gnus-namazu/group-name-regexp'.
842 (gnus-namazu-search): Slightly modified.
844 2001-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
846 * lisp/message.el (message-mimic-kill-buffer): Bind
847 `message-kill-buffer-and-remove-file' to nil while calling the
848 function `message-kill-buffer'.
850 * texi/message-ja.texi, texi/message-ja.texi: Update.
852 * lisp/lpath.el: Fbind `replace-regexp-in-string' for XEmacs and
853 Mule; don't fbind coding-system-list for Mule.
855 2001-12-03 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
856 (cf. news://news.gnus.org/gnus.gnus-bug #48523)
858 * lisp/message.el (message-kill-buffer-and-remove-file): New user
860 (message-kill-buffer): Don't remove the backup file if
861 `message-kill-buffer-and-remove-file' is nil.
863 2001-12-07 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
865 * lisp/gnus-namazu.el (gnus-namazu-case-sensitive-filesystem): New
867 (gnus-namazu/group-alist): New internal variable.
868 (gnus-namazu/setup): Initialize it.
869 (gnus-namazu/shutdown) New function.
870 (gnus-namazu/request-list): Ditto.
871 (gnus-namazu/group-prefixed-name): Ditto.
872 (gnus-namazu/search): Call it instead of
873 `gnus-group-prefixed-name' in order to normalize a group name on a
874 case-insensitive file system.
876 2001-12-05 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
878 * lisp/gnus-namazu.el (gnus-namazu-need-path-normalization): New
880 (gnus-namazu/normalize-results): Refined.
882 * lisp/gnus-namazu.el (gnus-namazu-index-directory): Abolished.
883 (gnus-namazu-index-directories): New option.
884 (gnus-namazu-coding-system): Changed the default value for Windows
886 (gnus-namazu/setup): Follow the abolition of
887 `gnus-namazu-index-directory'.
888 (gnus-namazu/normalize-results): New inline function.
889 (gnus-namazu/call-namazu): Set `file-name-coding-system' and
890 `pathname-coding-system' to handle querys which include multibyte
891 characters. Not reset locale environments. Refer
892 `gnus-namazu-locale' and `gnus-namazu-index-directories'.
893 (gnus-namazu/search): Call `gnus-namazu/normalize-results'.
894 Modify a regular expression.
895 (gnus-namazu/get-target-groups): Modify a regular expression.
896 (gnus-namazu/get-current-query): Ditto.
897 (gnus-namazu/truncate-article-list): Ditto.
899 2001-12-03 Katsumi Yamaoka <yamaoka@jpl.org>
901 * lisp/mm-url.el: Require `path-util'.
902 (mm-url-program): Replace `executable-find' to `exec-installed-p'.
904 2001-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
906 * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
908 * lisp/canlock-om.el: New file.
909 * lips/dgnushack.el: Load canlock-om.el for compiling canlock.el
910 when `MULE' is bound.
911 (dgnushack-unexporting-files): Add canlock-om.el when `MULE' is
913 * lisp/message.el: Require `canlock-om' when Mule is running;
914 autoload cus-edit for the function `customize-save-variable'.
915 * lisp/nnheader.el (customize-save-variable): Remove.
917 2001-11-26 Katsumi Yamaoka <yamaoka@jpl.org>
919 * lisp/message.el (message-strip-special-text-properties): Default
920 to t because of the new function `message-tamago-not-in-use-p'.
922 2001-11-26 Kai Gro
\eN_johann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
924 * make-x.bat: Use parameter "/copy" rather than "copy" for increased
925 dwimishness for old-time DOS users. From Frank Schmitt
926 <ich@Frank-Schmitt.net>.
928 2001-11-18 Katsumi Yamaoka <yamaoka@jpl.org>
930 * lisp/message.el (message-strip-special-text-properties): Default
931 to nil temporarily (it should be automated).
932 (message-forbidden-properties): Undo last change.
933 (message-strip-forbidden-properties): Undo last change; synch with
936 2001-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
938 * lisp/message.el (message-forbidden-properties): Defcustom; make
939 it a list; don't include `intangible', `invisible',
940 `modification-hooks' or `read-only'.
941 (message-strip-forbidden-properties): Convert the value of
942 `message-forbidden-properties' to plist.
944 2001-11-16 Katsumi Yamaoka <yamaoka@jpl.org>
946 * lisp/gnus-group.el (gnus-group-group-map): Bind `G n' key to the
947 command `gnus-group-make-shimbun-group'.
948 (gnus-group-group-menu): Add `gnus-group-make-shimbun-group'.
950 * texi/gnus-ja.texi (Foreign Groups): Add a documentation for the
952 (Web Newspaper): Use `G n' key for `gnus-group-make-shimbun-group'.
954 2001-11-15 Simon Josefsson <jas@extundo.com>
956 * etc/gnus/unimportant.xpm, etc/gnus/important.xpm: New files.
958 2001-11-13 Katsumi Yamaoka <yamaoka@jpl.org>
960 * lisp/gnus-sum.el (gnus-summary-wash-map): Remove
961 `gnus-smiley-display'.
963 2001-11-11 Simon Josefsson <jas@extundo.com>
965 * make-x.bat: Don't use -nw. Suggested by Frank Haun
968 2001-11-09 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
970 * texi/infohack.el (infohack-texi-format): To process
971 write-protected files safely, make this buffer be writable after
974 2001-11-06 Katsumi Yamaoka <yamaoka@jpl.org>
976 * lisp/nnheader.el (customize-save-variable): Defun-maybe.
978 2001-11-01 07:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
980 * etc/smilies/blink.xpm: New set of xpm. From Oliver Scholz
981 <oscholz@my.gnus.org>.
983 2001-10-29 Per Abrahamsen <abraham@dina.kvl.dk>
985 * etc/smilies/sad.pbm: New bitmap.
986 * etc/smilies/blink.pbm: Ditto.
987 Contributed by Kim F. Storm <storm@cua.dk>.
989 2001-10-22 Katsumi Yamaoka <yamaoka@jpl.org>
991 * lisp/message.el (rfc822-goto-eoh): Remove.
993 2001-10-19 Kai Gro
\eN_johann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
994 From Frank Schmitt <ich@Frank-Schmitt.net>.
996 * make-x.bat: Use correct directory structure for XEmacs on Windows.
998 2001-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1000 * lisp/message.el (rfc822-goto-eoh): Define it when void.
1002 2001-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1004 * lisp/message.el (message-resend, message-send): Undo.
1006 2001-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
1008 * lisp/message.el (message-resend): Bind
1009 `inhibit-field-text-motion' to t while resending a mail.
1011 2001-10-16 Katsumi Yamaoka <yamaoka@jpl.org>
1013 * lisp/message.el (message-send): Remove the text property `field'
1014 from the encoding buffer.
1016 2001-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
1018 * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): Use
1019 `gnus-ding-file-coding-system' instead of
1020 `gnus-startup-file-coding-system'; go to the beginning of the
1021 buffer before searching.
1022 (gnus-read-newsrc-el-file): Use `gnus-ding-file-coding-system'
1023 instead of `gnus-startup-file-coding-system'.
1025 2001-10-10 Katsumi Yamaoka <yamaoka@jpl.org>
1027 * lisp/message.el (message-send-news): Modify the value of
1028 `mime-field-encoding-method-alist' to encode newsgroup names.
1030 * lisp/gnus-art.el (gnus-article-header-presentation-method): Call
1031 `article-decode-group-name' to decode newsgroup names.
1032 (gnus-article-decode-hook): Default to nil.
1034 2001-10-06 08:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
1036 * Makefile.in (uninstall): Add.
1038 * etc/Makefile.in (uninstall): Add.
1040 2001-10-04 Katsumi Yamaoka <yamaoka@jpl.org>
1042 * lisp/message.el (message-fix-before-sending): Don't expose
1043 invisible MIME parts; don't use `message-find-invisible-regions'.
1044 (message-find-invisible-regions): Remove.
1045 (invisible-region): Advise the function to add the text property
1046 `mime-edit-invisible'.
1047 (message-invisible-region): Remove.
1048 (message-save-drafts): Copy all the text properties from the
1049 editing buffer to the encoding buffer.
1050 (message-send): Ditto.
1052 2001-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
1054 * lisp/nndoc.el (nndoc-oe-dbx-type-p): Use `string-as-multibyte'
1055 instead of `mm-string-as-multibyte'.
1056 (nndoc-possibly-change-buffer): Use `nnheader-insert-file-contents'
1057 instead of `mm-insert-file-contents'.
1059 2001-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
1061 * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
1063 2001-09-27 14:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
1065 * aclocal.m4 (GNUS_CHECK_FONTS): Typo. Use /dev/null as latex input.
1067 2001-09-27 09:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
1069 * aclocal.m4, configure.in: Check commercial fonts.
1071 2001-09-27 Katsumi Yamaoka <yamaoka@jpl.org>
1073 * lisp/message.el (message-find-invisible-regions): Look for the
1074 text-property `mime-edit-invisible' as well as `message-invisible'.
1075 (message-save-drafts): Copy the text-property `mime-edit-invisible'
1076 from the message editing buffer to the encoding buffer.
1077 (message-send): Ditto.
1079 2001-09-27 Katsuhiro Hermit Endo <hermit@koka-in.org>
1081 * texi/gnus-ja.texi (Article Hiding): Fix typo.
1083 2001-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
1085 * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
1087 2001-09-24 19:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
1089 * configure.in: Generate texi/ps/Makefile.
1091 2001-09-21 Kai Gro
\eN_johann <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1093 * make.bat: Use parameter "/copy" rather than "copy" for increased
1094 dwimishness for old-time DOS users.
1096 2001-09-18 22:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
1100 2001-09-18 Katsumi Yamaoka <yamaoka@jpl.org>
1102 * lisp/dgnushack.el: If W3DIR is identical to URLDIR, don't add it
1105 2001-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
1107 * lisp/gnus-diary.el: Don't use `easy-menu-add-item' if it is not
1110 2001-09-17 Keiichi Suzuki <keiichi@nanap.org>
1112 * lisp/gnus-bbdb.el (gnus-bbdb/insert-address-regexp):
1113 `regexp-quote' for each addresses.
1115 2001-09-16 Katsuhiro Hermit Endo <hermit@koka-in.org>
1117 * texi/gnus-ja.texi (Drafts): Fix typo.
1119 2001-09-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1121 * lisp/lpath.el: Removed `current-language-environment' and
1122 `language-info-alist'.
1124 2001-09-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1126 * lisp/gnus-art.el (gnus-request-article-this-buffer): Make a copy
1127 of the requested article only when the current directory does noe
1128 equal to `gnus-original-article-buffer'.
1130 * lisp/gnus-art.el (gnus-request-article-this-buffer): Copy an
1131 article from `gnus-original-article-buffer' to
1132 `gnus-article-buffer'. Generate `gnus-original-article-buffer'
1135 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1137 * lisp/gnus-namazu.el: Updated documents.
1139 * texi/gnus-ja.texi (Namazu Groups): New subsection.
1141 2001-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1143 * lisp/gnus-namazu.el: Autoload "regexp-opt" for Mule 2.3.
1145 * Mule23@1934.en, Mule23@1934.ja: To install contrib/regexp-opt.el
1148 * contrib/regexp-opt.el: Imported from Emacs 20.2.
1150 * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Use
1151 `bbdb-display-layout' or `bbdb-pop-up-display-layout' instead of
1152 `bbdb-elided-display' or `bbdb-pop-up-elided-display' when BBDB
1153 v2.33 or later is running.
1155 2001-09-10 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1157 * lisp/gnus-namazu.el (top): Not require `std11'.
1158 (gnus-namazu/get-current-from): Use
1159 `mail-extract-address-components' instead of
1160 `std11-extract-address-components'.
1162 * lisp/gnus-namazu.el: New file.
1164 * lisp/gnus.el (top): Add autoload of `gnus-namazu-search'.
1166 * lisp/gnus-sum.el (gnus-summary-mode-map): Define "\C-c\C-n" as
1167 `gnus-namazu-search'.
1169 * lisp/gnus-group.el (gnus-group-mode-map): Define "\C-c\C-n" as
1170 `gnus-namazu-search', and removed `gnus-group-make-shimbun-group'.
1172 2001-09-10 Katsumi Yamaoka <yamaoka@jpl.org>
1174 * lisp/gnus-xmas.el (gnus-tilde-pad-form): Abolished. Use the
1175 new function `gnus-correct-pad-form' instead.
1176 * lisp/gnus-spec.el (gnus-tilde-pad-form): Ditto.
1178 2001-09-05 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1180 * lisp/nnir.el (nnir-run-namazu): Fix a side effect when handling
1181 of process environments.
1183 2001-09-04 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1185 * lisp/nnir.el (top): Added code to avoid byte-compile warning
1186 about `nnimap-server-buffer'.
1187 (nnir-run-namazu): Disable locale of Namazu.
1189 2001-09-04 KOSEKI Yoshinori <kose@meadowy.org>
1191 * lisp/nnir.el (gnus-group-mode-hook): Fix typo.
1193 2001-09-04 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1195 * lisp/nnir.el (top): Don't call `nnir-group-mode-hook' in T-gnus.
1197 * lisp/gnus-group.el (gnus-group-group-map): Define "G" as
1198 `gnus-group-make-nnir-group', and define "S" as
1199 `gnus-group-make-shimbun-group'.
1201 * lisp/gnus.el (top): Add autoload of
1202 `gnus-group-make-nnir-group'.
1204 * lisp/nnir.el: Import from
1205 ftp://ls6-ftp.cs.uni-dortmund.de/pub/src/emacs/nnir.el.
1207 2001-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
1209 * lisp/gnus-util.el (gnus-truncate-string): Abolished.
1211 2001-08-18 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1213 * lisp/nnshimbun.el (gnus-group-make-shimbun-group): Call
1214 `shimbun-groups' to detect avaiable groups of specified server.
1216 2001-08-17 KANEMATSU Daiji <kanematu@sra.co.jp>
1218 * lisp/message.el (message-signature-separator-for-insertion): New
1219 customizable variable which is used for signature separator.
1220 * lisp/message.el (message-insert-signature): Use variable
1221 `message-signature-separator-for-insertion' instead of hard code.
1223 2001-08-15 Yoichi NAKAYAMA <yoichi@eken.phys.nagoya-u.ac.jp>
1225 * texi/gnus-ja.texi (Browsing the Web): Fix typo.
1227 2001-08-13 Katsumi Yamaoka <yamaoka@jpl.org>
1229 * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1231 2001-08-10 Katsumi Yamaoka <yamaoka@jpl.org>
1233 * lisp/gnus-art.el (gnus-request-article-this-buffer): Insert an
1234 article into `gnus-original-article-buffer' instead of
1235 `gnus-article-buffer'.
1237 2001-07-31 Katsumi Yamaoka <yamaoka@jpl.org>
1239 * lisp/mml2015.el: Require `gnus-clfns' when compiling.
1240 * lisp/gnus-clfns.el (string-to-list): New compiler macro.
1242 2001-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1244 * lisp/gnus-sum.el (gnus-select-newsgroup): Don't examine cached
1245 articles with `gnus-cache-articles-in-group' even if the current
1246 group is not a virtual group (see ChangeLog.1 1999-03-02).
1248 2001-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1250 * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
1252 * lisp/nnmh.el (nnmh-retrieve-parsed-headers): Abolished.
1254 * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1255 `gnus-retrieve-parsed-headers'.
1256 (gnus-fetch-headers): Ditto.
1258 * lisp/gnus-int.el (gnus-retrieve-parsed-headers): Abolished.
1260 * lisp/gnus-cache.el (gnus-cache-braid-headers): Abolished.
1261 (gnus-cache-retrieve-parsed-headers): Abolished.
1263 2001-07-30 Katsumi Yamaoka <yamaoka@jpl.org>
1265 * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Bind
1266 `nnmail-expiry-wait-function' to nil if the group's parameter
1267 `expiry-wait' is specified by the user or the shimbun's default
1270 2001-07-27 Katsumi Yamaoka <yamaoka@jpl.org>
1272 * lisp/gnus-msg.el (gnus-message-make-user-agent): New
1275 2001-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
1277 * lisp/gnus-clfns.el (copy-list): New compiler macro.
1279 2001-07-23 Katsumi Yamaoka <yamaoka@jpl.org>
1281 * lisp/gnus-delay.el (gnus-delay-initialize): Don't use the macro
1284 * lisp/nnheader.el (mm-read-coding-system): New function which is
1285 a substitute for mm-util.el.
1287 2001-07-19 Katsumi Yamaoka <yamaoka@jpl.org>
1289 * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
1291 * lisp/nntp.el (nntp-request-newgroups): Use UTC date for
1294 * lisp/gnus-start.el (gnus-find-new-newsgroups): Use
1295 `message-make-date' instead of `current-time-string'.
1296 (gnus-ask-server-for-new-groups): Ditto.
1297 (gnus-check-first-time-used): Ditto.
1299 2001-07-17 Katsumi Yamaoka <yamaoka@jpl.org>
1301 * texi/message-ja.texi (message-citation-line-function): Add a
1302 comma just after the `@xref' form.
1304 * lisp/nnheader.el (nnheader-header-value): Ignore leading
1307 * lisp/dgnushack.el (dgnushack-make-auto-load): Advise
1308 `make-autoload' to handle `define-derived-mode'.
1310 2001-07-12 Katsumi Yamaoka <yamaoka@jpl.org>
1312 * lisp/message.el (message-yank-original): Unwind-protect while
1313 suspending font-lock.
1314 (message-mode): Modify for the following changes.
1315 (message-font-lock-keywords-2): Abolished.
1316 (message-font-lock-keywords-1): Abolished.
1317 (message-font-lock-keywords): Unified.
1318 (message-font-lock-cited-text-matcher): Abolished.
1319 (font-lock-after-change-function): Don't advise it.
1320 (message-font-lock-last-position): Abolished.
1321 (message-font-lock-citation-name-max-column): Abolished.
1322 (message-font-lock-cited-text-regexp) Abolished.
1323 (message-font-lock-fence-close-position): Abolished.
1324 (message-font-lock-fence-open-position): Abolished.
1325 (message-font-lock-fence-close-regexp): Abolished.
1326 (message-font-lock-fence-open-regexp): Abolished.
1328 2001-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1330 * lisp/message.el (message-font-lock-keywords-1): Replace regexp
1331 for mml tags with `mime-edit-tag-regexp'.
1333 2001-07-10 Katsumi Yamaoka <yamaoka@jpl.org>
1335 * lisp/message.el (message-font-lock-keywords-2): Move definitions
1336 for cited texts and mml tags to `message-font-lock-keywords-1'.
1338 2001-07-10 Katsuhiro Hermit Endo <hermit@koka-in.org>
1340 * texi/gnus-ja.texi (Mail Group Commands): Fix a slight mistake.
1342 2001-07-09 Katsumi Yamaoka <yamaoka@jpl.org>
1344 * lisp/dgnushack.el: Add the parent directory of the directory
1345 where the APEL modules are installed to `load-path' according to
1346 the description of the file Mule23@1934.
1348 2001-07-04 Yair Friedman <yairfr@Amdocs.com>
1350 * make.bat: Use infohack.el to create info files.
1352 2001-07-09 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
1354 * README.semi: Modify URI of emacs-w3m.
1355 * README.semi.ja: Ditto.
1356 * Mule23@1934.en: Ditto.
1357 * Mule23@1934.ja: Ditto.
1358 * lisp/nnshimbun.el: Ditto.
1360 * texi/gnus-ja.texi (Top, Article Treatment): Fix typo.
1361 (Web Newspaper): Modify URI of emacs-w3m.
1363 2001-07-06 KITAGAWA Takurou <i30x1641@ip.media.kyoto-u.ac.jp>
1365 * lisp/Makefile.in (clever): Use `if test... then' instead of
1368 2001-07-06 Katsumi Yamaoka <yamaoka@jpl.org>
1370 * lisp/Makefile.in (clever): Change the quoting style for the
1371 elisp form to check for XEmacs-p.
1373 * lisp/dgnushack.el: Require `path-util' first, and then search
1374 for the path if it is not found.
1376 2001-07-05 Katsumi Yamaoka <yamaoka@jpl.org>
1378 * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
1380 2001-06-28 Akitada Koyama <cx2@kh.rim.or.jp>
1382 * texi/gnus-ja.texi (Web Newspaper): Add a description how to show
1383 html documents inline.
1385 2001-06-28 Katsumi Yamaoka <yamaoka@jpl.org>
1387 * texi/message-ja.texi (message-suspend-font-lock-when-citing): Add
1389 * texi/message.texi (message-suspend-font-lock-when-citing): Ditto.
1391 * lisp/message.el (message-yank-original): Suspend font-lock'ing
1392 while citing an original message.
1393 (message-suspend-font-lock-when-citing): New user option.
1395 2001-06-25 Katsumi Yamaoka <yamaoka@jpl.org>
1397 * lisp/gnus-clfns.el (find-cl-run-time-functions): New
1400 2001-06-22 Katsumi Yamaoka <yamaoka@jpl.org>
1402 * lisp/gnus-art.el (article-display-x-face): Don't gather X-Face
1403 fields in `gnus-original-article-buffer'.
1405 2001-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1407 * lisp/nnshimbun.el (nnshimbun-find-parameter): Undo the last
1408 bogus changes; use the value of `nnshimbun-pre-fetch-article' if
1409 the value of the group parameter `prefetch-articles' is nil; do
1410 likewise for `encapsulate-images'.
1412 2001-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1414 * lisp/nnshimbun.el (nnshimbun-find-parameter): Use the value of
1415 `nnshimbun-pre-fetch-article' if the value of the group parameter
1416 `prefetch-articles' is `off'; do likewise for `encapsulate-images'.
1418 2001-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1420 * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Fix a
1421 doc-string that both the values `off' and nil specifies not to
1423 (nnshimbun-pre-fetch-article): Default to `off'.
1425 2001-06-18 Katsumi Yamaoka <yamaoka@jpl.org>
1427 * lisp/nnshimbun.el (nnshimbun-encapsulate-images): Renamed from
1428 `nnshimbun-encapsulate-article'.
1429 (nnshimbun-request-article-1): Replace `encapsulate-article' with
1430 `encapsulate-images'.
1431 (nnshimbun-find-parameter): Ditto.
1432 (nnshimbun-group-parameters): Ditto.
1433 (nnshimbun-group-parameters-custom): Ditto.
1435 2001-06-15 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1437 * lisp/nnshimbun.el (nnshimbun-group-parameters-custom): Add
1438 `encapsulate-article' as a customizable option, and modified
1439 `prefetch-articles'.
1440 (nnshimbun-group-parameters): Add document for
1441 `encapsulate-article'.
1442 (nnshimbun-encapsulate-article): New server variable.
1443 (nnshimbun-find-parameter): Add code for `encapsulate-article'.
1444 (nnshimbun-request-article-1): Refer `encapsulate-article' group
1445 parameter to control `shimbun-encapsulate-article' value when
1446 `shimbun-article' is called.
1448 2001-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
1450 * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
1452 2001-06-14 Katsumi Yamaoka <yamaoka@jpl.org>
1454 * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Use
1455 `nnshimbun-find-parameter'.
1456 (nnshimbun-generate-nov-database): Bind a full group name while
1458 (nnshimbun-find-parameter): New implementation to refer to the
1459 nnshimbun group parameters.
1460 (nnshimbun-index-range): Add a document that it's just a default.
1461 (nnshimbun-pre-fetch-article): Ditto.
1462 (nnshimbun-group-parameters): Specify a parameter type as `list'.
1463 (TopLevel): Remove the local variable "-*- coding: junet; -*-".
1465 2001-06-13 Katsumi Yamaoka <yamaoka@jpl.org>
1467 * lisp/nnshimbun.el (nnshimbun-group-parameters): New group
1468 parameter. It also provides the user option
1469 `nnshimbun-group-parameters-alist' and the function
1470 `nnshimbun-find-group-parameters'.
1471 (nnshimbun-group-parameters-custom): New variable.
1472 (TopLevel): Require `gnus' expressly.
1474 2001-06-12 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1476 * lisp/nnshimbun.el (nnshimbun-find-parameter): New macro.
1477 (nnshimbun-generate-nov-database): Use `nnshimbun-find-parameter'.
1478 (nnshimbun-request-expire-articles): Fixed.
1480 2001-06-12 Katsumi Yamaoka <yamaoka@jpl.org>
1482 * lisp/nnshimbun.el (Gnus-p): Use `file-exists-p' instead of
1483 `locate-library' to check for the existence of mailcap.el in the
1484 same directory of gnus.el.
1485 (nnshimbun-retrieve-headers-with-nov): Remove a redundant check
1488 2001-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
1490 * lisp/lpath.el: Don't Fbind `xml-node-children'.
1492 2001-06-11 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
1494 * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
1495 inhibiting the expiring when `nnshimbun-keep-unparsable-dated-articles'
1498 2001-06-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1500 * lisp/gnus-group.el (toplevel): Removed autoload code for
1503 * texi/gnus-ja.texi (Web Newspaper): Add documents about
1504 `nnshimbun-index-range'.
1506 2001-06-11 Katsumi Yamaoka <yamaoka@jpl.org>
1508 * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Don't
1509 refer to the variable `nnshimbun-keep-last-article', we should
1510 keep the last article anyway.
1511 (nnshimbun-keep-last-article): Abolished.
1513 * lisp/gnus.el: Autoload "nnshimbun" for the command `gnus-group-
1514 make-shimbun-group'.
1516 2001-06-11 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1518 * lisp/nnshimbun.el: Remove some garbage.
1520 2001-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
1522 * texi/message-ja.texi: Use `iso-2022-7bit' instead of
1523 `iso-2022-7bit-ss2' to keep a compatibility between XEmacsen and
1525 * texi/gnus-ja.texi: Ditto.
1527 2001-06-09 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1529 * lisp/nnshimbun.el (top-level): Updated comments.
1530 (nnshimbun): New customize group.
1531 (nnshimbun-keep-last-article): Defined as customize variable.
1532 (nnshimbun-keep-unparsable-dated-articles): Ditto.
1533 (nnshimbun-insert-nov): Use `when' instead of `if'.
1534 (gnus-group-shimbun-server-history): Imported from
1536 (gnus-group-make-shimbun-group): Ditto.
1538 * lisp/gnus-group.el (gnus-group-make-shimbun-group): Its real
1539 definition is moved to `nnshimbun.el' and autload code is added.
1540 (gnus-group-shimbun-server-history): Its definition is moved to
1543 2001-06-08 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1545 * lisp/nnshimbun.el (nnshimbun-use-entire-index): Removed.
1546 (nnshimbun-index-range): New variable.
1547 (nnshimbun-close-server): Check status strictly to close server
1549 (nnshimbun-generate-nov-database): Refer the group paramter
1550 `nnshimbun-index-range' as the second parameter of
1552 (shimbun-mua-use-entire-index): Removed.
1553 (nnshimbun-request-article-1): Replace a date string in
1554 `gnus-newsgroup-data' only when article header has non-nil value.
1555 (nnshimbun-insert-nov): Fixed condition to decide whether
1556 `X-Nnshimbun-Id' should be inseted or not.
1558 2001-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
1560 * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): Removed.
1561 (nnshimbun-request-expire-articles): Simplified; refer to the
1562 shimbun's default expiration days.
1564 2001-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
1566 * lisp/lpath.el: Fbind `xml-node-children' for XEmacsen and old FSF
1569 2001-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
1571 * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Prefer the
1572 group parameter `expiry-wait' when expiring a closed group.
1574 2001-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
1576 * lisp/nnshimbun.el (nnshimbun-request-article-1): Replace a date
1577 string in `gnus-newsgroup-data' based on the newly retrieved
1580 2001-06-07 Katsumi Yamaoka <yamaoka@jpl.org>
1582 * lisp/nnshimbun.el (nnshimbun-request-expire-articles): Fix
1583 inhibiting the expiring.
1585 2001-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
1587 * lisp/nnshimbun.el (nnshimbun-expire-nov-databases): New command.
1588 (nnshimbun-request-expire-articles): New function.
1589 (nnshimbun-keep-unparsable-dated-articles): New variable.
1590 (nnshimbun-keep-last-article): New variable.
1591 (nnshimbun-insert-nov): Rewrite using `nnshimbun-string-or'.
1592 (nnshimbun-string-or): New macro.
1593 (nnshimbun-tmp-string): New internal variable.
1594 (TopLevel): Require `message' for `message-make-date'.
1596 2001-05-30 Katsumi Yamaoka <yamaoka@jpl.org>
1598 * lisp/gnus-clfns.el (find-cl-run-time-functions): Remove a
1599 useless non-global var; scroll the output window automatically.
1601 2001-05-31 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1603 * lisp/nnshimbun.el (nnshimbun-header-xref): Removed.
1604 (nnshimbun-check-header): Removed.
1605 (nnshimbun-make-shimbun-header): Don't call
1606 `nnshimbun-header-xref'.
1607 (nnshimbun-request-group): Simplified.
1608 (nnshimbun-request-article-1): Call `nnshimbun-replace-nov-entry'
1609 instead of `nnshimbun-check-header'.
1610 (nnshimbun-insert-nov): New function.
1611 (nnshimbun-generate-nov-database): Call `nnshimbun-insert-nov'
1612 instead of `nnheader-insert-nov'.
1613 (nnshimbun-replace-nov-entry): New function.
1615 2001-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1617 * lisp/gnus-clfns.el (find-cl-run-time-functions): Add a parser for
1618 `dolist'; protect against errors.
1620 2001-05-29 Katsumi Yamaoka <yamaoka@jpl.org>
1622 * lisp/nnshimbun.el (nnshimbun-retrieve-headers-with-nov): Don't
1624 (nnshimbun-make-shimbun-header): Use the following macros.
1625 (nnshimbun-mail-header-from): New macro whose definition will be
1626 changed statically for Gnus or gnus.
1627 (nnshimbun-mail-header-subject): Ditto.
1628 (TopLevel): Don't require `gnus-clfns'.
1630 * lisp/gnus.el: Add autoload for `find-cl-run-time-functions'.
1632 * lisp/gnus-clfns.el (find-cl-run-time-functions): New command for
1634 (cl-run-time-functions): New variable.
1635 (TopLevel): Don't require `cl' at run-time.
1637 2001-05-28 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1639 * texi/gnus-ja.texi (Web Newspaper): Updated.
1641 2001-05-28 Katsumi Yamaoka <yamaoka@jpl.org>
1643 * lisp/dgnushack.el (dgnushack-unexporting-files): Add
1644 "nnshimbun.el" if the library "shimbun" is not found.
1645 (TopLevel): Add "/somewhere/apel/" to `load-path' if it is needed.
1646 (locate-library): Redefine it for Mule before it is called.
1648 * README.semi.ja: Update for the use of Emacs-W3M.
1649 * README.semi: Ditto.
1650 * Mule23@1934.ja: Ditto.
1651 * Mule23@1934.en: Ditto.
1653 2001-05-28 TSUCHIYA Masatoshi <tsuchiya@namazu.org>
1655 * lisp/nnshimbun.el: Reconstructed to use `shimbun'.
1657 * lisp/gnus-group.el (gnus-group-make-shimbun-group):
1658 Reconstructed to use `shimbun'.
1660 * lisp/dgnushack.el (toplevel): Add paths if and only if APEL and
1661 FLIM can't be found.
1663 2001-05-17 Kai =?iso-8859-1?q?Gro=DFjohann?= <Kai.Grossjohann@CS.Uni-Dortmund.DE>
1665 * etc/Makefile.in (datadir): Set this variable, like in the other
1666 Makefile.in's. Patch from Gaute B Strokkenes <gs234@cam.ac.uk>.
1668 2001-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
1670 * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Don't ignore
1671 `widget-convert-button', `widget-create' and `widget-put'; ignore
1674 2001-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
1676 * lisp/gnus.el: Require `base64' if `base64-encode-string' is not a
1679 * lisp/dgnushack.el (dgnushack-bind-colon-keywords): Ignore
1682 2001-05-14 Katsumi Yamaoka <yamaoka@jpl.org>
1684 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1686 * lisp/nnmail.el: Don't bind the colon keywords here.
1687 * lisp/gnus.el (gnus-colon-keywords): New variable which will
1688 default to the value of `dgnushack-colon-keywords'; bind them.
1689 * lisp/dgnushack.el (dgnushack-unexporting-files): Add
1691 (dgnushack-colon-keywords): New constant which will have the colon
1692 keywords shuld be bound at run-time for old Emacsen; cache them in
1693 the file dgnuskwds.el and bind them.
1694 (dgnushack-bind-colon-keywords): New function.
1695 (locate-library): Make the function to be silent for Mule.
1696 * lisp/Makefile.in (clean): Remove dgnuskwds.el.
1698 2001-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1700 * lisp/message.el (message-maybe-encode): Don't use
1703 2001-05-07 Katsumi Yamaoka <yamaoka@jpl.org>
1705 * lisp/gnus-vers.el: T-gnus 6.15.4 revision 00.
1707 2001-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
1709 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
1711 * lisp/gnus-art.el (gnus-article-mime-edit-exit): Set buffer to
1712 `gnus-article-buffer' just before `gnus-article-prepare-display' is
1714 (gnus-article-mime-edit-article-setup): Ditto.
1715 (gnus-article-prepare-display): Don't bind `buffer-read-only'
1716 because of `inhibit-read-only'; don't set the value of
1717 `gnus-article-current-summary' here; delete all extents or overlays
1718 and clear the value of `gnus-button-marker-list' in advance; make
1719 it to run in `gnus-article-buffer'.
1720 (gnus-article-prepare): Make it to run in `gnus-article-buffer'.
1721 (article-toggle-headers): Don't bind `buffer-read-only' because of
1722 `inhibit-read-only'.
1723 (article-hide-headers): Ditto.
1725 2001-04-16 Katsumi Yamaoka <yamaoka@jpl.org>
1727 * lisp/gnus-vers.el: T-gnus 6.15.3 revision 00.
1729 2001-04-16 Katsumi Yamaoka <yamaoka@jpl.org>
1731 * lisp/gnus-vers.el: T-gnus 6.15.2 revision 00.
1733 2001-04-16 Katsumi Yamaoka <yamaoka@jpl.org>
1735 * lisp/gnus-vers.el: T-gnus 6.15.1 revision 00.
1737 2001-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
1739 * lisp/lpath.el: Fbind `xml-parse-region' for XEmacsen and old FSF
1740 Emacsen; don't bind `mh-lib-progs'.
1742 2001-04-10 Katsumi Yamaoka <yamaoka@jpl.org>
1744 * lisp/nnshimbun.el: Enclose w3m stuff with `eval-and-compile';
1745 bind `w3m-work-buffer-name' and `w3m-retrieve' when compiling.
1747 2001-04-09 Katsumi Yamaoka <yamaoka@jpl.org>
1749 * lisp/gnus-vers.el (gnus-revision-number): Increment to 10.
1751 2001-04-03 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
1753 * lisp/nnshimbun.el (nnshimbun-type-definition: Follow changes in
1755 (nnshimbun-asahi-get-headers): Ditto.
1756 (nnshimbun-retrieve-url): Use `w3m-retrieve' if it is available.
1758 2001-04-02 Katsumi Yamaoka <yamaoka@jpl.org>
1760 * lisp/gnus-msg.el (gnus-inews-yank-articles): Make it to work with
1761 multiple articles even if there is a detached minibuffer frame on
1762 some window managers.
1764 2001-03-21 Thierry Emery <thierry.emery@club-internet.fr>
1766 * lisp/mm-decode.el (mm-copy-to-buffer): Copy buffer in unibyte
1769 2001-03-19 Katsumi Yamaoka <yamaoka@jpl.org>
1771 * lisp/gnus-kill.el (gnus-execute): Work with the extra headers.
1772 * lisp/gnus-sum.el (gnus-summary-execute-command): Ditto.
1774 2001-03-13 Katsumi Yamaoka <yamaoka@jpl.org>
1776 * lisp/message.el (message-fix-before-sending): Hide again the
1777 invisible property of encoded binary data parts after checking is
1779 (message-find-invisible-regions): New function.
1780 (message-save-drafts, message-send): Inherit the invisible property
1781 of encoded binary data parts to make MIME-Edit find the MIME part
1784 * lisp/dgnushack.el (dgnushack-compose-package): Tidy up.
1785 (dgnushack-make-load): Ditto.
1787 2001-03-12 Katsumi Yamaoka <yamaoka@jpl.org>
1789 * lisp/dgnushack.el (dgnushack-compose-package): New function.
1790 (dgnushack-make-load): Add autoload for cus-load if it is missing.
1792 * lisp/Makefile.in (compose-package): Use
1793 `dgnushack-compose-package'.
1794 (clean, clever): Remove custom-load.el.
1796 * Makefile.in (elclean): Remove custom-load.el.
1798 2001-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
1800 * lisp/gnus-art.el (gnus-article-prepare-display): Setup MIME
1801 entity even if `gnus-show-mime' is nil.
1803 2001-03-08 Katsumi Yamaoka <yamaoka@jpl.org>
1805 * lisp/dgnushack.el: Load gnus-clfns.el after `load-path' is
1808 * lisp/gnus-clfns.el (string): New compiler macro.
1809 (string): Defun-maybe as an ordinary function since it won't be
1811 * lisp/gnus-score.el (gnus-score-find-bnews): Use it as Gnus does.
1813 2001-03-06 Katsumi Yamaoka <yamaoka@jpl.org>
1815 * lisp/nnshimbun.el (nnshimbun-retrieve-url): Check if
1816 `url-current-mime-charset' is bound.
1818 2001-03-04 Katsumi Yamaoka <yamaoka@jpl.org>
1820 * lisp/gnus.el (gnus-info-find-node): Pretend to be
1821 `gnus-article-mode' in the article buffer.
1823 2001-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
1825 * lisp/nnshimbun.el (nnshimbun-kinsoku-eol-list): Simplified.
1826 (nnshimbun-kinsoku-bol-list): Ditto.
1828 2001-03-01 Katsumi Yamaoka <yamaoka@jpl.org>
1830 * lisp/gnus-vers.el (gnus-revision-number): Increment to 09.
1832 * lisp/gnus-offline.el (gnus-offline-get-menu-items): Rewrite using
1835 * lisp/gnus-group.el (gnus-group-make-shimbun-group): Simplified.
1837 * lisp/dgnushack.el: Load cl-macs to ensure that the macro `dolist'
1838 is defined properly.
1840 2001-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1842 * lisp/nnwfm.el: Require `gnus-clfns' when compiling.
1843 * lisp/nnshimbun.el: Ditto.
1844 * lisp/nnfolder.el: Ditto.
1845 * lisp/mm-util.el: Ditto.
1846 * lisp/gnus-vers.el: Ditto.
1847 * lisp/gnus-sum.el: Ditto.
1848 * lisp/gnus-score.el: Ditto.
1849 * lisp/gnus-nocem.el: Ditto.
1851 * lisp/gnus-ofsetup.el: Don't require `gnus-clfns'.
1852 (gnus-ofsetup-customize-done): Use `dolist' instead of `mapc'.
1853 (gnus-setup-for-offline): Ditto.
1855 * lisp/gnus-offline.el: Don't use `mapc' for binding some vars;
1856 don't require `gnus-clfns'.
1858 * lisp/gnus-clfns.el (subseq, merge, coerce, butlast): New compiler
1862 * lisp/gnus-art.el: Use `dolist' instead of `mapcar' for defining
1863 `gnus-article-read-summary-keys'.
1865 2001-02-28 Katsumi Yamaoka <yamaoka@jpl.org>
1867 * lisp/gnus-art.el (gnus-article-mime-edit-article-setup): Leave
1868 the forwarded parts undecoded.
1869 (gnus-article-decode-article-as-default-mime-charset): Set the
1870 value of `default-mime-charset' buffer-locally.
1872 2001-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1874 * lisp/gnus.el: Add autoloads for
1875 `gnus-summary-digest-post-forward' and
1876 `gnus-summary-digest-mail-forward'.
1878 * lisp/gnus-sum.el (gnus-summary-post-menu): Replace
1879 `gnus-uu-digest-mail-forward' and `gnus-uu-digest-post-forward'
1880 with `gnus-summary-digest-post-forward' and
1881 `gnus-summary-digest-mail-forward'.
1883 * lisp/gnus-msg.el (gnus-summary-digest-post-forward): Restore and
1884 repair the command `gnus-summary-post-digest' and rename it.
1885 (gnus-summary-digest-mail-forward): Ditto.
1886 (gnus-summary-send-map): Replace `gnus-uu-digest-mail-forward' and
1887 `gnus-uu-digest-post-forward' with
1888 `gnus-summary-digest-post-forward' and
1889 `gnus-summary-digest-mail-forward'.
1891 2001-02-27 Katsumi Yamaoka <yamaoka@jpl.org>
1893 * lisp/gnus-sum.el (gnus-summary-show-article): Bind
1894 `gnus-inhibit-treatment' to t while fetching the raw article.
1896 * lisp/gnus-art.el (gnus-article-mime-edit-exit): Bind
1897 `mime-edit-insert-user-agent-field' to nil while `mime-edit-exit'
1898 is being done; turn off font-lock first; query if the buffer is
1900 (gnus-article-mime-edit-done): New function.
1901 (gnus-article-mime-edit-article-setup): Make the window fill its
1902 frame; clear the buffere modified flag; substitute key definition
1903 `gnus-article-edit-done' with `gnus-article-mime-edit-done'; don't
1904 turn off font-lock here; bind `mime-edit-insert-user-agent-field'
1905 to nil while `mime-edit-exit' is being done.
1906 (gnus-article-mime-edit-article-unwind): Turn off font-lock first.
1908 2001-02-23 Katsumi Yamaoka <yamaoka@jpl.org>
1910 * lisp/dgnushack.el: Don't require `emu'.
1912 2001-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
1914 * lisp/message.el (message-forward-subject-author-subject): Decode
1917 2001-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
1919 * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
1921 * lisp/gnus-sum.el (gnus-get-newsgroup-headers-xover): Don't use
1922 `gnus-retrieve-parsed-headers' when the backend is nnimap. It is
1923 only a temporary fix for an infloop on nnimap. FIXME!!!
1924 (gnus-select-newsgroup): Ditto.
1926 2001-02-16 Katsumi Yamaoka <yamaoka@jpl.org>
1928 * texi/gnus-ja.texi (New features in Gnus 5.8): Remove annotation
1929 about `gnus-article-display-hook.'
1930 * texi/gnus-faq-ja.texi (Q2.1): Remove mention of
1931 `gnus-article-display-hook.'
1933 * lisp/gnus.el (gnus-article-display-hook): Abolished.
1935 * lisp/gnus-uu.el (gnus-uu-grab-articles): Don't care about
1936 `gnus-article-display-hook'.
1937 * lisp/gnus-sum.el (gnus-summary-show-article): Ditto.
1938 (gnus-summary-search-article): Ditto.
1940 * lisp/gnus-bbdb.el (gnus-bbdb-insinuate): Use
1941 `gnus-article-prepare-hook' instead of `gnus-article-display-hook'.
1943 * lisp/gnus-art.el (gnus-article-prepare-display): Evaluate
1944 `gnus-article-prepare-hook' after an article has been prepared;
1945 don't evaluate `gnus-article-display-hook'.
1947 2001-02-15 Katsumi Yamaoka <yamaoka@jpl.org>
1949 * lisp/message.el (message-cite-original-without-signature):
1950 Extract from field for the simple citation line.
1952 2001-02-14 Katsumi Yamaoka <yamaoka@jpl.org>
1954 * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
1956 * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function.
1957 (dgnushack-make-load): Ignore cus-load.el if it does not exist.
1958 (dgnushack-make-auto-load): Remove auto-autoloads.el.
1959 (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed.
1961 * lisp/Makefile.in (clean): Remove gnus-load.el instead of
1963 (compose-package): Call `gnus-load.elc' and then rename
1964 gnus-load.el(c) to auto-autoloads.el(c) instead of the use of
1965 `dgnushack-make-autoloads'.
1966 (clever): No need to remove custom-load.el.
1968 * Makefile.in (elclean): Remove gnus-load.el instead of
1971 * aclocal.m4 (AC_CHECK_URL): Ignore cache.
1973 2001-02-13 Katsumi Yamaoka <yamaoka@jpl.org>
1975 * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
1977 2001-02-11 18:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
1979 * GNUS-NEWS: Copyright and others.
1981 2001-02-09 20:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
1983 * aclocal.m4 (AC_CHECK_URL): Add.
1985 * configure.in: Use it.
1987 2001-02-08 Katsumi Yamaoka <yamaoka@jpl.org>
1989 * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced
1992 2001-02-08 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
1994 * lisp/nnshimbun.el: Add `bbdb-ml' support.
1996 2001-02-02 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
1998 * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
2000 (nnshimbun-xemacs-get-headers): Ditto.
2002 2001-02-06 Katsumi Yamaoka <yamaoka@jpl.org>
2004 * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2.
2006 2001-02-01 Katsumi Yamaoka <yamaoka@jpl.org>
2008 * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when
2009 gnus-ja.texi or message-ja.texi is given. It is needed for some
2010 make command if which can not understand "%-ja:" or "%-ja.info:".
2012 2001-01-31 Katsumi Yamaoka <yamaoka@jpl.org>
2014 * lisp/gnus-sum.el (gnus-summary-display-article): Replace
2015 `mm-enable-multibyte-mule4' with `set-buffer-multibyte'.
2017 2001-01-29 Katsumi Yamaoka <yamaoka@jpl.org>
2019 * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use
2020 `buffer-substring-no-properties' instead of `format'.
2022 2001-01-23 TAKAHASHI Kaoru <kaoru@kaisei.org>
2024 * texi/ptexinfmt.el: Support @letterpaper and @afivepaper.
2026 2001-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
2028 * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
2030 * Makefile.in (install-package-lisp): Use
2031 `install-without-compiling' instead of `install'.
2033 * lisp/Makefile.in (install): Use `install-without-compiling'.
2034 (install-without-compiling): New target.
2036 2001-01-22 Katsumi Yamaoka <yamaoka@jpl.org>
2038 * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use
2039 `infohack-texi-format'.
2041 * texi/infohack: (infohack-texi-format): New function.
2042 * lisp/dgnushack.el (dgnushack-texi-format): Move to
2043 texi/infohack.el and rename.
2044 (dgnushack-texi-add-suffix-and-format): Remove.
2046 * texi/ptexinfmt.el: New file.
2047 * lisp/ptexinfmt.el: Move to texi/.
2049 2001-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
2051 * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
2053 2001-01-17 Katsumi Yamaoka <yamaoka@jpl.org>
2055 * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the
2056 files for autoloads already exist.
2057 (dgnushack-unexporting-files): More useful message.
2059 * lisp/Makefile.in (install): Call `clever' before installing.
2060 (install-lisp): Remove.
2061 (clever): Check for whether the all elc files should be recompiled.
2063 * Makefile.in (xclever): New target.
2064 (install-package-lisp): Replace `install-lisp' with `install'.
2065 (install-package-ja): Replace `xlick' with `xclever'.
2066 (install-package): Ditto.
2068 2001-01-17 KOSEKI Yoshinori <kose@wizard.tamra.co.jp>
2070 * Makefile.in: Unset `PWD' for Meadow/NTEmacs.
2072 2001-01-15 Jesper Harder <harder@ifa.au.dk>
2074 * make.bat: Fix doc.
2076 2001-01-15 Katsumi Yamaoka <yamaoka@jpl.org>
2078 * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce
2079 the required value of `recursive-load-depth-limit' for Emacs 21.
2081 * lisp/message.el (message-followup): Handle "Mail-Copies-To:"
2083 (message-get-reply-headers): Ditto.
2085 2001-01-15 Keiichi Suzuki <keiichi@nanap.org>
2087 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion
2088 while `bbdb-annotate-message-sender' is being done.
2090 2001-01-13 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
2092 * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS).
2094 2001-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
2096 * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley
2097 extents for XEmacs 21.1 using `format'.
2099 * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change.
2101 2001-01-10 Katsumi Yamaoka <yamaoka@jpl.org>
2103 * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
2105 * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer';
2106 don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is
2109 * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for
2110 `smiley-toggle-buffer' when compiling.
2111 (gnus-treatment-function-alist): Use `gnus-smiley-display' for
2112 `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is
2114 (gnus-treat-display-smileys): Check for `smiley-mule' instead of
2116 (gnus-article-x-face-command): Don't check for xbm for x-face-e21.
2118 2001-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
2120 * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
2122 * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it
2125 2000-12-26 Katsumi Yamaoka <yamaoka@jpl.org>
2127 * lisp/gnus.el: Bind `:parameter-type', `:parameter-document',
2128 `:function', `:function-document', `:variable',
2129 `:variable-document', `:variable-group', `:variable-type' and
2130 `:variable-default' for old Emacsen.
2132 2000-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2134 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
2136 * configure: Regenerate.
2137 * configure.in: Add `AC_PATH_ETCDIR'.
2138 * Makefile.in (install-etc): New target.
2140 * lisp/nnheader.el (mm-image-load-path): Alias to
2141 `nnheader-image-load-path'.
2142 (nnheader-image-load-path): New function copied from
2143 the function `mm-image-load-path' in mm-util.el.
2145 * lisp/drums.el: Remove.
2147 2000-12-22 03:00:00 ShengHuo ZHU <zsh@cs.rochester.edu>
2149 * configure.in: Add etc/Makefile.
2151 2000-12-22 Katsumi Yamaoka <yamaoka@jpl.org>
2153 * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of
2155 (gnus-bug): Pop up the sending buffer first.
2157 * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in
2161 (byte-compile-file-form-custom-declare-variable): Use `defvar'
2162 instead of `custom-declare-variable' to make the variable
2163 uncustomizable if the arguments has the keyword `:version'.
2165 2000-12-22 Katsuhiro Hermit Endo <hermit@koka-in.org>
2167 * README.semi.ja: Fix typo.
2169 2000-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
2171 * lisp/lpath.el: Fbind `compose-mail' for Mule.
2173 * lisp/dgnushack.el (TopLevel): Byte-optimize
2174 `custom-declare-variable', `custom-declare-group, and
2175 `custom-declare-face' to omit unsupported keywords when Mule is
2178 2000-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
2180 * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00.
2182 * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not
2183 to signal an error when Mule is running.
2184 (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and
2185 `:set-after' if colon keyword is not available.
2186 (TopLevel): Require `custom'.
2188 * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for
2190 (TopLevel): Don't require `custom' here.
2192 2000-12-20 Jesper Harder <jesper_harder@hotmail.com>
2194 * make.bat: set max-lisp-eval-depth.
2196 See ChangeLog.3 for earlier changes.
2199 ;; coding: iso-2022-7bit