2006-02-23 Katsumi Yamaoka * lisp/message.el (message-tool-bar-gnome, message-tool-bar-retro): Replace mml-attach-file and mml-preview with mime-edit-insert-file and mime-edit-preview-message. 2006-02-22 Reiner Steib * etc/images/gnus/mail_send.xpm: Emacs 21 icon for message-tool-bar-retro. 2006-02-21 Reiner Steib * make.bat (:etc): Also consider images in images/mail and images/. * etc/Makefile.in (install, uninstall): Also consider images in images/mail and images/. * etc/images/connect.xpm, etc/images/contact.xpm, etc/images/delete.xpm, etc/images/describe.xpm, etc/images/disconnect.xpm, etc/images/exit.xpm, etc/images/lock-broken.xpm, etc/images/lock-ok.xpm, etc/images/lock.xpm, etc/images/refresh.xpm, etc/images/gnus/toggle-subscription.xpm, etc/images/mail/attach.xpm, etc/images/mail/compose.xpm, etc/images/mail/copy.xpm, etc/images/mail/forward.xpm, etc/images/mail/inbox.xpm, etc/images/mail/move.xpm, etc/images/mail/not-spam.xpm, etc/images/mail/outbox.xpm, etc/images/mail/reply-all.xpm, etc/images/mail/reply.xpm, etc/images/mail/save-draft.xpm, etc/images/mail/send.xpm, etc/images/mail/spam.xpm: New icons from GNOME 2.6. 2006-02-21 Miguel Frasson * etc/images/separator.xpm: Copy of sep.xpm from AUCTeX. 2006-02-21 Adam Sj,Ax(Bgren * etc/images/mail/save.xpm, etc/images/mail/preview.xpm: New icons. 2006-02-15 Katsumi Yamaoka * lisp/nnheader.el (mm-make-temp-file): Be always alias to make-temp-file. 2006-01-26 Katsumi Yamaoka * Makefile.in (clean): Clean all subdirectories; remove *~. (elclean): Remove lisp/gnus-load.el. (distclean): Don't use sub-make to run clean; use $(MAKE) instead of make. * etc/Makefile.in (clean): New rule. (distclean): Use it; remove Makefile. 2005-01-26 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-unexporting-files): Exclude dgnuskwds.el and gnus-load.el. * lisp/nnheader.el (mm-subst-char-in-string): New function. (nnheader-replace-chars-in-string): Use it. 2005-01-25 Katsumi Yamaoka * lisp/nnheader.el (nnheader-image-load-path): Synch it up with mm-image-load-path in mm-util.el. (mm-subst-char-in-string): New function. (nnheader-replace-chars-in-string): Use it. 2005-01-23 Katsumi Yamaoka * lisp/message.el (message-tool-bar-gnome): Comment mml-attach-file, mml-preview and mml-secure-message-sign-encrypt. (message-tool-bar-retro): Comment mml-attach-file and mml-preview. 2005-12-22 TSUCHIYA Masatoshi * lisp/gnus-namazu.el (gnus-namazu-remote-groups): Accept `t' as an symbol that matches the method specified by `gnus-select-method'. (gnus-namazu/make-directory-table): Follow the above change. (gnus-namazu/call-namazu): Wrap a query string with quotes. 2005-12-06 Katsumi Yamaoka * GNUS-NEWS: Generated. 2005-10-31 Lars Magne Ingebrigtsen * Testing CVS setup. Yes. Yes. Yes. Yes. 2005-10-10 Katsumi Yamaoka * lisp/nnheader.el (mm-delete-duplicates): New function. 2005-10-04 Katsumi Yamaoka * aclocal.m4 (AC_PATH_LISPDIR): Default to .../site-lisp/gnus for Emacs. (AC_PATH_ETCDIR): Don't change the default value for Emacs. * configure: Generated. * Makefile.in (list-installed-shadows): New entry. (remove-installed-shadows): New entry. * GNUS-NEWS: Generated. 2005-09-28 Reiner Steib * todo: Remove some items that are already done. Add some new items. Add some comments. 2005-09-13 Katsumi Yamaoka * lisp/gnus-sum.el (gnus-summary-wash-map): Remove gnus-summary-toggle-mime. 2005-09-02 TAKAHASHI Kaoru * texi/ptexinfmt.el: Support @frenchspacing, @euro, @sansserif. (texinfo-format-ordf): Fix typo. 2005-08-10 Romain Francoise * GNUS-NEWS: Generated. 2005-07-25 Katsumi Yamaoka * lisp/dgnushack.el: Autoload sha1 and sha1-binary for XEmacs. 2005-07-18 Romain Francoise * GNUS-NEWS: Generated. 2005-06-16 Katsumi Yamaoka * lisp/gnus-art.el (gnus-article-x-face-command): Remove x-face-mule. (gnus-treat-display-x-face): Ditto. * lisp/gnus-msg.el (gnus-copy-article-buffer): Don't remove bitmap images. * lisp/gnus-sum.el (gnus-summary-search-article-highlight-goto-x-face): Don't take care of x-face-mule. (gnus-summary-search-article-highlight-matched-text): Ditto. (gnus-summary-search-article): Ditto. * lisp/gnus.el (gnus-colon-keywords): Remove. Don't autoload x-face-mule; don't require base64. 2005-05-01 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.17.3 revision 00. 2005-04-25 Katsumi Yamaoka * lisp/gnus-art.el (article-update-date-lapsed): Check for mime-preview-original-major-mode as well. (gnus-article-prepare-mime-display): Use gnus-article-save-original-date. (gnus-article-prepare-display): Ditto. 2005-03-16 Katsumi Yamaoka * lisp/dgnushack.el: Use configure-package-path instead of system-configuration-options to add early-package-load-path to load-path for XEmacs 21.5. 2005-02-24 Katsumi Yamaoka * texi/ptexinfmt.el (texinfo-multitable-widths): Reverse the logic that shows whether it is broken. 2005-02-23 Katsumi Yamaoka * lisp/dgnushack.el: Load timer-funcs and advice for XEmacs; simplify the way to check whether APEL is available. * texi/infohack.el: Load dgnuspath.el; load timer-funcs for XEmacs; load poe; don't load dgnushack.el, which is harmful to XEmacs since some required functions, e.g., make-overlay, are invalidated. 2005-02-21 Katsumi Yamaoka * Makefile.in (EXAMINE_PACKAGEDIR): Use configure-package-path. * aclocal.m4 (AC_EXAMINE_PACKAGEDIR): Ditto. 2005-02-21 Katsumi Yamaoka * Makefile.in (install): Run install-etc. (install-ja): Ditto. (install-package): Run install-package-etc. (install-package-ja): Ditto. (install-package-etc): New rule. * lisp/dgnushack.el (dgnushack-install-package-manifest): List icon files. 2005-02-19 Miles Bader * etc/Makefile.in (install): Create $(etcdir)/images/gnus dir. * etc/Makefile.in (install, uninstall): Fix installed image dirs. * etc/Makefile.in (install): Put gnus-tut.txt in the right place. * Makefile.in (all): Don't do sub-make in etc. * etc/Makefile.in (all): Remove target. * make.bat: Do image copies properly. 2005-02-18 Miles Bader Move all remaining images from etc/gnus to etc/images/gnus. 2004-06-18 Reiner Steib * Makefile.in (all): Do sub-make in etc. * etc/Makefile.in (all): Link . to images. (install, uninstall): Use $(etcdir)/images for images. * make.bat: Likewise. 2005-02-16 Katsumi Yamaoka * texi/infohack.el (infohack-texi-format): Silence XEmacs. 2005-02-01 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-inews-yank-articles): Don't delete newlines. * lisp/message.el (message-yank-original): Don't delete newlines. (message-fill-references): Don't insert a newline. 2005-02-01 Katsumi Yamaoka * lisp/message.el (message-yank-original): Delete newlines only if they are excessive. 2005-01-31 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-inews-yank-articles): Delete newlines only if they are excessive. 2005-01-16 Katsumi Yamaoka * lisp/message.el (invisible-region): Don't advise it when noninteractive. 2005-01-11 Katsumi Yamaoka * lisp/gnus.el (gnus-user-agent): Default to `(emacs gnus mime config mule)'. * lisp/gnus-vers.el (gnus-extended-version): Include SEMI, FLIM and APEL versions. * lisp/gnus-util.el (gnus-emacs-version): Include Mule and Meadow versions. * lisp/gnus-msg.el (gnus-message-make-user-agent): Invalidate optional the 1st arg. 2005-01-02 Romain Francoise * GNUS-NEWS: Generated. 2004-12-26 Katsumi Yamaoka * GNUS-NEWS: Generated. 2004-12-26 Katsumi Yamaoka * lisp/nnrss.el: Require nnheader instead of mm-util, mime-parse instead of rfc2231; require eword-encode, mime-edit and mime-view; reload nnheader when compiling to override mm-util macros. (nnrss-file-coding-system): New variable. (nnrss-format-string): Redefine it as an inline function. (nnrss-decode-group-name): New function. (nnrss-string-as-multibyte): Remove. (nnrss-retrieve-headers): Decode group name; don't use nnrss-format-string. (nnrss-request-group): Decode group name. (nnrss-body-presentation-method): New function. (nnrss-request-article): Decode group name; allow a Message-ID as well as an article number; encode group name; don't use nnrss-format-string; replace whitespace with _ in Message-ID; use nnrss-body-presentation-method and mime-edit-translate-body to compose a MIME article. (nnrss-request-expire-articles): Decode group name. (nnrss-request-delete-group): Decode group name. (nnrss-fetch): Clarify error message. (nnrss-read-server-data): Use insert-file-contents instead of load; bind file-name-coding-system; use multibyte buffer. (nnrss-save-server-data): Bind coding-system-for-write to the value of nnrss-file-coding-system; bind file-name-coding-system; add coding cookie. (nnrss-read-group-data): Use insert-file-contents instead of load; bind file-name-coding-system; use multibyte buffer. (nnrss-save-group-data): Bind coding-system-for-write to the value of nnrss-file-coding-system; bind file-name-coding-system. (nnrss-decode-entities-string): Rename from n-d-e-unibyte-string; make it work with non-ASCII text. (nnrss-snarf-moreover-categories): Use mime-decode-parameters instead of rfc2231-decode-encoded-string. (nnrss-find-el): Make it work with old xml.el as well. 2004-12-26 Tsuyoshi AKIHO * lisp/nnrss.el (nnrss-get-encoding): New function. (nnrss-fetch): Use unibyte buffer initially; bind coding-system-for-read while performing mm-url-insert; remove ^Ms; decode contents according to the encoding attribute. (nnrss-save-group-data): Add coding cookie. (nnrss-mime-encode-string): New function. (nnrss-check-group): Use it to encode subject and author. 2004-12-23 Katsumi Yamaoka * texi/infohack.el (infohack-texi-format): Revert. 2004-12-22 Katsumi Yamaoka * texi/infohack.el (infohack-texi-format): Bind undo-outer-limit. 2004-12-21 Katsumi Yamaoka * lisp/nnheader.el (mm-emacs-mule): New variable. (mm-encode-coding-region): New function. (mm-decode-coding-region): New function. (mm-set-buffer-file-coding-system): New function. (mm-with-multibyte-buffer): New macro. 2004-12-20 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-dont-compile-files): Exclude mm-url.el. * lisp/mm-url.el: Require nnheader instead of mm-util. * lisp/nnheader.el (mm-char-or-char-int-p): New function. 2004-12-06 Reiner Steib * GNUS-NEWS: Generated. 2004-11-14 Katsumi Yamaoka * lisp/encrypt.el: Bind password-cache-expiry when compiling. 2004-10-29 Katsumi Yamaoka * lisp/gnus-spec.el (gnus-search-or-regist-spec): Manage the flag which indicates whether the spec is updated; simplify the form. (gnus-update-format-specifications): Correct the way to detect whether specs are updated. 2004-10-18 Katsumi Yamaoka * lisp/encrypt.el: Autoload password-read-and-add and password-cache-remove. 2004-10-15 Katsumi Yamaoka * lisp/mml-smime.el: Don't care even if there's no smime.el. 2004-09-30 Simon Josefsson * Makefile.in (GNUS-NEWS): Depend on texi/gnus-news.texi. * GNUS-NEWS: Generated. 2004-09-30 Katsumi Yamaoka * lisp/gnus-encrypt.el: Bind password-cache-expiry when compiling. 2004-09-29 Simon Josefsson * GNUS-NEWS: Generated. * Makefile.in (GNUS-NEWS): Add. 2004-09-15 Katsumi Yamaoka * lisp/gnus-encrypt.el: Autoload password-read-and-add and password-cache-remove. 2004-09-11 Simon Josefsson * GNUS-NEWS: Generated. 2004-09-02 Reiner Steib * etc/.cvsignore: Remove unused. 2004-09-01 Katsumi Yamaoka * texi/gnus-ja.texi: Uncomment the @copying section. * texi/message-ja.texi: Ditto. 2004-09-01 Katsumi Yamaoka * texi/gnus-ja.texi: Comment the @copying section temporarily. * texi/message-ja.texi: Ditto. 2004-08-27 Katsumi Yamaoka * lisp/gnus.el: Don't autoload x-face-e21. * lisp/gnus-art.el (gnus-article-x-face-command): Discard x-face-e21. (gnus-article-x-face-command): Ditto. (gnus-treat-display-x-face): Ditto. (gnus-treat-display-face): Ditto. 2004-08-02 TAKAHASHI Kaoru * texi/ptexinfmt.el (slanted): Rename @s to @slanted. 2004-07-29 KOSEKI Yoshinori * lisp/gnus-namazu.el (gnus-namazu/make-directory-table): Fix normalization of dir (remove drive letter). 2004-07-20 TAKAHASHI Kaoru * texi/ptexinfmt.el: Support @s. 2004-06-21 Katsumi Yamaoka * lisp/nnheader.el (nnheader-parse-nov): Pass the eol value to nnheader-nov-read-integer. 2004-06-16 Reiner Steib * make.bat: Fix line endings around arch-tag. 2004-06-09 Katsumi Yamaoka * lisp/lpath.el: Fbind lsdb-complete-name. 2004-06-03 Teodor Zlatanov * etc/gnus/gnus-setup.ast (Setting up a NNTP server) (Setting up local mail storage (nnml)): fixed some bugs, added a new screen - still testing 2004-06-01 Simon Josefsson * make.bat: Add SASL manual. 2004-05-23 Lars Magne Ingebrigtsen * etc/gnus/news-server.ast: Use library validation. 2004-05-21 Katsumi Yamaoka * lisp/nnheader.el (mm-disable-multibyte): New function. (mm-enable-multibyte): New function. (mm-encode-coding-region): New function. (mm-string-make-unibyte): New function. * lisp/utf7.el: Require `nnheader' instead of `mm-util'. 2004-05-02 TSUCHIYA Masatoshi * gnus-namazu.el (gnus-namazu-imap-group-prefix): Abolished. (gnus-namazu-imap-maildir): Abolished. (gnus-namazu-remote-groups): New option. (gnus-namazu/call-namazu): Simplified. (gnus-namazu/make-directory-table): Refer the above option. (gnus-namazu/search): Cancel the last change to support IMAP. (gnus-namazu-update-index): Ditto. (gnus-namazu-update-indices): Ditto. 2004-05-02 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.17.2 revision 00. 2004-04-27 Katsumi Yamaoka * lisp/dgnushack.el (describe-key-briefly): Remove compiler macro. 2004-04-12 TAKAHASHI Kaoru * texi/ptexinfmt.el: Support @indicateurl, @LaTeX, @ordf, @ordm. @url is now a synonym for @uref. 2004-04-08 Katsumi Yamaoka * lisp/gnus-util.el (gnus-set-work-buffer): Set buffer multibyte. (gnus-select-frame-set-input-focus): Don't check whether `focus-follows-mouse' is bound. (frame-parameter): Remove. 2004-03-25 Katsumi Yamaoka * lisp/pop3.el: Don't require `advice', `pces' and `path-util'. (pop3-ssl-program-name): Use `executable-find' instead of `exec-installed-p'. (pop3-movemail): Don't use `write-region-as-binary'. (pop3-open-server): Don't use `open-network-stream-as-binary'. (pop3-open-ssl-stream): Don't use `as-binary-process'. (pop3-open-tls-stream): Ditto. (mail-source-fetch-pop): In Gnus, advise it to bind `pop3-connection-type' and `pop3-leave-mail-on-server' while fetching mails, according to `mail-sources'. 2004-03-24 KOSEKI Yoshinori * lisp/gnus-namazu.el (gnus-namazu/directory-table-use): Remove. (gnus-namazu-imap-maildir): New variable. 2004-03-09 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-unexporting-files): Add legacy-gnus-agent.el. 2004-03-08 Kevin Greiner * make.bat: Make sure that gnus-load.el and sieve are writable to avoid breakage. 2004-03-04 KOSEKI Yoshinori * lisp/gnus-namazu.el (gnus-namazu-command-prefix): New variable. (gnus-namazu-imap-group-prefix): Ditto. (gnus-namazu/directory-table-use): Ditto. (gnus-namazu/call-namazu): Use gnus-namazu-imap-group-prefix. (gnus-namazu/search): Support Maildir. 2004-03-01 Reiner Steib * make.bat: Fix directory test for Windows 9x/ME. From Michael Schierl (tiny change). 2004-02-11 TAKAHASHI Kaoru * texi/ptexinfmt.el: Support @docbook, @ifdocbook, @ifnotdocbook, and @registeredsymbol. 2004-02-06 Katsumi Yamaoka * lisp/gnus-ofsetup.el (gnus-setup-for-offline): Fix misplaced `)'. 2004-02-03 Hiroshi Fujishima * texi/gnus-ja.texi (Contributors): Fix typo. 2004-01-23 Katsumi Yamaoka * lisp/canlock.el: Reload sha1-el provided by FLIM when an old version (maybe provided by the XEmacs ecrypt package) was loaded. * lisp/dgnushack.el (max-specpdl-size): Don't modify the value. (byte-optimize-form-code-walker): Simplify the test form; doc fix. (char-after): Don't byte-optimize it. (char-before): Ditto. (dgnushack-bind-colon-keywords): Remove. 2004-01-21 Katsumi Yamaoka * lisp/smime.el: Remove. 2004-01-14 Katsumi Yamaoka * lisp/gnus-art.el (gnus-article-add-button): Remove Mule 2 stuff. * lisp/gnus-namazu.el: Don't autoload regexp-opt. * lisp/gnus-util.el (gnus-read-event-char): Remove Mule 2 stuff. * lisp/nnmail.el (nnmail-lazy): Ditto. 2004-01-07 Katsumi Yamaoka * lisp/gnus-art.el (gnus-treat-smiley): Ignore Emacs version number. * lisp/gnus-cite.el (gnus-cite-add-face): Don't support old Emacsen. * lisp/gnus.el: Always autoload `x-face-decode-message-header' and `x-face-mule-gnus-article-display-x-face'. * lisp/pop3.el (pop3-md5): Always use the built-in `md5'. 2004-01-07 Hiroshi Fujishima * etc/gnus-tut.txt: `G m' instead of `G V' (tiny patch). 2004-01-06 Katsumi Yamaoka * lisp/gnus-clfns.el: Abolish. * lisp/nnshimbun.el: Abolish. * lisp/dgnushack.el: Allow loading dgnushack.el w/o dgnuspath.el. 2004-01-05 Jesper Harder * make.bat: Add missing parens. From Robert Marshall . 2004-01-05 Katsumi Yamaoka * aclocal.m4 (AC_CHECK_EMACS_FLAVOR): Don't check for Mule 2. * sample.lpath.el: Remove. * contrib/cus-dep.el: Remove. * contrib/gnus-idna.el: Remove. * contrib/passwd.el: Remove. * contrib/regexp-opt.el: Remove. * contrib/timer.el: Remove. * lisp/canlock-om.el: Remove. * lisp/dgnushack.el: Add `early-package-load-path' to `load-path' for XEmacs 21.5; remove Mule 2 stuff. * lisp/gnus-agent.el: Remove Mule 2 stuff. * lisp/gnus-art.el: Ditto. * lisp/gnus-cite.el: Ditto. * lisp/gnus-ems.el: Ditto. * lisp/gnus-msg.el: Ditto. * lisp/gnus-namazu.el: Ditto. * lisp/gnus-offline.el: Ditto. * lisp/gnus-start.el: Ditto. * lisp/gnus-util.el: Ditto. * lisp/gnus-uu.el: Ditto. * lisp/gnus.el: Ditto. * lisp/lpath.el: Ditto. * lisp/mail-source.el: Ditto. * lisp/message.el: Ditto. * lisp/mm-url.el: Ditto. * lisp/nnfolder.el: Ditto. * lisp/nnheader.el: Ditto. * lisp/nnkiboze.el: Ditto. * lisp/nnmail.el: Ditto. * lisp/nnmaildir.el: Ditto. * lisp/nnmbox.el: Ditto. * lisp/nnmh.el: Ditto. * lisp/nnml.el: Ditto. * lisp/nnrss.el: Ditto. * lisp/nnshimbun.el: Ditto. * lisp/nntp.el: Ditto. * lisp/score-mode.el: Ditto. * texi/infohack.el: Ditto. * texi/ptexinfmt.el: Ditto. 2004-01-05 Katsumi Yamaoka * lisp/hex-util.el: Remove. * lisp/md5.el: Remove. * lisp/sha1-el.el: Remove. 2004-01-05 Simon Josefsson * GNUS-NEWS: Mention SASL, and that sieve-manage uses it. Mention password.el. Mention NTLM. 2004-01-04 Simon Josefsson * GNUS-NEWS: Add IMAP ID (RFC 2971) support. Mention `W e' for editing all.SCORE. 2004-01-05 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.17.1 revision 00. 2004-01-04 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.16.6 revision 00. 2004-01-04 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.16.5 revision 00. 2004-01-04 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.16.4 revision 00. 2004-01-03 Reiner Steib * GNUS-NEWS: Update copyright. * etc/gnus-tut.txt (Gnus FAQ): Remove text version. Refer to info documentation and online version instead. * GNUS-NEWS: Changed "Dired integration" 2004-01-02 Reiner Steib * GNUS-NEWS: Add `gnus-group-read-ephemeral-group'. 2003-12-30 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.16.3 revision 00. 2003-12-25 Katsumi Yamaoka * lisp/pop3.el: Autoload `open-ssl-stream' when compiling. 2003-12-23 Reiner Steib * GNUS-NEWS: Mention change of `e' in draft groups. 2003-12-17 Katsumi Yamaoka * gnus-group.el (gnus-group-edit-group): Let the `C-c C-i' command choose the language specific info file. 2003-12-16 Katsumi Yamaoka * lisp/gnus-art.el: Require `mime-image' when Emacs is running on the window system. * lisp/gnus-sum.el: Don't require `mime-view'. 2003-12-15 Katsumi Yamaoka * lisp/nnmail.el (nnmail-lazy): Replace `widget-default-get' with the expanded form for Mule 2. 2003-12-01 Katsumi Yamaoka * lisp/dgnushack.el (dgnushack-make-cus-load): Use contrib/cus-dep.el to build T-gnus with Mule 2. * contrib/cus-dep.el: Imported from Emacs 20.7 for Mule 2. 2003-11-03 ARISAWA Akihiro * lisp/message.el (message-forward-subject-name-subject): Fixed. 2003-10-27 Katsumi Yamaoka * texi/infohack.el: Don't fiddle with the `features' variable; fix directories relative to the ../lisp directory in `load-path'. 2003-10-24 Katsumi Yamaoka * Makefile.in (install-package): Don't call `compose-package'. (install-package-ja): Ditto. (package): Ditto. (package-ja): Ditto. (compose-package): Abolish. * lisp/Makefile.in (compose-package): Abolish. * lisp/dgnushack.el (dgnushack-unexporting-files): Add gnus-load.el when using XEmacs. (dgnushack-dont-compile-files): Add gnus-load.el. (dgnushack-auto-load-file): Abolish. (dgnushack-make-auto-load): Don't delete the file specified by `dgnushack-auto-load-file'. (dgnushack-compose-package): Abolish. 2003-08-26 Katsumi Yamaoka * lisp/gnus-art.el (gnus-treat-display-x-face): Use `set-default' instead of `custom-set-default' for old Emacsen. * lisp/gnus-sum.el (gnus-summary-search-article-highlight-matched-text): Replace `gnus-treat-display-xface' with `gnus-treat-display-x-face'. 2003-08-01 TSUCHIYA Masatoshi * lisp/gnus-namazu.el (gnus-namazu/search): Small modified to reduce its spending time. 2003-07-30 TSUCHIYA Masatoshi * gnus-namazu.el (gnus-namazu/group-prefixed-name): Removed. (gnus-namazu/real-group-name): Removed. (gnus-namazu/decode-group-name): Removed. (gnus-namazu/directory-table): New internal variable. (gnus-namazu/make-directory-table): New function. (gnus-namazu/search): Call the above function, and use `gnus-namazu/directory-table' to get a real group name from a file name. (gnus-namazu-create-index): Call `gnus-namazu/make-directory-table'. (gnus-namazu/update-sentinel): Ditto. (gnus-namazu-update-all-indices): Simplified. (gnus-namazu-update-indices): New function. 2003-07-28 TSUCHIYA Masatoshi * lisp/gnus-namazu.el (gnus-namazu/group-prefixed-name): Return the whole name from a given group and a method, only when it exists. Otherwise, return nil. (gnus-namazu/possible-real-groups): Removed. (gnus-namazu/decode-group-name): The successor of the above function. (gnus-namazu/real-group-name): Use the above functions, and accept the third optional argument, `method'. (gnus-namazu/search): Change the order getting groups and article numbers from file names. 2003-07-10 Katsumi Yamaoka * lisp/pop3.el: Silence the byte-compiler when modifying `byte-compile-function-environment' for `md5' under latest Emacs. * texi/ptexinfmt.el (texinfo-discard-command-and-arg): Revive it for Mule 2. 2003-07-01 TAKAHASHI Kaoru * texi/ptexinfmt.el: @verb, @tie, @/ support. (ptexinfmt-broken-facility): Abolish NO-NOTICE argument. Use `ptexinfmt-disable-broken-notice-flag' instead. 2003-06-26 Katsumi Yamaoka * texi/infohack.el (infohack-texi-format): Include other files first. 2003-06-19 Katsumi Yamaoka * lisp/lpath.el: Fbind `read-passwd' for Mule 2. 2003-06-18 Katsumi Yamaoka * texi/infohack.el: Require `bytecomp'. 2003-06-18 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 02. * lisp/nnshimbun.el: Moved to the emacs-w3m package. 2003-06-18 Katsumi Yamaoka * texi/infohack.el (infohack-texi-format): Encode messages to terminal while formatting info pages. 2003-06-16 Katsumi Yamaoka * lisp/message.el (message-check-news-header-syntax): Replace `mail-extract-address-components' with `std11-extract-address-components'. (message-sendmail-envelope-from): Ditto. (message-buffer-name): Ditto. (message-do-send-housekeeping): Ditto. 2003-06-10 TSUCHIYA Masatoshi * lisp/message.el (message-yank-original): When `message-reply-headers' is equal to nil, do not reset its message-id and references. * .cvsignore, etc/.cvsignore, lisp/.cvsignore, texi/.cvsignore, texi/ps/.cvsignore: Created. 2003-06-09 Katsumi Yamaoka * lisp/message.el (message-fix-before-sending): Don't check for `illegible text' messages (see the comment). 2003-05-22 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. 2001-07-11 18:00:00 ShengHuo ZHU We thank to Thierry Emery who made it notice that there was a change to have to be merged from Gnus. -- 2003-05-21 ky * lisp/nnfolder.el (nnfolder-read-folder): Force to use a multibyte buffer. 2003-05-21 ARISAWA Akihiro * lisp/gnus-msg.el (gnus-message-make-user-agent): Don't use `@' for rfc2616 compliance. 2003-05-20 Katsumi Yamaoka * lisp/gnus-msg.el (gnus-message-make-user-agent): Check whether Mule 2 is running. 2003-05-14 ARISAWA Akihiro * lisp/gnus-msg.el (gnus-user-agent): Added `gnus-mime-edit'. (gnus-inews-add-send-actions): Use `gnus-message-make-user-agent' instead of `gnus-extended-version'. (xemacs-codename): Defvar while compiling. (gnus-message-make-user-agent): Use `gnus-user-agent'. * lisp/message.el (message-make-user-agent): If the "User-Agent" field has alread exist, remove it. 2003-05-14 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.16.2 revision 00. 2003-05-05 Daiki Ueno * lisp/gnus-sum.el (gnus-summary-toggle-header): Call article-decode-encoded-words explicitly. 2003-05-02 Katsumi Yamaoka * lisp/gnus-vers.el (gnus-revision-number): Increment to 01. * lisp/nnheader.el: Don't use `defun-maybe' for the extra std11- stuff. 2003-05-02 Katsumi Yamaoka * lisp/gnus-vers.el: T-gnus 6.16.1 revision 00. See ChangeLog.4 for earlier changes. ;; Local Variables: ;; coding: iso-2022-7bit ;; End: