On Thu, 9 May 2013 at 17:34:11 +0200, Christophe wrote: > From: Christophe CURIS <[email protected]> > > --- > NEWS | 15 +++++++++++++++ > 1 file changed, 15 insertions(+) > > diff --git a/NEWS b/NEWS > index ed03cf0..90881ae 100644 > --- a/NEWS > +++ b/NEWS > @@ -82,6 +82,21 @@ command: > $ wdwrite WindowMaker StrictWindozeCycling NO > > > +Minor API changes for WRaster, WUtils and WINGs > +----------------------------------------------- > + > +The 3 libraries have been modified to include appropriate 'const' qualifier > +to the function parameters that are treated as such. This should provide > +some hints to the compiler for better optimisation. > +This change should have no impact on the binary interface, and will not > +impact existing source code. > + > +There is one exception however: > + WUtil: wusergnusteppath() > +This function now returns 'const char *' because its result must *not* be > +modified, so it may generate a const related warning in old code. > + > +
Isn't WINGs/NEWS a more appropriate file for this? -- To unsubscribe, send mail to [email protected].
