all messages for Emacs-related lists mirrored at yhetil.org
 help / color / mirror / code / Atom feed
From: Katsumi Yamaoka <yamaoka@jpl.org>
To: Chong Yidong <cyd@gnu.org>
Cc: Lars Magne Ingebrigtsen <larsi@gnus.org>, emacs-devel@gnu.org
Subject: Re: For insertion in trunk
Date: Wed, 27 Jun 2012 07:55:56 +0900	[thread overview]
Message-ID: <b4my5n9wumb.fsf@jpl.org> (raw)
In-Reply-To: 87fw9l5b2j.fsf@gnu.org

Chong Yidong wrote:
> Katsumi Yamaoka <yamaoka@jpl.org> writes:

>> Well, the diff[1] between Emacs's Gnus and Ma Gnus grew into over
>> 200KB, and pretty amount of them are useful and obviously unrelated
>> to the problem.  So, I'd like to merge them to the Emacs trunk.
>> The attached text includes the ChangeLog entries associated with
>> the Gnus changes not yet merged to Emacs; where lines beginning
>> with `o' are the ones that I think safe to merge to Emacs.  WDYT?
>> If that's ok, I'll work on it next week or later.
>>
>> [1] /ftp.jpl.org:/pub/tmp/MaGnus-to-Emacs.patch
>>  (or http://www.jpl.org/ftp/pub/tmp/MaGnus-to-Emacs.patch)

> On the Emacs side, I am fine with merging to trunk now.  Lars can make
> the call about whether he thinks Ma Gnus is ready to be used by those
> following the Emacs trunk.  (Just so we are on the same page: I'm
> assuming you guys are intending to have it be included in 24.2, since
> the current plan is to release Emacs 24.2 from the trunk.)

Thanks.  I've merged changes made in Gnus master to the Emacs trunk
just now, except for the nnimap and `unexist' related changes.
The unfinished ones are below.  You can find those changes in:

ftp://ftp.jpl.org/pub/tmp/MaGnus-to-Emacs.patch
or http://www.jpl.org/ftp/pub/tmp/MaGnus-to-Emacs.patch

I guess some of them are harmless, or all are safe.  However, I
have no means to verify it since I'm not an IMAP user.

:::::::::::::::::
::: doc/misc/ :::
:::::::::::::::::
2012-03-22 Lars Magne Ingebrigtsen <larsi@gnus.org>
* gnus.texi (Client-Side IMAP Splitting):
  Note that `nnimap-inbox' now can be a list.

::::::::::::::::::
::: lisp/gnus/ :::
::::::::::::::::::
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> (tiny change)
* 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.



  reply	other threads:[~2012-06-26 22:55 UTC|newest]

Thread overview: 18+ messages / expand[flat|nested]  mbox.gz  Atom feed  top
2012-04-20 13:55 For insertion in trunk Michael Albinus
2012-04-21  2:12 ` Stefan Monnier
2012-04-21  8:23   ` Michael Albinus
2012-04-21  8:11 ` Lars Magne Ingebrigtsen
2012-04-21  8:28   ` Michael Albinus
2012-04-21  9:34     ` Andreas Schwab
2012-04-23  2:01       ` Katsumi Yamaoka
2012-04-23  8:41         ` Lars Magne Ingebrigtsen
2012-04-23  9:23           ` Katsumi Yamaoka
2012-06-22 11:46             ` Katsumi Yamaoka
2012-06-24  9:11               ` Chong Yidong
2012-06-26 22:55                 ` Katsumi Yamaoka [this message]
2012-06-27  0:09                   ` Glenn Morris
2012-06-27  0:47                     ` Katsumi Yamaoka
2012-06-27  1:24                       ` Glenn Morris
2012-06-27  3:49                         ` Katsumi Yamaoka
2012-06-27  6:58                           ` Glenn Morris
2012-06-29  4:16                             ` Katsumi Yamaoka

Reply instructions:

You may reply publicly to this message via plain-text email
using any one of the following methods:

* Save the following mbox file, import it into your mail client,
  and reply-to-all from there: mbox

  Avoid top-posting and favor interleaved quoting:
  https://en.wikipedia.org/wiki/Posting_style#Interleaved_style

* Reply using the --to, --cc, and --in-reply-to
  switches of git-send-email(1):

  git send-email \
    --in-reply-to=b4my5n9wumb.fsf@jpl.org \
    --to=yamaoka@jpl.org \
    --cc=cyd@gnu.org \
    --cc=emacs-devel@gnu.org \
    --cc=larsi@gnus.org \
    /path/to/YOUR_REPLY

  https://kernel.org/pub/software/scm/git/docs/git-send-email.html

* If your mail client supports setting the In-Reply-To header
  via mailto: links, try the mailto: link
Be sure your reply has a Subject: header at the top and a blank line before the message body.
Code repositories for project(s) associated with this external index

	https://git.savannah.gnu.org/cgit/emacs.git
	https://git.savannah.gnu.org/cgit/emacs/org-mode.git

This is an external index of several public inboxes,
see mirroring instructions on how to clone and mirror
all data and code used by this external index.