From mboxrd@z Thu Jan 1 00:00:00 1970 From: John Wiegley Subject: Re: Re: A request: Moving away from ChangeLog Date: Fri, 21 May 2010 11:33:02 -0400 Message-ID: <5FBB6650-40E0-4B0D-A67D-866F95A6A658@gmail.com> References: <2151275B-C80E-4B40-9022-8C9054020163@gmail.com> <469766F9-7C25-4792-A203-B241C22E2ED5@gmail.com> <94D31A4E-B262-4E06-AE2A-9C3D43145CAC@gmail.com> <7D47FD95-8C8D-4540-864A-D2C76B998A52@gmail.com> <674A39F8-2D3A-4EDB-9296-872559E39756@gmail.com> Mime-Version: 1.0 (Apple Message framework v1078) Content-Type: text/plain; charset=us-ascii Content-Transfer-Encoding: quoted-printable Return-path: Received: from [140.186.70.92] (port=41936 helo=eggs.gnu.org) by lists.gnu.org with esmtp (Exim 4.43) id 1OFUDn-0002cZ-CW for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:33:12 -0400 Received: from Debian-exim by eggs.gnu.org with spam-scanned (Exim 4.69) (envelope-from ) id 1OFUDl-0003nG-Kg for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:33:11 -0400 Received: from mail-pw0-f41.google.com ([209.85.160.41]:53585) by eggs.gnu.org with esmtp (Exim 4.69) (envelope-from ) id 1OFUDl-0003n4-GE for emacs-orgmode@gnu.org; Fri, 21 May 2010 11:33:09 -0400 Received: by pwi7 with SMTP id 7so1111344pwi.0 for ; Fri, 21 May 2010 08:33:08 -0700 (PDT) In-Reply-To: <674A39F8-2D3A-4EDB-9296-872559E39756@gmail.com> List-Id: "General discussions about Org-mode." List-Unsubscribe: , List-Archive: List-Post: List-Help: List-Subscribe: , Sender: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org Errors-To: emacs-orgmode-bounces+geo-emacs-orgmode=m.gmane.org@gnu.org To: Carsten Dominik Cc: emacs-orgmode Mode So, I suppose starting now we can just stop updating the ChangeLog. Here is an example of how a properly formatted entry would become a = commit message: 2010-05-19 David Maus * org.el (org-refile-cache-get): Return empty list of targets when cache was cleared. (org-clone-subtree-with-time-shift): Maybe create ID property in cloned subtrees. (org-clone-delete-id): New customization variable. (org-clone-subtree-with-time-shift): Use customization variable `org-clone-delete-id'. (org-clone-subtree-with-time-shift): Remove empty property drawer in cloned subtrees. Becomes: Fixes to org-clone * org.el (org-refile-cache-get): Return empty list of targets when cache was cleared. (org-clone-subtree-with-time-shift): Maybe create ID property in cloned subtrees. (org-clone-delete-id): New customization variable. (org-clone-subtree-with-time-shift): Use customization variable `org-clone-delete-id'. (org-clone-subtree-with-time-shift): Remove empty property drawer in cloned subtrees. I guess having stars to indicate the different files is not bad. John=