From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Ted Zlatanov Newsgroups: gmane.emacs.devel Subject: Re: How does ELPA work? Date: Tue, 08 Mar 2011 12:48:56 -0600 Organization: =?utf-8?B?0KLQtdC+0LTQvtGAINCX0LvQsNGC0LDQvdC+0LI=?= @ Cienfuegos Message-ID: <87zkp5sb1j.fsf@lifelogs.com> References: <87d3m9pou4.fsf@lifelogs.com> <87sjv1i89t.fsf@gmx.de> <87aah7rjkx.fsf@stupidchicken.com> <87hbbfnho3.fsf@gmx.de> <87vczumpa7.fsf@stupidchicken.com> <87mxl5933t.fsf@gmx.de> <87pqq15yky.fsf@stupidchicken.com> <87vcztqywb.fsf@gmx.de> <877hc95um3.fsf@stupidchicken.com> NNTP-Posting-Host: lo.gmane.org Mime-Version: 1.0 Content-Type: text/plain X-Trace: dough.gmane.org 1299610227 14580 80.91.229.12 (8 Mar 2011 18:50:27 GMT) X-Complaints-To: usenet@dough.gmane.org NNTP-Posting-Date: Tue, 8 Mar 2011 18:50:27 +0000 (UTC) To: emacs-devel@gnu.org Original-X-From: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Tue Mar 08 19:50:23 2011 Return-path: Envelope-to: ged-emacs-devel@m.gmane.org Original-Received: from lists.gnu.org ([199.232.76.165]) by lo.gmane.org with esmtp (Exim 4.69) (envelope-from ) id 1Px1zC-0003Ut-TV for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 19:50:23 +0100 Original-Received: from localhost ([127.0.0.1]:43912 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px1zC-0002Z8-AF for ged-emacs-devel@m.gmane.org; Tue, 08 Mar 2011 13:50:22 -0500 Original-Received: from [140.186.70.92] (port=57370 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1Px1z1-0002XW-Ez for emacs-devel@gnu.org; Tue, 08 Mar 2011 13:50:12 -0500 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Px1yz-00044k-5Q for emacs-devel@gnu.org; Tue, 08 Mar 2011 13:50:11 -0500 Original-Received: from lo.gmane.org ([80.91.229.12]:33689) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Px1yz-00044V-00 for emacs-devel@gnu.org; Tue, 08 Mar 2011 13:50:09 -0500 Original-Received: from list by lo.gmane.org with local (Exim 4.69) (envelope-from ) id 1Px1yw-0003Mj-8u for emacs-devel@gnu.org; Tue, 08 Mar 2011 19:50:06 +0100 Original-Received: from 38.98.147.130 ([38.98.147.130]) by main.gmane.org with esmtp (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2011 19:50:06 +0100 Original-Received: from tzz by 38.98.147.130 with local (Gmexim 0.1 (Debian)) id 1AlnuQ-0007hv-00 for ; Tue, 08 Mar 2011 19:50:06 +0100 X-Injected-Via-Gmane: http://gmane.org/ Original-Lines: 14 Original-X-Complaints-To: usenet@dough.gmane.org X-Gmane-NNTP-Posting-Host: 38.98.147.130 X-Face: bd.DQ~'29fIs`T_%O%C\g%6jW)yi[zuz6; d4V0`@y-~$#3P_Ng{@m+e4o<4P'#(_GJQ%TT= D}[Ep*b!\e,fBZ'j_+#"Ps?s2!4H2-Y"sx" User-Agent: Gnus/5.110014 (No Gnus v0.14) Emacs/24.0.50 (gnu/linux) Cancel-Lock: sha1:gmXXQK4wPhH7wkSaWwgx+eDClyY= X-detected-operating-system: by eggs.gnu.org: GNU/Linux 2.6 (newer, 3) X-Received-From: 80.91.229.12 X-BeenThere: emacs-devel@gnu.org X-Mailman-Version: 2.1.5 Precedence: list List-Id: "Emacs development discussions." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Original-Sender: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Errors-To: emacs-devel-bounces+ged-emacs-devel=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.devel:136905 Archived-At: On Tue, 08 Mar 2011 13:34:44 -0500 Chong Yidong wrote: >> If yes, where shall I document changes? ChangeLog in >> packages/debbugs-0.1? CY> We don't have a chagelog policy on the elpa branch, so it is OK to use CY> just bzr commit logs if you like. If you personally want to add a CY> ChangeLog or maintain a log in in debbugs.el, feel free. Is there an equivalent of `C-x 4 a' for the VC log? I find it really convenient to annotate my changes in the ChangeLog format, even if the actual text goes in the VC log instead of a ChangeLog file. Ted