2001-02-14 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 07. * lisp/dgnushack.el (dgnushack-make-autoloads): Remove function. (dgnushack-make-load): Ignore cus-load.el if it does not exist. (dgnushack-make-auto-load): Remove auto-autoloads.el. (dgnushack-make-cus-load): Do nothing if loading cus-dep is failed. * lisp/Makefile.in (clean): Remove gnus-load.el instead of custom-load.el. (compose-package): Call `gnus-load.elc' and then rename gnus-load.el(c) to auto-autoloads.el(c) instead of the use of `dgnushack-make-autoloads'. (clever): No need to remove custom-load.el. * Makefile.in (elclean): Remove gnus-load.el instead of custom-load.el. * aclocal.m4 (AC_CHECK_URL): Ignore cache. 2001-02-13 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 06. 2001-02-11 18:00:00 ShengHuo ZHU * GNUS-NEWS: Copyright and others. 2001-02-09 20:00:00 ShengHuo ZHU * aclocal.m4 (AC_CHECK_URL): Add. * configure.in: Use it. 2001-02-08 Katsumi Yamaoka * lisp/nnshimbun.el (nnshimbun-fml-get-headers): Fix unbalanced parentheses. 2001-02-08 Akihiro Arisawa * lisp/nnshimbun.el: Add `bbdb-ml' support. 2001-02-02 Akihiro Arisawa * lisp/nnshimbun.el (nnshimbun-type-definition): Follow URL change of `xemacs'. (nnshimbun-xemacs-get-headers): Ditto. 2001-02-06 Katsumi Yamaoka * README-gnus-bbdb.{en,ja}: Update the patch for BBDB v2.2. 2001-02-01 Katsumi Yamaoka * texi/Makefile.in (.texi, %.info): Don't use makeinfo command when gnus-ja.texi or message-ja.texi is given. It is needed for some make command if which can not understand "%-ja:" or "%-ja.info:". 2001-01-31 Katsumi Yamaoka * lisp/gnus-sum.el (gnus-summary-display-article): Replace `mm-enable-multibyte-mule4' with `set-buffer-multibyte'. 2001-01-29 Katsumi Yamaoka * lisp/gnus-art.el (gnus-article-mime-edit-exit): Use `buffer-substring-no-properties' instead of `format'. 2001-01-23 TAKAHASHI Kaoru * texi/ptexinfmt.el: Support @letterpaper and @afivepaper. 2001-01-22 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 05. * Makefile.in (install-package-lisp): Use `install-without-compiling' instead of `install'. * lisp/Makefile.in (install): Use `install-without-compiling'. (install-without-compiling): New target. 2001-01-22 Katsumi Yamaoka * texi/Makefile.in (.texi, %.info, %-ja.info, %-ja): Use `infohack-texi-format'. * texi/infohack: (infohack-texi-format): New function. * lisp/dgnushack.el (dgnushack-texi-format): Move to texi/infohack.el and rename. (dgnushack-texi-add-suffix-and-format): Remove. * texi/ptexinfmt.el: New file. * lisp/ptexinfmt.el: Move to texi/. 2001-01-18 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 04. 2001-01-17 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-make-autoloads): Do nothing if the files for autoloads already exist. (dgnushack-unexporting-files): More useful message. * lisp/Makefile.in (install): Call `clever' before installing. (install-lisp): Remove. (clever): Check for whether the all elc files should be recompiled. * Makefile.in (xclever): New target. (install-package-lisp): Replace `install-lisp' with `install'. (install-package-ja): Replace `xlick' with `xclever'. (install-package): Ditto. 2001-01-17 KOSEKI Yoshinori * Makefile.in: Unset `PWD' for Meadow/NTEmacs. 2001-01-15 Jesper Harder * make.bat: Fix doc. 2001-01-15 Katsumi Yamaoka * lisp/nnheader.el: Require `pces', `poem' and `std11' to reduce the required value of `recursive-load-depth-limit' for Emacs 21. * lisp/message.el (message-followup): Handle "Mail-Copies-To:" correctly. (message-get-reply-headers): Ditto. 2001-01-15 Keiichi Suzuki * lisp/gnus-bbdb.el (gnus-bbdb/update-record): Save excursion while `bbdb-annotate-message-sender' is being done. 2001-01-13 Kinji Itoh * Makefile.in (install-package-lisp): Specify EMACS=$(XEMACS). 2001-01-11 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-copy-article-buffer): Remove smiley extents for XEmacs 21.1 using `format'. * lisp/dgnushack.el (dgnushack-texi-format): Cancel last change. 2001-01-10 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 03. * lisp/gnus.el: Don't autoload "smiley" for `smiley-toggle-buffer'; don't autoload "gnus-bitmap" or "x-face-mule" when Emacs 21 is running. * lisp/gnus-art.el (TopLevel): Autoload "gnus-bitmap" for `smiley-toggle-buffer' when compiling. (gnus-treatment-function-alist): Use `gnus-smiley-display' for `gnus-treat-display-smileys' by default when XEmacs or Emacs 21 is running. (gnus-treat-display-smileys): Check for `smiley-mule' instead of `gnus-bitmap'. (gnus-article-x-face-command): Don't check for xbm for x-face-e21. 2001-01-05 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 02. * lisp/dgnushack.el (dgnushack-texi-format): Remove "@anchor" if it is not supported. 2000-12-26 Katsumi Yamaoka * lisp/gnus.el: Bind `:parameter-type', `:parameter-document', `:function', `:function-document', `:variable', `:variable-document', `:variable-group', `:variable-type' and `:variable-default' for old Emacsen. 2000-12-22 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. * configure: Regenerate. * configure.in: Add `AC_PATH_ETCDIR'. * Makefile.in (install-etc): New target. * lisp/nnheader.el (mm-image-load-path): Alias to `nnheader-image-load-path'. (nnheader-image-load-path): New function copied from the function `mm-image-load-path' in mm-util.el. * lisp/drums.el: Remove. 2000-12-22 03:00:00 ShengHuo ZHU * configure.in: Add etc/Makefile. 2000-12-22 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-debug): Use `sit-for' in the inside of `save-excursion'. (gnus-bug): Pop up the sending buffer first. * lisp/gnus-art.el (article-treat-dumbquotes): Quote backslashes in doc-string. * lisp/dgnushack.el (byte-compile-file-form-custom-declare-variable): Use `defvar' instead of `custom-declare-variable' to make the variable uncustomizable if the arguments has the keyword `:version'. 2000-12-22 Katsuhiro Hermit Endo * README.semi.ja: Fix typo. 2000-12-21 Katsumi Yamaoka * lisp/lpath.el: Fbind `compose-mail' for Mule. * lisp/dgnushack.el (TopLevel): Byte-optimize `custom-declare-variable', `custom-declare-group, and `custom-declare-face' to omit unsupported keywords when Mule is running. 2000-12-20 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.15.0 revision 00. * lisp/dgnushack.el (TopLevel): Advise `custom-handle-keyword' not to signal an error when Mule is running. (TopLevel): Bind `:ascent', `:foreground', `:help', `:version' and `:set-after' if colon keyword is not available. (TopLevel): Require `custom'. * lisp/lpath.el (TopLevel): Fbind `shell-command-to-string' for Mule. (TopLevel): Don't require `custom' here. 2000-12-20 Jesper Harder * make.bat: set max-lisp-eval-depth. See ChangeLog.3 for earlier changes.