|
From: Raymond T. <toy...@gm...> - 2016-03-31 16:13:43
|
On Wed, Mar 30, 2016 at 10:28 PM, Gunter Königsmann > - Log ----------------------------------------------------------------- > commit 2b0f8c43231ba5e96eb0d6129f690aee69dd0c0e > Author: Gunter Königsmann <gu...@pe...> > Date: Thu Mar 31 07:28:28 2016 +0200 > > Docu/Creating a release: Added a request to inform the wxMaxima team > that aims to make a simultaneous release. > > diff --git a/README.developers-howto b/README.developers-howto > > [snip] > diff --git a/share/contrib/engineering-format.lisp > b/share/contrib/engineering-format.lisp > index 03944e0..9df2ea5 100644 > --- a/share/contrib/engineering-format.lisp > +++ b/share/contrib/engineering-format.lisp > @@ -48,3 +48,5 @@ > (setq s1 (if *exploden-strip-float-zeros* (or (strip-float-zeros > s) s) s)) > (funcall foo s1)) > (funcall foo x)))) > + > +(putprop 'engineering_format_floats t 'evflag) > > Please try to remember to have a commit message for each commit. I'm pretty sure this putprop change has nothing to do with the release stuff you mentioned in the commit message. :-) I'm not even sure what this putprop is trying to achieve (because I can't remember what all the args to putprop do). -- Ray |