From mboxrd@z Thu Jan 1 00:00:00 1970 Path: news.gmane.org!not-for-mail From: Alexis Newsgroups: gmane.emacs.help Subject: Re: Packages, release notes, etc Date: Thu, 10 Sep 2015 21:40:31 +1000 Message-ID: <87mvwu4i4w.fsf@gmail.com> NNTP-Posting-Host: plane.gmane.org Mime-Version: 1.0 Content-Type: text/plain; charset=utf-8 Content-Transfer-Encoding: quoted-printable X-Trace: ger.gmane.org 1441885319 30115 80.91.229.3 (10 Sep 2015 11:41:59 GMT) X-Complaints-To: usenet@ger.gmane.org NNTP-Posting-Date: Thu, 10 Sep 2015 11:41:59 +0000 (UTC) To: help-gnu-emacs Original-X-From: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Thu Sep 10 13:41:46 2015 Return-path: Envelope-to: geh-help-gnu-emacs@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 1Za0EF-00022x-6n for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Sep 2015 13:41:23 +0200 Original-Received: from localhost ([::1]:48653 helo=lists.gnu.org) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za0EE-0004GQ-Eo for geh-help-gnu-emacs@m.gmane.org; Thu, 10 Sep 2015 07:41:22 -0400 Original-Received: from eggs.gnu.org ([2001:4830:134:3::10]:34299) by lists.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za0DZ-0003cK-TR for help-gnu-emacs@gnu.org; Thu, 10 Sep 2015 07:40:42 -0400 Original-Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.71) (envelope-from ) id 1Za0DW-00041q-Gg for help-gnu-emacs@gnu.org; Thu, 10 Sep 2015 07:40:41 -0400 Original-Received: from mail-pa0-x22c.google.com ([2607:f8b0:400e:c03::22c]:33889) by eggs.gnu.org with esmtp (Exim 4.71) (envelope-from ) id 1Za0DV-00040l-Pr for help-gnu-emacs@gnu.org; Thu, 10 Sep 2015 07:40:38 -0400 Original-Received: by padhy16 with SMTP id hy16so41236795pad.1 for ; Thu, 10 Sep 2015 04:40:36 -0700 (PDT) DKIM-Signature: v=1; a=rsa-sha256; c=relaxed/relaxed; d=gmail.com; s=20120113; h=from:to:subject:in-reply-to:date:message-id:mime-version :content-type:content-transfer-encoding; bh=XtMg4IS7UlKNJz5jGhUsVbdXGwIIPikD/PAfLG2Obe0=; b=FAVQ9PvG+j2B6qT0qYHuM50nmCQ7WzSp3NhOwHMfO3U1fHfVYWk1XbDdIpp2RMXakJ 0VQ0u4ub4HUNOPdmuM8dRCxE6qwbabHyhD7Ru6OmMzvsZSKTe7zvCsV1zKoyAxbofGk6 zddLwGUdWxSdwI7bULnUSpXBFUUiZ2DSnYCe/YC9sjSNDBZAMfHKClMNb4ZfG0qGDmOm b9aXkm2s9U5hEtf9oPxD8+cNAGS8WLdQHulVsP3L34zylFynDtIpnXrhF4tIzdUNaoZq HCdzRe3br9ImXZ4TzD4IbxqGeKpwDKQd+KHW44g0TWXUgQ3oTENNFUK6t9Ji191ygjuz OBDw== X-Received: by 10.68.99.197 with SMTP id es5mr82784881pbb.112.1441885236594; Thu, 10 Sep 2015 04:40:36 -0700 (PDT) Original-Received: from localhost (ppp118-209-144-24.lns20.mel8.internode.on.net. [118.209.144.24]) by smtp.gmail.com with ESMTPSA id c6sm11633881pat.13.2015.09.10.04.40.34 for (version=TLSv1.2 cipher=ECDHE-RSA-AES128-GCM-SHA256 bits=128/128); Thu, 10 Sep 2015 04:40:35 -0700 (PDT) In-Reply-To: 87io7iochh.fsf@gnu.org 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: help-gnu-emacs@gnu.org X-Mailman-Version: 2.1.14 Precedence: list List-Id: Users list for the GNU Emacs text editor List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Errors-To: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Original-Sender: help-gnu-emacs-bounces+geh-help-gnu-emacs=m.gmane.org@gnu.org Xref: news.gmane.org gmane.emacs.help:107120 Archived-At: Tassilo Horn writes: > Things like a ChangeLog or release notes are optional and up to the > package maintainer. Some packages have them either in separate files, > in their info documentation, or included as comment in the package's > main file. Yes, in my packages i include a =E2=80=9C;;; Commentary:=E2=80=9D section a= t the start of the main package file, containing Markdown within comments, that `el2markdown`: https://github.com/Lindydancer/el2markdown uses to generate the README.md file containing the package documentation. Alexis.