Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-06-02 Thread Carsten Dominik
On Jun 2, 2010, at 9:44 AM, Christian Egli wrote: Hi Carsten Carsten Dominik writes: are we ready to install org-taskjuggler.el into Org-mode? I modified it so that it no longer uses the ID property, so from that perspective it should be ready. What is missing is a little section for th

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-06-02 Thread Christian Egli
Hi Carsten Carsten Dominik writes: > are we ready to install org-taskjuggler.el into Org-mode? I modified it so that it no longer uses the ID property, so from that perspective it should be ready. What is missing is a little section for the manual and the integration in the the exporter and the

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-06-01 Thread Carsten Dominik
Hi Christian, are we ready to install org-taskjuggler.el into Org-mode? Where do you want it, core or contrib? I did not yet hear from you that the FSF assignment process is done, could you please update me on that? Thanks. - Carsten On May 21, 2010, at 11:10 PM, Christian Egli wrote: Hi al

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Julien Danjou
On Fri, May 21 2010, Christian Egli wrote: > So before pouring out the baby with the bathwater maybe we should at > least try if the git merge driver solves the main problem we have with > the Changelog files. This does not resolve a ugly part which is the duplication of information: in the cha

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Christian Egli
Hi all John Wiegley writes: > The Emacs ChangeLog is a file which predates the existence of freely > available, project-wide version control. It was a way to see, in one > place, the stream of changes occurring in a project -- something which > RCS could not do for you. The only problem is that

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Eric Schulte
Bernt Hansen writes: > John Wiegley writes: > >> On May 21, 2010, at 9:47 AM, Tassilo Horn wrote: >> >>> I think it would be better if line 3+ would be exact ChangeLog entries >>> format-wise, so that you can still use emacs' ChangeLog facilities >>> (`add-change-log-entry'). I don't really wan

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 11:53 AM, Carsten Dominik wrote: > But only the file, not the function... I tested it with a function change, and it inserted the function name too! John ___ Emacs-orgmode mailing list Please use `Reply All' to send replies to the

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 11:39 AM, Bernt Hansen wrote: > I make most of my git commits (including org-mode) in vim which is > kicked off from raw command-line git. I normally make multiple changes > at once and then build separate commits by using git's editing hunk > features from 'git add -p'. I do

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Bernt Hansen
John Wiegley writes: > On May 21, 2010, at 11:39 AM, Bernt Hansen wrote: > >> I make most of my git commits (including org-mode) in vim which is >> kicked off from raw command-line git. I normally make multiple changes >> at once and then build separate commits by using git's editing hunk >> fea

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Bernt Hansen
John Wiegley writes: > On May 21, 2010, at 9:47 AM, Tassilo Horn wrote: > >> I think it would be better if line 3+ would be exact ChangeLog entries >> format-wise, so that you can still use emacs' ChangeLog facilities >> (`add-change-log-entry'). I don't really want to write the changed file >>

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
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-clo

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 5:06 PM, John Wiegley wrote: On May 21, 2010, at 9:47 AM, Tassilo Horn wrote: I think it would be better if line 3+ would be exact ChangeLog entries format-wise, so that you can still use emacs' ChangeLog facilities (`add-change-log-entry'). I don't really want to write

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 10:32 AM, Carsten Dominik wrote: > We could even make a command for this, and apply any wanted > formatting like what John was proposing (removing the committer > line and indentation)... > > I think that this is not a bad idea, because normally you will > not have the commit

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 9:47 AM, Tassilo Horn wrote: > I think it would be better if line 3+ would be exact ChangeLog entries > format-wise, so that you can still use emacs' ChangeLog facilities > (`add-change-log-entry'). I don't really want to write the changed file > and function names on my own,

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 2:50 PM, John Wiegley wrote: On May 21, 2010, at 8:15 AM, Carsten Dominik wrote: Can I have a look at one of those ChangeLog files created with the script? Just to get the idea? Do we need to do something special in the git commit message? Below is output from runni

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Carsten Dominik
Hi Ben, On May 21, 2010, at 3:01 PM, Ben Finney wrote: Carsten Dominik writes: On May 21, 2010, at 11:41 AM, John Wiegley wrote: This makes it trivial to build ChangeLog entries for a range of commits, suitable for submission to Emacs. It may need a bit more work to be production-ready, but

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Tassilo Horn
John Wiegley writes: Hi John, > Line 1 is a <50 character short description > > Line 3 starts a 72-column full commit entry, formatted just like a > ChangeLog entry, but without leading whitespace or '*'. If a changed > file is mentioned, the mention isn't repeated by git-changelog; but

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Ben Finney
Carsten Dominik writes: > On May 21, 2010, at 11:41 AM, John Wiegley wrote: > > This makes it trivial to build ChangeLog entries for a range of > > commits, suitable for submission to Emacs. It may need a bit more > > work to be production-ready, but it can already produce a ChangeLog > > for all

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
On May 21, 2010, at 8:15 AM, Carsten Dominik wrote: > Can I have a look at one of those ChangeLog files created with the script? > Just to get the idea? Do we need to do something special in the git commit > message? Below is output from running "git changelog HEAD~15.. -- lisp". It can ide

Re: [Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread Carsten Dominik
On May 21, 2010, at 11:41 AM, John Wiegley wrote: I just remembered that I'd written a script for building a properly formatted ChangeLog directly from Git history: http://github.com/jwiegley/git-scripts/blob/master/git-changelog This makes it trivial to build ChangeLog entries for a ran

[Orgmode] Re: A request: Moving away from ChangeLog

2010-05-21 Thread John Wiegley
I just remembered that I'd written a script for building a properly formatted ChangeLog directly from Git history: http://github.com/jwiegley/git-scripts/blob/master/git-changelog This makes it trivial to build ChangeLog entries for a range of commits, suitable for submission to Emacs. It