gnus
9 years agoformat-spec.el: Work for XEmacs
Katsumi Yamaoka [Mon, 11 May 2015 00:49:29 +0000 (00:49 +0000)]
format-spec.el: Work for XEmacs

(format-spec, format-spec-make): Normalize characters into numbers in spec keys.

9 years agognus-util.el (iswitchb-mode): Declare
Glenn Morris [Sat, 9 May 2015 01:56:48 +0000 (01:56 +0000)]
gnus-util.el (iswitchb-mode): Declare

9 years agodgnushack.el (declare-function): Simplify
Katsumi Yamaoka [Thu, 7 May 2015 07:15:59 +0000 (07:15 +0000)]
dgnushack.el (declare-function): Simplify

9 years agodgnushack.el (declare-function): Ignore the definition defined in subr-fsf.el
Katsumi Yamaoka [Thu, 7 May 2015 06:02:13 +0000 (06:02 +0000)]
dgnushack.el (declare-function): Ignore the definition defined in subr-fsf.el

9 years agoSilence XEmacs when compiling
Katsumi Yamaoka [Thu, 7 May 2015 00:16:50 +0000 (00:16 +0000)]
Silence XEmacs when compiling

* dgnushack.el (declare-function): Redefine it to use autoload.
* lpath.el (gnus-html-prefetch-images): Declare.

9 years agoReplace instances of "(eval-when-compile (autoload ...))"
Glenn Morris [Tue, 5 May 2015 10:19:34 +0000 (10:19 +0000)]
Replace instances of "(eval-when-compile (autoload ...))"

* gnus-art.el (nneething-get-file-name): Declare rather than autoload.

* gnus-async.el (gnus-html-prefetch-images): Remove pointless autoload.

* gnus-sync.el (gnus-group-topic): Autoload at run-time.
(gnus-topic-create-topic, gnus-topic-enter-dribble):
Declare rather than autoload.

* mm-archive.el (gnus-recursive-directory-files)
(mailcap-extension-to-mime): Autoload at run-time.

* mm-util.el (latin-unity-massage-name)
(latin-unity-maybe-remap, latin-unity-representations-feasible-region)
(latin-unity-representations-present-region):
Declare rather than autoload.

* mml-smime.el (epg-make-context, epg-passphrase-callback-function):
Autoload at run-time.
(epg-context-set-signers, epg-context-result-for)
(epg-new-signature-digest-algorithm, epg-verify-result-to-string)
(epg-list-keys, epg-verify-string, epg-sign-string, epg-encrypt-string)
(epg-context-set-passphrase-callback, epg-sub-key-fingerprint)
(epg-configuration, epg-expand-group, epa-select-keys):
Declare rather than autoload.

* nnir.el (nnimap-change-group, nnimap-make-thread-query):
Autoload at run-time.
(gnus-group-topic-name, nnimap-buffer, nnimap-command)
(gnus-registry-get-id-key, gnus-registry-action):
Declare rather than autoload.

* nnmail.el (mail-send-and-exit): Autoload at run-time.

* spam.el (spam-stat-buffer-change-to-non-spam)
(spam-stat-buffer-change-to-spam, spam-stat-buffer-is-non-spam)
(spam-stat-buffer-is-spam, spam-stat-load, spam-stat-save)
(spam-stat-split-fancy): Remove pointless autoloads.

* mm-view.el (epg-decrypt-string): Autoload.
* mml-smime.el (epg-key-sub-key-list, epg-sub-key-capability)
(epg-sub-key-validity): Fix declarations.

9 years agoNew file
Katsumi Yamaoka [Sun, 3 May 2015 00:33:47 +0000 (00:33 +0000)]
New file

9 years agoDon't require Texinfo 5.0 for Emacs documentation
Eli Zaretskii [Sun, 3 May 2015 00:31:08 +0000 (00:31 +0000)]
Don't require Texinfo 5.0 for Emacs documentation

* docstyle.texi: Use "@set txicodequoteundirected" and
"@set txicodequotebacktick" instead of "@codequotebacktick on" and
"@codequoteundirected on", respectively, to avoid requiring
Texinfo 5.x for Emacs documentation.

9 years agoFix single-quoting style in PDF manuals
Paul Eggert [Sun, 3 May 2015 00:29:02 +0000 (00:29 +0000)]
Fix single-quoting style in PDF manuals

The PDF versions of the GNU manuals used curved single quotes to
represent grave accent and apostrophe, which made it a pain to cut
and paste code examples from them.  Fix the PDF versions to use
grave accent and apostrophe for Lisp source code, keystrokes, etc.
This change does not affect the info files, nor does it affect
ordinary uses of curved single quotes in PDF.

* docstyle.texi: New file, which specifies treatment for grave accent
and apostrophe, as well as the document encoding.

* auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi:
* gnus-faq.texi, gnus.texi, message.texi, sasl.texi, sieve.texi:
Use it instead of '@documentencoding UTF-8', to lessen the need for
global changes like this in the future.

9 years agoMa Gnus v0.14 is begun
Lars Magne Ingebrigtsen [Fri, 1 May 2015 13:59:16 +0000 (15:59 +0200)]
Ma Gnus v0.14 is begun

9 years agoMa Gnus v0.13 is released
Lars Magne Ingebrigtsen [Fri, 1 May 2015 13:59:13 +0000 (15:59 +0200)]
Ma Gnus v0.13 is released

9 years agoFunction declaration updates prompted by 'make check-declare'
Glenn Morris [Fri, 1 May 2015 03:32:22 +0000 (03:32 +0000)]
Function declaration updates prompted by 'make check-declare'

* gnus-util.el (iswitchb-read-buffer):
* mm-decode.el (libxml-parse-html-region):
* mml.el (libxml-parse-html-region):
* nnrss.el (libxml-parse-html-region): Update declaration.

9 years agomessage.el (gnus-extract-address-components): Remove bogus declaration that was maski...
Glenn Morris [Mon, 27 Apr 2015 22:16:45 +0000 (22:16 +0000)]
message.el (gnus-extract-address-components): Remove bogus declaration that was masking previous problem

9 years agohashcash.el (mail-add-payment): Remove debugger entry
Katsumi Yamaoka [Sun, 26 Apr 2015 22:08:17 +0000 (22:08 +0000)]
hashcash.el (mail-add-payment): Remove debugger entry

9 years agoRevert previous change
Lars Magne Ingebrigtsen [Sat, 25 Apr 2015 13:19:03 +0000 (15:19 +0200)]
Revert previous change

(hashcash-insert-payment-async-2): Revert previous change because it
still means that the mark is moving around.

9 years agoUse letf instead of cl-letf for XEmacs compat
Lars Magne Ingebrigtsen [Sat, 25 Apr 2015 12:46:20 +0000 (14:46 +0200)]
Use letf instead of cl-letf for XEmacs compat

* hashcash.el (hashcash-insert-payment-async-2): Save the mark when
altering the buffer.

9 years agoFix fallout from `save-excursion' changes
Lars Magne Ingebrigtsen [Sat, 25 Apr 2015 12:44:07 +0000 (14:44 +0200)]
Fix fallout from `save-excursion' changes

* hashcash.el (hashcash-insert-payment-async-2): Save the mark when
altering the buffer.

9 years agoClean up gnus-uu saving code slightly
Lars Magne Ingebrigtsen [Wed, 15 Apr 2015 22:45:02 +0000 (22:45 +0000)]
Clean up gnus-uu saving code slightly

* gnus-uu.el (gnus-uu-save-article): Make the
save-restriction/widen calls make more sense.

9 years agolisp/ChangeLog: Fix last commit
Katsumi Yamaoka [Tue, 14 Apr 2015 03:39:32 +0000 (03:39 +0000)]
lisp/ChangeLog: Fix last commit

9 years agoCatch the invalid-operation that idna.el will issue
Katsumi Yamaoka [Tue, 14 Apr 2015 03:34:11 +0000 (03:34 +0000)]
Catch the invalid-operation that idna.el will issue

* gnus-art.el (gnus-use-idna):
* gnus-sum.el (gnus-summary-idna-message):
* message.el (message-use-idna):
Catch the invalid-operation that idna.el will issue.

9 years ago(gnus-group--setup-tool-bar-update): Fix last change
Stefan Monnier [Tue, 14 Apr 2015 01:53:40 +0000 (01:53 +0000)]
(gnus-group--setup-tool-bar-update): Fix last change

* gnus-group.el (gnus-group--setup-tool-bar-update):
cursor-sensor-functions should be a list of functions.

9 years agolpath.el: Bind cursor-sensor-mode for XEmacs
Katsumi Yamaoka [Tue, 14 Apr 2015 00:03:06 +0000 (00:03 +0000)]
lpath.el: Bind cursor-sensor-mode for XEmacs

9 years agolpath.el: Fbind cursor-sensor-mode for XEmacs
Katsumi Yamaoka [Mon, 13 Apr 2015 23:45:02 +0000 (23:45 +0000)]
lpath.el: Fbind cursor-sensor-mode for XEmacs

9 years agognus-topic.el (gnus-topic-mode): Use gmm-called-interactively-p
Katsumi Yamaoka [Mon, 13 Apr 2015 23:42:06 +0000 (23:42 +0000)]
gnus-topic.el (gnus-topic-mode): Use gmm-called-interactively-p

9 years agoMisc changes in gnus-group.el and gnus-topic.el
Stefan Monnier [Mon, 13 Apr 2015 22:18:12 +0000 (22:18 +0000)]
Misc changes in gnus-group.el and gnus-topic.el

* gnus-group.el (gnus-tmp-*): Declare.
(gnus-update-group-mark-positions): Remove unused `topic' var.
(gnus-group-insert-group-line): Remove unused var `header'.
(gnus-group--setup-tool-bar-update): New function.
(gnus-group-insert-group-line): Use it.
(gnus-group-update-eval-form): Declare local
dynamically-bound variables.
(gnus-group-unsubscribe-group): Use \` and \' to match string bounds.

* gnus-topic.el (gnus-topic-jump-to-topic)
(gnus-group-prepare-topics, gnus-topic-update-topic)
(gnus-topic-change-level, gnus-topic-catchup-articles)
(gnus-topic-remove-group, gnus-topic-delete, gnus-topic-indent):
Use inhibit-read-only.
(gnus-topic-prepare-topic): Use gnus-group--setup-tool-bar-update.
(gnus-topic-mode): Use define-minor-mode and derived-mode-p.

9 years agolpath.el: Bind syntax-propertize-function for Emacs<=23, fbind string-to-syntax for...
Katsumi Yamaoka [Mon, 13 Apr 2015 03:54:20 +0000 (03:54 +0000)]
lpath.el: Bind syntax-propertize-function for Emacs<=23, fbind string-to-syntax for XEmacs

9 years agomessage.el (message-mode): Don't use `setq-local' in Gnus code
João Távora [Sun, 12 Apr 2015 22:43:57 +0000 (22:43 +0000)]
message.el (message-mode): Don't use `setq-local' in Gnus code

This might break upstream builds with older Emacsen

9 years agognus-sum.el (gnus-summary-refer-thread): Don't clobber unread articles
Johan Bockgård [Sun, 12 Apr 2015 22:40:46 +0000 (22:40 +0000)]
gnus-sum.el (gnus-summary-refer-thread): Don't clobber unread articles

This fixes a bug where `A T' causes "random" articles to become marked
as read.

9 years agomessage.el: Improve sexp-based movement in message-mode
João Távora [Sun, 12 Apr 2015 13:17:08 +0000 (13:17 +0000)]
message.el: Improve sexp-based movement in message-mode

Works by giving citations and smileys a different syntax.  This helps
modes like `show-paren-mode', `electric-pair-mode', and C-M-*
sexp-based movement.
* message.el (message--syntax-propertize): New function.
(message-mode): Set syntax-related vars.
(message-smileys): New variable.

9 years agoMinor quoting etc. fixes to misc manuals
Paul Eggert [Sun, 12 Apr 2015 00:44:44 +0000 (00:44 +0000)]
Minor quoting etc. fixes to misc manuals

Fix some minor quoting and spacing issues.  Distinguish more
clearly among grave accent and apostrophe (which are ASCII) and
single quote (which is not).  Prefer the standard terms
"apostrophe" and "grave accent" to alternative names that can be
confusing.  Use apostrophes to single-quote ASCII text.

9 years agognus-art.el (gnus-hidden-properties): Simplify
Stefan Monnier [Fri, 10 Apr 2015 04:40:49 +0000 (04:40 +0000)]
gnus-art.el (gnus-hidden-properties): Simplify

9 years agodeuglify.el: Adjust to renamed ChangeLog history files
Paul Eggert [Tue, 7 Apr 2015 09:56:06 +0000 (09:56 +0000)]
deuglify.el: Adjust to renamed ChangeLog history files

9 years agodgnushack.el (define-obsolete-function-alias): Redefine for XEmacs
Katsumi Yamaoka [Mon, 6 Apr 2015 23:07:56 +0000 (23:07 +0000)]
dgnushack.el (define-obsolete-function-alias): Redefine for XEmacs

9 years agortree.el: Use American spelling for 'normalize'
Paul Eggert [Mon, 6 Apr 2015 11:31:05 +0000 (11:31 +0000)]
rtree.el: Use American spelling for 'normalize'

9 years agognus-art.el (gnus-article-browse-html-parts): Make external links absolute and cid...
Katsumi Yamaoka [Fri, 3 Apr 2015 03:17:27 +0000 (03:17 +0000)]
gnus-art.el (gnus-article-browse-html-parts): Make external links absolute and cid file names relative

9 years agolisp/ChangeLog (2015-04-01): Fix file name
Katsumi Yamaoka [Wed, 1 Apr 2015 04:55:27 +0000 (04:55 +0000)]
lisp/ChangeLog (2015-04-01): Fix file name

9 years agoFix registry pruning routine
Eric Abrahamsen [Mon, 30 Mar 2015 07:12:40 +0000 (15:12 +0800)]
Fix registry pruning routine

* lisp/registry.el (registry-prune): Re-use `registry-full' in
  `registry-prune'.  It's a bit of redundant work, but safer.  Also
  ensure that target-size is an integer.

* lisp/ChangeLog:  Log.

9 years agoplstore.el (plstore--decrypt): Clear entry in `plstore-passphrase-alist' if decryptio...
Daiki Ueno [Tue, 31 Mar 2015 12:42:30 +0000 (12:42 +0000)]
plstore.el (plstore--decrypt): Clear entry in `plstore-passphrase-alist' if decryption failed (bug#20030)

9 years agolisp/ChangeLog (2015-03-28): Fix file name
Katsumi Yamaoka [Sun, 29 Mar 2015 13:33:20 +0000 (13:33 +0000)]
lisp/ChangeLog (2015-03-28): Fix file name

9 years agoFix missing quotes in post-receive script
Andreas Schwab [Tue, 10 Mar 2015 22:12:29 +0000 (23:12 +0100)]
Fix missing quotes in post-receive script

* post-receive (generate_email_header): Add quotes around values in
export.

9 years agoAdd "Display HTML images" to "Display" menu.
Adam Sjøgren [Sat, 28 Mar 2015 15:38:55 +0000 (16:38 +0100)]
Add "Display HTML images" to "Display" menu.

9 years agoDocument gnus-block-private-groups.
Adam Sjøgren [Sat, 28 Mar 2015 15:35:17 +0000 (16:35 +0100)]
Document gnus-block-private-groups.

9 years agolisp/ChangeLog: Add log for 4196f8fc4237ddd8099d54fbc1f5b0bac802f2ed
Eric Abrahamsen [Tue, 24 Mar 2015 22:11:46 +0000 (22:11 +0000)]
lisp/ChangeLog: Add log for 4196f8fc4237ddd8099d54fbc1f5b0bac802f2ed

9 years agoDon't split imap messages back into original group
Eric Abrahamsen [Wed, 18 Feb 2015 09:51:37 +0000 (17:51 +0800)]
Don't split imap messages back into original group

* lisp/nnimap.el (nnimap-split-incoming-mail): If a message is already
  in the group it should be split to, don't re-copy it into the group.

9 years agonnmh.el (nnmh-request-expire-articles): Work for the case nnmail-expiry-target is...
Ben Bacarisse [Mon, 23 Mar 2015 22:21:54 +0000 (22:21 +0000)]
nnmh.el (nnmh-request-expire-articles): Work for the case nnmail-expiry-target is an nnmh group (bug#20170)

9 years agoUse slot names in references to object slot values
Eric Abrahamsen [Sat, 21 Mar 2015 13:57:08 +0000 (21:57 +0800)]
Use slot names in references to object slot values

* registry.el (registry-lookup-secondary, registry-full,
  registry-prune, registry-collect-prune-candidates):

* gnus-registry.el (gnus-registry-load): Use slot names rather than
  initarg names in `oref' and `oset'.

Continuation of 3db33f4

9 years agoAllow registry to reach full size before pruning
Eric Abrahamsen [Thu, 19 Mar 2015 05:42:43 +0000 (13:42 +0800)]
Allow registry to reach full size before pruning

* lisp/registry.el (registry-prune): Compare current size to max-size,
  not post-prune target size.

9 years agoregistry.el: Fix call to cl-subseq
Eric Abrahamsen [Thu, 19 Mar 2015 05:37:38 +0000 (13:37 +0800)]
registry.el: Fix call to cl-subseq

* lisp/registry.el (registry-collect-prune-candidates): Earlier
  versions of cl-subseq would, if you asked for a subsequence longer
  than the sequence itself, pad its result with `nil's. It now errors,
  so don't ask it to do that.

9 years agoSpacing and punctuation fixes
Paul Eggert [Wed, 18 Mar 2015 05:01:47 +0000 (05:01 +0000)]
Spacing and punctuation fixes

9 years agoregistry.el (registry-db): Fix last change
Katsumi Yamaoka [Wed, 11 Mar 2015 23:34:36 +0000 (23:34 +0000)]
registry.el (registry-db): Fix last change

9 years agoregistry.el (registry-db): Temporary fix old Emacsen compilation
Katsumi Yamaoka [Wed, 11 Mar 2015 23:01:33 +0000 (23:01 +0000)]
registry.el (registry-db): Temporary fix old Emacsen compilation

9 years ago* registry.el (registry-db): Don't oset-default an instance slot.
Stefan Monnier [Wed, 11 Mar 2015 22:09:25 +0000 (22:09 +0000)]
* registry.el (registry-db): Don't oset-default an instance slot.

* gnus-registry.el (gnus-registry-handle-action)
(gnus-registry-post-process-groups): Don't add-to-list on a local var.
(gnus-registry-keywords): Make it do something.
(gnus-registry-import-eld): Remove unused var `new-entry'.
(gnus-registry-action): Remove unused var `to-name'.
(gnus-registry-make-db): Prefer `make-instance' to avoid
compiler warnings.
(gnus-registry-load, gnus-registry-fixup-registry): Avoid `oset'.