2010-09-03 12:59:38 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Mon Aug 30 17:24:58 CEST 2010 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Add genius-sealed-vte.patch to fix build with latest vte, which
|
|
|
|
seals the vte API.
|
|
|
|
|
2010-05-14 22:39:19 +00:00
|
|
|
-------------------------------------------------------------------
|
|
|
|
Wed May 12 21:14:28 UTC 2010 - dimstar@opensuse.org
|
|
|
|
|
|
|
|
- PreRequire shared-mime-info
|
|
|
|
- Do not package .omf files twice.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Dec 25 01:20:42 CET 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.0.9:
|
|
|
|
+ Fix matrix expansion. This also fixes AuxilliaryUnitMatrix and
|
|
|
|
JordanBlock.
|
|
|
|
+ Fix several possible crashers.
|
|
|
|
+ Fix a minor memory leak.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Nov 13 13:09:38 CET 2009 - vuntz@opensuse.org
|
|
|
|
|
|
|
|
- Update to version 1.0.8:
|
|
|
|
+ Buildfixes for Cygwin and parallel builds
|
|
|
|
+ Check events before executing a command line, fixes a race
|
|
|
|
which results in display anomalies on new vte.
|
|
|
|
+ Documentation updates
|
|
|
|
+ Require GTK/GLib 2.12 and use the new tooltips API.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Fri Jul 31 12:34:19 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Update to version 1.0.7:
|
|
|
|
+ SYNTAX: Added a possibility to exactly specify which variables
|
|
|
|
are copied into a function's extra dictionary when it is being
|
|
|
|
returned. E.g. "`(x) [x0] = (x-x0)" will copy x0 from the
|
|
|
|
current context. This is a lot more efficient than the current
|
|
|
|
behaviour which tries to copy everything referenced.
|
|
|
|
+ SYNTAX: Add "local" variables by specifying "local x,y,z" or
|
|
|
|
"local *" as the first statement in a function. Local
|
|
|
|
variables are not visible from higher contexts (functions
|
|
|
|
called within)
|
|
|
|
+ CHANGE: all system parameters are now protected and cannot be
|
|
|
|
redefined using the "parameter" keyword
|
|
|
|
+ Add UserVariables, UndefineAll, ProtectAll, and add Undefine as
|
|
|
|
an alias to undefine.
|
|
|
|
+ Add trigonometric Fourier series related functions:
|
|
|
|
NumericalFourierSeriesFunction,
|
|
|
|
NumericalFourierSineSeriesFunction,
|
|
|
|
NumericalFourierCosineSeriesFunction, FourierSeriesFunction,
|
|
|
|
NumericalFourierSeriesCoefficients,
|
|
|
|
NumericalFourierSineSeriesCoefficients,
|
|
|
|
NumericalFourierCosineSeriesCoefficients, PeriodicExtension,
|
|
|
|
EvenPeriodicExtension, OddPeriodicExtension
|
|
|
|
+ Fix changing floating point precision!
|
|
|
|
+ Fix uninitialized variable in graphing
|
|
|
|
+ Improve variable substitution for returned functions to be more
|
|
|
|
efficient. Slightly changes behaviour with respect to global
|
|
|
|
functions and variables used.
|
|
|
|
+ Plot windows now not treated annoyingly as dialogs
|
|
|
|
+ Fix compilation/decompilation of all function attributes.
|
|
|
|
+ Parse/Evaluate with a syntax error at end of string no longer
|
|
|
|
terminate genius
|
|
|
|
+ Updated Mersenne stuff for the newest data from mersenne.org
|
|
|
|
and fix MersennePrimeExponents
|
|
|
|
+ Fix opening new files from the command line.
|
|
|
|
+ Update the gel library to use the new language features.
|
|
|
|
+ Various other minor fixes
|
|
|
|
+ Translation updates.
|
|
|
|
|
|
|
|
-------------------------------------------------------------------
|
|
|
|
Sun Jun 14 09:30:14 CEST 2009 - vuntz@novell.com
|
|
|
|
|
|
|
|
- Clean package for Contrib.
|
|
|
|
|