gnus
21 years ago* nnheader.el (nnheader-remove-body): Fix an error of detecting boundary
Katsumi Yamaoka [Sun, 20 Oct 2002 23:58:32 +0000 (23:58 +0000)]
* nnheader.el (nnheader-remove-body): Fix an error of detecting boundary
 between headers and body.
* nnml.el (nnml-parse-head): Ditto.

21 years agoFinally. CVSUSER had changed to CVS_USER.
Lars Magne Ingebrigtsen [Sun, 20 Oct 2002 21:02:31 +0000 (21:02 +0000)]
Finally.  CVSUSER had changed to CVS_USER.

21 years ago*** empty log message ***
Lars Magne Ingebrigtsen [Sun, 20 Oct 2002 21:02:10 +0000 (21:02 +0000)]
*** empty log message ***

21 years agoNother test.
Lars Magne Ingebrigtsen [Sun, 20 Oct 2002 20:57:37 +0000 (20:57 +0000)]
Nother test.

21 years agoChecking CVS_USER settings.
Lars Magne Ingebrigtsen [Sun, 20 Oct 2002 20:55:58 +0000 (20:55 +0000)]
Checking CVS_USER settings.

21 years ago* nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
Lars Magne Ingebrigtsen [Sun, 20 Oct 2002 20:48:40 +0000 (20:48 +0000)]
* nnslashdot.el (nnslashdot-generate-active): Ignore any bogus
entries.

* gnus-group.el (gnus-fetch-group): Allow an optional
specification of the articles to select.

* gnus-srvr.el (gnus-server-prepare): Removed superfluous cdr.

21 years ago(gnus-agent-fetch-group-1): After fetching
Kai Grossjohann [Sun, 20 Oct 2002 20:28:12 +0000 (20:28 +0000)]
(gnus-agent-fetch-group-1): After fetching
headers from the group, update variable `articles' to contain
only those numbers where headers exist.  (When fetching all
articles in a group, Gnus creates lots of numbers where there is
no articles.)

21 years ago2002-10-20 Steve Youngs <youngs@xemacs.org>
Steve Youngs [Sun, 20 Oct 2002 00:04:23 +0000 (00:04 +0000)]
2002-10-20  Steve Youngs  <youngs@xemacs.org>

* pgg-parse.el (pgg-parse-public-key-algorithm-alist): XEmacs
doesn't have the 'alist custom type, use cons cells instead.
(pgg-parse-symmetric-key-algorithm-alist): Ditto.
(pgg-parse-hash-algorithm-alist): Ditto.
(pgg-parse-compression-algorithm-alist): Ditto.
(pgg-parse-signature-type-alist): Ditto.

* pgg-gpg.el (pgg-gpg-extra-args): Fix custom mismatch.

* pgg-pgp5.el (pgg-pgp5-extra-args): Ditto.

* pgg-pgp.el (pgg-pgp-extra-args): Ditto.

21 years ago(nnimap-open-server): Check imap-state in IMAP server
Simon Josefsson [Sat, 19 Oct 2002 20:33:26 +0000 (20:33 +0000)]
(nnimap-open-server): Check imap-state in IMAP server
buffer.

21 years agoAdd source code comment to last change.
Kai Grossjohann [Fri, 18 Oct 2002 21:53:38 +0000 (21:53 +0000)]
Add source code comment to last change.

21 years ago(gnus-agent-fetch-headers): Abstain from calling
Kai Grossjohann [Fri, 18 Oct 2002 21:50:08 +0000 (21:50 +0000)]
(gnus-agent-fetch-headers): Abstain from calling
gnus-list-range-intersection if range (a . b) would have (> a b).

21 years ago(gnus-predicate-imples-unread): New function.
Kai Grossjohann [Fri, 18 Oct 2002 19:02:15 +0000 (19:02 +0000)]
(gnus-predicate-imples-unread): New function.
(gnus-agent-fetch-headers): Optimize to call
gnus-list-of-unread-articles if that is sufficient.
Check unseen and recent instead of seen and recent.

21 years ago(gnus-make-format-preserve-properties)
Kai Grossjohann [Fri, 18 Oct 2002 15:29:58 +0000 (15:29 +0000)]
(gnus-make-format-preserve-properties)
(gnus-xmas-format, gnus-parse-simple-format): Preserve text
properties also on XEmacs.  `gnus-xmas-format' is like format but
preserves text properties on XEmacs (though it only understands
simple format specs).  The variable
`gnus-make-format-preserve-properties' controls whether the
function is used, and is checked in `gnus-parse-simple-format'.
Patch by Paul Moore <gustav@morpheus.demon.co.uk>.

21 years ago(gnus-agent-fetch-articles): More debugging
Kai Grossjohann [Fri, 18 Oct 2002 15:22:54 +0000 (15:22 +0000)]
(gnus-agent-fetch-articles): More debugging
output.
(gnus-agent-consider-all-articles): New variable.
(gnus-agent-get-undownloaded-list): Comment that marks todo item.
(gnus-agent-fetch-headers): Depending on
gnus-agent-consider-all-articles, maybe get all articles.
(gnus-category-predicate-alist, gnus-agent-read-p): New predicate
`read'.

21 years agodisabled all checks except blacklists by default
Teodor Zlatanov [Fri, 18 Oct 2002 14:46:48 +0000 (14:46 +0000)]
disabled all checks except blacklists by default

21 years ago(gnus-agent-fetch-articles): More debugging output.
Kai Grossjohann [Fri, 18 Oct 2002 14:44:38 +0000 (14:44 +0000)]
(gnus-agent-fetch-articles): More debugging output.

21 years agowhitelists should not be t by default
Teodor Zlatanov [Fri, 18 Oct 2002 14:38:40 +0000 (14:38 +0000)]
whitelists should not be t by default

21 years agooops, bbdb should be ifile
Teodor Zlatanov [Fri, 18 Oct 2002 14:32:48 +0000 (14:32 +0000)]
oops, bbdb should be ifile

21 years ago(message-send-mail): Make it possible to perform edebug-defun.
Katsumi Yamaoka [Fri, 18 Oct 2002 13:37:42 +0000 (13:37 +0000)]
(message-send-mail): Make it possible to perform edebug-defun.

21 years ago* gnus-art.el (gnus-button-man-handler): Change default to
Simon Josefsson [Fri, 18 Oct 2002 04:14:05 +0000 (04:14 +0000)]
* gnus-art.el (gnus-button-man-handler): Change default to
`manual-entry' (defined in both emacsen).
(gnus-button-man-handler): Remove emacsen difference and use
`manual-entry'.

21 years agoWrap autoload setting for bbdb-records with eval-and-compile.
Katsumi Yamaoka [Fri, 18 Oct 2002 04:02:14 +0000 (04:02 +0000)]
Wrap autoload setting for bbdb-records with eval-and-compile.

21 years ago(TopLevel): Wrap autoload settings for executable-find and ifile-spam-filter
Katsumi Yamaoka [Fri, 18 Oct 2002 02:42:23 +0000 (02:42 +0000)]
(TopLevel): Wrap autoload settings for executable-find and ifile-spam-filter
 with eval-and-compile.
(spam-display-buffer-contents): Remove.
(spam-bogofilter-score): Merge spam-display-buffer-contents.

21 years ago*** empty log message ***
Teodor Zlatanov [Fri, 18 Oct 2002 02:21:31 +0000 (02:21 +0000)]
*** empty log message ***

21 years agoadded patch from Katsumi Yamaoka to replace display-message-or-buffer
Teodor Zlatanov [Fri, 18 Oct 2002 02:18:43 +0000 (02:18 +0000)]
added patch from Katsumi Yamaoka to replace display-message-or-buffer

21 years ago* nnheader.el (nnheader-parse-naked-head): New function.
Katsumi Yamaoka [Thu, 17 Oct 2002 16:03:48 +0000 (16:03 +0000)]
* nnheader.el (nnheader-parse-naked-head): New function.
(nnheader-parse-head): Use the above function, in order to handle
 continuation lines properly.
(nnheader-remove-body): New function.
(nnheader-remove-cr-followed-by-lf): New function.
(nnheader-ms-strip-cr): Use the above function.

* gnus-agent.el (gnus-agent-regenerate-group): Call `nnheader-remove-body';
 use `nnheader-parse-naked-head' instead of `nnheader-parse-head'.
* gnus-cache.el (gnus-cache-possibly-enter-article): Ditto.

* gnus-msg.el (gnus-inews-yank-articles): Do not unfold continuation lines by
 itself;
 call `nnheader-parse-naked-head' instead of `nnheader-parse-head'.
* nndiary.el (nndiary-parse-head): Ditto.
* nnfolder.el (nnfolder-parse-head): Ditto.
* nnimap.el (nnimap-retrieve-headers-progress): Ditto.
* nnmaildir.el (nnmaildir--update-nov): Ditto.
* nnml.el (nnml-parse-head): Ditto.

21 years ago2002-10-17 Steve Youngs <youngs@xemacs.org>
Steve Youngs [Thu, 17 Oct 2002 15:37:35 +0000 (15:37 +0000)]
2002-10-17  Steve Youngs  <youngs@xemacs.org>

* gnus-art.el (gnus-button-man-handler): Add 'manual-entry' for
XEmacs, default to it if featurep 'xemacs.

21 years ago(Formatting Fonts): Say that guillemets are wrong. (How to enter
Kai Grossjohann [Thu, 17 Oct 2002 13:51:34 +0000 (13:51 +0000)]
(Formatting Fonts): Say that guillemets are wrong.  (How to enter
guillemets in Texinfo files?)

21 years ago(Other Marks): Document gnus-downloadable-mark and
Kai Grossjohann [Thu, 17 Oct 2002 13:48:44 +0000 (13:48 +0000)]
(Other Marks): Document gnus-downloadable-mark and
gnus-undownloaded-mark.  Adapted idea from Sriram Karra
<karra@shakti.homelinux.net>.

21 years agoCheck for the existence of hash functions instead of the Emacs version to
Katsumi Yamaoka [Wed, 16 Oct 2002 13:29:25 +0000 (13:29 +0000)]
Check for the existence of hash functions instead of the Emacs version to
decide whether to load cl.

21 years agoAdd a comment to Emacs 20 puthash.
Katsumi Yamaoka [Tue, 15 Oct 2002 11:01:36 +0000 (11:01 +0000)]
Add a comment to Emacs 20 puthash.

21 years ago(gnus-agent-fetch-selected-article): Open history
Kai Grossjohann [Tue, 15 Oct 2002 10:15:48 +0000 (10:15 +0000)]
(gnus-agent-fetch-selected-article): Open history
if it isn't open yet.

21 years agoFix last change.
Katsumi Yamaoka [Tue, 15 Oct 2002 00:40:35 +0000 (00:40 +0000)]
Fix last change.

21 years agoDon't require mm-url in the toplevel.
Katsumi Yamaoka [Tue, 15 Oct 2002 00:06:57 +0000 (00:06 +0000)]
Don't require mm-url in the toplevel.
(gnus-group-fetch-charter): Require mm-url.

21 years agoRequire cl for the functions gethash, hash-table-count, make-hash-table and
Katsumi Yamaoka [Mon, 14 Oct 2002 23:40:15 +0000 (23:40 +0000)]
Require cl for the functions gethash, hash-table-count, make-hash-table and
 mapc for Emacs 20.
(puthash): Alias to cl-puthash for Emacs 20.
(with-syntax-table): New macro for Emacs 20.

21 years ago(gnus-pad-form): Use gnus-string-width-function.
Katsumi Yamaoka [Mon, 14 Oct 2002 10:27:35 +0000 (10:27 +0000)]
(gnus-pad-form): Use gnus-string-width-function.

21 years ago*** empty log message ***
Teodor Zlatanov [Sun, 13 Oct 2002 12:24:46 +0000 (12:24 +0000)]
*** empty log message ***

21 years agoadded ifile checks
Teodor Zlatanov [Sun, 13 Oct 2002 12:23:05 +0000 (12:23 +0000)]
added ifile checks

21 years ago* message.el (message-beginning-of-line): New variable.
Simon Josefsson [Sat, 12 Oct 2002 07:45:34 +0000 (07:45 +0000)]
* message.el (message-beginning-of-line): New variable.
(message-beginning-of-line): Use it.

21 years ago* message.texi (Movement): Add.
Simon Josefsson [Sat, 12 Oct 2002 07:44:25 +0000 (07:44 +0000)]
* message.texi (Movement): Add.

21 years agoadded spam.el and spam-stat.el fixes
Teodor Zlatanov [Sat, 12 Oct 2002 01:21:22 +0000 (01:21 +0000)]
added spam.el and spam-stat.el fixes

21 years agoAutoload gnus-delay-initialize.
Katsumi Yamaoka [Fri, 11 Oct 2002 13:05:49 +0000 (13:05 +0000)]
Autoload gnus-delay-initialize.

21 years agoAutoload gnus-delay-article.
Katsumi Yamaoka [Fri, 11 Oct 2002 12:45:31 +0000 (12:45 +0000)]
Autoload gnus-delay-article.

21 years ago(Formatting Fonts): Fix for balloon help in GNU Emacs.
Katsumi Yamaoka [Fri, 11 Oct 2002 12:14:57 +0000 (12:14 +0000)]
(Formatting Fonts): Fix for balloon help in GNU Emacs.

21 years ago(gnus-balloon-face-function): Use the help-echo text property in Emacs.
Katsumi Yamaoka [Fri, 11 Oct 2002 12:14:39 +0000 (12:14 +0000)]
(gnus-balloon-face-function): Use the help-echo text property in Emacs.

21 years agoFix last change.
Katsumi Yamaoka [Fri, 11 Oct 2002 10:51:03 +0000 (10:51 +0000)]
Fix last change.

21 years ago(Delayed Articles): Fix gnus-delay-initialize.
Katsumi Yamaoka [Fri, 11 Oct 2002 10:42:31 +0000 (10:42 +0000)]
(Delayed Articles): Fix gnus-delay-initialize.

21 years ago* mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
Simon Josefsson [Fri, 11 Oct 2002 00:02:24 +0000 (00:02 +0000)]
* mml2015.el (mml2015-pgg-decrypt, mml2015-pgg-clear-decrypt)
(mml2015-pgg-verify, mml2015-pgg-clear-verify): Remove CR.

* mml1991.el (mml1991-pgg-sign): Remove CR.

21 years ago(mml2015-trust-boundaries-alist): Removed.
Simon Josefsson [Thu, 10 Oct 2002 17:30:46 +0000 (17:30 +0000)]
(mml2015-trust-boundaries-alist): Removed.
(mml2015-gpg-extract-signature-details): Don't use it.
(mml2015-unabbrev-trust-alist): New.
(mml2015-gpg-extract-signature-details): Use it.

21 years ago* mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
Simon Josefsson [Thu, 10 Oct 2002 17:02:52 +0000 (17:02 +0000)]
* mml2015.el (mml2015-pgg-decrypt): Set gnus details even when
decrypt failed.

21 years agoadded spam.el and spam-stat.el changes to ChangeLog
Teodor Zlatanov [Thu, 10 Oct 2002 16:16:22 +0000 (16:16 +0000)]
added spam.el and spam-stat.el changes to ChangeLog

21 years agofurther compilation fixes for spam.el
Teodor Zlatanov [Thu, 10 Oct 2002 16:13:49 +0000 (16:13 +0000)]
further compilation fixes for spam.el
added spam-stat.el from Alex Shroeder

21 years ago* nnimap.el (nnimap-open-server): Re-open server if it isn't in
Simon Josefsson [Thu, 10 Oct 2002 02:40:50 +0000 (02:40 +0000)]
* nnimap.el (nnimap-open-server): Re-open server if it isn't in
auth, selected or examine state.

21 years ago* pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
Simon Josefsson [Thu, 10 Oct 2002 02:14:03 +0000 (02:14 +0000)]
* pgg-gpg.el (pgg-gpg-verify-region): Filter out stuff into output
buffer and error buffer depending on type of information.

* mml2015.el (mml2015-gpg-extract-signature-details): Parse
--status-fd stuff even if gpg.el is not used (revert earlier
change).
(mml2015-pgg-{clear-,}verify): Store both output and errors as
gnus details.
(mml2015-pgg-{clear-,}verify): Extract signature info from errors
buffer.

21 years ago* pgg.el (pgg-verify-region): Use it.
Simon Josefsson [Thu, 10 Oct 2002 01:31:51 +0000 (01:31 +0000)]
* pgg.el (pgg-verify-region): Use it.

* pgg-def.el (pgg-query-keyserver): New variable.

21 years ago* pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
Simon Josefsson [Thu, 10 Oct 2002 01:22:43 +0000 (01:22 +0000)]
* pgg.el (pgg-decrypt-region): Bind pgg-default-user-id to
key-identifier in packet.  Is this a good idea?

21 years ago* mml.el (mml-mode-map): Add security commands that operates on
Simon Josefsson [Thu, 10 Oct 2002 01:04:49 +0000 (01:04 +0000)]
* mml.el (mml-mode-map): Add security commands that operates on
MIME parts.
(mml-menu): And menu items for them.

21 years ago* mml1991.el (mml1991-pgg-encrypt): Remove headers.
Simon Josefsson [Thu, 10 Oct 2002 00:54:59 +0000 (00:54 +0000)]
* mml1991.el (mml1991-pgg-encrypt): Remove headers.

21 years ago* mml.el (mml-parse-1): Support sender in #secure tags.
Simon Josefsson [Thu, 10 Oct 2002 00:30:36 +0000 (00:30 +0000)]
* mml.el (mml-parse-1): Support sender in #secure tags.

* mml1991.el (mml1991-pgg-sign): Only use message-sender if it is
defined.

21 years agoFix typo in last commit.
Simon Josefsson [Wed, 9 Oct 2002 23:45:01 +0000 (23:45 +0000)]
Fix typo in last commit.

21 years ago* mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
Simon Josefsson [Wed, 9 Oct 2002 23:29:53 +0000 (23:29 +0000)]
* mml-sec.el (mml-smime-encrypt-buffer): Warn about combined signing.
(mml-pgp-encrypt-buffer): Support combined signing.

21 years ago* mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
Simon Josefsson [Wed, 9 Oct 2002 23:27:32 +0000 (23:27 +0000)]
* mml1991.el (mml1991-mailcrypt-encrypt): Support combined signing.
(mml1991-gpg-encrypt): Ditto.
(mml1991-pgg-encrypt): Ditto.
(mml1991-encrypt): Pass sign parameter.

21 years ago* message.texi (Security): Fix.
Simon Josefsson [Wed, 9 Oct 2002 23:15:20 +0000 (23:15 +0000)]
* message.texi (Security): Fix.

21 years ago* mml-sec.el (mml-signencrypt-style-alist): Defcustom.
Simon Josefsson [Wed, 9 Oct 2002 23:11:22 +0000 (23:11 +0000)]
* mml-sec.el (mml-signencrypt-style-alist): Defcustom.
(mml-signencrypt-style): Mention the variable.

21 years ago* mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
Simon Josefsson [Wed, 9 Oct 2002 22:43:59 +0000 (22:43 +0000)]
* mml1991.el (mml1991-pgg-sign): Bind pgg-default-user-id, not
pgg-gpg-user-id.

21 years ago* pgg.el (pgg-insert-url-with-w3): Ignore errors.
Simon Josefsson [Wed, 9 Oct 2002 22:33:14 +0000 (22:33 +0000)]
* pgg.el (pgg-insert-url-with-w3): Ignore errors.
(pgg-fetch-key-function): Nil if w3 is not installed.

21 years agoremoved the locate-file mantra
Teodor Zlatanov [Wed, 9 Oct 2002 15:43:05 +0000 (15:43 +0000)]
removed the locate-file mantra
added BBDB eval-when-compile load
removed bbdb-search macro autoload

21 years ago(gnus-agent-fetch-selected-article): Bind
Kai Grossjohann [Tue, 8 Oct 2002 18:42:56 +0000 (18:42 +0000)]
(gnus-agent-fetch-selected-article): Bind
gnus-agent-current-history.

21 years agoBBDB autoload fixes
Teodor Zlatanov [Tue, 8 Oct 2002 15:29:47 +0000 (15:29 +0000)]
BBDB autoload fixes

21 years agoFix last commit (ChangeLog entry still applies).
Simon Josefsson [Sun, 6 Oct 2002 03:10:27 +0000 (03:10 +0000)]
Fix last commit (ChangeLog entry still applies).

21 years ago* imap.el (imap-parse-status): Don't use read to read token.
Simon Josefsson [Sun, 6 Oct 2002 01:20:21 +0000 (01:20 +0000)]
* imap.el (imap-parse-status): Don't use read to read token.

21 years agognus-agent-fetch-selected-article: Do nothing
Kai Grossjohann [Sat, 5 Oct 2002 23:53:53 +0000 (23:53 +0000)]
gnus-agent-fetch-selected-article: Do nothing
also when unplugged

21 years ago(gnus-agent-fetch-selected-article): Do nothing
Kai Grossjohann [Sat, 5 Oct 2002 21:54:39 +0000 (21:54 +0000)]
(gnus-agent-fetch-selected-article): Do nothing
for methods not covered by the agent.

21 years ago* pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
Simon Josefsson [Sat, 5 Oct 2002 12:12:32 +0000 (12:12 +0000)]
* pgg-gpg.el (pgg-gpg-encrypt-region): Query passphrase when
signing.

21 years ago* gnus-agent.el (gnus-agent-read-servers): If getting method from
Simon Josefsson [Sat, 5 Oct 2002 05:39:59 +0000 (05:39 +0000)]
* gnus-agent.el (gnus-agent-read-servers): If getting method from
a named server fails, ignore the server.

21 years ago* mml1991.el (mml1991-pgg-sign): Do QP.
Simon Josefsson [Sat, 5 Oct 2002 05:31:37 +0000 (05:31 +0000)]
* mml1991.el (mml1991-pgg-sign): Do QP.

21 years ago* pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
Simon Josefsson [Fri, 4 Oct 2002 23:16:03 +0000 (23:16 +0000)]
* pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt really
work.

21 years ago* pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.
Simon Josefsson [Fri, 4 Oct 2002 03:49:33 +0000 (03:49 +0000)]
* pgg-gpg.el (pgg-gpg-encrypt-region): Make signencrypt work.

21 years ago* pgg-pgp.el (pgg-pgp-verify-region): Inline
Simon Josefsson [Fri, 4 Oct 2002 03:43:02 +0000 (03:43 +0000)]
* pgg-pgp.el (pgg-pgp-verify-region): Inline
binary-write-decoded-region from MEL.

21 years ago* pgg.texi: Document sign parameter.
Simon Josefsson [Fri, 4 Oct 2002 01:35:26 +0000 (01:35 +0000)]
* pgg.texi: Document sign parameter.

21 years ago* pgg.el (pgg-encrypt-region): Support sign.
Simon Josefsson [Thu, 3 Oct 2002 23:46:25 +0000 (23:46 +0000)]
* pgg.el (pgg-encrypt-region): Support sign.

* pgg-gpg.el (pgg-gpg-encrypt-region): Ditto.

* mml2015.el (mml2015-pgg-encrypt): Ditto.

21 years ago* gnus.texi: Add \gnuskey tex command.
Simon Josefsson [Thu, 3 Oct 2002 23:34:07 +0000 (23:34 +0000)]
* gnus.texi: Add \gnuskey tex command.

* texi2latex.el (latexi-translate-file): Do PGG.  (Poor) support
of @set, @deffn, @defvar, @defun, @key.  Improve error.

* Makefile.in: Add PGG.

21 years agoMoved pgg/*.el to lisp/ and pgg/*.texi to texi/.
Simon Josefsson [Thu, 3 Oct 2002 23:05:13 +0000 (23:05 +0000)]
Moved pgg/*.el to lisp/ and pgg/*.texi to texi/.

21 years ago(message-required-mail-headers): Remove Lines:.
Simon Josefsson [Thu, 3 Oct 2002 22:42:32 +0000 (22:42 +0000)]
(message-required-mail-headers): Remove Lines:.

21 years ago* gnus.texi (Group Information): Mention prefix argument for
Kai Grossjohann [Thu, 3 Oct 2002 18:27:41 +0000 (18:27 +0000)]
* gnus.texi (Group Information): Mention prefix argument for
gnus-group-fetch-charter and gnus-group-fetch-control.
From Jesper Harder.

* gnus-group.el (gnus-group-fetch-charter,
gnus-group-fetch-control): Prompt for group if given a prefix
argument.
* gnus-sum.el (t): Add gnus-group-fetch-charter and
gnus-group-fetch-control to summary key map and menu.

21 years ago* nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
Paul Jarc [Thu, 3 Oct 2002 18:16:25 +0000 (18:16 +0000)]
* nnmaildir.el (nnmaildir--group-maxnum-art): fix maximum article
number when there are no articles.

21 years ago(gnus-agent-summary-fetch-group): Optional prefix
Kai Grossjohann [Thu, 3 Oct 2002 15:07:45 +0000 (15:07 +0000)]
(gnus-agent-summary-fetch-group): Optional prefix
arg ALL means to fetch all articles, not only downloadable ones.
(gnus-agent-fetch-selected-article): New function for
gnus-select-article-hook or gnus-mark-article-hook.

21 years ago(gnus-x-splash): Set coding-system-for-read to raw-text.
Katsumi Yamaoka [Thu, 3 Oct 2002 00:09:11 +0000 (00:09 +0000)]
(gnus-x-splash): Set coding-system-for-read to raw-text.

21 years agoDon't require mel. Don't use luna.
Simon Josefsson [Tue, 1 Oct 2002 15:20:40 +0000 (15:20 +0000)]
Don't require mel.  Don't use luna.
(pgg-scheme-pgp-instance, pgg-make-scheme-pgp): Remove.
(pgg-pgp-process-region): Use expand-file-name instead of concat.
(pgg-pgp-process-region): Don't use binary-funcall.

21 years agoImport from EMIKO.
Simon Josefsson [Tue, 1 Oct 2002 15:18:53 +0000 (15:18 +0000)]
Import from EMIKO.

21 years ago* pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.
Simon Josefsson [Tue, 1 Oct 2002 14:36:27 +0000 (14:36 +0000)]
* pgg-pgp5.el (pgg-pgp5-process-region): Don't use binary-funcall.

21 years ago* pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
Simon Josefsson [Tue, 1 Oct 2002 13:32:00 +0000 (13:32 +0000)]
* pgg-gpg.el (pgg-gpg-process-region): Use expand-file-name
instead of concat.

* pgg-pgp5.el (pgg-pgp5-process-region): Ditto.

21 years agotwo quick fixes to spam-check-bbdb and spam-check-whitelist logic
Teodor Zlatanov [Tue, 1 Oct 2002 02:17:41 +0000 (02:17 +0000)]
two quick fixes to spam-check-bbdb and spam-check-whitelist logic

21 years agominor documentation change
Teodor Zlatanov [Mon, 30 Sep 2002 18:21:11 +0000 (18:21 +0000)]
minor documentation change

21 years agomerged changes to spam.el
Teodor Zlatanov [Mon, 30 Sep 2002 18:12:49 +0000 (18:12 +0000)]
merged changes to spam.el

21 years ago(mml2015-pgg-clear-verify): Verifying in a unibyte
Simon Josefsson [Mon, 30 Sep 2002 12:33:28 +0000 (12:33 +0000)]
(mml2015-pgg-clear-verify): Verifying in a unibyte
buffer seem to be needed?

21 years ago(pgg-output-buffer, pgg-errors-buffer): Prevent byte
Simon Josefsson [Sun, 29 Sep 2002 21:24:45 +0000 (21:24 +0000)]
(pgg-output-buffer, pgg-errors-buffer): Prevent byte
compile warnings.

21 years ago2002-09-29 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 29 Sep 2002 20:47:41 +0000 (20:47 +0000)]
2002-09-29  Simon Josefsson  <jas@extundo.com>

* pgg-parse.el (pgg-char-int, pgg-string-as-unibyte): Prevent byte
compile warnings.

* pgg.el (pgg-decrypt-region): Don't parse packet.

21 years ago2002-09-29 Simon Josefsson <jas@extundo.com>
Simon Josefsson [Sun, 29 Sep 2002 20:39:30 +0000 (20:39 +0000)]
2002-09-29  Simon Josefsson  <jas@extundo.com>

* luna.el: Removed.

* pgg.el, pgg-gpg.el, pgg-pgp5.el: Don't depend on luna.el.

21 years ago(mml1991-pgg-encrypt): Fix recipients querying.
Simon Josefsson [Sun, 29 Sep 2002 20:37:10 +0000 (20:37 +0000)]
(mml1991-pgg-encrypt): Fix recipients querying.

21 years ago(mml1991-function-alist): Add pgg.
Simon Josefsson [Sun, 29 Sep 2002 20:33:02 +0000 (20:33 +0000)]
(mml1991-function-alist): Add pgg.
(mml1991-pgg-sign, mml1991-pgg-encrypt): New functions.