1 2000-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
3 * lisp/nnshimbun.el (TopLevel): Defalias `coding-system-category'
4 to `get-code-mnemonic' for Mule.
5 (TopLevel): Make codesys `euc-japan' and `shift_jis' for Mule.
6 (nnshimbun-type-definition): Use `static-if' to determine codesys.
7 (TopLevel): Require `static'.
9 2000-12-06 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
11 * lisp/nnshimbun.el (nnshimbun-retrieve-url): coding detection is
13 (nnshimbun-meta-content-type-charset-regexp): New constant.
14 (nnshimbun-meta-charset-content-type-regexp): Ditto.
16 2000-12-03 Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>
18 * texi/gnus-ja.texi: Fixes for the last modification.
20 2000-12-02 Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>
22 * texi/gnus-ja.texi: Translate description about
23 `nnmail-split-fancy-with-parent'.
25 * texi/message-ja.texi: Use two lines for direntry.
27 2000-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
29 * lisp/dgnushack.el: Attempt to add another FLIM path to `load-path'
30 if the module `mel' does not found. This procedure may be needed
31 when recent FLIM 1.14 is used under old Emacsen.
33 2000-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
35 * lisp/gnus-vers.el (gnus-revision-number): Increment to 08.
37 * lisp/message.el (message-send-mail-with-smtp): Leave the error
38 handling in `smtp-send-buffer's own care.
40 2000-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
42 * lisp/gnus-vers.el (gnus-revision-number): Increment to 07.
44 * lisp/gnus.el: Add autoloads for x-face-e21.
46 * lisp/gnus-sum.el (gnus-summary-search-article-position-point):
47 Search for `x-face-image' as well as `x-face-mule-bitmap-image'.
49 * lisp/gnus-art.el (gnus-article-x-face-command): Default to
50 `x-face-decode-message-header' when Emacs 21 is running and
51 x-face-e21 is installed.
53 2000-11-21 Katsumi Yamaoka <yamaoka@jpl.org>
55 * lisp/message.el (message-send-mail-with-smtp): Use
56 `smtp-send-buffer' if it exists instead of `smtp-via-smtp'.
58 * lisp/dgnushack.el (describe-key-briefly): New compiler macro for
61 2000-11-17 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
63 * lisp/nnheader.el (nnheader-header-value): Save point.
65 2000-11-16 Katsuhiro Hermit Endo <hermit@koka-in.org>
67 * texi/gnus-ja.texi (Drafts): Fix typo.
69 2000-11-14 Katsumi Yamaoka <yamaoka@jpl.org>
71 * lisp/gnus-art.el (article-verify-x-pgp-sig): Autoload "mm-uu".
72 (gnus-treat-x-pgp-sig): Default to nil.
74 2000-11-10 Katsumi Yamaoka <yamaoka@jpl.org>
76 * Mule23@1934.en, Mule23@1934.ja, sample.lpath.el: Upgrade.
78 * configure: Regenerate.
79 * aclocal.m4 (AC_PATH_PACKAGEDIR): No need to quote a string for
81 (AC_CHECK_W3): Ignore cache; no need to quote a string for
83 (AC_CHECK_EMACS_FLAVOR): Ignore cache.
84 (AC_CHECK_EMACS): Ignore cache.
85 (AC_DEFINE_GNUS_PRODUCT_NAME): Cache.
87 2000-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
89 * configure: Regenerate.
91 * aclocal.m4 (AC_CHECK_W3): Substitute `W3' with empty string
92 instead of "no" if it is not acceptable.
94 * lisp/dgnushack.el: Load dgnuspath.el and ~/.lpath.el just before
96 (dgnushack-compile): Show `load-path'.
97 (dgnushack-w3-dir): Ignore the env var W3DIR if it is empty.
99 * lisp/lpath.el: Move out `load-path' modification for APEL, FLIM
100 and SEMI to dgnushack.el.
101 * lisp/dgnushack.el: Move here.
103 * lisp/lpath.el (md5): Don't bind.
104 (url-insert-file-contents): Fbind for FSF Emacsen.
106 2000-11-08 Katsumi Yamaoka <yamaoka@jpl.org>
108 * texi/Makefile.in (install-ja-info): Specify `EMACS' and
110 (install-info): Ditto.
113 * lisp/lpath.el (md5): Fbind using `maybe-fbind'.
115 * lisp/dgnushack.el (dgnushack-compose-package): Remove function.
116 (dgnushack-install-package-info-ja): Remove function.
117 (dgnushack-install-package-info): Remove function.
118 (dgnushack-install-package-lick): Remove function.
119 (dgnushack-install-package-pkginfo): Remove function.
120 (dgnushack-install-package-info-files): Remove function.
121 (dgnushack-install-package-manifest): New function.
122 (dgnushack-remove-extra-files-in-package): New function.
123 (dgnushack-gnus-product-name): Remove function.
124 (dgnushack-examine-package-dir): Remove function.
125 (dgnushack-exporting-files): Rename from `dgnushack-exported-files'.
126 (dgnushack-unexporting-files): Rename from
127 `dgnushack-unexported-files'; attempt to fix `load-path' for W3 and
128 retry to load `w3-forms' if it is failed.
129 (dgnushack-w3-dir): New variable.
131 * lisp/Makefile.in (remove-extra-files-in-package): New target.
132 (install-package-manifest): New target.
133 (install-package-info-ja): Remove target.
134 (install-package-info): Remove target.
135 (install-package-lick): Remove target.
136 (install-lisp): New target detached from `install'.
137 (install): Call `clever' and `install-lisp'.
138 (EXPORTING_FILES, GNUS_PRODUCT_NAME): New variables.
140 * configure: Regenerate.
142 * aclocal.m4 (AC_PATH_PACKAGEDIR): Examine `PACKAGEDIR' if it is
143 not specified under XEmacs.
144 (AC_EXAMINE_PACKAGEDIR): New function.
145 (AC_PATH_LISPDIR): Don't say annotations about install-package if
147 (AC_DEFINE_GNUS_PRODUCT_NAME): Add substitution for
150 * Makefile.in (remove-extra-files-in-package): New target.
151 (install-package-manifest): New target.
152 (install-package-info-ja): Examine `PACKAGEDIR' if it is not
153 specified; call install-ja-info in texi/Makefile.
154 (install-package-info): Examine `PACKAGEDIR' if it is not
155 specified; call install-info in texi/Makefile.
156 (install-package-lisp): Rename from `install-package-lick'; examine
157 `PACKAGEDIR' if it is not specified; call `install-lisp' in
159 (install-package-ja): Call `xlick', `compose-package',
160 `remove-extra-files-in-package', `install-package-lisp',
161 `install-package-info', `install-package-info-ja' and
162 `install-package-manifest'.
163 (install-package): Call `xlick', `compose-package',
164 `remove-extra-files-in-package', `install-package-lisp',
165 `install-package-info' and `install-package-manifest'.
166 (install-info-ja, install-info): Specify `infodir'.
167 (EXAMINE_PACKAGEDIR, GNUS_PRODUCT_NAME, infodir): New variables.
169 2000-11-07 Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>
171 * texi/gnus-ja.texi: Do not use characters other than ascii ones
173 * texi/message-ja.texi: Ditto.
175 2000-11-06 Katsumi Yamaoka <yamaoka@jpl.org>
177 * lisp/Makefile.in (install): Don't check for the file names.
179 2000-11-04 Katsuhiro Hermit Endo <hermit@koka-in.org>
181 * lisp/gnus-topic.el (gnus-group-topic-map): Define "T" prefix
182 command in `gnus-topic-mode-map' instead of `gnus-group-mode-map'.
184 2000-10-25 Katsuhiro Hermit Endo <hermit@tomato.saino.ne.jp>
186 * lisp/gnus-topic.el (gnus-topic-rename): Use current topic as
187 initial value for read-string.
189 2000-11-06 Katsumi Yamaoka <yamaoka@jpl.org>
191 * lisp/Makefile.in (install): Use the lisp function
192 `dgnushack-exported-files'.
194 * lisp/nnmail.el (nnmail-pathname-coding-system): Default to
196 * lisp/nnheader.el (nnheader-pathname-coding-system): Ditto.
198 * lisp/message.el (message-get-reply-headers): Remove useless
201 * lisp/md5.el: Restore the file.
203 * lisp/dgnushack.el (dgnushack-compile): Refer to the constant
204 `dgnushack-exported-files'.
205 (dgnushack-exported-files): New function.
206 (dgnushack-exported-files): New constant.
207 (dgnushack-unexported-files): Add some files.
208 (dgnushack-tool-files): Remove, merge it into
209 `dgnushack-unexported-files'.
211 * lisp/base64.el: New file -- base64 encoding functions using MEL.
213 2000-11-05 Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>
215 * lisp/smiley.el (smiley-deformed-regexp-alist): Modify regexp for
218 2000-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
220 * lisp/dgnushack.el (dgnushack-make-manifest): Fix info directory.
222 2000-11-02 Katsumi Yamaoka <yamaoka@jpl.org>
224 * Makefile.in (install-package-ja): Compile and install lisp files
226 (install-package): Ditto.
227 (compose-package, install-package-info-ja, install-package-info,
228 install-package-lick): New sub targets.
230 * lisp/Makefile.in (install-package-info-ja, install-package-info,
231 install-package-lick): New targets.
232 (compose-package): Rename from `package'.
233 (install-package): Remove.
235 * lisp/dgnushack.el (dgnushack-install-package-info-ja,
236 dgnushack-install-package-info, dgnushack-install-package-lick,
237 dgnushack-install-package-pkginfo,
238 dgnushack-install-package-info-files, dgnushack-make-manifest,
239 dgnushack-gnus-product-name, dgnushack-examine-package-dir,
240 dgnushack-make-autoloads): New functions.
241 (dgnushack-install-package): Remove.
242 (dgnushack-compose-package): Rename from `dgnushack-make-package'.
243 (dgnushack-info-file-regexp-ja, dgnushack-info-file-regexp-en):
244 Split from `dgnushack-info-file-regexp'.
245 (dgnushack-texi-file-regexp): Remove.
247 2000-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
249 * lisp/dgnushack.el (dgnushack-texi-format): Remove @ignore'd areas
252 2000-11-01 Katsumi Yamaoka <yamaoka@jpl.org>
254 * lisp/gnus-vers.el (gnus-revision-number): Increment to 06.
256 * lisp/gnus.el (gnus-product-variable-file-list): Check for
257 `emacs-version' in the file "cache" as well.
258 * lisp/gnus-start.el (gnus-product-read-variable-file-1): Make it
261 2000-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
263 * lisp/dgnushack.el: Bind `:key-type' and `:value-type' for old
266 2000-10-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
268 * lisp/ptexinfmt.el (texinfo-format-direntry): Fixed broken
269 direntry generate probrem.
270 (Advised by Tetsuo Tsukamoto <czkmt@remus.dti.ne.jp>)
272 2000-10-31 Katsumi Yamaoka <yamaoka@jpl.org>
274 * lisp/gnus-sum.el (gnus-summary-insert-line): Work with quoted
275 double-quote characters.
276 (gnus-summary-prepare-threads): Ditto.
278 2000-10-30 TAKAHASHI Kaoru <kaoru@kaisei.org>
280 * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice-flag): Renamed
281 from `ptexinfmt-disable-broken-notice'.
283 2000-10-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
285 * lisp/ptexinfmt.el (texinfo-format-printindex): Mule for Windows
288 2000-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
290 * lisp/gnus.el (gnus-group-startup-message): Rewrite for Emacs 21.
291 * lisp/lpath.el: Fbind `propertize'.
293 2000-10-22 Katsuhiro Hermit Endo <hermit@tomato.saino.ne.jp>
295 * texi/gnus-ja.texi (Changing Servers): Fix typo.
297 2000-10-19 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
299 * lisp/nnshimbun.el (nnshimbun-netbsd-get-headers): Fix regular
300 expression to extract xover urls.
302 2000-10-12 Jesper Harder <jesper_harder@hotmail.com>
304 * make.bat: Makes it possible to generate the Info files on
307 2000-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
309 * Makefile.in (info-ja, xinfo-ja): No need to use `MAKEINFO=no'.
310 (install-info-ja, install-info, install-lisp, install-ja): New
311 targets (possibly for FSF Emacsen).
313 * texi/Makefile.in (install-ja-info, install-info, install-ja,
314 %-ja.info, %-ja): New targets.
316 * texi/message-ja.texi (direntry): Replace "message" with
319 2000-10-08 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
321 * lisp/nnshimbun.el (nnshimbun-type-definition): Fix regular
322 expression to extract article body from `ZDNet'.
324 2000-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
326 * lisp/imap.el: Require `base64' instead of to autoload it.
328 2000-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
330 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
332 * lisp/gnus.el (gnus-group-startup-message): Ditto.
334 * lisp/gnus-ems.el (gnus-ems-redefine): Revive annulling of
335 `gnus-summary-set-display-table'.
337 2000-10-04 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
339 * lisp/gnus-sum.el (gnus-build-sparse-threads): Use
340 `make-full-mail-header-from-decoded-header' instead of
341 `make-full-mail-header'.
343 2000-10-03 Katsumi Yamaoka <yamaoka@jpl.org>
345 * lisp/gnus-group.el (gnus-group-get-new-news): Update modeline
346 using `gnus-agent-toggle-plugged' if agent is activated.
347 * lisp/gnus-agent.el (gnus-group-get-new-news): Don't advise it,
348 merge it into gnus-group.el instead.
350 * lisp/gnus-offline.el (gnus-offline-after-jobs-done): Use `ding'
351 with `play-sound-file' for XEmacs statically.
353 * lisp/gnus-art.el (gnus-article-add-button): Quote
354 `:button-keymap' for Mule 2.3 but it won't work.
356 2000-09-29 Katsumi Yamaoka <yamaoka@jpl.org>
358 * lisp/message.el (message-ignored-supersedes-headers): Synch with
361 2000-09-27 TAKAHASHI Kaoru <kaoru@kaisei.org>
363 * list/ptexinfmt.el (texinfo-multitable-widths): Fix
364 broken-facility probrem when use multitable unsupported
367 2000-09-26 TAKAHASHI Kaoru <kaoru@kaisei.org>
369 * lisp/ptexinfmt.el (texinfo-format-printindex): Use (featurep
370 'meadow) instead of `texinfmt-version'.
372 2000-09-25 Katsumi Yamaoka <yamaoka@jpl.org>
374 * lisp/gnus-vers.el (gnus-revision-number): Increment to 05.
376 * texi/gnus-faq-ja.texi, lisp/gnus.el, README.semi.ja, README.semi,
377 README: Replace "<semi-gnus-*@meadow.scphys.kyoto-u.ac.jp>" with
378 "<semi-gnus-*@meadowy.org>".
380 2000-09-22 TAKAHASHI Kaoru <kaoru@kaisei.org>
382 * lisp/ptexinfmt.el (texinfo-format-printindex): Add
383 broken-facility check, for Mule for Windows.
384 (texinfo-format-printindex): New function.
386 2000-09-19 Katsumi Yamaoka <yamaoka@jpl.org>
388 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode bitmap
389 smileys to ordinary text before removing any text properties. It
390 is synchronized with the latest smiley-mule.el.
392 2000-09-19 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
394 * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change
397 2000-09-15 Daiki Ueno <ueno@unixuser.org>
399 * lisp/gnus-art.el: Always require `wid-edit'.
401 2000-09-14 Katsumi Yamaoka <yamaoka@jpl.org>
403 * lisp/dgnushack.el (dgnushack-compile): Don't compile gnus-ml.el
404 when FSFmacs is running.
406 * lisp/gnus-ml.el: Bind some undeclared variables.
408 * lisp/gnus-art.el (gnus-article-add-button): Add widget button.
409 (gnus-article-display-mime-message): Don't set
410 `mime-button-mother-dispatcher'.
412 * lisp/message.el: Require `reporter' for the function
413 `define-mail-user-agent' when Mule 2.3 is running.
415 2000-09-07 Tadashi Watanabe <watanabe@sigmaitec.co.jp>
417 * lisp/smiley.el (smiley-buffer, smiley-create-glyph): Work with
420 2000-09-06 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
422 * lisp/nnshimbun.el (nnshimbun-header-xref): New function.
423 (nnshimbun-insert-header): Use `nnshimbun-header-xref', instead of
425 (nnshimbun-make-mhonarc-contents): Took a measure against
426 unexpected TAB characters.
428 2000-09-05 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
430 * lisp/nnshimbun.el: Add `netbsd' support.
431 (nnshimbun-nov-fix-header): Change a form storing Message-Id.
432 (nnshimbun-search-id): Ditto.
433 (nnshimbun-make-mhonarc-contents): Use optional header
436 2000-09-05 Daiki Ueno <ueno@unixuser.org>
438 * lisp/pop3.el (pop3-quit): Don't clear `pop3-uidl-obarray'.
439 (pop3-save-uidls): Clear `pop3-uidl-obarray' here.
441 2000-09-04 Daiki Ueno <ueno@unixuser.org>
443 * lisp/mail-source.el (pop3-leave-mail-on-server): Declare.
444 (mail-source-keyword-map): New keyword `:leave' for pop.
445 (mail-source-fetch-pop): Refer it.
447 * lisp/pop3.el (pop3-ssl-program-name): New variable.
449 2000-08-31 TAKAHASHI Kaoru <kaoru@kaisei.org>
451 * lisp/ptexinfmt.el (texinfo-multitable-widths,
452 texinfo-multitable-item): Apply char-width probrem fix patch
453 (by KOIE Hidetaka <koie@skipjack.koie.org>).
454 Newsgroups: fj.editor.emacs
455 Message-ID: <5dzom3nxq7.fsf@skipjack.koie.org>
457 * lisp/ptexinfmt.el (ptexinfmt-disable-broken-notice): New
460 2000-08-29 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
462 * lisp/nnshimbun.el (nnshimbun-zdnet-get-headers): Follow changes
465 2000-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
467 * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
469 2000-08-25 Yagi Tatsuya <yagi@is.titech.ac.jp>
470 Katsumi Yamaoka <yamaoka@jpl.org>
472 * lisp/nntp.el (nntp-list-options, nntp-options-subscribe,
473 nntp-options-not-subscribe): New server variables.
474 (nntp-request-list): Use them.
475 * texi/gnus.texi, texi/gnus-ja.texi: Update for them.
477 2000-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
479 * lisp/gnus.el (gnus-group-startup-message): Use `image-size' to
480 simplify the program.
482 * lisp/gnus-group.el (gnus-group-rename-group): Inhibit renaming of
483 zombie or killed groups.
485 2000-08-21 Katsumi Yamaoka <yamaoka@jpl.org>
487 * lisp/nnheader.el (nnheader-replace-chars-in-string): Use
489 * lisp/message.el (message-replace-chars-in-string): Ditto.
491 2000-08-19 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
493 * lisp/nnshimbun.el (nnshimbun-type-definition): Follow changes of
495 (nnshimbun-make-text-or-html-contents): Ditto.
496 (nnshimbun-make-html-contents): Ditto.
498 2000-08-18 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
499 Akihiro Arisawa <ari@atesoft.advantest.co.jp>
501 * lisp/nnshimbun.el: Add `mew' and `xemacs' support.
503 2000-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
505 * lisp/dgnushack.el (dgnushack-texi-format): Require `ptexinfmt'
506 instead of `texinfmt'.
507 (dgnushack-install-package): Don't install ptexinfmt.el.
508 (dgnushack-make-package): Don't include ptexinfmt.el in MANIFEST.
509 (dgnushack-compile): Don't compile dgnushack.el nor ptexinfmt.el.
510 (dgnushack-unexported-files, dgnushack-tool-files): New constants.
512 * lisp/Makefile.in (install-package): No need to remove
514 (install): Don't install ptexinfmt.el; no need to remove
517 * lisp/ptexinfmt.el: New file imported from Wanderlust.
519 2000-08-09 Katsumi Yamaoka <yamaoka@jpl.org>
521 * lisp/nntp.el (nntp-open-telnet): Wait for the telnet prompt
522 before sending a command; allow the rtelnet prompt as well.
524 * lisp/message.el (message-make-forward-subject): Remove garbage
527 2000-08-01 Katsumi Yamaoka <yamaoka@jpl.org>
529 * configure: Regenerate.
530 * aclocal.m4 (AC_CHECK_EMACS): Unset `EMACS' environment variable
533 2000-07-24 Katsumi Yamaoka <yamaoka@jpl.org>
535 * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
537 * configure: Regenerate with autoconf v2.14.1.
539 * configure.in: Rewrite for using new macros in aclocal.m4.
541 * aclocal.m4: (AC_ADD_LOAD_PATH, AC_PATH_PACKAGEDIR,
542 AC_CHECK_EMACS, AC_DEFINE_GNUS_PRODUCT_NAME): New macros.
543 (AC_PATH_LISPDIR): Set `lispdir' to ".../site-lisp/t-gnus" by
545 (AC_CHECK_EMACS_FLAVOR): Rename from `AC_XEMACS_P'; check for
547 (AM_PATH_LISPDIR): Remove.
549 * acinclude.m4: Remove.
551 * lisp/dgnushack.el: Don't add "/usr/share/emacs/site-lisp" to
554 * lisp/gnus-ems.el (gnus-ems-redefine): Defalias
555 `gnus-summary-set-display-table' to `(lambda ())' instead of
556 `ignore' (don't synch. with Gnus).
558 2000-07-21 Daiki Ueno <ueno@unixuser.org>
560 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Use
561 mime-entity-fetch-field instead of mail-header-from.
563 2000-07-18 Daiki Ueno <ueno@unixuser.org>
565 * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
567 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Don't refer
568 gnus-original-article-buffer.
569 (gnus-bbdb-insinuate): Set gnus-article-display-hook instead of
570 gnus-article-prepare-hook.
571 (gnus-bbdb/extract-field-value): Use mime-entity-fetch-field
572 instead of mail-fetch-field.
573 (gnus-bbdb/extract-field-value-init): Just return extractor.
575 2000-07-15 Daiki Ueno <ueno@unixuser.org>
577 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
579 * README-gnus-bbdb.{ja|en}: Add example setting about
580 gnus-bbdb-insinuate-message.
581 (bbdb-auto-notes-hook): Don't use pop.
583 * lisp/gnus-bbdb.el: Check defvaralias when compiling.
585 * lisp/gnus-art.el (gnus-article-setup-buffer): Set
586 gnus-original-article-buffer as unibyte.
587 (gnus-request-article-this-buffer): Ditto.
589 * lisp/nnimap.el (nnimap-callback): Don't use nnimap-demule.
590 (nnimap-request-article-part): Ditto.
592 * lisp/imap.el (imap-open): Set process buffer as unibyte.
594 2000-07-13 10:09:52 Katsumi Yamaoka <yamaoka@jpl.org>
596 * acinclude.m4 (AC_CHECK_W3): Fix typo.
598 2000-07-13 Katsumi Yamaoka <yamaoka@jpl.org>
600 * configure: Regenerate with autoconf v2.14.1.
601 * aclocal.m4: Regenerate with aclocal v1.4.
603 * configure.in: Don't call `AC_CHECK_PROG' for `EMACS'.
605 * acinclude.m4: Merge ShengHuo's changes.
606 (AC_CHECK_W3): Use `quote' instead of '.
607 (AC_XEMACS_P): Don't modify the value of `XEMACS'.
608 (AC_EMACS_LISP): Safely quote the elisp form.
610 2000-07-12 15:47:06 ShengHuo ZHU <zsh@cs.rochester.edu>
612 * aclocal.m4: Stolen macros from w3.
613 * configure.in: Use them.
614 * configure: Generate it.
616 2000-07-03 Katsumi Yamaoka <yamaoka@jpl.org>
618 * lisp/gnus-vers.el (T-gnus): Update to 6.14.5.
619 (gnus-revision-number): Clear to 00.
621 * README.T-gnus: Update.
623 * lisp/{webmail.el,rfc2047.el,qp.el,pop3.el,nnwarchive.el,
624 nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,nnmail.el,
625 nnimap.el,nnheader.el,nnfolder.el,nndraft.el,nndoc.el,mml.el,
626 mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
627 message.el,mail-source.el,lpath.el,imap.el,gnus.el,gnus-uu.el,
628 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
629 gnus-soup.el,gnus-score.el,gnus-msg.el,gnus-mailcap.el,
630 gnus-group.el,gnus-ems.el,gnus-demon.el,gnus-cus.el,gnus-art.el,
631 gnus-agent.el,ChangeLog}: Sync up with Gnus v5.8.7.
633 * texi/{message.texi,gnus.texi,gnus-ja.texi,ChangeLog}: Sync up
636 * contrib/rfc2015.el: New file.
638 2000-06-27 Katsumi Yamaoka <yamaoka@jpl.org>
640 * lisp/gnus-vers.el (gnus-revision-number): Increment to 04.
642 * lisp/gnus-sum.el (gnus-mime-extract-message/rfc822): Use
643 `mime-insert-entity-content' instead of obsolete functions.
645 2000-06-13 Hirokazu FUKUI <hfukui@sannet.ne.jp>
647 * lisp/gnus-bbdb.el(gnus-bbdb/update-record): Fix to fetch last
650 2000-06-09 Katsumi Yamaoka <yamaoka@jpl.org>
652 * lisp/gnus.el (gnus-news-group-p): Sync with Gnus.
653 (gnus-select-method): Remove "*" from doc string.
654 (gnus-group-startup-message): Use `dino' colors.
656 2000-06-08 Katsumi Yamaoka <yamaoka@jpl.org>
658 * lisp/message.el (message-fix-before-sending): Expose all
659 invisible text with the property `message-invisible'; don't expose
660 invisible X-Face fields; widen at first.
661 (message-invisible-region): New function, substitute for
663 (message-send): Call `message-fix-before-sending' after evaluating
665 (message-check-ignore-invisible-x-face-field): Remove. You can use
666 (add-hook 'message-send-hook 'x-face-xmas-remove-x-face-glyph)
669 2000-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
671 * lisp/message.el (message-save-drafts): Rewrite.
673 * lisp/nnheader.el (nnheader-text-coding-system-for-write,
674 nnheader-text-coding-system): New variables, substitutes for
675 `mm-text-coding-system-for-write' or `mm-text-coding-system'.
677 * lisp/nnmbox.el (nnmbox-active-file-coding-system,
678 nnmbox-file-coding-system): Use `nnheader-text-coding-system'.
679 * lisp/nnmail.el (nnmail-incoming-coding-system): Ditto.
680 * lisp/nnfolder.el (nnfolder-file-coding-system): Ditto.
681 (nnfolder-active-file-coding-system): Ditto.
683 * lisp/mail-source.el (mail-source-text-coding-system): Remove.
684 (TopLevel): require `nnheader'.
686 * lisp/nndraft.el (nndraft-request-article): Bind coding system to
687 `nnheader-text-coding-system'.
688 (nndraft-request-replace-article): Ditto.
689 * lisp/mail-source.el (mail-source-fetch-maildir): Ditto.
690 * lisp/gnus-uu.el (gnus-uu-save-article): Ditto.
691 * lisp/gnus-util.el (gnus-output-to-mail, gnus-output-to-rmail):
693 * lisp/gnus-soup.el (gnus-soup-write-prefixes): Ditto.
695 * lisp/gnus-util.el (gnus-write-buffer): Bind
696 `file-name-coding-system' to `nnmail-pathname-coding-system'.
697 * lisp/gnus-start.el (gnus-slave-save-newsrc): Bind coding system
698 to `gnus-startup-file-coding-system'.
700 2000-06-06 Katsumi Yamaoka <yamaoka@jpl.org>
702 * lisp/gnus-vers.el (gnus-revision-number): Increment to 03.
704 * lisp/message.el (message-fix-before-sending): Don't check for
705 invisible X-Face fields if
706 `message-check-ignore-invisible-x-face-field' is non-nil.
707 (message-send): Call `message-fix-before-sending' before encoding.
708 (message-check-ignore-invisible-x-face-field): New user option.
710 2000-06-01 KANEMATSU Daiji <kanematu@sra.co.jp>
712 * texi/gnus-ja.texi (gnus-summary-hide-all-threads): Fix typo.
714 2000-05-28 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
716 * nnshimbun.el (nnshimbun-request-article-1): Fix to insert x-face
718 (nnshimbun-asahi-get-headers): Fix for subjects which contain ^M.
720 2000-05-26 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
722 * lisp/nnshimbun.el (nnshimbun-write-nov): New function.
723 (nnshimbun-close-group): Call nnshimbun-write-nov.
724 (nnshimbun-generate-nov-database): Ditto.
725 (nnshimbun-generate-nov-for-each-group): Fix bug which occur new
726 entries add NOV database.
727 (nnshimbun-generate-nov-for-all-groups): Ditto.
728 (nnshimbun-search-id): Add argument to return header, and modify
729 for search of original message id.
730 (nnshimbun-nov-fix-header): New function.
731 (nnshimbun-make-date-string): Fix for a two-digit year.
733 2000-05-26 Katsumi Yamaoka <yamaoka@jpl.org>
735 * lisp/nnshimbun.el (nnshimbun-make-html-contents): Show X-Face.
736 (nnshimbun-make-text-or-html-contents): Ditto.
737 (nnshimbun-request-article-1): Ditto.
738 (nnshimbun-x-face-alist): New variable.
740 2000-05-25 Tanaka Akira <akr@m17n.org>
742 * README.semi, README.semi.ja: Update for CVS via SSH.
744 2000-05-25 Katsumi Yamaoka <yamaoka@jpl.org>
746 * texi/gnus-ja.texi: Change coding-system to `iso-2022-7bit-ss2'.
747 * texi/TRANSLATION.ja: Replace CRLF with LF.
749 2000-05-25 Keiichi Suzuki <keiichi@mdcnet.co.jp>
751 * lisp/nnshimbun.el (nnshimbun-fill-line): Use
752 `nnshimbun-fill-column' instead of `fill-column'.
754 2000-05-25 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
756 * lisp/nnshimbun.el: Clean up codes.
758 * lisp/gnus-group.el (gnus-group-make-shimbun-group): Follow
759 changes in nnshimbun.el.
760 * texi/gnus-ja.texi (nnshimbun): Ditto.
762 2000-05-24 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
764 * lisp/nnshimbun.el: Add `ZDNet Japan', `Yomiuri', and `Wired
766 (nnshimbun-regexp-opt): New function.
767 (nnshimbun-wired-get-all-headers): Replace regexp-opt with
768 nnshimbun-regexp-opt.
770 2000-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
772 * lisp/gnus-group.el (gnus-group-make-shimbun-group): Complete
775 2000-05-24 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
777 * lisp/nnshimbun.el: Add `CNET Japan' support.
778 (nnshimbun-make-date-string): New function.
779 (nnshimbun-asahi-get-headers): Use nnshimbun-make-date-string.
780 (nnshimbun-sponichi-get-headers): Ditto.
782 2000-05-24 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
784 * lisp/nnshimbun.el (nnshimbun-retrieve-url): Add argument to
787 2000-05-24 Katsumi Yamaoka <yamaoka@jpl.org>
789 * lisp/gnus-group.el (gnus-group-make-shimbun-group): Add
790 completion to the shimbun address; delete empty strings from
791 `gnus-group-shimbun-type-history' and
792 `gnus-group-shimbun-address-history'.
794 * lisp/nnshimbun.el (nnshimbun-asahi-get-headers): Don't use
796 (nnshimbun-type-definition): Add address.
798 2000-05-23 Tatsuya Ichikawa <ichikawa@erc.epson.com>
800 * lisp/nnshimbun.el: Add `sponichi' support.
802 2000-05-23 KOSEKI Yoshinori <kose@wizard.tamra.co.jp>
804 * lisp/nnshimbun.el (nnshimbun-mime-encode-string): Fix wrong
807 2000-05-23 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
809 * lisp/nnshimbun.el: Change coding-system.
811 2000-05-21 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
813 * texi/gnus-ja.texi (nnshimbun): Add description.
815 2000-05-21 Katsumi Yamaoka <yamaoka@jpl.org>
817 * lisp/gnus-vers.el (gnus-revision-number): Increment to 02.
819 * lisp/dgnushack.el (dgnushack-texi-format): Fix last change.
821 2000-05-21 TSUCHIYA Masatoshi <tsuchiya@pine.kuee.kyoto-u.ac.jp>
823 * lisp/nnshimbun.el: New backend.
825 * lisp/gnus-group.el (gnus-group-make-shimbun-group): New command.
827 2000-05-17 Kenichi OKADA <okada@opaopa.org>
829 * lisp/imap.el (imap-digest-md5-auth): Rewrite for the use of
830 `sasl-digest-md5-digest-response' instead of
831 `digest-md5-digest-response'.
832 (TopLevel): Require `sasl' when compiling instead of `digest-md5';
833 don't autoload "digest-md5".
835 2000-05-17 Katsumi Yamaoka <yamaoka@jpl.org>
837 * lisp/nndraft.el (nndraft-request-replace-article): Replace
838 `mm-text-coding-system' with `mail-source-text-coding-system';
839 Replace `mm-auto-save-coding-system' with
840 `message-draft-coding-system'.
842 * lisp/mail-source.el (mail-source-fetch-maildir): Replace
843 `mm-text-coding-system' with `mail-source-text-coding-system'.
844 (mail-source-text-coding-system): New variable.
846 * lisp/dgnushack.el (dgnushack-texi-format): Use
847 `output-coding-system' instead of `coding-system-for-write' when
850 2000-05-16 Katsumi Yamaoka <yamaoka@jpl.org>
852 * lisp/message.el (message-forward) Replace the use of `eolp' with
853 `bolp' for detecting the start of the line.
854 (message-indent-citation): Ditto.
856 2000-05-10 Daiki Ueno <ueno@unixuser.org>
858 * lisp/gnus-bbdb.el (gnus-bbdb/pop-up-bbdb-buffer): Don't bind
859 `bbdb-use-pop-up' while executing `bbdb-pop-up-bbdb-buffer'.
861 2000-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
863 * lisp/gnus-msg.el (gnus-debug): Break MIME tags from the snoopies.
864 (gnus-bug): Insert text/plain tag at the end of the buffer.
866 2000-05-10 Katsumi Yamaoka <yamaoka@jpl.org>
868 * lisp/gnus-vers.el (gnus-revision-number): Increment to 01.
870 2000-05-10 Keiichi Suzuki <keiichi@mdcnet.co.jp>
872 * lisp/message.el (message-list-references): Do not insert
873 duplicate Message-Id, when specified
874 `message-list-references-add-position'.
876 * lisp/gnus-bbdb.el (gnus-bbdb/split-mail): Support group address.
877 (gnus-bbdb/insert-address-regexp): New function.
879 2000-05-09 Katsumi Yamaoka <yamaoka@jpl.org>
881 * lisp/gnus-msg.el (gnus-debug): Add "nntp.el" and `defvoo'.
883 2000-05-08 Katsumi Yamaoka <yamaoka@jpl.org>
885 * lisp/gnus-vers.el (T-gnus): Update to 6.14.4.
887 * README.T-gnus: Update.
889 * lisp/{webmail.el,rfc2047.el,nnmbox.el,nndoc.el,mml.el,mm-view.el,
890 mm-partial.el,mm-decode.el,mm-bodies.el,message.el,lpath.el,
891 gnus.el,gnus-vers.el,gnus-util.el,gnus-start.el,gnus-score.el,
892 gnus-msg.el,gnus-mailcap.el,gnus-ems.el,gnus-draft.el,gnus-art.el,
893 ChangeLog}: Sync up with Gnus v5.8.6.
894 * texi/{postamble.tex,message.texi,message-ja.texi,gnusref.tex,
895 gnus.texi,gnus-ja.texi,emacs-mime.texi,Makefile.in,ChangeLog}: Sync
898 2000-04-28 Katsumi Yamaoka <yamaoka@jpl.org>
900 * texi/gnus.texi, texi/gnus-ja.texi, texi/gnus-faq-ja.texi, README:
901 You might be able to use T-gnus with the versions of XEmacs prior
904 * contrib/timer.el: New file. Imported from fsf-compat-1.07-pkg.
906 2000-04-27 Katsumi Yamaoka <yamaoka@jpl.org>
908 * lisp/mm-view.el (gnus-article-mime-handles): Don't bind it.
910 * lisp/gnus-sum.el (gnus-article-mime-handles): Restore from Gnus.
911 (gnus-article-decoded-p): Ditto.
913 * lisp/gnus-art.el (gnus-article-mime-handles): Don't bind it.
914 (gnus-article-decoded-p): Ditto.
916 2000-04-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
918 * lisp/dgnushack.el: Add code to avoid mule-2.3@19.34 failing to
919 make info from texi. Thanks to Hayashi-san.
921 2000-04-25 Katsumi Yamaoka <yamaoka@jpl.org>
923 * lisp/dgnushack.el (union, member-if, mapcon, last): Remove
926 2000-04-24 Katsumi Yamaoka <yamaoka@jpl.org>
928 * lisp/gnus-vers.el (T-gnus): Update to 6.14.3.
930 * README.T-gnus: Update.
932 * GNUS-NEWS: Sync up with Gnus v5.8.5.
933 * lisp/{webmail.el,utf7.el,time-date.el,smiley.el,rfc2047.el,
934 rfc1843.el,qp.el,pop3.el,parse-time.el,nnweb.el,nnwarchive.el,
935 nnvirtual.el,nnultimate.el,nntp.el,nnspool.el,nnslashdot.el,
936 nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
937 nndoc.el,nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,
938 mm-encode.el,mm-decode.el,mm-bodies.el,message.el,mail-source.el,
939 mail-prsvr.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,gnus.el,
940 gnus-xmas.el,gnus-win.el,gnus-uu.el,gnus-util.el,gnus-topic.el,
941 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,
942 gnus-msg.el,gnus-move.el,gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,
943 gnus-logic.el,gnus-kill.el,gnus-int.el,gnus-group.el,gnus-ems.el,
944 gnus-eform.el,gnus-dup.el,gnus-draft.el,gnus-cite.el,gnus-cache.el,
945 gnus-bcklg.el,gnus-async.el,gnus-art.el,gnus-agent.el,
946 format-spec.el,flow-fill.el,fill-flowed.el,dgnushack.el,ChangeLog}:
947 Sync up with Gnus v5.8.5.
948 * texi/{refcard.tex,gnusref.tex,gnus.texi,gnus-ja.texi,
949 gnus-faq-ja.texi,Makefile.in,ChangeLog}: Sync up with Gnus v5.8.5.
951 * README: Requires XEmacs 21.1.1 and later.
952 * texi/{gnus.texi, gnus-faq-ja.texi}: Ditto.
954 2000-04-20 Katsumi Yamaoka <yamaoka@jpl.org>
956 * lisp/gnus-vers.el (T-gnus): Update to 6.14.2.
957 (gnus-revision-number): Clear to 00.
959 * README.T-gnus: Update.
961 * lisp/{webmail.el,utf7.el,time-date.el,rfc2047.el,qp.el,pop3.el,
962 parse-time.el,nnweb.el,nnwarchive.el,nnultimate.el,nntp.el,
963 nnslashdot.el,nnml.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,
964 mm-view.el,mm-util.el,mm-decode.el,mm-bodies.el,message.el,
965 mail-source.el,mail-parse.el,lpath.el,imap.el,ietf-drums.el,
966 gnus.el,gnus-win.el,gnus-vers.el,gnus-uu.el,gnus-topic.el,
967 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-mailcap.el,
968 gnus-group.el,gnus-cus.el,gnus-art.el,gnus-agent.el,base64.el,
969 ChangeLog}: Sync up with Gnus v5.8.4.
971 * lisp/fill-flowed.el: New file.
973 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Sync up with Gnus v5.8.4.
975 * contrib/{vcard.el,one-line-cookie.diff,README}: New files.
977 2000-04-14 Katsumi Yamaoka <yamaoka@jpl.org>
979 * lisp/gnus-msg.el (gnus-summary-yank-message): Rewrite for the use
980 of the separated message frames; use `gnus-copy-article-buffer'.
982 2000-04-13 Katsumi Yamaoka <yamaoka@jpl.org>
984 * lisp/gnus-vers.el (gnus-revision-number): Increment to 18.
985 (gnus-extended-version): Use `gnus-product-name' and
986 `gnus-version-number' instead of the use of `product-string'.
987 (gnus-version-number): Exclude `gnus-revision-number'.
988 (Defining product): Include `gnus-revision-number'.
989 (TopLevel): Require `poe' for the function `butlast'.
991 2000-04-13 Keiichi Suzuki <keiichi@mdcnet.co.jp>
993 * lisp/gnus-spec.el (gnus-update-format): Fix a bug in last
995 (gnus-search-or-regist-spec): Change interface.
997 2000-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
999 * lisp/gnus-art.el (gnus-article-prev-page): Bind
1000 `window-pixel-scroll-increment' to nil while scrolling for
1001 canceling a backlash and a modeline erosion. It may work under
1002 XEmacs 21.2.20 and later.
1003 (gnus-article-next-page): Ditto.
1005 2000-04-12 Katsumi Yamaoka <yamaoka@jpl.org>
1007 * lisp/gnus-vers.el (gnus-revision-number): Increment to 17.
1009 * lisp/gnus-spec.el (gnus-format-specs-compiled): Fix doc string.
1011 2000-04-11 Keiichi Suzuki <keiichi@mdcnet.co.jp>
1013 * lisp/gnus-start.el (gnus-product-variable-touch): Support multiple
1016 * lisp/gnus-spec.el (gnus-search-or-regist-spec): New utility macro.
1017 (gnus-update-format-specifications): Support new data structure of
1018 `gnus-format-specs-compiled'.
1019 (gnus-update-format-specification-1): Likewise.
1020 (gnus-update-format): Support new data structure of
1021 `gnus-format-specs'.
1022 (gnus-format-specs): Modify data structure.
1024 2000-04-10 Daiki Ueno <ueno@unixuser.org>
1026 * lisp/imap.el (imap-body-lines): Check Content-Type: of the
1027 article case insensitively.
1029 2000-04-07 Katsumi Yamaoka <yamaoka@jpl.org>
1031 * lisp/message.el (message-cite-original): Use "unknown sender" if
1032 from field does not exist in the yanked article.
1034 2000-04-06 Katsumi Yamaoka <yamaoka@jpl.org>
1036 * lisp/message.el (message-cite-original): Extract from field for
1037 the simple citation line.
1039 2000-03-21 Katsumi Yamaoka <yamaoka@jpl.org>
1041 * lisp/nnimap.el (nnimap-request-article-part): Returns nil if the
1042 article does not exist.
1044 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1046 * lisp/gnus-vers.el (gnus-revision-number): Increment to 16.
1048 * lisp/nnweb.el (nnweb-fetch-url): Bind `input-coding-system' and
1049 `output-coding-system' for Mule 2.3.
1050 * lisp/mail-source.el (mail-source-fetch-imap): Ditto.
1051 * lisp/imap.el (imap-ssl-open): Ditto.
1052 * lisp/gnus-start.el (gnus-product-read-variable-file-1): Ditto.
1054 2000-03-17 Katsumi Yamaoka <yamaoka@jpl.org>
1056 * lisp/gnus-start.el (gnus-re-read-newsrc-el-file): New function.
1057 (gnus-read-newsrc-el-file): If it fails, attempt to re-read the
1058 file using `gnus-re-read-newsrc-el-file'. In that case, the
1059 compiled format specs in the file which may be created by the other
1060 Gnusae should be ignored.
1062 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
1064 * lisp/gnus.el (gnus-product-variable-file-list): Use `*ctext*'
1065 when Mule 2.3 is running.
1067 2000-03-16 Katsumi Yamaoka <yamaoka@jpl.org>
1069 * lisp/gnus-vers.el (gnus-revision-number): Increment to 15.
1071 * lisp/gnus.el (gnus-continuum-version): Remove.
1072 (gnus-product-variable-file-list): Use `product-version' instead of
1073 the constant values.
1074 (TopLevel): Don't autoload "gnus-msg" for the function
1075 `gnus-extended-version'.
1076 (gnus-version): Move to gnus-vers.el.
1077 (gnus-version): Ditto.
1078 (gnus-version-number): Ditto.
1079 (gnus-product-name): Ditto.
1080 (gnus-original-product-name): Ditto.
1081 (running-pterodactyl-gnus-0_73-or-later): Ditto.
1082 (gnus-original-version-number): Ditto.
1083 (gnus-revision-number): Ditto.
1085 * lisp/gnus-vers.el (gnus-extended-version): Move from gnus-msg.el.
1086 (gnus-version): Move from gnus.el.
1087 (gnus-version): Ditto.
1088 (gnus-version-number): Ditto.
1089 (gnus-product-name): Ditto.
1090 (gnus-original-product-name): Ditto.
1091 (running-pterodactyl-gnus-0_73-or-later): Ditto.
1092 (gnus-original-version-number): Ditto.
1093 (gnus-revision-number): Ditto.
1095 * lisp/gnus-start.el (gnus-product-quick-file-format): Use
1096 `gnus-vers' instead of `gnus' for the product.
1097 (gnus-product-save-variable-file-1): Message an absolute file name;
1098 use `save-buffer-as-coding-system'; use `gnus-vers' instead of
1099 `gnus' for the product.
1100 (gnus-convert-old-ticks): Remove.
1101 (gnus-convert-old-newsrc): Remove.
1102 (gnus-read-newsrc-file): Don't call `gnus-read-newsrc-file'.
1104 * lisp/gnus-spec.el (gnus-compile): Modify for the new form of
1105 `gnus-format-specs-compiled'.
1106 (gnus-update-format-specifications): Specify the arg `format' for
1107 `gnus-update-format-specification-1'.
1108 (gnus-update-format-specification-1): Modify for the new form of
1109 `gnus-format-specs-compiled'; add a new arg `format'.
1110 (gnus-format-specs-compiled): Allow the plural compiled functions
1113 * lisp/gnus-msg.el (gnus-extended-version): Move to gnus-vers.el.
1115 2000-03-14 Keiichi Suzuki <keiichi@nanap.org>
1117 NOTE: It requires `product' in APEL 10.0 or later.
1118 Will be created ``~/News/.T-gnus/'' directory automatically by
1119 default. You can customize location by `gnus-product-directory'.
1120 ``cache'' and ``strict-cache'' files will be created under the
1123 * lisp/gnus.el (TopLevel): Require `gnus-vers'.
1124 (gnus-product-name): Abolished.
1125 (gnus-version-number): Ditto.
1126 (gnus-version): Use `product-string'. (Format changed)
1127 (gnus-variable-list): Delete `gnus-format-specs'.
1128 (gnus-product-variable-file-list): New variable.
1129 (TopLevel): Use `product-provide'.
1131 * lisp/gnus-vers.el: New file.
1133 * lisp/gnus-start.el (gnus-product-directory): New user option.
1134 (gnus-clear-quick-file-variables): New function.
1135 (gnus-clear-system): Use `gnus-clear-quick-file-variables'.
1136 (gnus-read-newsrc-file): Likewise.
1137 (gnus-read-newsrc-el-file): Read product's variable files.
1138 (gnus-product-read-variable-file-1): New function.
1139 (gnus-save-newsrc-file): Save product's variable files.
1140 (gnus-product-variable-touch): New function.
1141 (gnus-product-variables-dirty-p): Ditto.
1142 (gnus-product-save-variable-file): Ditto.
1143 (gnus-product-save-variable-file-1): Ditto.
1144 (gnus-product-quick-file-format): Ditto.
1146 * lisp/gnus-spec.el (gnus-update-format): Use
1147 `gnus-product-variable-touch'.
1148 (gnus-update-format-specification-1): Likewise.
1149 (gnus-update-format-specifications): Do not check `emacs-version'
1150 and `gnus-newsrc-file-version'. Use
1151 `gnus-product-variable-touch'.
1153 * lisp/gnus-msg.el (gnus-inews-add-send-actions): Use
1156 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
1158 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1159 (gnus-compile-user-specs): New user option.
1161 * texi/gnus.texi: Update.
1162 * texi/gnus-ja.texi: Update.
1164 * lisp/gnus-start.el (gnus-setup-news): Revert.
1165 (gnus-setup-news-hook): Revert.
1167 * lisp/gnus-spec.el (gnus-compile): Modify the actual format specs
1168 as well; don't bind `gnus-tmp-func'.
1169 (gnus-update-format-specifications): Revert; use
1170 `gnus-update-format-specification-1'.
1171 (gnus-update-format-specification-1): New function.
1172 (gnus-format-specs-compiled): Modify the form.
1173 (TopLevel): Require `alist'.
1175 2000-03-09 Katsumi Yamaoka <yamaoka@jpl.org>
1177 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1179 * texi/gnus.texi: Update.
1180 * texi/gnus-ja.texi: Update.
1182 * lisp/gnus-start.el (gnus-setup-news): Update all format specs
1183 just before `gnus-setup-news-hook' is evaluated.
1184 (gnus-setup-news-hook): Default to `gnus-compile'.
1186 * lisp/gnus-spec.el (gnus-compile): Don't modify the value of
1187 `gnus-format-specs', generate compiled specs in
1188 `gnus-format-specs-compiled' instead; don't touch the dribble
1190 (gnus-update-format-specifications): Bind `gnus-format-specs' to
1191 `gnus-format-specs-compiled' if the latter is non-nil; use
1192 `gnus-update-format-specifications-1'.
1193 (gnus-update-format-specifications-1): Rename from
1194 `gnus-update-format-specifications'; update the value of
1195 `gnus-newsrc-file-version' if the updating is forced.
1196 (gnus-format-specs-compiled): New internal variable.
1198 2000-03-05 Keiichi Suzuki <keiichi@nanap.org>
1200 * lisp/gnus-spec.el (gnus-update-format-specifications): Force
1201 update format specifications, when differ `gnus-version' and
1202 `gnus-newsrc-file-version' instead of `gnus-version' and
1203 `gnus-version' in `gnus-format-specs'.
1204 Do not add `gnus-version' into `gnus-format-specs'.
1206 2000-03-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1208 * lisp/gnus-spec.el (gnus-compile): Remove gnus-version entry
1209 from gnus-format-specs.
1211 2000-02-21 Yoshiki Hayashi <yoshiki@xemacs.org>
1213 * nnvirtual.el (nnvirtual-request-article):
1214 Bind gnus-override-method to nil.
1215 (nnvirtual-request-update-mark): Don't update mark when
1216 article is not there.
1218 2000-03-03 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1220 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1222 * lisp/gnus-sum.el: Add autoload setting for `pgg-decrypt-region'
1223 and `pgg-verify-region'.
1224 (gnus-summary-decrypt-article): New command.
1225 (gnus-summary-verify-article): New command.
1226 (gnus-summary-article-map): Bind them.
1227 (gnus-wheel-summary-scroll): Fix paren style.
1229 2000-03-02 Katsumi Yamaoka <yamaoka@jpl.org>
1231 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1233 2000-03-01 MORIOKA Tomohiko <tomo@m17n.org>
1235 * lisp/nnheader.el (nnheader-insert-nov): Use
1236 `mime-entity-fetch-field' instead of `mime-fetch-field'.
1238 * lisp/gnus-sum.el (gnus-summary-line-format-alist): Use
1239 `mime-entity-read-field' instead of `mime-read-field'.
1240 (gnus-article-sort-by-author): Likewise.
1242 2000-03-02 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1244 * lisp/nnimap.el (nnimap-request-article-part): Don't use
1245 `imap-capability' to detect BODYDETAIL response.
1247 2000-03-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1249 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1252 (nnimap-request-article-part): Handle `BODY' fetch response when
1253 the server implements IMAP4 rev1 capabilities.
1254 (nnimap-request-article): Use BODY.PEEK rather than RFC822.PEEK.
1255 this attribute was obsoleted in RFC2060.
1256 (nnimap-request-body): Ditto.
1258 2000-02-29 Katsumi Yamaoka <yamaoka@jpl.org>
1260 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1262 * lisp/gnus-ems.el (gnus-tilde-cut-form, gnus-tilde-max-form): Copy
1263 from gnus-xmas.el; share them with XEmacs-MULE.
1265 * lisp/gnus-xmas.el (gnus-tilde-cut-form, gnus-tilde-max-form):
1266 Move to gnus-ems.el.
1268 2000-02-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1270 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1272 * lisp/gnus-bbdb.el: Sync up with Nana-gnus 7 for supporting
1273 `gnus-bbdb/split-mail'.
1274 * README-gnus-bbdb.ja: Ditto.
1276 2000-02-08 Yoshiki Hayashi <yoshiki@xemacs.org>
1278 * gnus-art.el (article-display-face): Show folded X-Face.
1280 2000-02-08 Keiichi Suzuki <keiichi@nanap.org>
1282 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1284 * lisp/nnmail.el (nnmail-get-new-mail): Do not check
1285 `nnmail-spool-file'.
1287 2000-02-06 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1289 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1291 * lisp/gnus-ofsetup.el: Provide `gnus-ofsetup'.
1292 (gnus-setup-for-offline): Add `starttls' to IMAP streams; add
1293 `digest-md5' to IMAP authenticators.
1295 * lisp/gnus-offline.el (gnus-group-get-new-news,
1296 gnus-agent-toggle-plugged,gnus-agent-expire,
1297 gnus-agent-mode): Check whether `gnus-ofsetup' is provided before
1300 * lisp/imap.el (imap-stream-alist): Remove redundant entry for TLS.
1302 * lisp/nnimap.el (nnimap-retrieve-headers-progress): Remove
1303 confusing tabs from original header.
1305 2000-02-02 Katsumi Yamaoka <yamaoka@jpl.org>
1307 * lisp/pop3.el (pop3-md5): Fset to `md5' if the module `md5' is
1309 (pop3-apop): Use built-in `md5' if it exists.
1311 2000-01-27 Katsumi Yamaoka <yamaoka@jpl.org>
1313 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1315 * lisp/gnus-art.el (gnus-treat-display-smileys): Check for the
1316 module `gnus-bitmap' instead of `smiley-mule'.
1318 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
1319 without redisplaying if the point is out of view.
1321 2000-01-25 Katsumi Yamaoka <yamaoka@jpl.org>
1323 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1325 2000-01-24 SANETO Takanori <sanewo@ba2.so-net.ne.jp>
1327 * lisp/gnus-spec.el: Call `gnus-ems-redefine'.
1329 * lisp/pop3.el (pop3-movemail): Don't use `format' for `message'.
1330 * lisp/gnus-offline.el (gnus-offline-toggle-articles-to-fetch):
1333 * lisp/read-passwd.el (read-pw-read-noecho): Use "%s" for the 1st
1335 * lisp/gnus.el (gnus-version): Ditto.
1336 * lisp/gnus-sum.el (gnus-summary-simplify-subject-query): Ditto.
1337 * lisp/gnus-offline.el (gnus-offline-set-interval-time,
1338 gnus-offline-empting-spool, gnus-offline-toggle-on/off-send-mail,
1339 gnus-offline-set-auto-ppp, gnus-offline-after-jobs-done,
1340 gnus-offline-hangup-line, gnus-offline-get-new-news-function,
1341 gnus-offline-connect-server): Ditto.
1342 * lisp/dgnushack.el (dgnushack-make-package): Ditto.
1344 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1346 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1348 * lisp/gnus-sum.el (gnus-summary-exit): Don't recenter the group
1349 buffer if it is called non-interactively.
1351 2000-01-18 Katsumi Yamaoka <yamaoka@jpl.org>
1353 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1355 * lisp/gnus-sum.el (gnus-summary-exit): Recenter the group buffer
1356 if the point is out of view.
1358 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1360 * lisp/gnus-art.el (gnus-article-next-page): Scroll up LINES if
1361 `pos-visible-in-window-p' returns nil.
1363 2000-01-15 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1365 * lisp/gnus-offline.el (gnus-agent-mode): New advice.
1367 2000-01-12 Hirokazu FUKUI <hfukui@sannet.ne.jp>
1369 * lisp/base64.el: Unbound base64-*-string and base64-*-region
1370 when defined by autoload.
1372 2000-01-11 Katsumi Yamaoka <yamaoka@jpl.org>
1374 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Restore
1375 the original code; hide group contents while rescanning.
1377 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1379 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Truncate
1380 lines in the imitation buffer; turn off h-scrollbar for XEmacs.
1382 2000-01-07 Katsumi Yamaoka <yamaoka@jpl.org>
1384 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1386 * lisp/{rfc2231.el,nnweb.el,nnultimate.el,nntp.el,nnspool.el,
1387 nnslashdot.el,nnml.el,nnmh.el,nnkiboze.el,nnimap.el,gnus-topic.el,
1388 gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,gnus-cache.el,
1389 gnus-agent.el}: Require `gnus-clfns' when compiling.
1391 * lisp/rfc2231.el: Require `cl' when compiling.
1393 * lisp/gnus-clfns.el: New file.
1395 * lisp/dgnushack.el: Move compiler macros to gnus-clfns.el; load
1398 * lisp/gnus-sum.el (gnus-summary-reselect-current-group): Don't
1399 rescan the current newsgroup before exiting; wear an imitation
1400 summary buffer while rescanning.
1402 2000-01-06 Hirokazu FUKUI <hfukui@sannet.ne.jp>
1404 * lisp/dgnushack.el (char-before): Use the byte-optimaization.
1406 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1408 * lisp/gnus.el (gnus-version-number): Update to 6.14.1.
1409 (gnus-revision-number): Clear to 00.
1411 * README.T-gnus: Update.
1413 * lisp/{webmail.el,uudecode.el,utf7.el,time-date.el,smiley.el,
1414 score-mode.el,rfc2047.el,rfc1843.el,qp.el,pop3.el,parse-time.el,
1415 nnweb.el,nnwarchive.el,nnvirtual.el,nnultimate.el,nntp.el,
1416 nnspool.el,nnsoup.el,nnslashdot.el,nnml.el,nnmh.el,nnmbox.el,
1417 nnmail.el,nnlistserv.el,nnkiboze.el,nnimap.el,nnheader.el,
1418 nnfolder.el,nneething.el,nndraft.el,nndoc.el,nndb.el,nnbabyl.el,
1419 nnagent.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1420 mm-decode.el,mm-bodies.el,messcompat.el,message.el,md5.el,
1421 mail-source.el,mail-prsvr.el,lpath.el,imap.el,ietf-drums.el,
1422 gnus-xmas.el,gnus-win.el,gnus-vm.el,gnus-uu.el,gnus-util.el,
1423 gnus-undo.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
1424 gnus-spec.el,gnus-soup.el,gnus-setup.el,gnus-score.el,gnus-salt.el,
1425 gnus-range.el,gnus-picon.el,gnus-nocem.el,gnus-msg.el,
1426 gnus-mlspl.el,gnus-mh.el,gnus-mailcap.el,gnus-logic.el,
1427 gnus-load.el,gnus-kill.el,gnus-group.el,gnus-gl.el,gnus-ems.el,
1428 gnus-draft.el,gnus-demon.el,gnus-cus.el,gnus-cite.el,gnus-cache.el,
1429 gnus-bcklg.el,gnus-audio.el,gnus-async.el,gnus-art.el,
1430 gnus-agent.el,binhex.el,base64.el,ChangeLog}: Sync up with Gnus
1433 * texi/{postamble.tex,message.texi,gnus.texi,gnus-ja.texi,
1434 emacs-mime.texi,ChangeLog}: Sync up with Gnus v5.8.3.
1436 2000-01-05 Katsumi Yamaoka <yamaoka@jpl.org>
1438 * README.semi, README.semi.ja, texi/gnus-faq-ja.texi: Update for
1441 * lisp/gnus-sum.el (gnus-articles-to-read): Bind
1442 `cursor-in-echo-area' to nil while `read-from-minibuffer'.
1444 1999-12-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1446 * lisp/gnus-offline.el (TopLevel): Call
1447 `define-process-argument-editiong' only under Meadow -- i.e. don't
1448 call this function under NTEmacs.
1450 1999-12-28 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1452 * lisp/gnus.el (gnus-revision-number): Increment to 15.
1454 * lisp/gnus-offline.el (gnus-offline-auto-expire): Rename from
1455 `gnus-offline-agent-automatic-expire'.
1456 (gnus-agent-expire): Fix the advice.
1457 (gnus-offline-after-jobs-done): Refer to
1458 `gnus-offline-auto-expire'.
1460 * lisp/gnus-ofsetup.el (gnus-offline-resource-en): Reorder the
1462 (gnus-offline-resource-ja): Ditto.
1464 * lisp/imap.el (imap-ssl-open-2): If `system-type' is windows-nt,
1465 bind `coding-system-for-read' to raw-text-dos, else bind it to
1468 1999-12-28 Katsumi Yamaoka <yamaoka@jpl.org>
1470 * lisp/gnus.el (gnus-revision-number): Increment to 14.
1472 * lisp/dgnushack.el (mapcon): Bind the 1st arg `fn' as a temp var.
1474 1999-12-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1476 * lisp/pop3.el (pop3-ssl-program-arguments): Add "s_client".
1477 (pop3-open-ssl-stream-1): Bind `ssl-program-name' because its
1478 value depends on the version of ssl.el.
1479 (pop3-open-ssl-stream): If `system-type' is windows-nt, bind
1480 `coding-system-for-read' to raw-text-dos, else bind it to binary.
1482 1999-12-23 Keiichi Suzuki <keiichi@nanap.org>
1484 * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Fix timing of
1487 1999-12-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1489 * lisp/imap.el (imap-streams,imap-stream-alist,
1490 imap-authenticators,imap-authenticator-alist,
1491 imap-digest-md5-p): Sync with latest Gnus.
1492 (imap-starttls-p): Rename from `imap-tls-p'.
1493 (imap-starttls-open): Rename from `imap-tls-open'.
1495 1999-12-21 Katsumi Yamaoka <yamaoka@jpl.org>
1497 * lisp/gnus.el (gnus-revision-number): Increment to 13.
1499 * lisp/dgnuspath.el.in: Add the path of APEL to `load-path' as well
1500 as its parent directory.
1502 * lisp/imap.el (base64-encode-string, base64-decode-string):
1503 Autoload "base64" instead of the tricky definitions.
1505 * lisp/base64.el: Restore the original code and invalidate it; use
1506 mel for the base64 codec.
1508 1999-12-20 Katsumi Yamaoka <yamaoka@jpl.org>
1510 * lisp/imap.el (mel-find-function): Always require `mel' instead of
1511 the use of autoloading. Because the function `mel-find-function'
1512 is defined by `defsubst'.
1514 1999-12-18 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1516 * lisp/gnus-offline.el (gnus-offline-after-get-new-news): Refer to
1517 `gnus-offline-connected', not `gnus-plugged'.
1519 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): No need to use
1520 `unless'. Use `when'.
1522 * lisp/imap.el (base64-encode-string): Fix. May work.
1524 1999-12-16 Katsumi Yamaoka <yamaoka@jpl.org>
1526 * lisp/message.el (message-goto-mail-copies-to): If the field is
1527 newly created, a string "never" is inserted in default.
1528 (message-goto-mail-followup-to): If the field is newly created and
1529 To field contains only one address, the address is inserted in
1531 (message-mode-map): New key stroke `C-c C-f c' for the command
1532 `message-goto-mail-copies-to'.
1534 1999-12-15 Katsumi Yamaoka <yamaoka@jpl.org>
1536 * lisp/gnus.el (gnus-revision-number): Increment to 12.
1538 * lisp/nnimap.el (nnimap-request-newgroups): Use `member-if'.
1540 * lisp/lpath.el (toolbar-gnus, get-charset-property,
1541 font-lock-set-defaults, find-coding-system, coding-system-get):
1542 Bind them for FSF Emacsen.
1543 (read-color, x-defined-colors, compute-motion): Don't bind.
1545 * lisp/imap.el (imap-digest-md5-auth, imap-cram-md5-auth): Use
1546 `base64-encode-string' and `base64-decode-string' instead of
1547 `imap-base64-encode-string' or `imap-base64-decode-string'.
1548 (base64-encode-string): New function. It won't be defined if it
1549 is already bound and the optional second arg is allowed.
1550 (base64-decode-string): New function defined by `defun-maybe'.
1551 (imap-base64-encode-string, imap-base64-decode-string): Remove.
1552 (mel-find-function): Autoload "mel".
1554 * lisp/dgnushack.el (read-color, x-defined-colors, event-object,
1555 get-popup-menu-response, toolbar-gnus, get-charset-property,
1556 find-coding-system, coding-system-get, font-lock-set-defaults):
1558 (union, member-if, mapcon, mapc, last): Don't define as compiler
1559 macros under XEmacs. It is based on Hrvoje's advice.
1560 (member-if): New compiler macro for emulating cl function.
1562 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
1564 * lisp/imap.el (imap-base64-encode-string): Use `static-if' instead
1565 of `static-condition-case'.
1567 1999-12-14 Katsumi Yamaoka <yamaoka@jpl.org>
1569 * lisp/gnus.el (gnus-revision-number): Increment to 11.
1571 * lisp/imap.el (imap-base64-encode-string): Allow the optional 2nd
1572 arg `no-line-break'.
1574 1999-12-14 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1576 * lisp/imap.el: Require `digest-md5' when compiling; add autoload
1577 settings for `digest-md5-parse-digest-challenge' and
1578 `digest-md5-digest-response'.
1579 (imap-authenticators): Add `digest-md5'.
1580 (imap-authenticator-alist): Setup for `digest-md5'.
1581 (imap-digest-md5-p): New function.
1582 (imap-digest-md5-auth): New function.
1584 1999-12-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1586 * lisp/mail-source.el (mail-source-fetch-imap): Each temporary
1587 buffer name must be specific to its mail source.
1589 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1591 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1593 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Don't
1594 call too many `static-if's.
1596 * lisp/gnus-uu.el (gnus-uu-grab-move): Simply copy FILE if
1597 `make-symbolic-link' is not availabe.
1599 * lisp/lpath.el (TopLevel): Don't warn about `make-symbolic-link'.
1601 1999-12-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1603 * lisp/gnus-offline.el (gnus-offline-set-unplugged-state): Call
1604 the original `gnus-agent-toggle-plugged'.
1606 * lisp/mail-source.el (mail-source-fetch-imap): Don't create
1607 multiple temporary buffers, and don't kill one.
1609 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1611 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1613 * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Accept an
1614 optional argument `force'. Use `read-file-name' instead of
1615 `read-directory-name'.
1617 1999-12-10 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1619 * lisp/gnus.el (gnus-revision-numbser): Increment to 08.
1621 * lisp/gnus-agent.el (gnus): Give up to advise here.
1622 (gnus-group-get-new-news): New advice instead.
1624 * lisp/gnus-offline.el (gnus-offline-setup): Call
1625 `gnus-offline-processed-by-timer' and `gnus-offline-error-check'
1627 (gnus-offline-define-menu-and-key): Simplify.
1628 (gnus-offline-processed-by-timer): Call `gnus-group-get-new-news'
1631 * lisp/gnus-ofsetup.el (TopLevel): Require `read-passwd' here, not in
1632 `gnus-offline-setting-file'.
1633 (gnus-nntp-service): Set this variable here, not in
1634 `gnus-offline-setting-file'
1635 (gnus-nntp-server): Ditto.
1636 (gnus-after-getting-new-news-hook): Ditto.
1637 (message-send-hook): Ditto.
1638 (mail-source-read-passwd): Ditto.
1639 (gnus-setup-news-hook): Ditto.
1640 (gnus-setup-for-offline): Now one can get mails from `imap',
1641 `file', `directory' or `maildir'.
1643 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
1644 Ignore non-POP mail sources.
1646 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1648 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1650 * lisp/gnus-util.el (gnus-union): Remove.
1651 (gnus-ems-redefine): Don't call it; don't require `gnus-ems'.
1653 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `union'
1654 instead of `gnus-union'.
1656 1999-12-10 A.Hitachi <a_hitachi@msi.biglobe.ne.jp>
1657 Katsumi Yamaoka <yamaoka@jpl.org>
1659 * lisp/dgnushack.el (union): New compiler macro for emulating cl
1662 1999-12-10 Katsumi Yamaoka <yamaoka@jpl.org>
1664 * lisp/gnus-util.el: Require `gnus-ems'.
1665 (gnus-ems-redefine): Call it to redefine the functions
1666 `gnus-truncate-string', etc.
1667 (gnus-union): Fix doc string.
1669 * lisp/dgnushack.el (mapcon, mapc): Eliminate the redundant code.
1671 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1673 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1675 1999-12-09 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1677 * lisp/dgnushack.el (dgnushack-install-package): Preserve any file
1678 in $(PACKAGEDIR)/lisp/t-gnus if it is without .el or .elc suffix.
1680 1999-12-09 Katsumi Yamaoka <yamaoka@jpl.org>
1682 * lisp/dgnushack.el (mapcon): New compiler macro for emulating cl
1684 (mapc): Bug fix - treat the last arg as a list.
1686 1999-12-08 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1688 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1690 * lisp/gnus-agent.el (gnus): New advice. Always synchronize the
1691 modeline "Plugged" status display with the value of
1694 * lisp/gnus-offline.el (TopLevel): Require `gnus-group' at the
1696 (gnus-offline-set-online-sendmail-function): defsubst.
1697 (gnus-offline-set-offline-sendmail-function): Ditto.
1698 (gnus-offline-set-offline-post-news-function): Ditto.
1699 (gnus-offline-set-online-post-news-function): Ditto.
1700 (gnus-offline-disable-fetch-mail): Ditto.
1701 (gnus-offline-enable-fetch-mail): Ditto.
1702 (gnus-offline-setup): Fix typo.
1703 (gnus-offline-gnus-get-new-news): Abolish.
1704 (gnus-offline-toggle-plugged): Ditto.
1705 (gnus-offline-agent-expire): Ditto.
1706 (gnus-group-get-new-news): New advice which does things
1707 `gnus-offline-gnus-get-new-news' was doing.
1708 (gnus-agent-toggle-plugged): New advice which does thing
1709 `gnus-offline-toggle-plugged' was doing.
1710 (gnus-agent-expire): New advice which does things
1711 `gnus-offline-agent-expire' was doing.
1712 (gnus-offline-define-menu-and-key): No longer substitute key
1713 definitions on `gnus-group-mode-map'. No longer swap commands for
1715 (gnus-offline-after-get-new-news): Do jobs only when
1716 `gnus-plugged' is t.
1718 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Compile lambda
1721 1999-12-08 Katsumi Yamaoka <yamaoka@jpl.org>
1723 * lisp/message.el (message-yank-add-new-references): Fix doc string.
1725 * texi/{message-ja.texi, message.texi}
1726 (message-list-references-add-position,
1727 message-yank-add-new-references): Add documentations.
1729 1999-12-07 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1731 * lisp/gnus-offline.el (gnus-offline-gettext): Rename from
1732 `gnus-offline-get-message'.
1734 * lisp/gnus-ofsetup.el (gnus-ofsetup-gettext): Rename from
1735 `gnus-ofsetup-get-message'.
1737 1999-12-07 Katsumi Yamaoka <yamaoka@jpl.org>
1739 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1740 (smiley-toggle-buffer): Autoload "smiley" or "gnus-bitmap".
1742 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Don't use
1743 `get-text-property' in the outside of the boundary.
1744 (gnus-article-smiley-display): New function.
1745 (gnus-treatment-function-alist): Use it.
1747 * lisp/dgnushack.el (byte-optimize-form-code-walker): Replace with
1748 the bug fixed version rigidly instead of the use of `defadvice'.
1750 * lisp/message.el (font-lock-after-change-function): Don't use
1751 `compile' for the arg of `defadvice'.
1753 1999-12-06 Keiichi Suzuki <keiichi@nanap.org>
1755 * lisp/message.el (message-yank-add-new-references): New option
1756 value `message-id-only'.
1757 (message-yank-original): Likewise.
1758 (message-list-references-add-position): New user option.
1759 (message-list-references): When
1760 `message-list-references-add-position' is integer value, the order
1761 of designate number message-ids is kept.
1763 1999-12-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1765 * lisp/gnus.el (gnus-revision-number): Increment to 03.
1767 * lisp/gnus-offline.el (gnus): Don't advise here.
1768 (TopLevel): Call `gnus-offline-define-menu-and-key'.
1769 (gnus-offline-setup): Don't call
1770 `gnus-offline-define-menu-and-key' here.
1772 * lisp/gnus-ofsetup.el (gnus-offline-update-setting-file): Don't
1773 rely on `gnus-load-hook'.
1774 (gnus): New advice. Call `gnus-offline-setup' when everything is
1777 * lisp/gnus-start.el (save-buffers-kill-emacs): Compile the advice
1778 at the compile time. Use `gnus-alive-p'.
1780 1999-12-06 Katsumi Yamaoka <yamaoka@jpl.org>
1782 * lisp/gnus.el (gnus-revision-number): Increment to 02.
1784 * lisp/dgnushack.el (char-after): Uncomment the byte-optimization;
1785 don't use `byte-defop-compiler'.
1786 (byte-optimize-form-code-walker): Advise it for fixing the bug in
1787 and/or forms. The original idea is devised by FUKUI-san, modified
1789 (max-specpdl-size): Set 3000.
1791 1999-12-05 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1793 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1795 * lisp/gnus-offline.el (gnus): New advice. synchronize
1796 `gnus-offline-connected' with `gnus-plugged'.
1798 1999-12-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1800 * lisp/gnus.el (gnus-version-number): Update to 6.14.0.
1801 (gnus-revision-number): Clear to 00.
1803 * README.branch.ja: Update for t-gnus-6_14 branch.
1804 * README.branch: Ditto.
1805 * README.T-gnus: Ditto.
1806 * README.semi.ja: Ditto.
1807 * README.semi: Ditto.
1809 * lisp/{rfc2047.el,nnweb.el,nnultimate.el,nntp.el,nnslashdot.el,
1810 nnmh.el,nnfolder.el,nndoc.el,mml.el,mm-view.el,mm-util.el,
1811 mm-bodies.el,message.el,mail-source.el,gnus.el,gnus-uu.el,
1812 gnus-sum.el,gnus-start.el,gnus-msg.el,gnus-int.el,gnus-cache.el,
1813 gnus-art.el,dgnushack.el,ChangeLog}: Sync up with Gnus v5.8.2.
1815 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1816 gnus-faq-ja.texi,ChangeLog}: Modify for T-gnus 6.14; sync up with
1819 * t-gnus-6_14: NEW PUBLIC BRANCH.
1821 1999-12-03 Hirokazu FUKUI <hfukui@sannet.ne.jp>
1822 Katsumi Yamaoka <yamaoka@jpl.org>
1824 * lisp/gnus.el (gnus-revision-number): Increment to 01.
1826 * lisp/dgnushack.el (char-before): Use compiler macro instead of
1828 (char-after): Comment out the byte-optimization.
1830 * imap.el (imap-base64-encode-string, imap-base64-decode-string):
1831 New functions. They are identical to the built-in codec if
1832 possible, otherwise the functions defined in mel are used.
1833 (imap-cram-md5-auth): Use them.
1835 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1837 * lisp/imap.el: Remove autoload settings for `base64-decode-string'
1838 and `base64-encode-string'.
1840 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1842 * lisp/gnus.el (gnus-version-number): Update to 6.13.4.
1843 (gnus-revision-number): Clear to 00.
1845 * README.T-gnus: Update.
1847 * GNUS-NEWS: Sync up with Pterodactyl Gnus v0.99.
1849 * lisp/{rfc2047.el,rfc1843.el,nnweb.el,nnvirtual.el,nntp.el,
1850 nnmh.el,nnmail.el,nnimap.el,nnheader.el,nnfolder.el,nndraft.el,
1851 nndoc.el,mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-encode.el,
1852 mm-decode.el,mm-bodies.el,message.el,mail-source.el,lpath.el,
1853 gnus-xmas.el,gnus-uu.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
1854 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
1855 gnus-picon.el,gnus-msg.el,gnus-mailcap.el,gnus-int.el,
1856 gnus-group.el,gnus-ems.el,gnus-cus.el,gnus-cache.el,gnus-async.el,
1857 gnus-art.el,gnus-agent.el,dgnushack.el,base64.el,Makefile.in,
1858 ChangeLog}: Sync up with Pterodactyl Gnus v0.99.
1860 * lisp/{webmail.el,nnwarchive.el,nnultimate.el,nnslashdot.el}: New
1863 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
1864 emacs-mime.texi,Makefile.in,ChangeLog}: Sync up with Pterodactyl
1867 1999-12-02 Katsumi Yamaoka <yamaoka@jpl.org>
1869 * lisp/gnus.el (gnus-select-method): Undo (`if' -> `when').
1870 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Ditto.
1871 * lisp/gnus-start.el (save-buffers-kill-emacs): Ditto.
1872 (gnus-after-getting-new-news-hook): Ditto.
1874 * lisp/gnus-group.el (gnus-useful-groups): Undo (`or' -> `unless').
1876 1999-12-01 Katsumi Yamaoka <yamaoka@jpl.org>
1878 * lisp/gnus.el (gnus-revision-number): Increment to 10.
1880 * lisp/gnus-art.el (article-treat-overstrike): Work for multibyte
1881 char with old Emacsen as well.
1883 1999-12-01 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
1885 * lisp/gnus-agent.el (gnus-category-edit-predicate): Expand `setf'
1886 appears in the backquoted form.
1887 (gnus-category-edit-score): Ditto.
1889 * lisp/gnus-sum.el (gnus-data-set-header): Expand `setf'
1890 appears in the backquoted form.
1892 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1894 * lisp/gnus.el (gnus-revision-number): Increment to 09.
1896 * lisp/gnus-offline.el (gnus-offline-define-menu-and-key): Fix a
1898 (gnus-offline-popup): Examine whether `easy-menu-create-menu' is
1899 defined. If not, call `easy-menu-create-keymaps'.
1901 1999-11-30 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
1903 * lisp/gnus.el (gnus-revision-number): Increment to 08.
1905 * lisp/gnus-offline.el (TopLevel): Use `static-if', requiring
1906 "static" at the compile time.
1907 (gnus-offline-hangup-function): Abolish.
1908 (gnus-offline-auto-ppp): New variable.
1909 (gnus-offline-gnus-get-new-news): Refer to it.
1910 (gnus-offline-set-unplugged-state): Ditto.
1911 (gnus-offline-set-auto-ppp): New function. It replaces the
1912 function `gnus-offline-toggle-auto-hangup'.
1913 (gnus-offline-toggle-auto-hangup): Abolish.
1914 (gnus-offline-define-menu-and-key): Use `static-if' and
1916 (gnus-offline-popup-menu): Do not define this function under XEmacs.
1917 (gnus-offline-popup): New function.
1919 * gnus-ofsetup.el (gnus-ofsetup-update-setting-file): Typo.
1920 (gnus-ofsetup-resource-en): Fix doc strings.
1921 (gnus-ofsetup-resource-ja): Ditto.
1923 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1925 * lisp/gnus.el (gnus-revision-number): Increment to 07.
1927 * lisp/gnus-art.el (gnus-article-wash-status): Sync up with
1928 Pterodactyl Gnus v0.98.
1930 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1932 * lisp/nnimap.el (nnimap-request-newgroups): Don't use `member-if'.
1934 * lisp/gnus.el (gnus-select-method): Use `if' instead of `when'.
1936 * lisp/gnus-sum.el (gnus-summary-make-marking-command-1): Use
1937 `car' and `cdr' instead of `cadr'.
1939 * lisp/gnus-picon.el (gnus-picons-file-suffixes): Use `cons'
1940 instead of `push'; use `if' instead of `when'.
1942 * lisp/gnus-group.el (gnus-group-iterate): Use `car' and `cdr'
1944 (gnus-useful-groups): Use `or' instead of `unless'.
1946 * lisp/gnus-art.el (gnus-emphasis-alist): Use `car' and `cdr'
1949 1999-11-30 Katsumi Yamaoka <yamaoka@jpl.org>
1951 * lisp/gnus-start.el (save-buffers-kill-emacs): Don't use the macro
1952 `when' in the body of `defadvice'. Use `if' instead.
1954 * lisp/dgnushack.el (last, mapc): New compiler macros for emulating
1957 1999-11-29 Katsumi Yamaoka <yamaoka@jpl.org>
1959 * lisp/gnus-start.el (gnus-after-getting-new-news-hook): Don't use
1960 the macro `when' in the arg of `defcustom'. Use `if' instead.
1962 1999-11-27 Katsumi Yamaoka <yamaoka@jpl.org>
1964 * lisp/gnus.el (gnus-revision-number): Increment to 06.
1966 * lisp/gnus-art.el (gnus-signature-toggle): Specify the 4th arg of
1967 `next-single-property-change' LIMIT as `point-max'.
1968 (gnus-article-prepare-mime-display): Ditto.
1969 (article-hide-signature): Ditto.
1971 1999-11-26 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1973 * lisp/gnus.el (gnus-version): Parentheses of gnus-revision-number
1974 are removed to fill gnus-version within 80 columns.
1976 1999-11-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
1978 * lisp/gnus.el (gnus-version): Shows also gnus-revision-number.
1980 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1982 * lisp/gnus.el (gnus-revision-number): Increment to 05.
1984 * lisp/gnus-agent.el (gnus-agent-fetch-headers): Use `gnus-union'
1987 * lisp/gnus-util.el (gnus-union): New function.
1989 * lisp/gnus-sum.el (gnus-summary-exit-no-update): Use
1990 `copy-sequence' instead of `copy-list'.
1991 * lisp/gnus-art.el (gnus-article-setup-highlight-words): Ditto.
1993 * lisp/dgnushack.el (union, copy-list): Remove compiler macros.
1995 1999-11-24 Katsumi Yamaoka <yamaoka@jpl.org>
1997 * lisp/gnus.el (gnus-revision-number): Increment to 04.
1999 * lisp/dgnushack.el (union, copy-list): New compiler macros for
2000 emulating cl functions.
2002 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2004 * lisp/gnus.el (gnus-revision-number): Increment to 03.
2005 (gnus-select-method): Use `condition-case' instead of
2008 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
2009 instead of `ignore-errors'.
2011 * lisp/{gnus-ofsetup.el,gnus-offline.el}: Remove RCS magic cookie.
2013 * lisp/{time-date.el,smiley.el,score-mode.el,pop3.el,nnweb.el,
2014 nnvirtual.el,nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,
2015 nnmbox.el,nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,
2016 nneething.el,nndraft.el,nndoc.el,nnbabyl.el,message.el,imap.el,
2017 gnus-win.el,gnus-vm.el,gnus-util.el,gnus-topic.el,gnus-sum.el,
2018 gnus-start.el,gnus-srvr.el,gnus-spec.el,gnus-score.el,gnus-salt.el,
2019 gnus-range.el,gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,
2020 gnus-msg.el,gnus-mlspl.el,gnus-mailcap.el,gnus-logic.el,
2021 gnus-kill.el,gnus-group.el,gnus-cite.el,gnus-async.el,gnus-art.el,
2022 gnus-agent.el,earcon.el}: Require `cl' using `eval-when-compile'.
2024 1999-11-22 Katsumi Yamaoka <yamaoka@jpl.org>
2026 * lisp/gnus.el (gnus-revision-number): Increment to 02.
2028 * lisp/{time-date.el,smiley.el,pop3.el,nnweb.el,nnvirtual.el,
2029 nntp.el,nnspool.el,nnsoup.el,nnoo.el,nnml.el,nnmh.el,nnmbox.el,
2030 nnmail.el,nnlistserv.el,nnimap.el,nnheader.el,nneething.el,
2031 nndoc.el,nnbabyl.el,message.el,imap.el,gnus.el,gnus-win.el,
2032 gnus-util.el,gnus-topic.el,gnus-sum.el,gnus-start.el,gnus-srvr.el,
2033 gnus-spec.el,gnus-score.el,gnus-salt.el,gnus-range.el,
2034 gnus-picon.el,gnus-ofsetup.el,gnus-offline.el,gnus-mlspl.el,
2035 gnus-mailcap.el,gnus-logic.el,gnus-kill.el,gnus-group.el,
2036 gnus-cite.el,gnus-async.el,gnus-art.el,gnus-agent.el,earcon.el}:
2037 Require `cl' at the top level.
2039 * lisp/gnus.el (gnus-select-method): Undo last change.
2040 * lisp/gnus-util.el (copy-list): Undo last change (remove it).
2041 * lisp/gnus-start.el (gnus-site-init-file): Undo last change.
2043 * lisp/gnus-ems.el (gnus-split-string): Remove.
2045 1999-11-21 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2047 * lisp/pop3.el: Add description about STLS extension; add autoload
2048 setting for `starttls-open-stream' and `starttls-negotiate'.
2049 (pop3-stls): New function.
2050 (pop3-open-tls-stream): New function.
2051 (pop3-open-server): Use `pop3-open-tls-stream' if
2052 'pop3-connection-type' is bound to `tls'.
2054 1999-11-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2056 * lisp/imap.el: Add autoload setting for `starttls-open-stream'
2057 and `starttls-negotiate'.
2058 (imap-stream-alist): Add TLS entry.
2059 (imap-tls-p): New function.
2060 (imap-tls-open): New function.
2061 (imap-ssl-open): Enclose `open-ssl-stream' with
2062 `as-binary-process'.
2064 1999-11-19 Katsumi Yamaoka <yamaoka@jpl.org>
2066 * lisp/gnus.el (gnus-revision-number): Increment to 01.
2067 (gnus-select-method): Use `condition-case' instead of
2070 * lisp/pop3.el (pop3-apop): Move the autoload seting to the top
2073 * lisp/md5.el (md5): Allow the optional 4th and 5th arguments
2074 `coding' and `noerror' for the stopgaps.
2076 * lisp/lpath.el (md5): Allow the optional 4th and 5th arguments
2077 `coding' and `noerror'.
2078 (function-max-args): Maybe-fbind for FSF Emacsen.
2080 * lisp/imap.el (imap-cram-md5-auth): Specify the 4th arg to `md5'
2081 as `binary' if possible.
2082 (imap-log): Default to nil (synched with pgnus 0.99).
2083 (base64-decode-string): Autoload "mel" instead of "base64".
2084 (md5): Autoload "md5" without `eval-and-compile'.
2086 * lisp/gnus-util.el (copy-list): New function defined by
2089 * lisp/gnus-sum.el (gnus-update-summary-mark-positions): Specify
2090 the 3rd arg of `make-full-mail-header' to "nobody" instead of "".
2092 * lisp/gnus-start.el (gnus-site-init-file): Use `condition-case'
2093 instead of `ignore-errors'.
2095 * lisp/gnus-picon.el: Require `cl'.
2097 * lisp/{smiley.el,rfc2104.el,nnvirtual.el,mailheader.el,
2098 gnus-offline.el} (cl): Enclose the requiring procedure with
2099 `eval-when-compile'.
2101 * lisp/{imap.el,gnus-mailcap.el} (cl): Enclose the requiring
2102 procedure with `eval-when-compile' instead of `eval-and-compile'.
2104 1999-11-09 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2106 * lisp/read-passwd.el (read-pw-set-mail-source-passwd-cache):
2107 Use mail-sources instead of nnmail-spool-file.
2108 From: Toshiaki -PCX- Tanaka.
2110 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
2112 * lisp/gnus.el (gnus-group-startup-message): Insert space before
2114 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Ditto.
2116 1999-11-09 Katsumi Yamaoka <yamaoka@jpl.org>
2118 * lisp/gnus.el (gnus-version-number): Update to 6.13.3.
2119 (gnus-revision-number): Clear to 00.
2121 * README.T-gnus: Update.
2123 * lisp/{rfc1843.el,qp.el,nntp.el,nnmail.el,nnfolder.el,nnagent.el,
2124 mml.el,mm-view.el,mm-uu.el,mm-util.el,mm-decode.el,mm-bodies.el,
2125 message.el,mail-source.el,lpath.el,gnus-util.el,gnus-topic.el,
2126 gnus-sum.el,gnus-start.el,gnus-srvr.el,gnus-msg.el,gnus-mailcap.el,
2127 gnus-group.el,gnus-art.el,gnus-agent.el,dgnushack.el,binhex.el,
2128 ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
2130 * lisp/{rfc2104.el,nnimap.el,imap.el}: New files.
2132 * texi/gnus-ja.texi: Sync up with Pterodactyl Gnus v0.98 without
2135 * texi/{gnus.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.98.
2137 1999-11-08 Kinji Itoh <kinji-i@ma.neweb.ne.jp>
2139 * lisp/gnus-draft.el (gnus-draft-edit-message): Use
2140 `message-save-drafts' instead of `set-buffer-modified-p' and
2142 * lisp/message.el (message-save-drafts): Insert In-Reply-To header
2143 because the reply data is lost in Drafts.
2144 * lisp/gnus-art.el (gnus-signature-face): Don't check
2147 1999-11-08 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2149 * lisp/pop3.el (pop3-progress-message): New function.
2150 (pop3-movemail): Use it.
2152 1999-10-28 Katsumi Yamaoka <yamaoka@jpl.org>
2154 * lisp/gnus.el (TopLevel): Autolaod "gnus-msg" for the function
2155 `gnus-following-method'.
2157 * lisp/gnus-msg.el (gnus-following-method): Move from gnus-msg.el;
2158 wide reply as a mail if the message is not a news; use the macro
2159 `gnus-setup-message'.
2161 * lisp/gnus-art.el (gnus-following-method): Move to gnus-msg.el.
2163 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2165 * lisp/gnus.el (gnus-revision-number): Increment to 14.
2166 (TopLevel): Autoload "gnus-bitmap" instead of "smiley-mule" for the
2167 function `gnus-smiley-display'.
2169 * lisp/gnus-art.el (gnus-treat-display-smileys): Default to nil if
2170 `window-system' is nil.
2171 (gnus-article-x-face-command): Default to external command if
2172 `window-system' is nil.
2174 1999-10-26 Katsumi Yamaoka <yamaoka@jpl.org>
2176 * lisp/gnus.el (gnus-revision-number): Increment to 13.
2177 (TopLevel): Rearrange autoload settings.
2179 * lisp/gnus-art.el (gnus-treatment-function-alist): Don't use
2182 * lisp/gnus-sum.el (gnus-summary-make-menu-bar): Add button
2183 "Toggle smileys" in "Washing" menu.
2184 (gnus-summary-wash-map): Add "s" key for `smiley-toggle-buffer'.
2186 * lisp/smiley.el (gnus-smiley-display): Use `smiley-toggle-buffer'.
2187 (smiley-toggle-buffer): New function.
2188 (smiley-buffer): Don't quote the function.
2189 (smiley-toggle-extents): Ditto.
2191 1999-10-24 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2193 * lisp/gnus.el (gnus-revision-number): Increment to 12.
2194 (TopLevel): Add and delete autoloads for functions defined in
2195 "gnus-cus", "gnus-offline", "miee", "pop3-fma" and "mw32misc".
2197 * lisp/gnus-offline.el (TopLevel): Do not consider the functions
2200 * lisp/gnus-ofsetup.el (TopLEvel): Do not autoload
2201 `gnus-custom-mode' defined in "gnus-cus".
2203 1999-10-21 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2205 * lisp/gnus.el (gnus-revision-number): Increment to 11.
2207 * lisp/gnus-offline.el (TopLevel): Call `mime-set-field-decoder'
2208 when "eword-decode" is loaded. It is for X-Gnus-Offline-Backend
2211 1999-10-19 Katsumi Yamaoka <yamaoka@jpl.org>
2213 * lisp/gnus.el (gnus-revision-number): Increment to 10.
2214 (TopLevel): Autoload "x-face-mule" and "smiley-mule" for the
2215 functions `x-face-mule-gnus-article-display-x-face' and
2218 * lisp/lpath.el (smiley-encode-buffer): Bind it for FSF Emacsen.
2220 * lisp/gnus-ems.el (gnus-group-startup-message): Don't replace with
2221 `gnus-mule-group-startup-message'.
2222 (gnus-mule-group-startup-message): Remove.
2223 (gnus-mule-bitmap-image-file): Remove.
2225 * lisp/gnus-msg.el (gnus-copy-article-buffer): Encode smileys to
2226 ordinary text if the feature `smiley-mule' is provided and FSF
2228 (TopLevel): Require `static' at the compile time.
2230 * lisp/gnus-art.el (gnus-article-prepare-display): Bind
2231 `mime-display-text/plain-hook' to nil.
2232 (gnus-article-prepare-mime-display): Use `let' instead of `let*';
2233 treat the next entity position as a marker.
2234 (gnus-treatment-function-alist): Use `smiley-buffer' instead of
2235 `gnus-smiley-display' under FSF Emacsen.
2236 (gnus-treat-display-smileys): Default to t if the module
2237 `smiley-mule' is installed.
2238 (gnus-treat-display-xface): Default to `head' if the value of
2239 `gnus-article-x-face-command' is
2240 `x-face-mule-gnus-article-display-x-face'.
2241 (gnus-article-x-face-command): Default to
2242 `x-face-mule-gnus-article-display-x-face' if the module
2243 `x-face-mule' is installed.
2244 (TopLevel): Require `static' first; require `path-util'.
2246 1999-10-18 Katsumi Yamaoka <yamaoka@jpl.org>
2248 * lisp/gnus.el (gnus-revision-number): Increment to 09.
2250 * lisp/message.el (message-mode): Make
2251 `message-font-lock-last-position' as buffer local.
2252 (message-font-lock-keywords-2): Use
2253 `message-font-lock-cited-text-matcher' instead of regexp.
2254 (message-font-lock-cited-text-matcher): New function.
2255 (font-lock-after-change-function): Advice to the keep last cursor
2256 position in `message-font-lock-last-position' before fontifying.
2257 (message-font-lock-last-position): New variable.
2258 (message-font-lock-citation-name-max-column): New variable.
2259 (message-font-lock-cited-text-regexp): New variable.
2260 (message-font-lock-fence-close-position): New variable.
2261 (message-font-lock-fence-open-position): New variable.
2262 (message-font-lock-fence-close-regexp): New variable.
2263 (message-font-lock-fence-open-regexp): New variables.
2265 1999-10-04 Masatoshi Tsuchiya <tsuchiya@pine.kuee.kyoto-u.ac.jp>
2267 * lisp/message.el (message-mode): Rearrange `font-lock-defaults'
2268 using `message-font-lock-keywords', `message-font-lock-keywords-1'
2269 and `message-font-lock-keywords-2'.
2270 (message-font-lock-keywords): Restruct.
2271 (message-font-lock-keywords-1): New variable split from
2272 `message-font-lock-keywords'.
2273 (message-font-lock-keywords-2): Ditto.
2275 1999-10-11 Katsumi Yamaoka <yamaoka@jpl.org>
2277 * lisp/gnus.el (gnus-revision-number): Increment to 08.
2279 * lisp/gnus-art.el (gnus-treat-article): Buttonize the signature
2280 before highlighting or hiding it.
2281 (gnus-article-buttonize-signature): New function.
2282 (gnus-article-highlight-signature): Don't buttonize.
2283 (gnus-treatment-function-alist): Undo the last change.
2284 (gnus-treat-emphasize): Default to nil.
2286 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2288 * lisp/gnus.el (gnus-revision-number): Increment to 07.
2289 (TopLevel): Autoload "gnus-art" for the function
2290 `gnus-article-show-all'.
2292 * lisp/gnus-sum.el (gnus-summary-select-article): Expose all
2293 hidden text if the command `gnus-summary-toggle-mime' is used.
2295 * lisp/gnus-art.el (gnus-signature-toggle): Don't hide the
2297 (gnus-article-highlight-signature): Work for forwarded messages.
2298 (gnus-article-show-all): New function based on `article-show-all'.
2299 (gnus-article-show-all-headers): Based on
2300 `article-show-all-headers'.
2301 (article-show-all-headers): New function to show all *HEADERS*.
2302 (article-show-all): Show *ALL* literally.
2303 (article-hide-signature): Work for forwarded messages.
2304 (gnus-treatment-function-alist): Put `gnus-treat-hide-signature'
2305 off after `gnus-treat-highlight-signature'.
2307 1999-10-08 Katsumi Yamaoka <yamaoka@jpl.org>
2309 * lisp/gnus.el (gnus-revision-number): Increment to 06.
2311 * lisp/gnus-art.el (gnus-article-prepare-mime-display): Protect
2312 against forwarded messages without MIME structure.
2313 (gnus-treatment-function-alist): Move
2314 'gnus-treat-decode-article-as-default-mime-charset' to the top;
2315 put `gnus-treat-emphasize' off after
2316 `gnus-treat-highlight-headers'.
2318 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2320 * lisp/gnus.el (gnus-revision-number): Increment to 05.
2322 1999-10-07 Katsumi Yamaoka <yamaoka@jpl.org>
2324 * lisp/gnus-art.el (gnus-treat-predicate): Examine whether the
2325 argument is list or not before condition.
2327 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2329 * lisp/gnus-art.el (gnus-treat-predicate): Work for
2330 (typep "something").
2332 1999-10-07 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2334 * lisp/gnus-art.el (gnus-article-prepare-display):
2335 Pass argument nil as a condition to gnus-treat-article.
2336 * lisp/gnus-art.el (gnus-article-prepare-mime-display):
2337 Ditto. Also, treat last part of multipart article correctly.
2339 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2341 * lisp/gnus.el (gnus-revision-number): Increment to 04.
2343 * lisp/message.el (message-generate-headers): Don't insert
2346 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Don't use
2347 negative number for the 2nd arg of `insert-char'.
2349 1999-10-06 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2351 * lisp/gnus-ofsetup.el (gnus-ofsetup-customize): Info link to
2352 gnus-ja instead of gnus if Japanese environment is on.
2354 1999-10-06 Katsumi Yamaoka <yamaoka@jpl.org>
2356 * lisp/gnus.el (gnus-revision-number): Increment to 03.
2357 (semi-gnus-developers): Remove.
2358 (gnus-maintainer): Change mail address.
2359 (gnus-group-startup-message): Display version string.
2361 * lisp/gnus-msg.el (gnus-bug): Delete `Cc'; modify version string.
2363 * lisp/gnus-xmas.el (gnus-xmas-group-startup-message): Display
2364 version string; fix glyph position.
2366 1999-10-06 Yoshiki Hayashi <t90553@mail.ecc.u-tokyo.ac.jp>
2368 * lisp/gnus-sum.el (gnus-read-move-group-name): Revert
2369 to previous version until problem of respooling from
2370 nnimap to nnml is solved.
2371 (gnus-summary-move-article): Ditto.
2373 1999-10-05 Katsumi Yamaoka <yamaoka@jpl.org>
2375 * lisp/gnus.el (gnus-revision-number): Increment to 02.
2377 * lisp/gnus-art.el (gnus-treat-predicate): Check whether arg's
2378 value is t before checking for `condition'.
2379 (gnus-article-prepare-mime-display): Search for the entity children
2380 if the primary type is `multipart'.
2382 1999-10-01 Katsumi Yamaoka <yamaoka@jpl.org>
2384 * lisp/gnus.el (gnus-revision-number): Increment to 01.
2386 * lisp/gnus-sum.el (gnus-read-move-group-name): Returns nil
2387 instead of signaling an error if the destination group is not
2389 (gnus-summary-move-article): Do nothing if the destination group
2390 is not newly created.
2392 * lisp/gnus-msg.el (gnus-bug): Use text/plain for the snooped
2395 1999-09-30 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2397 * nnfolder.el (nnfolder-possibly-change-group): Don't create an
2398 active entry for the group even if it doesn't exist.
2400 1999-09-28 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2402 * gnus-art.el (gnus-article-mime-part-status): Use `mime-entity-children'.
2404 1999-09-28 Katsumi Yamaoka <yamaoka@jpl.org>
2406 * lisp/gnus.el (gnus-version-number): Update to 6.13.2.
2407 (gnus-revision-number): Clear to 00.
2409 * README.T-gnus: Update.
2411 * texi/{message.texi,message-ja.texi,gnus.texi,gnus-ja.texi,
2412 emacs-mime.texi,ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
2414 * lisp/{qp.el,nntp.el,nnmail.el,mml.el,mm-util.el,mm-encode.el,
2415 mm-decode.el,message.el,mail-source.el,gnus.el,gnus-xmas.el,
2416 gnus-util.el,gnus-sum.el,gnus-srvr.el,gnus-score.el,gnus-nocem.el,
2417 gnus-msg.el,gnus-group.el,gnus-cache.el,gnus-art.el,gnus-agent.el,
2418 ChangeLog}: Sync up with Pterodactyl Gnus v0.97.
2420 1999-09-24 Katsumi Yamaoka <yamaoka@jpl.org>
2422 * lisp/gnus.el (gnus-revision-number): Increment to 07.
2424 * lisp/gnus-art.el (gnus-article-prev-page): Rewrite to realize
2425 smooth scrolling under XEmacs.
2426 (gnus-article-next-page):Ditto.
2428 * Mule23@1934.en, Mule23@1934.ja: Separate from Mule23@1934; add
2429 descriptions about the problem of loaddefs.el and the patch for
2432 1999-09-22 Katsumi Yamaoka <yamaoka@jpl.org>
2434 * lisp/gnus.el (gnus-revision-number): Increment to 06.
2436 * lisp/nnmail.el (TopLevel): Bind keywords `:user', `:path' and
2437 `:predicate' for old Emacsen; require `static'.
2439 * lisp/dgnushack.el (TopLevel): Don't bind keywords `:user',
2440 `:path' and `:predicate'.
2442 1999-09-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2444 * gnus-agent.el (gnus-agent-toggle-plugged): Mark the current
2445 modeline as modified.
2447 1999-09-17 Katsumi Yamaoka <yamaoka@jpl.org>
2449 * lisp/gnus.el (gnus-revision-number): Increment to 05.
2451 * lisp/gnus-art.el (gnus-treat-article): Inherit the text property
2452 `mime-view-entity' in the modified header under FSF Emacsen.
2454 1999-09-13 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2456 * README-offline.en: Rewrite the usage description.
2457 * README-offline.ja: Ditto.
2459 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2461 * lisp/gnus.el (gnus-revision-number): Increment to 04.
2463 * lisp/gnus-ofsetup.el (gnus-offline-lang): Declare before loading
2466 1999-09-12 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2468 * README-offline.en: Do not refer to `gnus-agent-toggle-plugged'.
2469 * README-offline.ja: Ditto.
2471 1999-09-11 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2473 * lisp/gnus.el (gnus-revision-number): Increment to 03.
2475 * lisp/gnus-agent.el (gnus-agent-toggle-plugged): Do not mark
2476 the current buffer as modified.
2478 * lisp/gnus-offline.el (gnus-offline-menu): New variable.
2479 (gnus-offline-get-menu-items): New function.
2480 (gnus-offline-define-menu-on-miee): Use it.
2481 (gnus-offline-define-menu-on-agent): Ditto.
2483 1999-09-04 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2485 * lisp/gnus-msg.el (gnus-configure-posting-styles): Quote `:file'.
2487 * lisp/pop3.el (pop3-save-uidls): Don't use `dotimes' to check
2488 backets of `pop3-uidl-obarray'; don't clear `pop3-uidl-obarray'.
2489 (pop3-quit): Clear `pop3-uidl-obarray'.
2491 1999-09-03 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2493 * lisp/gnus.el (gnus-revision-number): Increment to 02.
2495 * lisp/gnus-offline.el (gnus-offline-resource-en,
2496 gnus-offline-resource-ja,
2497 gnus-offline-resource-ja_complete): New variables.
2498 (gnus-offline-get-message): News function.
2499 (gnus-offline-error-check): Use it.
2500 (gnus-offline-connect-server): Ditto.
2501 (gnus-offline-get-new-news-function): Ditto.
2502 (gnus-offline-set-mail-group-level): Ditto.
2503 (gnus-offline-hangup-line): Ditto.
2504 (gnus-offline-after-jobs-done): Ditto.
2505 (gnus-offline-toggle-auto-hangup): Ditto.
2506 (gnus-offline-toggle-on/off-send-mail): Ditto.
2507 (gnus-offline-toggle-articles-to-fetch): Ditto.
2508 (gnus-offline-empting-spool): Ditto.
2509 (gnus-offline-set-interval-time): Ditto.
2511 * lisp/gnus-ofsetup.el (gnus-offline-lang,
2512 gnus-ofsetup-resource-en, gnus-ofsetup-resource-ja): New
2514 (gnus-ofsetup-get-message): New function.
2515 (gnus-setup-for-offline): Use it.
2516 (gnus-ofsetup-find-parameters): Ditto.
2517 (gnus-ofsetup-prepapre-for-miee): Ditto.
2518 (gnus-ofsetup-completing-read-symbol): Ditto.
2519 (gnus-ofsetup-customize): Ditto.
2520 (gnus-ofsetup-customize-done): Ditto.
2522 1999-09-01 Katsumi Yamaoka <yamaoka@jpl.org>
2524 * lisp/gnus-sum.el (gnus-summary-isearch-article): Don't bind
2525 `isearch-lazy-highlight'.
2527 1999-08-30 Katsumi Yamaoka <yamaoka@jpl.org>
2529 * lisp/gnus.el (gnus-revision-number): Increment to 01.
2531 * lisp/lpath.el (babel-as-string): Bind it.
2533 * lisp/gnus-sum.el (gnus-summary-search-article): Keep the
2534 original X-Face field while searching. It is done for only FSF
2536 (gnus-summary-search-article-highlight-matched-text): Ditto.
2537 (gnus-summary-search-article-matched-data): Bind it explicitly.
2539 1999-08-29 Katsumi Yamaoka <yamaoka@jpl.org>
2541 * lisp/gnus.el (gnus-version-number): Update to 6.13.1.
2542 (gnus-revision-number): Clear to 00.
2544 * README.T-gnus: Update.
2546 * README: Sync up with Pterodactyl Gnus v0.96.
2547 * lisp/{smiley.el,nntp.el,nnmail.el,nnfolder.el,mml.el,mm-view.el,
2548 mm-uu.el,mm-util.el,mm-encode.el,mm-decode.el,mm-bodies.el,
2549 gnus-uu.el,gnus-util.el,gnus-sum.el,gnus-start.el,gnus-score.el,
2550 gnus-mlspl.el,gnus-group.el,gnus-bcklg.el,gnus-art.el,
2551 gnus-agent.el,ChangeLog}: Ditto.
2552 * texi/{gnus.texi,gnus-ja.texi,ChangeLog}: Ditto.
2554 1999-08-27 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2556 * lisp/pop3.el (pop3-movemail): If the argument `crashbox' is t,
2557 don't retrieve any incoming mails.; Don't filter articles here.
2558 Use `convert-standard-filename' to generate fresh UIDL file names.
2559 (pop3-get-message-numbers): Rewrite.
2560 (pop3-save-uidls): Clear UIDL hash.; Use `with-temp-file' instead
2561 of `with-temp-buffer'.
2563 1999-08-27 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2565 * README-offline.ja : Fix.
2567 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire):
2570 * lisp/gnus-ofsetup.el : Remove gnus-cus from compile time
2571 requirements; Enclose the autoload for `gnus-custom-mode' with
2574 1999-08-27 Katsumi Yamaoka <yamaoka@jpl.org>
2576 * lisp/gnus.el (gnus-revision-number): Increment to 15.
2578 * lisp/dgnushack.el (char-before, char-after): Optimize byte code
2579 for them before lpath.el is loaded. Because lpath.el requires
2580 `poe' via `path-util'. [cf. <tm-ja:5051>]
2582 * lisp/gnus-sum.el (gnus-summary-search-article): Search for
2583 X-Face image if the regexp "^X-Face:" is specified.
2584 (gnus-summary-search-article-highlight-matched-text): Use
2585 `gnus-summary-search-article-highlight-goto-x-face'; maybe display
2586 X-Face image if it is requested.
2587 (gnus-summary-search-article-highlight-goto-x-face): New macro.
2589 1999-08-26 Katsumi Yamaoka <yamaoka@jpl.org>
2591 * lisp/gnus.el (gnus-revision-number): Increment to 14.
2593 * lisp/gnus-sum.el (gnus-summary-search-article): Treat and
2594 recenter the article when touchdown; popup the article buffer if
2596 (gnus-summary-search-article-highlight-matched-text): Treat the
2597 article before highlighting; use old style backquote syntax.
2598 (gnus-summary-search-article-position-point): Fix the beginning
2599 position; use old style backquote syntax.
2600 (gnus-summary-select-article): Undo the last change.
2601 (gnus-summary-display-article): Bind
2602 `gnus-summary-search-article-matched-data' in the article buffer
2603 locally. It is moved from `gnus-summary-select-article'.
2605 1999-08-25 NAKAJI Hiroyuki <nakaji@tutrp.tut.ac.jp>
2607 * texi/Makefile.in (EMACS): Use @EMACS@, not emacs directly.
2608 (clean): Remove formatted info files.
2609 (distclean): Just remove Makefile.
2611 1999-08-25 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2613 * lisp/gnus.el (gnus-revision-number): Increment to 13.
2615 * lisp/gnus-agent.el (gnus-agent-large-newsgroup): New variable.
2616 (gnus-agent-fetch-headers): Limit downloadable articles if the
2617 number of unread articles exceeds `gnus-agent-large-newsgroup'.
2618 (gnus-agent-expire): Do not expire saved or replied articles when
2619 `gnus-agent-expire-all' is nil.
2621 * lisp/gnus-offline.el (gnus-offline-agent-automatic-expire): New
2623 (gnus-offline-agent-expire): Check it; Bind
2624 `gnus-agent-expire-all' to nil if `gnus-agent-expire-days' is 0.
2625 (gnus-offline-after-jobs-done): Don't check
2626 `gnus-agent-expire-all'.
2628 * lisp/gnus-ofsetup.el (gnus-offline-setting-file): Check if
2629 `user-login-name' and `user-real-login-name' returns the same
2631 (gnus-ofsetup-prepare-for-miee): Write forms as a variable.
2632 (gnus-ofsetup-update-setting-file): Ditto.
2633 (gnus-ofsetup-prepare): New macro.
2634 (gnus-setup-for-offline): Use it.
2635 (gnus-ofsetup-customize-done): Ditto.
2637 1999-08-25 Katsumi Yamaoka <yamaoka@jpl.org>
2639 * lisp/gnus.el (gnus-revision-number): Increment to 12.
2641 * lisp/gnus-sum.el (gnus-summary-search-article): Rearrange.
2642 (gnus-summary-search-article-highlight-matched-text): Rearrange.
2643 (gnus-summary-search-article-position-point): New macro.
2644 (gnus-summary-search-article-matched-data): Rename from
2645 `gnus-summary-search-article-matched-text'.
2646 (gnus-summary-isearch-article): Bind `gnus-inhibit-treatment' to t;
2647 use `gnus-article-show-all-headers' for exposing the visited
2649 (gnus-summary-select-article): Bind
2650 `gnus-summary-search-article-matched-data' in the article buffer
2653 * lisp/gnus-art.el (gnus-treat-article): Don't treat the article
2654 if the value of `gnus-inhibit-treatment' is non-nil.
2655 (article-toggle-headers): Don't redisplay X-Face if the value of
2656 `gnus-inhibit-treatment' is non-nil.
2657 (gnus-article-treat-custom): Add new treatment variable `mime'.
2659 1999-08-25 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2661 * lisp/gnus-group.el (gnus-group-line-format): Fix typo in
2664 * lisp/gnus-sum.el (gnus-summary-mode): Don't set
2665 `gnus-newsgroup-incorporated' explicitly.
2667 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2669 * README.semi: Update for the recent a-ftp sites and directories.
2670 * README.semi.ja: Ditto.
2671 * texi/gnus-faq.texi: Ditto.
2672 * texi/gnus-faq-ja.texi: Ditto.
2674 1999-08-24 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2676 * lisp/gnus.el (gnus-revision-number): Increment to 11.
2677 (gnus-summary-incorporated-face): New face spec.
2679 * lisp/gnus-group.el (gnus-group-line-format-alist): Add
2680 entry about the format specifier `w'.
2681 (gnus-group-line-format): Fix documentation.
2683 * lisp/gnus-sum.el (gnus-summary-highlight): Highlight lines on
2684 newly incorporated mails with `gnus-summary-incorporated-face'.
2685 (gnus-newsgroup-incorporated): New variable.
2686 (gnus-summary-local-variables): Add `gnus-newsgroup-incorporated'.
2687 (gnus-summary-mode): Set `gnus-newsgroup-incorporated'.
2689 * lisp/nnmail.el (nnmail-new-mail-numbers): New function.
2691 * lisp/gnus-srvr.el (gnus-browse-foreign-server): Don't prepend
2692 `K' if the group has already been subscribed.
2694 1999-08-24 Katsumi Yamaoka <yamaoka@jpl.org>
2696 * lisp/gnus-sum.el (gnus-summary-isearch-article): Set
2697 `isearch-lazy-highlight' t in the buffer locally; goto the
2698 beginning of the buffer before searching.
2700 * lisp/gnus-util.el (gnus-eval-in-buffer-window): Select the last
2703 1999-08-23 Katsumi Yamaoka <yamaoka@jpl.org>
2705 * lisp/gnus.el (gnus-revision-number): Increment to 10.
2707 * lisp/gnus-sum.el (gnus-summary-search-article): Highlight
2708 matched text after the searching is done; call
2709 `gnus-summary-select-article' with the args nil and t; bind
2710 `gnus-treat-*' to nil.
2711 (gnus-summary-search-article-highlight-matched-text): New macro
2712 for highlighting matched text. It is bound at the compile time
2714 (gnus-summary-isearch-article): Call `gnus-summary-select-article'
2715 with the args nil and t; bind `gnus-treat-*' to nil.
2717 * lisp/gnus-ems.el (gnus-x-splash): Change the foreground color of
2718 `gnus-splash' to "Brown"; use `with-temp-buffer' instead of
2719 `with-temp-file'; use `insert-file-contents-as-binary' instead of
2720 `insert-file-contents'.
2722 1999-08-20 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2724 * lisp/gnus.el (gnus-revision-number): Increment to 09.
2726 * lisp/gnus-offline.el: Fix comments.
2727 (TopLevel): Delete the code for emulating custom. Do not inhibit
2728 byte-compile-warnings, but hide useless ones.
2729 (gnus-offline-dialup-program-arguments): defvar instead of
2731 (gnus-offline-hangup-program-arguments): Ditto.
2732 (gnus-offline-interval-time): Ditto.
2733 (gnus-offline-dialup-program, gnus-offline-hangup-program,
2734 gnus-offline-drafts-queue-type, gnus-offline-MTA-type): defvar.
2735 (gnus-offline-disable-fetch-mail): Remove pop3-fma dependent
2737 Set `mail-sources' instead of `nnmail-spool-file'.
2738 (gnus-offline-enable-fetch-mail): Ditto.
2739 (gnus-offline-toggle-movemail-program): Abolish.
2740 (gnus-offline-define-menu-and-key): Modify according to it.
2741 (gnus-offline-define-menu-on-miee): Ditto.
2742 (gnus-offline-define-menu-on-agent): Ditto.
2743 (gnus-offline-message-add-header): Bind temporary variables.
2744 (gnus-offline-add-custom-header): Ditto.
2745 (gnus-offline-restore-mail-group-level): Ditto.
2747 * lisp/gnus-ofsetup.el (TopLevel): Require gnus-cus and
2748 gnus-offline at the compile time. Do not inhibit
2749 byte-compile-warnings.
2750 (gnus-setup-for-offline): Really bind all temporary variables.
2751 (gnus-ofsetup-write-settting-file): Check if interval is a
2753 Use `mail-sources' instead of `nnmail-spool-file'.
2754 (gnus-ofsetup-update-setting-file): Redefine as a macro.
2755 (gnus-ofsetup-prepare-for-miee): Ditto.
2757 * README-offline.en : Update.
2758 * README-offline.ja : Ditto.
2760 1999-08-20 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2762 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Bind
2763 `inhibit-read-only' to t; bind `buffer-read-only' to nil.
2765 1999-08-20 Katsumi Yamaoka <yamaoka@jpl.org>
2767 * lisp/gnus.el (gnus-revision-number): Increment to 08.
2769 1999-08-19 Keiichi Suzuki <keiichi@nanap.org>
2771 * lisp/nnmail.el (nnmail-split-it): Match whole word for getting
2772 group name with `\N'.
2774 1999-08-19 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2776 * lisp/gnus.el (gnus-revision-number): Increment to 07.
2778 * lisp/pop3.el (pop3-except-header-regexp): New variable.
2779 (pop3-movemail): Don't retrieve messages whose headers are
2780 matching `pop3-except-header-regexp'.
2781 (pop3-top): New function.
2782 (pop3-retr): Don't use `save-restriction'.
2784 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2786 * lisp/pop3.el (pop3-get-extended-response): Fix regexp.
2788 1999-08-18 Katsumi Yamaoka <yamaoka@jpl.org>
2790 * lisp/gnus.el (gnus-revision-number): Increment to 06.
2792 * lisp/gnus-art.el (mime-preview-over-to-next-method-alist): Use
2793 `gnus-article-next-page' when the last page is not displayed.
2794 (mime-preview-over-to-previous-method-alist): Use
2795 `gnus-article-prev-page' when the first page is not displayed.
2796 (gnus-next-page-map): Use `make-sparse-keymap' instead of
2797 `make-keymap'; don't use `suppress-keymap'.
2798 (gnus-insert-next-page-button, gnus-insert-prev-page-button):
2799 Succeed to the value of the text property `mime-view-situation' in
2800 the Next/Prev buttons; make `gnus-{next|prev}-page-map' have the
2801 current local map as a parent under FSF Emacsen.
2803 1999-08-18 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2805 * lisp/pop3.el (pop3-retr): Undo last change.
2807 1999-08-17 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2809 * lisp/gnus.el (gnus-revision-number): Increment to 05.
2811 * lisp/pop3.el (pop3-get-extended-response): Enable timeout of
2812 `accept-process-output'; Move point to the end of the normal
2814 (pop3-movemail): Add suffix to `pop3-uidl-file-name'.
2815 (pop3-get-list): Abolish.
2816 (pop3-retr): Don't use `save-restriction'.
2817 (pop3-uidl): Don't use `condition-case' when checking UIDL support.
2818 (pop3-list): Likewise.
2820 1999-08-17 Katsumi Yamaoka <yamaoka@jpl.org>
2822 * lisp/gnus.el (gnus-revision-number): Increment to 04.
2824 * lisp/gnus-sum.el (gnus-wheel-summary-scroll): Use
2825 `event-basic-type' instead of `event-button' under FSF Emacsen.
2827 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
2829 * lisp/gnus.el (gnus-revision-number): Increment to 03.
2831 1999-08-16 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2833 * lisp/gnus-sum.el: Add `gnus-wheel-install' to
2834 `gnus-summary-mode-hook'.
2835 (gnus-use-wheel): New variable.
2836 (gnus-wheel-scroll-amount): New variable.
2837 (gnus-wheel-edge-resistance): New variable.
2838 (gnus-wheel-summary-scroll): New function.
2839 (gnus-wheel-install): New function.
2841 1999-08-16 Katsumi Yamaoka <yamaoka@jpl.org>
2843 * lisp/gnus.el (gnus-revision-number): Increment to 02.
2845 * lisp/nnheader.el (make-full-mail-header-from-decoded-header): Use
2846 `defun' instead of `defsubst'.
2847 (make-full-mail-header): Ditto.
2849 * lisp/dgnushack.el (dgnushack-texi-format): Fold up long lines.
2850 (TopLevel): Autoload "texinfmt" for avoiding byte compile warning.
2852 1999-08-16 Tsukamoto Tetsuo <czkmt@remus.dti.ne.jp>
2854 * lisp/gnus.el (gnus-revision-number): Increment to 01.
2856 * lisp/gnus-draft.el (gnus-group-send-drafts): Say which message
2859 * lisp/gnus-ofsetup.el (gnus-ofsetup-completing-read-symbol): New
2860 function from Nana-gnus.
2861 (gnus-setup-for-offline): Rewrite. Bind all temporary variables.
2862 (gnus-ofsetup-update-setting-file): Rename from
2863 `gnus-ofsetup-write-setting-file'.
2864 (gnus-ofsetup-find-parameters): Rename from
2865 `gnus-ofsetup-parameters'.
2866 (gnus-ofsetup-customize-done): Rewrite.
2868 1999-08-15 Daiki Ueno <ueno@ueda.info.waseda.ac.jp>
2870 * pop3.el: Sync up with pop3.el version 2.04.
2871 (pop3-leave-mail-on-server): New variable.
2872 (pop3-maximum-message-size): New variable.
2873 (pop3-uidl-file-name): New variable.
2874 (pop3-uidl-support): New variable.
2875 (pop3-uidl-obarray): New variable.
2876 (pop3-movemail): Check message size on every retrieval.
2877 (pop3-open-ssl-stream-1): Use new style macro.
2878 (pop3-get-message-numbers): New function.
2879 (pop3-get-list): New function.
2880 (pop3-get-uidl): New function.
2881 (pop3-get-unread-message-numbers): New function.
2882 (pop3-save-uidls): New function.
2883 (pop3-retr): Use `pop3-get-extended-response'.
2884 (pop3-list): New implementation.
2885 (pop3-uidl): New function.
2886 (pop3-get-extended-response): New function.
2888 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
2890 * lisp/gnus.el: T-gnus 6.13.0 is released.
2892 1999-08-04 Katsumi Yamaoka <yamaoka@jpl.org>
2894 * ChangeLog.2: New file, rename from ChangeLog.
2896 * lisp/dgnushack.el (TopLevel): Rearrange.
2898 * README.branch.ja: Update for t-gnus-6_12 and t-gnus-6_13 branch.
2899 * README.branch: Ditto.
2901 * texi/gnus-faq.texi: Replace ftp.jaist.ac.jp with ftp.etl.go.jp.
2903 * texi/gnus-faq-ja.texi: Modify for T-gnus 6.13.
2904 * texi/message-ja.texi: Ditto.
2905 * texi/message.texi: Ditto.
2906 * texi/gnus-ja.texi: Ditto.
2907 * texi/gnus.texi: Ditto.
2908 * README-offline.ja: Ditto.
2909 * README-offline.en: Ditto.
2910 * README.semi.ja: Ditto.
2911 * README.semi: Ditto.
2912 * README.T-gnus: Ditto.
2914 * t-gnus-6_13: NEW PUBLIC BRANCH.
2916 See ChangeLog.2 for earlier changes.
2919 ;; coding: iso-2022-7bit