From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Michael Albinus Newsgroups: gmane.emacs.devel Subject: Re: For insertion in trunk Date: Sat, 21 Apr 2012 10:28:23 +0200 Message-ID: <87ty0dzdy0.fsf@gmx.de> References: <87sjfyqzhc.fsf@gmx.de> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1334996923 30645 80.91.229.3 (21 Apr 2012 08:28:43 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Sat, 21 Apr 2012 08:28:43 +0000 (UTC) Cc: emacs-devel@gnu.org To: Lars Magne Ingebrigtsen Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Sat Apr 21 10:28:42 2012 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([208.118.235.17]) by plane.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1SLVgN-0001nO-9A for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 10:28:39 +0200 Original-Received: from localhost ([::1]:54357 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLVgM-0003LE-Lr for ged-emacs-devel@m.gmane.org; Sat, 21 Apr 2012 04:28:38 -0400 Original-Received: from eggs.gnu.org ([208.118.235.92]:36350) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1SLVgH-0003K5-29 for emacs-devel@gnu.org; Sat, 21 Apr 2012 04:28:37 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1SLVgB-0008JO-Tg for emacs-devel@gnu.org; Sat, 21 Apr 2012 04:28:32 -0400 Original-Received: from mailout-de.gmx.net ([213.165.64.22]:48324) by eggs.gnu.org with smtp (Exim 4.71) (envelope-from ) id 1SLVgB-0008JC-Jb for emacs-devel@gnu.org; Sat, 21 Apr 2012 04:28:27 -0400 Original-Received: (qmail invoked by alias); 21 Apr 2012 08:28:25 -0000 Original-Received: from p57BB9823.dip0.t-ipconnect.de (EHLO detlef.gmx.de) [87.187.152.35] by mail.gmx.net (mp038) with SMTP; 21 Apr 2012 10:28:25 +0200 X-Authenticated: #3708877 X-Provags-ID: V01U2FsdGVkX18SJVRRXDYSeRNBA5eP8EZ8OYQ2OaCX/eXAGXf9N5 GZQG7qDkNuvEba In-Reply-To: (Lars Magne Ingebrigtsen's message of "Sat, 21 Apr 2012 10:11:24 +0200") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.0.94 (gnu/linux) X-Y-GMX-Trusted: 0 X-detected-operating-system: by eggs.gnu.org: Genre and OS details not recognized. X-Received-From: 213.165.64.22 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:149896 Archived-At: Lars Magne Ingebrigtsen writes: > Michael Albinus writes: > >> I have worked on adding new features for Emacs' D-Bus bindings over the >> last months. Usually, it could wait until the trunk is reopened for new >> features. > > The trunk is open for new features now. We should avoid committing > "churn" stuff to the trunk, though, to make it easier to merge fixes > committed to the emacs-24 branch. After installation of my changes, it would be almost impossible to merge dbusbind.c or dbus.el automatically between the emacs24 branch and the trunk. However, I would volunteer to merge needed patches manually :-) Best regards, Michael.