From 2cd73bdab7ff9f3fae028ae518bed8a6f367f5b4 Mon Sep 17 00:00:00 2001 From: yamaoka Date: Wed, 5 Apr 2006 13:41:19 +0000 Subject: [PATCH] Synch to No Gnus 200604051317. --- ChangeLog | 2 ++ Makefile.in | 4 ++-- lisp/ChangeLog | 49 ++++++++++++++++++++++++++++++++++++++++--------- lisp/gnus-sum.el | 1 + lisp/message.el | 8 ++++++-- lisp/nnweb.el | 2 +- lisp/password.el | 7 ++++++- texi/ChangeLog | 4 ++++ 8 files changed, 62 insertions(+), 15 deletions(-) diff --git a/ChangeLog b/ChangeLog index 104e452..4ef5368 100644 --- a/ChangeLog +++ b/ChangeLog @@ -9,6 +9,8 @@ (release-files, release-files-signed, release-cvs-export) (release-make-tar-ball, release-diff, release-post-clean): Add CIN. + (OLD_PATTERN): Remove quotes. + (release-bump-version): Fix typo. * etc/images/README: Add more Emacs 22 icons. Add suggestion on how to use those in Emacs 21. diff --git a/Makefile.in b/Makefile.in index 0a3a348..26a5d67 100644 --- a/Makefile.in +++ b/Makefile.in @@ -51,7 +51,7 @@ CIN = RELEASE_COMMIT_FILES = lisp/ChangeLog lisp/gnus.el \ texi/ChangeLog texi/gnus.texi texi/message.texi texi/gnus-faq.texi # Pattern matching previous version(s): -OLD_PATTERN = '5.10.[0-9]*\|0\.3' +OLD_PATTERN = 5.10.[0-9]*\|0\.3 # CVS tag of the previous version: OLD_TAG = v5-10-6 # CVS tag of the current release: @@ -279,7 +279,7 @@ release-bump-version: release-check-settings sed -i -e '/^(defconst gnus-version-number /s,"$(OLD_PATTERN)","$(VERSION)",' lisp/gnus.el sed -i -e '/^.newcommand{.gnusversionname}{Gnus v/s,$(OLD_PATTERN),$(VERSION),' texi/gnus.texi sed -i -e '/^This manual corresponds to [A-Za-z ]*Gnus v/s,$(OLD_PATTERN),$(VERSION),' texi/gnus.texi - sed -i -e '/^corresponding to this manual is [A-Za-z ]*Gnusv/s,$(OLD_PATTERN),$(VERSION),' texi/message.texi + sed -i -e '/^corresponding to this manual is [A-Za-z ]*Gnus v/s,$(OLD_PATTERN),$(VERSION),' texi/message.texi if [ "x$(CODENAME)" = "x" ]; then \ sed -i -e '/The current release ($(OLD_PATTERN)) should/s,$(OLD_PATTERN),$(VERSION),' texi/gnus-faq.texi; \ else \ diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 45ec5ab..68e42a1 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog @@ -1,3 +1,30 @@ +2006-04-05 Daiki Ueno + + * pgg-gpg.el (pgg-gpg-process-filter): Fix. + +2006-04-05 Simon Josefsson + + * password.el (password-reset): New function. + +2006-04-05 Daiki Ueno + + * pgg-gpg.el (pgg-gpg-encrypt-region, pgg-gpg-sign-region): Wait + for BEGIN_SIGNING too, new in GnuPG 1.4.3. + +2006-04-04 Andreas Seltenreich + + * nnweb.el (nnweb-google-create-mapping): Update regexp. Some + whitespace was matched into the url, which broke browsing hits + > 100 when mm-url-use-external was nil. + +2006-04-04 Reiner Steib + + * gnus-sum.el (gnus-summary-from-or-to-or-newsgroups): Check + gnus-extra-headers for 'Newsgroups. + + * message.el (message-tool-bar-gnome): Check if `flyspell-mode' is + bound. + 2006-04-04 Daiki Ueno * pgg-gpg.el: Clean up process buffers every time gpg processes @@ -3192,11 +3219,10 @@ * gnus-async.el: Require timer-funcs at compile time when in XEmacs for `run-with-idle-timer'. -2005-03-13 Steve Youngs +2005-03-13 Andrey Slusar (tiny change) * gnus.el: Don't try and mark `gnus-agent-save-groups' as an autoloaded function. - From: Andrey Slusar . 2005-03-10 Stefan Monnier @@ -5415,10 +5441,9 @@ * mm-encode.el (mm-content-transfer-encoding-defaults): Use qp-or-base64 for the application/* types. -2004-07-02 Jesper Harder +2004-07-02 Joakim Verona (tiny change) - * nnrss.el (nnrss-read-group-data): Fix off-by-one error. From - Joakim Verona . + * nnrss.el (nnrss-read-group-data): Fix off-by-one error. 2004-06-30 Teodor Zlatanov @@ -5441,6 +5466,11 @@ * gnus-group.el (gnus-group-get-new-news-this-group): Don't update info that isn't there. +2004-06-29 From Ilya N. Golubev . + + * mm-util.el (mm-mime-mule-charset-alist): Add the windows-1251 + entry. + 2004-06-29 Katsumi Yamaoka * mm-view.el (mm-inline-render-with-function): Use multibyte @@ -5452,7 +5482,7 @@ entry. From Ilya N. Golubev . (mm-enrich-utf-8-by-mule-ucs): New function run when Mule-UCS is loaded under XEmacs. - (): Don't make duplicated entries in mm-mime-mule-charset-alist. + (mm-mime-mule-charset-alist): Avoid duplicated entries. 2004-06-28 Jesper Harder @@ -6577,14 +6607,15 @@ * gnus-util.el (gnus-rename-file): New function. +2004-04-07 Christian Neukirchen (tiny change) + + * mm-util.el (mm-image-load-path): Handle nil in load-path. + 2004-04-07 Jesper Harder * rfc2047.el (rfc2047-encoded-word-regexp): Remove unnecessary '+'. Reported by Stefan Wiens . - * mm-util.el (mm-image-load-path): Handle nil in load-path. - From Christian Neukirchen . - 2004-04-06 Jesper Harder * gnus-cache.el (gnus-cache-save-buffers): Check if buffer is diff --git a/lisp/gnus-sum.el b/lisp/gnus-sum.el index e57e404..7450655 100644 --- a/lisp/gnus-sum.el +++ b/lisp/gnus-sum.el @@ -3509,6 +3509,7 @@ buffer that was in action when the last article was fetched." (or (cdr (assq 'Newsgroups extra-headers)) (and + (memq 'Newsgroups gnus-extra-headers) (eq (car (gnus-find-method-for-group gnus-newsgroup-name)) 'nntp) (gnus-group-real-name gnus-newsgroup-name)))) diff --git a/lisp/message.el b/lisp/message.el index 1b443a4..eb8bd8a 100644 --- a/lisp/message.el +++ b/lisp/message.el @@ -7461,8 +7461,12 @@ Pre-defined symbols include `message-tool-bar-gnome' and :group 'message) (defcustom message-tool-bar-gnome - '((ispell-message "spell" nil :visible (not flyspell-mode)) - (flyspell-buffer "spell" t :visible flyspell-mode + '((ispell-message "spell" nil + :visible (or (not (boundp 'flyspell-mode)) + (not flyspell-mode))) + (flyspell-buffer "spell" t + :visible (and (boundp 'flyspell-mode) + flyspell-mode) :help "Flyspell whole buffer") (gmm-ignore "separator") (message-send-and-exit "mail/send") diff --git a/lisp/nnweb.el b/lisp/nnweb.el index 1e4a8ea..ea12f53 100644 --- a/lisp/nnweb.el +++ b/lisp/nnweb.el @@ -415,7 +415,7 @@ Valid types include `google', `dejanews', and `gmane'.") (goto-char (point-min)) (incf i 100) (if (or (not (re-search-forward - "\"]+\\)\">\" \n\t]+\\)[^<]*]+next" nil t)) (>= i nnweb-max-hits)) (setq more nil) diff --git a/lisp/password.el b/lisp/password.el index 1adeb86..28e6d1e 100644 --- a/lisp/password.el +++ b/lisp/password.el @@ -1,6 +1,6 @@ ;;; password.el --- Read passwords from user, possibly using a password cache. -;; Copyright (C) 1999, 2000, 2003, 2004, 2005 Free Software Foundation, Inc. +;; Copyright (C) 1999, 2000, 2003, 2004, 2005, 2006 Free Software Foundation, Inc. ;; Author: Simon Josefsson ;; Created: 2003-12-21 @@ -130,6 +130,11 @@ seconds." (set (intern key password-data) password) nil) +(defun password-reset () + "Clear the password cache." + (interactive) + (fillarray password-data 0)) + (provide 'password) ;;; password.el ends here diff --git a/texi/ChangeLog b/texi/ChangeLog index de5658b..a3785c7 100644 --- a/texi/ChangeLog +++ b/texi/ChangeLog @@ -1,3 +1,7 @@ +2006-04-04 Reiner Steib + + * gnus.texi, message.texi: Bump version. + 2006-04-04 Simon Josefsson * gnus.texi (Security): Improve. -- 1.7.10.4