From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Jambunathan K Newsgroups: gmane.emacs.devel Subject: Re: Feature freeze Date: Mon, 16 Dec 2013 22:02:56 +0530 Message-ID: <87ob4gah8n.fsf@gmail.com> References: <87fvpsq4g0.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: ger.gmane.org 1387211641 1192 80.91.229.3 (16 Dec 2013 16:34:01 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Mon, 16 Dec 2013 16:34:01 +0000 (UTC) Cc: emacs-devel@gnu.org To: Stefan Monnier Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Mon Dec 16 17:34:06 2013 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 1Vsb7N-00024L-F4 for ged-emacs-devel@m.gmane.org; Mon, 16 Dec 2013 17:34:05 +0100 Original-Received: from localhost ([::1]:56940 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsb7M-0000nZ-OX for ged-emacs-devel@m.gmane.org; Mon, 16 Dec 2013 11:34:04 -0500 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:33849) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsb70-0000f3-4t for emacs-devel@gnu.org; Mon, 16 Dec 2013 11:34:01 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Vsb6Y-0000mE-NH for emacs-devel@gnu.org; Mon, 16 Dec 2013 11:33:42 -0500 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:53662) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Vsb6Y-0000ll-H2 for emacs-devel@gnu.org; Mon, 16 Dec 2013 11:33:14 -0500 Original-Received: by mail-pa0-f44.google.com with SMTP id fa1so3177328pad.3 for ; Mon, 16 Dec 2013 08:33:13 -0800 (PST) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:cc:subject:references:date:in-reply-to:message-id :user-agent:mime-version:content-type; bh=FTuF+MKQGYv9P9ys8qRQzmhi5zbJYrRbVGnQ08EmohM=; b=ZFtLiqePmjUipaTpo/5+CLu6y3R/5cBG9X7uv9irev2515f+bPLVXPxOQB6vJkoEcS MGv8ZnIjor35OUDpGL8+rl04m0Hs42ip2y70FYmova0f5gusg2XYhAJV2I0JtGYf/iuG zXBa1gSHH9UXNGTstyHZlXIorKTHBjFGqxbUwxYhIUU/Mz+My/+9oo0wIXDP0t7kBnE7 G23iZlXMzfobIKRkZJfsNo5Nxd49LyICLq9cGus97loEZowy/ur3tEbOrs0iB0bAJu5+ 7UI+Zv+s8AgSC+qxmsGxks9d9Fs2zj4nyAiedOcVDAu4cSGr5kwuwTMGX8JhAx/QsdmR 6RJA== X-Received: by 10.68.196.69 with SMTP id ik5mr21339206pbc.132.1387211593593; Mon, 16 Dec 2013 08:33:13 -0800 (PST) Original-Received: from debian-6.05 ([101.63.139.211]) by mx.google.com with ESMTPSA id rz6sm37557254pab.22.2013.12.16.08.33.10 for (version=TLSv1.1 cipher=RC4-SHA bits=128/128); Mon, 16 Dec 2013 08:33:12 -0800 (PST) In-Reply-To: (Stefan Monnier's message of "Mon, 16 Dec 2013 10:14:05 -0500") User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/24.3.50 (gnu/linux) X-detected-operating-system: by eggs.gnu.org: Error: Malformed IPv6 address (bad octet value). X-Received-From: 2607:f8b0:400e:c03::22c 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:166482 Archived-At: Stefan Monnier writes: >> I would like to merge my pending changes to ox-odt.el directly to the >> Emacs trunk. > If you want to contribute patches to Emacs, please address this first. Will do (See "Conditions Apply" below). > As for changes to Org, you can send them via M-x report-emacs-bug or > send them to Org maintainers directly. The Org code will be sync'd back > to Emacs (they got a special "feature freeze exemption"), so it will > work as well. As the original author of ox-odt.el, I would like to manage the changes directly in Emacs trunk. I don't want to deal with any intermediaries committing changes on my behalf.