1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2024-11-30 08:09:04 +00:00
emacs/lisp/gnus
Katsumi Yamaoka eaa610c3b4 Merge changes made in Gnus trunk
2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
 * gnus.texi (Client-Side IMAP Splitting):
   Note that `nnimap-inbox' now can be a list.

2013-06-05 David Engster <deng@randomsample.de>
 * gnus-sum.el (gnus-update-marks): Do not remove empty 'unexist'
   ranges, since `nnimap-retrieve-group-data-early' also uses it as a flag
   to see whether the group was synced before.

2012-09-05 Martin Stjernholm <mast@lysator.liu.se>
 * nnimap.el (nnimap-request-move-article): Decode the group name when
   doing internal moves to avoid charset issues.

2012-09-05 Julien Danjou <julien@danjou.info>
 * nnimap.el (nnimap-request-list):
   Revert change that made listing synchronous.
   (nnimap-get-responses): Restore.

2012-08-31 Dave Abrahams <dave@boostpro.com>
 * nnimap.el (nnimap-change-group): Document result value.
 * nnimap.el (nnimap-find-article-by-message-id):
   Account for the fact that nnimap-change-group can return t.

2012-08-06 Julien Danjou <julien@danjou.info>
 * nnimap.el (nnimap-request-head):
   Resture to-buffer parameter, used by `nnimap-request-move-article'.
 * nnimap.el (nnimap-request-head): Remove to-buffer argument.
 * gnus-int.el (gnus-request-head): Remove to-buffer argument, only
   supported by nnimap actually. Reverts previous change.
 * gnus-int.el (gnus-request-head): Add an optional to-buffer parameter
   to mimic `gnus-request-article' and enjoy backends the nn*-request-head
   to-buffer argument that is already supported.

2012-07-24 Julien Danjou <julien@danjou.info>
 * nnimap.el (nnimap-get-responses): Remove, unused.

2012-06-25 Julien Danjou <julien@danjou.info>
 * nnimap.el (nnimap-request-articles-find-limit): Rename from
   `nnimap-request-move-articles-find-limit' since we do not use it
   only for move operations.
   (nnimap-request-accept-article):
   Use `nnimap-request-articles-find-limit' to limit search by message-id.

2012-06-19 Julien Danjou <julien@danjou.info>
 * nnir.el (nnir-run-imap): Fix, use `nnimap-change-group'.
 * nnimap.el (nnimap-log-buffer):
   Check that `window-point-insertion-type' is boundp, since it's not
   available in XEmacs.

2012-06-19 Michael Welsh Duggan <md5i@md5i.com>
 * nnimap.el (nnimap-log-buffer):
   Add this, setting `window-point-insertion-type' in the buffer to t.
   (nnimap-log-command): Use nnimap-log-buffer.

2012-06-19 Julien Danjou <julien@danjou.info>
 * nnimap.el (nnimap-find-article-by-message-id):
   Add an optional limit argument to be able to limit the search.
   (nnimap-request-move-article):
   Use `nnimap-request-move-articles-find-limit'.
   (nnimap-request-move-articles-find-limit):
   Add this to limit the search by Message-Id after a message move.
   (nnimap): Add defgroup.

2012-06-15 Julien Danjou <julien@danjou.info>
 * nnimap.el (nnimap-find-article-by-message-id):
   Use `nnimap-possibly-change-group' rather than its own EXAMINE call.
   (nnimap-possibly-change-group): Add read-only argument.
   (nnimap-request-list): Use nnimap-possibly-change-group rather than
   issuing EXAMINE manually.
   (nnimap-find-article-by-message-id):
   Use `nnimap-possibly-change-group' with read-only argument.
   (nnimap-change-group): Rename from `nnimap-possibly-change-group'.
   We cannot possibly change because we need to be sure that it's either
   read-write or read-only.

2012-06-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
 * gnus-sum.el (gnus-summary-insert-old-articles):
   Don't include unexistent messages.

2012-04-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
 * gnus-start.el (gnus-clean-old-newsrc):
   Remove totally bogus `unexists' entries.
   (gnus-clean-old-newsrc): Fix last checkin.
 * nnimap.el (nnimap-update-info):
   None of the articles below the active low-water mark exist.

2012-03-27 Katsumi Yamaoka <yamaoka@jpl.org>
 * nnimap.el (gnus-refer-thread-use-nnir): Silence the byte compiler.

2012-03-22 Sergio Martinez <samf0xb58@gmail.com> (tiny change)
 * nnimap.el (nnimap-request-scan):
   Allow `nnimap-inbox' to be a list of inboxes.

2012-03-10 Lars Magne Ingebrigtsen <larsi@gnus.org>
 * gnus-group.el (gnus-group-expire-articles-1):
   Don't try to expire messages that don't exist.
 * gnus-sum.el (gnus-summary-expire-articles): Ditto.

2012-02-20 Lars Ingebrigtsen <larsi@gnus.org>
 * gnus-start.el (gnus-clean-old-newsrc): Allow a FORCE parameter.

2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
 * gnus-start.el (gnus-clean-old-newsrc):
   Delete `unexist' from pre-Ma Gnus 0.3.

2012-02-15 Lars Ingebrigtsen <larsi@gnus.org>
 * gnus-sum.el (gnus-summary-local-variables):
   Make `gnus-newsgroup-unexist' into a local variable.

2012-02-11 Lars Ingebrigtsen <larsi@gnus.org>
 * gnus-sum.el (gnus-adjust-marked-articles):
   Add to `gnus-newsgroup-unexist'.
 * gnus.el (gnus-article-mark-lists):
   Add `unexist' to the list of marks.
   (gnus-article-special-mark-lists):
   Put the `unexist' in the special marks list instead.
 * gnus-sum.el (gnus-articles-to-read): Don't include unexisting
   articles in the list of articles to be selected.
 * nnimap.el (nnimap-retrieve-group-data-early):
   Query for unexisting articles.
   (nnimap-update-info): Keep track of unexisting articles.
   (nnimap-update-qresync-info): Ditto.

2012-02-01 Lars Ingebrigtsen <larsi@gnus.org>
 * gnus-start.el (gnus-clean-old-newsrc): New function.
   (gnus-read-newsrc-file): Use it.
2013-07-02 10:38:58 +00:00
..
.dir-locals.el
.gitignore
auth-source.el Merge changes made in Gnus master 2013-06-18 22:38:34 +00:00
canlock.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
ChangeLog Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
ChangeLog.1 Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
ChangeLog.2 Prefer UTF-8 in commentary. 2013-03-11 19:25:36 -07:00
compface.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
deuglify.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
ecomplete.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
flow-fill.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gmm-utils.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnus-agent.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnus-art.el gnus-art.el (gnus-article-extend-url-button): Make it work again with gnus-button-push revised at 2011-01-19 2013-06-28 08:03:21 +00:00
gnus-async.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
gnus-bcklg.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-bookmark.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnus-cache.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-cite.el Specify utf-8, not iso-8859-1, for ASCII files. 2013-03-06 23:28:51 -08:00
gnus-cus.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-delay.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
gnus-demon.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-diary.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-dired.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnus-draft.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-dup.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-eform.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-ems.el gnus-ems.el (gnus-image-type-available-p): Test display-images-p' before image-type-available-p' 2013-06-06 22:18:53 +00:00
gnus-fun.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-gravatar.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
gnus-group.el Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
gnus-html.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
gnus-int.el lisp/gnus/gnus-int.el (gnus-backend-trace): Honour gnus-backend-trace 2013-01-30 22:45:32 +00:00
gnus-kill.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-logic.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-mh.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-ml.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-mlspl.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-msg.el lisp/gnus/gnus-msg.el (gnus-inews-insert-gcc): Re-order conditional to work for string values of 'gcc-self 2013-04-26 02:08:43 +00:00
gnus-notifications.el gnus-notifications.el (gnus-notifications-notify): Use photo-file as app-icon 2013-05-16 22:31:47 +00:00
gnus-picon.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
gnus-range.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-registry.el gnus-registry.el: Silence XEmacs byte compiler 2013-02-24 22:44:49 +00:00
gnus-salt.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
gnus-score.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnus-setup.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-sieve.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-spec.el lisp/gnus/gnus-spec.el (gnus-parse-complex-format): Try to maximize compatibility 2013-05-22 22:16:29 +00:00
gnus-srvr.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnus-start.el Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
gnus-sum.el Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
gnus-sync.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
gnus-topic.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-undo.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-util.el Silence gnus-util compilation 2013-05-23 00:52:19 -07:00
gnus-uu.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus-vm.el Make a few libraries loadable in isolation 2013-05-10 19:25:11 -07:00
gnus-win.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
gnus.el Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
gravatar.el Silence some gnus compilation warnings 2013-05-28 19:40:43 -07:00
gssapi.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
html2text.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
ietf-drums.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
legacy-gnus-agent.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mail-parse.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mail-prsvr.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mail-source.el lisp/gnus/mail-source.el (mail-source-fetch-pop, mail-source-check-pop): Fix again 2013-04-26 13:56:37 +00:00
mailcap.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
message.el lisp/gnus/message.el (message-insert-formatted-citation-line): Handle finding first/lastname when more than 2 names appear 2013-05-19 22:50:16 +00:00
messcompat.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mm-archive.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mm-bodies.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mm-decode.el * lisp/gnus/mm-decode.el (widget-convert-button): Autoload. 2013-06-18 00:16:09 -07:00
mm-encode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mm-extern.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mm-partial.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mm-url.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mm-util.el Silence some gnus compilation warnings 2013-05-22 22:05:27 -07:00
mm-uu.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mm-view.el lisp/gnus/mm-view.el (mm-pkcs7-signed-magic, mm-pkcs7-enveloped-magic): Correct PKCS7 regexps to match messages with 0x0a bytes 2013-06-10 05:17:51 +00:00
mml1991.el * lisp/gnus/mml1991.el: Make it loadable. 2013-05-08 23:46:51 -07:00
mml2015.el lisp/gnus/mml2015.el: make key image extraction robuster 2013-07-02 02:34:12 +00:00
mml-sec.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
mml-smime.el lisp/gnus/mml-smime.el: Add mml-smime-encrypt-to-self 2013-01-11 03:06:13 +00:00
mml.el lisp/gnus/mml.el (mml-minibuffer-read-description): Use default' insted of initial-input' for the argument name 2013-04-04 02:35:55 +00:00
nnagent.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnbabyl.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nndiary.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nndir.el lisp/gnus/nndir.el (nndir-request-list): Remove 2nd argument passed to nnml-request-list (Bug#13873) 2013-03-06 03:55:49 +00:00
nndoc.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nndraft.el lisp/gnus/nndraft.el (nndraft-request-expire-articles): Make expiry target always `delete' 2013-03-28 01:36:23 +00:00
nneething.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnfolder.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
nngateway.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnheader.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnimap.el Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
nnir.el Merge changes made in Gnus trunk 2013-07-02 10:38:58 +00:00
nnmail.el * gnus/nnmail.el (nnmail-fancy-expiry-target): Also bind mail-dont-reply-to-names 2013-05-29 20:26:13 -07:00
nnmaildir.el Silence some gnus compilation warnings 2013-05-22 22:05:27 -07:00
nnmairix.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnmbox.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnmh.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnml.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnnil.el
nnoo.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnregistry.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnrss.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnspool.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nntp.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
nnvirtual.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
nnweb.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
plstore.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
pop3.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
qp.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
registry.el * registry.el (initialize-instance, registry-lookup) 2013-06-02 16:16:31 +02:00
rfc1843.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rfc2045.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rfc2047.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rfc2104.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rfc2231.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
rtree.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
score-mode.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
sieve-manage.el * lisp/gnus/sieve-manage.el (mm-enable-multibyte): Autoload. 2013-06-18 00:13:18 -07:00
sieve-mode.el Merge from emacs-24; up to 2012-12-06T01:39:03Z!monnier@iro.umontreal.ca 2013-01-02 08:13:04 -08:00
sieve.el * lisp/gnus/sieve.el (sieve-edit-script): Avoid beginning-of-buffer. 2013-06-16 20:49:49 -04:00
smiley.el * lisp/gnus/smiley.el (smiley-style): Make the file loadable in batch mode. 2013-01-15 21:46:25 -05:00
smime.el In doc, use standard American English style for e.g., etc., i.e. 2013-02-12 09:36:54 -08:00
spam-report.el Fix a bunch of custom types (thank you cus-test.el) 2013-05-08 21:40:20 -04:00
spam-stat.el * gnus/spam-stat.el (spam-stat-save): No need to tweak font-lock in temp buffers 2013-05-29 20:25:29 -07:00
spam-wash.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
spam.el Silence some gnus compilation warnings 2013-05-28 19:40:43 -07:00
starttls.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00
utf7.el Prefer UTF-8 when the encoding shouldn't matter and changes are small. 2013-03-05 09:13:01 -08:00
yenc.el Update copyright notices for 2013. 2013-01-01 09:11:05 +00:00