Waldek Hebisch <[EMAIL PROTECTED]> writes: > Martin Rubey wrote: > > > Modified: trunk/ChangeLog.wh > > =================================================================== > > --- trunk/ChangeLog.wh 2008-09-09 13:25:53 UTC (rev 359) > > +++ trunk/ChangeLog.wh 2008-09-09 18:29:59 UTC (rev 360) > > @@ -1,5 +1,10 @@ > > 2008-09-09 Martin Rubey <[EMAIL PROTECTED]> > > > > + * configure.ac, configure, src/interp/nlib.lisp, > > + src/lisp/Makefile.in: introduce configure option > > + with-algebra-optimization to let the lisp compiler optimize the > > + algebra. (thanks to Waldek) > > + > > * src/algebra/attribs.spad.pamphlet, src/algebra/boo-nilcat.spad, > > src/algebra/coerce.spad.pamphlet, src/interp/fnew.meta, > > src/interp/fnewmeta.lisp: introduce syntax with () for empty > > I think we should have sepatate ChangeLog entry for each commit. That is > each commit should add header line with date, even if date is the same as > previuous commit. Such convention make it easier to correlate ChangeLog with > commit. Also, putting things in a single entry suggest that they are > related, but above they are clearly unrelated.
OK. I use M-x add-changelog-entry in emacs, which defaults to what you see above, but actually, I use svn log to see what happened. (And I urge everybody to make svn log contain *at least* as much information (ideally: the same) as Changelog.wh. > BTW. I think that we should do a little renaming: > > ChangeLog.wh -> ChangeLog > CHANGELOG -> CHANGELOG.old > */ChangeLog.build-improvements -> ChangeLog.bu Yes, please do so. BTW, I'll commit the patch concerning the SPADCALL optimization in a few minutes, as soon as the test results are OK. Heavy testing invited, in particular the system commands. Martin --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "FriCAS - computer algebra system" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [EMAIL PROTECTED] For more options, visit this group at http://groups.google.com/group/fricas-devel?hl=en -~----------~----~----~----~------~----~------~--~---
