gnus
10 years agognus-art.el (gnus-hidden-properties): Drop the evil `intangible'
Stefan Monnier [Tue, 12 Aug 2014 10:49:31 +0000 (10:49 +0000)]
gnus-art.el (gnus-hidden-properties): Drop the evil `intangible'

10 years agognus-sum.el (gnus-summary-expire-articles): Revert last change
Katsumi Yamaoka [Wed, 6 Aug 2014 11:13:51 +0000 (11:13 +0000)]
gnus-sum.el (gnus-summary-expire-articles): Revert last change

10 years agoWhen expiring, tell functions where the articles are going
Eric Abrahamsen [Tue, 5 Aug 2014 17:27:53 +0000 (19:27 +0200)]
When expiring, tell functions where the articles are going

* gnus-sum.el (gnus-summary-expire-articles): Functions registered to
the gnus-summary-article-expire-hook should be told where the function
is going. In particular, the Gnus registry might want to know.

10 years agoparse-time.el (parse-time-rules), time-date.el (date-to-time): Don't mishandle year...
Paul Eggert [Sun, 3 Aug 2014 23:56:45 +0000 (23:56 +0000)]
parse-time.el (parse-time-rules), time-date.el (date-to-time): Don't mishandle year-9999 dates (Bug#18176)

10 years agoFix a typo.
Tassilo Horn [Thu, 31 Jul 2014 11:57:25 +0000 (13:57 +0200)]
Fix a typo.

10 years agoAllow list-valued gcc-self group params.
Tassilo Horn [Thu, 31 Jul 2014 09:24:38 +0000 (11:24 +0200)]
Allow list-valued gcc-self group params.

* gnus-msg.el (gnus-inews-insert-gcc): Allow `gcc-self' to be a list of
groups and t.
* gnus.texi (Group Parameters): Document that `gcc-self' may also be a
list.

10 years agognus-utils.el (gnus-recursive-directory-files): Unify hard or symbolic links (bug...
Katsumi Yamaoka [Tue, 22 Jul 2014 06:37:25 +0000 (06:37 +0000)]
gnus-utils.el (gnus-recursive-directory-files): Unify hard or symbolic links (bug#18063)

10 years ago* gnus-msg.el (gnus-configure-posting-style):
Albert Krewinkel [Fri, 18 Jul 2014 08:19:26 +0000 (08:19 +0000)]
* gnus-msg.el (gnus-configure-posting-style):
Allow string replacements in values when matching against a header.

* gnus.texi (Posting Styles): Document the possibility to perform
string replacements when matching against headers.

10 years agognus-start.el (gnus-dribble-read-file): Don't stop auto-saving
Katsumi Yamaoka [Mon, 7 Jul 2014 05:39:50 +0000 (05:39 +0000)]
gnus-start.el (gnus-dribble-read-file): Don't stop auto-saving

10 years agomm-util.el (help-function-arglist): Remove outdated declaration
Glenn Morris [Thu, 26 Jun 2014 07:34:48 +0000 (07:34 +0000)]
mm-util.el (help-function-arglist): Remove outdated declaration

10 years agohtml2text.el (html2text-get-attr): Rewrite to handle spaces in quoted attribute value...
Andreas Schwab [Tue, 24 Jun 2014 22:11:06 +0000 (22:11 +0000)]
html2text.el (html2text-get-attr): Rewrite to handle spaces in quoted attribute values (Bug#17834)

10 years agognus-sum.el (gnus-summary-edit-article-done): Prefer point-marker to copy-marker...
Dmitry Antipov [Sun, 22 Jun 2014 22:32:43 +0000 (22:32 +0000)]
gnus-sum.el (gnus-summary-edit-article-done): Prefer point-marker to copy-marker of point

10 years agotexi/Makefile.in (install, uninstall): Fix last commit
Katsumi Yamaoka [Wed, 11 Jun 2014 10:33:26 +0000 (10:33 +0000)]
texi/Makefile.in (install, uninstall): Fix last commit

10 years agoconfigure: Regenerate
Katsumi Yamaoka [Wed, 11 Jun 2014 08:54:40 +0000 (08:54 +0000)]
configure: Regenerate

10 years agoCompress Lisp source files and info files by gzip by default
Katsumi Yamaoka [Wed, 11 Jun 2014 08:53:43 +0000 (08:53 +0000)]
Compress Lisp source files and info files by gzip by default

* configure.in: Add --without-compress-install option; check for gzip.

* Makefile.in (GZIP_PROG): Be substituted by configure.

* lisp/Makefile.in (install-el, install-el-elc): Compress .el files.
(uninstall): Remove compressed .el files.

* texi/Makefile.in (.texi, makeinfo): Don't split info files.
(install): Compress info files.
(uninstall): Remove compressed info files.
(gnus-manual-a4.ps.gz, gnus-manual-standard.ps.gz): Use GZIP_PROG.

* texi/infohack.el (infohack): Don't split info files.

* texi/gnus.texi (Ma Gnus): Mention that Lisp source files and info files
to be installed will be compressed by gzip by default.

10 years agoAdd .info extension to info files (synch with Emacs)
Katsumi Yamaoka [Tue, 10 Jun 2014 07:39:23 +0000 (07:39 +0000)]
Add .info extension to info files (synch with Emacs)

2014-06-10 Katsumi Yamaoka <yamaoka@jpl.org>
 * Makefile.in (.texi, makeinfo):
 Don't specify output file name for makeinfo.
 (clean, distclean, install, uninstall): Delete old info files.

2014-06-10 Glenn Morris <rgm@gnu.org>
 * auth.texi, emacs-mime.texi, epa.texi, gnus-coding.texi, gnus.texi,
 message.texi, sieve.texi: Add .info extension to @setfilename commands.

10 years agognus-faq.texi, gnus.texi, message.texi: Markup fixes
Glenn Morris [Mon, 9 Jun 2014 01:20:56 +0000 (01:20 +0000)]
gnus-faq.texi, gnus.texi, message.texi: Markup fixes

10 years agognus-art.el (gnus-mime-buttonize-attachments-in-header): Improve criterion that finds...
Katsumi Yamaoka [Thu, 5 Jun 2014 22:43:21 +0000 (22:43 +0000)]
gnus-art.el (gnus-mime-buttonize-attachments-in-header): Improve criterion that finds parts to display

10 years agoFix last change
Katsumi Yamaoka [Thu, 5 Jun 2014 04:31:15 +0000 (04:31 +0000)]
Fix last change

* gnus-art.el (gnus-article-edit-part): Don't modifiy markers.
(gnus-article-read-summary-keys):
Don't bug out when there is no article in the summary buffer.

* gnus-art.el (gnus-mm-display-part):
* mm-decode.el (mm-shr):
* mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
(mm-insert-inline): Revert last changes.

10 years agoBugfixes to make `gnus-mime-save-part-and-strip' work again
Katsumi Yamaoka [Thu, 5 Jun 2014 01:38:19 +0000 (01:38 +0000)]
Bugfixes to make `gnus-mime-save-part-and-strip' work again

* gnus-art.el (gnus-mm-display-part):
* mm-decode.el (mm-shr):
* mm-view.el (mm-inline-text-html-render-with-w3m, mm-inline-text)
(mm-insert-inline): Set insertion type of end-marker, not only
start-marker, of undisplayer so as to stay after inserted text.

10 years agohtml2text.el (html2text-get-attr): Fix typo when splitting value from attribute ...
Andreas Schwab [Mon, 2 Jun 2014 06:55:48 +0000 (06:55 +0000)]
html2text.el (html2text-get-attr): Fix typo when splitting value from attribute (Bug#17613)

10 years agomm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
Stefan Monnier [Thu, 29 May 2014 05:54:00 +0000 (05:54 +0000)]
mm-view.el (mm-display-inline-fontify): Use font-lock-ensure.
gnus-cite.el (gnus-message-citation-mode): Use font-lock-flush.

10 years agognus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Fix last change
Katsumi Yamaoka [Thu, 15 May 2014 23:31:15 +0000 (23:31 +0000)]
gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Fix last change

10 years agognus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't delete next part...
Katsumi Yamaoka [Thu, 15 May 2014 06:53:33 +0000 (06:53 +0000)]
gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part): Don't delete next part button; keep spacing between buttons

10 years agognus-art.el, mm-uu.el: Misc improvements for displaying MIME parts
Katsumi Yamaoka [Wed, 14 May 2014 08:50:25 +0000 (08:50 +0000)]
gnus-art.el, mm-uu.el: Misc improvements for displaying MIME parts

* gnus-art.el (gnus-mime-inline-part, gnus-mm-display-part):
Work for the last MIME part in an article.
(gnus-mime-display-single): Suppress excessive newlines between parts.

* mm-uu.el (mm-uu-dissect): Assume that separators may be accompanied
by leading or trailing newline.

10 years agotime-date.el (seconds-to-string): Avoid function from `cl'
Sam Steingold [Tue, 13 May 2014 01:09:31 +0000 (01:09 +0000)]
time-date.el (seconds-to-string): Avoid function from `cl'

10 years agotime-date.el (seconds-to-string): New function to pretty print time delay in seconds
Sam Steingold [Mon, 12 May 2014 22:09:13 +0000 (22:09 +0000)]
time-date.el (seconds-to-string): New function to pretty print time delay in seconds

10 years agolisp/ChangeLog (2014-05-08): Add CVE numbers for recent issue
Glenn Morris [Mon, 12 May 2014 08:19:35 +0000 (08:19 +0000)]
lisp/ChangeLog (2014-05-08): Add CVE numbers for recent issue

10 years agognus-art.el: Misc improvements for displaying MIME parts
Katsumi Yamaoka [Fri, 9 May 2014 09:49:48 +0000 (09:49 +0000)]
gnus-art.el: Misc improvements for displaying MIME parts

* gnus-art.el (gnus-mm-display-part): Don't put article out of sight
while prompting a user for a file name, etc.
(gnus-mime-display-single): Display part with a common appearance no
matter whether MIME button is omitted or not; don't add duplicate entry
to gnus-article-mime-handle-alist.
(gnus-mime-buttonize-attachments-in-header): Use copied buttons.

10 years agoUse the correct version (thanks Katsumi).
Adam Sjøgren [Fri, 9 May 2014 07:10:27 +0000 (09:10 +0200)]
Use the correct version (thanks Katsumi).

10 years ago* mml2015.el (mml2015-display-key-image): New variable.
Adam Sjøgren [Thu, 8 May 2014 18:01:40 +0000 (20:01 +0200)]
* mml2015.el (mml2015-display-key-image): New variable.

10 years ago*.texi: Standardize case of "Front-Cover Texts" in texi file permissions notices
Glenn Morris [Thu, 8 May 2014 04:00:51 +0000 (04:00 +0000)]
*.texi: Standardize case of "Front-Cover Texts" in texi file permissions notices

10 years agognus-fun.el (gnus-grab-cam-face): Do not use predictable temp-file name (http://bugs...
Glenn Morris [Thu, 8 May 2014 04:00:19 +0000 (04:00 +0000)]
gnus-fun.el (gnus-grab-cam-face): Do not use predictable temp-file name (bugs.debian.org/747100)

10 years agomessage.texi (Header Commands): Replace `iff'.
Glenn Morris [Sun, 4 May 2014 23:48:30 +0000 (23:48 +0000)]
message.texi (Header Commands): Replace `iff'.
gnus-registry.el (gnus-registry-install-p): Doc fix.

10 years agoMake gnus-mime-inline-part and gnus-mm-display-part work similarly
Katsumi Yamaoka [Fri, 2 May 2014 09:48:54 +0000 (09:48 +0000)]
Make gnus-mime-inline-part and gnus-mm-display-part work similarly

(The last commit message was mistaken, sorry.)

10 years agoMake gnus-mime-inline-part and gnus-mime-inline-part work similarly
Katsumi Yamaoka [Fri, 2 May 2014 09:44:11 +0000 (09:44 +0000)]
Make gnus-mime-inline-part and gnus-mime-inline-part work similarly

* gnus-art.el (gnus-mime-inline-part): Redisplay a button so as to show
the displaying state of a part.
(gnus-mime-inline-part): Don't insert a newline in the beginning of
a part like gnus-mime-inline-part doesn't; work for XEmacs.

* mm-decode.el (mm-display-part): Don't insert a newline in the top.
(mm-shr): Make undisplayer unbreakable.

* mm-view.el (mm-inline-image-emacs, mm-inline-image-xemacs): Don't
insert excessive newline.
(mm-inline-text-html-render-with-w3m, mm-inline-text)
(mm-insert-inline): Make undisplayer unbreakable.

10 years agoMa Gnus v0.12 is begun
Lars Magne Ingebrigtsen [Thu, 1 May 2014 17:44:36 +0000 (19:44 +0200)]
Ma Gnus v0.12 is begun

10 years agoMa Gnus v0.11 is released
Lars Magne Ingebrigtsen [Thu, 1 May 2014 17:44:35 +0000 (19:44 +0200)]
Ma Gnus v0.11 is released

10 years agognus-art.el (gnus-mm-display-part): Highlight header attachment buttons
Katsumi Yamaoka [Thu, 1 May 2014 07:59:19 +0000 (07:59 +0000)]
gnus-art.el (gnus-mm-display-part): Highlight header attachment buttons

10 years agognus-art.el (gnus-mm-display-part): Fix previous commit (again)
Katsumi Yamaoka [Wed, 30 Apr 2014 09:20:57 +0000 (09:20 +0000)]
gnus-art.el (gnus-mm-display-part): Fix previous commit (again)

10 years agognus-art.el (gnus-mm-display-part): Fix previous commit
Katsumi Yamaoka [Wed, 30 Apr 2014 04:20:56 +0000 (04:20 +0000)]
gnus-art.el (gnus-mm-display-part): Fix previous commit

10 years agognus-art.el (gnus-mm-display-part): Bugfix for the 2014-02-05 change
Katsumi Yamaoka [Wed, 30 Apr 2014 04:05:15 +0000 (04:05 +0000)]
gnus-art.el (gnus-mm-display-part): Bugfix for the 2014-02-05 change

10 years agognus-art.el (gnus-mime-display-attachment-buttons-in-header): Fix custom group
Katsumi Yamaoka [Mon, 28 Apr 2014 06:30:19 +0000 (06:30 +0000)]
gnus-art.el (gnus-mime-display-attachment-buttons-in-header): Fix custom group

10 years agoauth-source-search: return boolean on :max 0
Ted Zlatanov [Sun, 27 Apr 2014 21:28:56 +0000 (17:28 -0400)]
auth-source-search: return boolean on :max 0

* auth-source.el (auth-source-search, auth-source-search-backends):
Treat :max 0 as an indicator that a boolean return is wanted, as
documented. Reported by Joe Bloggs.

10 years agognus-icalendar.el: Silence the byte compiler
Katsumi Yamaoka [Sun, 20 Apr 2014 22:36:33 +0000 (22:36 +0000)]
gnus-icalendar.el: Silence the byte compiler

10 years ago* gnus-icalendar.el (gnus-icalendar--update-org-event): don't generate duplicates...
Jan Tatarik [Sun, 20 Apr 2014 13:27:17 +0000 (15:27 +0200)]
* gnus-icalendar.el (gnus-icalendar--update-org-event): don't generate duplicates of empty
property tags in org drawers

10 years ago* gnus-icalendar.el (gnus-icalendar-event--get-attendee-names): list of participants...
Jan Tatarik [Sun, 20 Apr 2014 13:24:49 +0000 (15:24 +0200)]
* gnus-icalendar.el (gnus-icalendar-event--get-attendee-names): list of participants should
contain even attendees without common name attribute

10 years ago* gnus-icalendar.el (gnus-icalendar-event->org-entry)
Jan Tatarik [Sun, 20 Apr 2014 13:19:36 +0000 (15:19 +0200)]
* gnus-icalendar.el (gnus-icalendar-event->org-entry)
(gnus-icalendar--update-org-event): put event timestamp in
the org entry body instead of the drawer

10 years agomessage.el (message-insert-formatted-citation-line): Use the original author's time...
Katsumi Yamaoka [Tue, 15 Apr 2014 23:34:25 +0000 (23:34 +0000)]
message.el (message-insert-formatted-citation-line): Use the original author's time zone to express a date string

10 years ago* gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
Stefan Monnier [Mon, 7 Apr 2014 22:21:00 +0000 (22:21 +0000)]
* gnus-srvr.el (gnus-tmp-how, gnus-tmp-name, gnus-tmp-where)
(gnus-tmp-status, gnus-tmp-agent, gnus-tmp-cloud)
(gnus-tmp-news-server, gnus-tmp-news-method, gnus-tmp-user-defined):
Silence compiler warnings.
(gnus-server-insert-server-line): Don't use dyn-bind var as argument.

10 years agonnmairix.el: Fix up Version: header that might confuse package.el
Glenn Morris [Wed, 2 Apr 2014 22:37:55 +0000 (22:37 +0000)]
nnmairix.el: Fix up Version: header that might confuse package.el

10 years agomml.el: Require url when compiling
Katsumi Yamaoka [Mon, 24 Mar 2014 01:56:17 +0000 (01:56 +0000)]
mml.el: Require url when compiling

10 years agolisp/ChangeLog: Fix last commit
Katsumi Yamaoka [Mon, 24 Mar 2014 00:42:41 +0000 (00:42 +0000)]
lisp/ChangeLog: Fix last commit

10 years agoSilence the byte compiler
Katsumi Yamaoka [Mon, 24 Mar 2014 00:36:59 +0000 (00:36 +0000)]
Silence the byte compiler

* gnus-cloud.el (gnus-cloud-parse-version-1):
Use plist-get rather than CL's getf.
(gnus-activate-group, gnus-subscribe-group): Declare.
* gnus-sum.el (gnus-mime-buttonize-attachments-in-header: Declare.

10 years agognus-fun.el (gnus-x-face-omit-files, gnus-face-directory, gnus-face-omit-files):...
Katsumi Yamaoka [Sun, 23 Mar 2014 22:47:50 +0000 (22:47 +0000)]
gnus-fun.el (gnus-x-face-omit-files, gnus-face-directory, gnus-face-omit-files): Adjust :version

10 years agotls.el (tls-program): Reflow docstring
Juanma Barranquero [Fri, 14 Mar 2014 01:40:35 +0000 (01:40 +0000)]
tls.el (tls-program): Reflow docstring

10 years agognus-sum.el (gnus-summary-toggle-header): Display header attachment buttons
Katsumi Yamaoka [Fri, 14 Mar 2014 01:34:02 +0000 (01:34 +0000)]
gnus-sum.el (gnus-summary-toggle-header): Display header attachment buttons

* gnus-sum.el (gnus-summary-toggle-header): Display header attachment
  buttons when toggling the header off.
* gnus.texi (Ma Gnus): Mention header attachment buttons.

10 years agotexi/ChangeLog: Fix previous commit
Katsumi Yamaoka [Wed, 12 Mar 2014 23:05:47 +0000 (23:05 +0000)]
texi/ChangeLog: Fix previous commit

10 years agoauth.texi, epa.texi, gnus.texi, info.texi, message.texi: Use @file for buffers, per...
Glenn Morris [Wed, 12 Mar 2014 22:47:34 +0000 (22:47 +0000)]
auth.texi, epa.texi, gnus.texi, info.texi, message.texi: Use @file for buffers, per the Texinfo manual

10 years agoMisc changes made in Emacs trunk
Katsumi Yamaoka [Sun, 9 Mar 2014 10:29:15 +0000 (10:29 +0000)]
Misc changes made in Emacs trunk

2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
  * nnimap.el (nnimap-request-accept-article): Make respooling to nnimap
    groups work again.
2014-03-07  George McNinch  <gmcninch@gmail.com>  (tiny change)
  * nnir.el (nnir-run-namazu): Parse namazu results that are larger than
    999 correctly (i.e. "1,342").
2014-03-07  Lars Ingebrigtsen  <larsi@gnus.org>
  * gnus-agent.el (gnus-agent-update-files-total-fetched-for): Don't bug
    out if the directory doesn't exist.

10 years agomml2015: Don't check if gpg is available, at compile/load time
Daiki Ueno [Fri, 7 Mar 2014 07:17:16 +0000 (16:17 +0900)]
mml2015: Don't check if gpg is available, at compile/load time

* mml2015.el (mml2015-use): Don't check the availability of GnuPG
commands here; instead, only check if epg-config.el is available.

10 years ago(mml-generate-mime): Don't bug out if you don't have libxml.
Lars Ingebrigtsen [Thu, 6 Mar 2014 19:29:07 +0000 (20:29 +0100)]
(mml-generate-mime): Don't bug out if you don't have libxml.

10 years agoHTML + multipart/related support
Lars Ingebrigtsen [Thu, 6 Mar 2014 18:17:09 +0000 (19:17 +0100)]
HTML + multipart/related support

* mml.el (mml-expand-html-into-multipart-related): Allow sending HTML
messages with embedded images.

10 years ago* gnus-group.el (gnus-group-make-group): Clarify prompt.
Lars Ingebrigtsen [Wed, 5 Mar 2014 18:32:46 +0000 (19:32 +0100)]
* gnus-group.el (gnus-group-make-group): Clarify prompt.

10 years ago* lisp/mml.el (mml-insert-mime-headers): Allow `recipient-filename'.
Lars Ingebrigtsen [Wed, 5 Mar 2014 13:28:19 +0000 (14:28 +0100)]
* lisp/mml.el (mml-insert-mime-headers): Allow `recipient-filename'.

* texi/emacs-mime.texi (MML Definition): Document recipient-filename.

10 years agognus.texi: Fix typos and whitespace
Juanma Barranquero [Mon, 3 Mar 2014 22:11:35 +0000 (22:11 +0000)]
gnus.texi: Fix typos and whitespace

10 years agolisp/ChangeLog: Trivial fixes
Juanma Barranquero [Mon, 3 Mar 2014 11:02:09 +0000 (11:02 +0000)]
lisp/ChangeLog: Trivial fixes

10 years agoauth-source.el (auth-source-secrets-listify-pattern): Spelling fixes
Paul Eggert [Sun, 23 Feb 2014 13:20:46 +0000 (13:20 +0000)]
auth-source.el (auth-source-secrets-listify-pattern): Spelling fixes

10 years agoDo not use cl-lib functions since those are unavailable on older Emacsen.
David Engster [Sun, 23 Feb 2014 12:11:33 +0000 (13:11 +0100)]
Do not use cl-lib functions since those are unavailable on older Emacsen.

* auth-source.el (auth-source-netrc-saver): Do not depend on `cl-lib'
to stay compatible with older Emacsen, so replace `cl-loop' with
`loop'.

10 years agoauth-source.el: Build correct secrets pattern from auth-source pattern
Daniel Colascione [Sat, 22 Feb 2014 08:05:43 +0000 (08:05 +0000)]
auth-source.el: Build correct secrets pattern from auth-source pattern

10 years agognus-art.el (gnus-article-prepare, gnus-article-prepare-display): Display header...
Katsumi Yamaoka [Mon, 17 Feb 2014 06:51:53 +0000 (06:51 +0000)]
gnus-art.el (gnus-article-prepare, gnus-article-prepare-display): Display header attachment buttons by gnus-article-prepare-display rather than gnus-article-prepare so as to view in mml-preview as well

10 years agoAdd more auth-sources docs and link to EPA
Ted Zlatanov [Thu, 13 Feb 2014 14:20:14 +0000 (09:20 -0500)]
Add more auth-sources docs and link to EPA

* auth-source.el (auth-sources): Add pointer to what the .gpg extension
in `auth-sources' means and link to EPA docs.

10 years agolisp/ChangeLog: Fix typos
Juanma Barranquero [Thu, 13 Feb 2014 08:23:39 +0000 (08:23 +0000)]
lisp/ChangeLog: Fix typos

10 years agonnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375)
Lars Ingebrigtsen [Wed, 12 Feb 2014 08:57:10 +0000 (08:57 +0000)]
nnmail.el (nnmail-expand-newtext): Further sub-match fixups (bug#12375)

10 years agopop3.el: Replace "Maintainer: FSF" with the emacs-devel mailing address
Glenn Morris [Mon, 10 Feb 2014 09:45:36 +0000 (09:45 +0000)]
pop3.el: Replace "Maintainer: FSF" with the emacs-devel mailing address

10 years agoepa.texi (Caching Passphrases): Don't give argument to @item used in
Katsumi Yamaoka [Mon, 10 Feb 2014 06:22:31 +0000 (06:22 +0000)]
epa.texi (Caching Passphrases): Don't give argument to @item used in
 @enumerate section so as to be able to be formatted with MAKEINFO=no.

infohack.el (infohack-replace-unsupported): Fix last commit.

10 years agoinfohack.el: Work for the case makeinfo is not available
Katsumi Yamaoka [Mon, 10 Feb 2014 03:58:42 +0000 (03:58 +0000)]
infohack.el: Work for the case makeinfo is not available

infohack.el (texinfo-format-comma): Support @comma.
 (infohack-replace-unsupported): New function.
 (infohack): Use it.

10 years agognus-art.el (gnus-mime-buttonize-attachments-in-header): Number unnumbered MIME handles
Katsumi Yamaoka [Mon, 10 Feb 2014 00:17:50 +0000 (00:17 +0000)]
gnus-art.el (gnus-mime-buttonize-attachments-in-header): Number unnumbered MIME handles

gnus-art.el (gnus-article-goto-part): Find a button in the body first.
 (gnus-mime-buttonize-attachments-in-header): Number hidden buttons.

10 years agomessage.el (message-tab): Mention what happens on normal tabs (bug#11297)
Lars Ingebrigtsen [Sun, 9 Feb 2014 11:25:23 +0000 (11:25 +0000)]
message.el (message-tab): Mention what happens on normal tabs (bug#11297)

10 years agoauth.texi (GnuPG and EasyPG Assistant Configuration): Be agnostic about authinfo...
Glenn Morris [Sat, 8 Feb 2014 05:02:43 +0000 (05:02 +0000)]
auth.texi (GnuPG and EasyPG Assistant Configuration): Be agnostic about authinfo/authinfo.gpg default order (Bug#16642)
auth-source.el (auth-sources): Doc fix (Bug#16642)

10 years agognus-art.el (gnus-mime-buttonize-attachments-in-header): Display buttons that are...
Katsumi Yamaoka [Fri, 7 Feb 2014 07:39:53 +0000 (07:39 +0000)]
gnus-art.el (gnus-mime-buttonize-attachments-in-header): Display buttons that are hidden in unselected alternative part as well

10 years agogmm-utils.el (gmm-flet, gmm-labels): Add edebug spec
Katsumi Yamaoka [Fri, 7 Feb 2014 04:12:21 +0000 (04:12 +0000)]
gmm-utils.el (gmm-flet, gmm-labels): Add edebug spec

10 years agonnimap.el (nnimap-split-rule): "Use instead" obsolescence messages should end with "."
Glenn Morris [Fri, 7 Feb 2014 04:09:43 +0000 (04:09 +0000)]
nnimap.el (nnimap-split-rule): "Use instead" obsolescence messages should end with "."

10 years ago(gnus-server-toggle-cloud-server): Only allow clouding applicable types.
Lars Ingebrigtsen [Fri, 7 Feb 2014 02:00:29 +0000 (18:00 -0800)]
(gnus-server-toggle-cloud-server): Only allow clouding applicable types.

10 years agoMake it possible to specify servers to be covered by the cloud
Lars Ingebrigtsen [Fri, 7 Feb 2014 01:57:06 +0000 (17:57 -0800)]
Make it possible to specify servers to be covered by the cloud

10 years agoMake it possible to specify servers to be covered by the cloud
Lars Ingebrigtsen [Fri, 7 Feb 2014 01:56:44 +0000 (17:56 -0800)]
Make it possible to specify servers to be covered by the cloud

10 years agoAddress parsing fixup
Lars Ingebrigtsen [Fri, 7 Feb 2014 00:13:55 +0000 (16:13 -0800)]
Address parsing fixup

* ietf-drums.el (ietf-drums-parse-address): Don't bug out when called
with an empty string.

10 years agoepa.texi (Mail-mode integration): Mention epa-mail-aliases
Glenn Morris [Thu, 6 Feb 2014 05:47:15 +0000 (05:47 +0000)]
epa.texi (Mail-mode integration): Mention epa-mail-aliases

10 years agoChangeLog belonging to the previous checkin
Lars Ingebrigtsen [Thu, 6 Feb 2014 02:46:44 +0000 (18:46 -0800)]
ChangeLog belonging to the previous checkin

10 years agoAllow cancelling articles that have a differing From address
Lars Ingebrigtsen [Thu, 6 Feb 2014 02:45:38 +0000 (18:45 -0800)]
Allow cancelling articles that have a differing From address

* gnus-msg.el (gnus-summary-cancel-article): `user-mail-address' is
buffer-local in some buffers, so bind it explicitly in the buffer we're
trying to cancel the article in (bug#10808).

10 years agognus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at): New functions
Katsumi Yamaoka [Wed, 5 Feb 2014 10:29:58 +0000 (10:29 +0000)]
gnus.el, gnus-xmas.el (gnus-copy-overlay, gnus-overlays-at): New functions

10 years agoepa.texi: Add indices
Glenn Morris [Wed, 5 Feb 2014 10:00:32 +0000 (10:00 +0000)]
epa.texi: Add indices

10 years agoButtonize MIME attachments in the article header
Katsumi Yamaoka [Wed, 5 Feb 2014 09:53:17 +0000 (09:53 +0000)]
Buttonize MIME attachments in the article header

* gnus.texi (MIME Commands): Mention
  gnus-mime-buttonize-attachments-in-header and
  gnus-mime-display-attachment-buttons-in-header.

* gnus-art.el (gnus-mime-display-attachment-buttons-in-header):
  New user option.
  (gnus-mime-buttonize-attachments-in-header): New function.
  (gnus-article-prepare): Use it.
  (gnus-mime-inline-part): Suppress extra newline.
  (gnus-mm-display-part): Save excursion;
  remove useless deleting and adding of buttons.
  (gnus-insert-mime-button): Allow insertion in the middle of a line.

* gnus-sum.el (gnus-summary-wash-mime-map, gnus-summary-article-menu):
  Add gnus-mime-buttonize-attachments-in-header.

10 years agoDownload the Cloud chunks
Lars Ingebrigtsen [Wed, 5 Feb 2014 03:16:31 +0000 (19:16 -0800)]
Download the Cloud chunks

* nnimap.el (nnimap-request-articles): New command to download several
articles at once.

10 years ago* gnus.el (gnus-variable-list): Save Cloud variables.
Lars Ingebrigtsen [Wed, 5 Feb 2014 02:35:32 +0000 (18:35 -0800)]
* gnus.el (gnus-variable-list): Save Cloud variables.

10 years agoPrune old chunks
Lars Ingebrigtsen [Wed, 5 Feb 2014 01:53:11 +0000 (17:53 -0800)]
Prune old chunks

10 years ago* gnus-int.el (gnus-request-accept-article): Doc fix.
Lars Ingebrigtsen [Wed, 5 Feb 2014 00:48:59 +0000 (16:48 -0800)]
* gnus-int.el (gnus-request-accept-article): Doc fix.

10 years agoRewrite the specs to use plists for future compatability
Lars Ingebrigtsen [Tue, 4 Feb 2014 23:45:24 +0000 (15:45 -0800)]
Rewrite the specs to use plists for future compatability

10 years agoBuild fix
Lars Ingebrigtsen [Tue, 4 Feb 2014 01:34:35 +0000 (17:34 -0800)]
Build fix

10 years agoFind the new Cloud files
Lars Ingebrigtsen [Tue, 4 Feb 2014 01:32:52 +0000 (17:32 -0800)]
Find the new Cloud files