[genius] Created tag genius_1_0_7
- From: George Lebl <jirka src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [genius] Created tag genius_1_0_7
- Date: Wed, 29 Jul 2009 20:54:47 +0000 (UTC)
The unsigned tag 'genius_1_0_7' was created.
Tagger: Jiri (George) Lebl <jirka 5z com>
Date: Wed Jul 29 15:53:35 2009 -0500
Genius 1.0.7
Changes since the last tag 'GENIUS_0_7_4':
Andre Klapper (1):
Updated German translation.
Chao-Hsiung Liao (1):
Added Traditional Chinese translation.
Christian Persch (1):
remove +x from po files
Daniel Nylander (2):
sv.po: Updated Swedish translation
Updated Swedish translation
David Lodge (3):
Updated English (British) translation
Updated (British) English docs translation
Updated (British) English translation
Djihed Afifi (4):
Updated Arabic Translation.
Updated Arabic Translation by Djihed Afifi.
Updated Arabic Translation by Djihed Afifi.
Updated Arabic Translation by Djihed Afifi.
Francisco Javier F. Serrador (8):
Updated Spanish translation.
Updated Spanish translation.
Updated Spanish translation by Jorge González.
Updated Spanish translation.
Updated Spanish translation.
Updated Spanish translation.
Updated Spanish translation.
Updated Spanish translation.
George (Jiri) Lebl (11):
fix error in using the file chooser
Fix a whole bunch of leaks and memory corruption problems especially with
fix leaks
Implement IsIn, Intersection and SetMinus in C for speed
Add CountZeroColumns function which is quicker then stripping zero columns
update copyright strings for 2006
use automake 1.9 to fix the po directory mess and other things.
Add NextCombination function
update mpfr to 2.2.0 and require 2.2.0 in the configure script
Added QRDecomposition, SesquilinearForm, SesquilinearFormFunction, killed
fix matrix expanding
George Lebl (34):
make the unsaved work quit dialog work for window closing as well (it just
ran docbook2txt -George
forgotten files from mpfr
Kill the rcs nonsense
Update for my new machine
Update NEWS, fix ChangeLog
Hmmm, why is the rcs tag still popping up here ...
Upload figures too
remove obviously done/bad items, still out of date
eki
foo?
upadte
run docbook2txt
updated text version
fix encoding in html
minor tweak
change so that only png figures get uploaded to the website
s/sart/start/
update
add _ before unsaved
update
update -Jiri
small update
add some commented out lines about tab width, it kind of doesn't work
update
fix the tests
foo
update NEWS -George
foo
Update the NEWS
update NEWS -George
update copyright year
Update NEWS -Jiri
update TODO -Jiri
Hendrik Richter (4):
Updated German translation.
Updated German translation.
Updated German translation.
Updated German translation.
Jiri (George) Lebl (200):
use same geometry setup as gnome-terminal (resize in terms of the terminal
update a bit
Fix many complex number comparisons to fix computation of complex matrix
Add QuadraticFormula, CubicFormula and PolynomialRoots functions
add a plotting chapter.
updated from Michele Petrecca <michelinux alice it>
add RiemannZeta and GammaFunction (at least for real values)
Release 0.7.6
catch all cases of complex result from power function and fix unstable
fix flex braindamage with respect to yywrap function
add Kai as documentor int he about box and add the diactrical marks in
cosmetic update to about box
Fix plugin reading. Fix the interface to be portable and append the proper
add undo/redo capability
add IsPositiveDefinite and IsPositiveSemidefinite
Fix spelling, it's RayleighQuotient
fix unbalanced para
DiagonalOf now returns a column vector
Fix handling of real solutions for the cubic to avoid ugly expressions
Add "Show Full Answer" menu item, always show the Programs menu and add a
minor updates, add skeleton "Linear Algebra" section
don't set output style to normal before showing full answer, we want it in
add "remember" settings to the gui and by default don't remember precision
do what we do on inside program runs, when we do "load and run" in terms
use HUGE_VAL instead of 0.0 when we get an error, this is better in that
update
Release 0.7.7
fix for platforms that don't have wordexp and use glob. Include the
add FrobeniusNumber and GreedyAlgorithm
Remove the internal MPFR, this is just too much trouble to maintain here
workaround a segfault in vte when a very long string is given.
make this 1.0.0 release, what the hell, it's been 10 years, we deserve a
update to GPLv2
use the "Genius Mathematics Tool" that sounds better
update, only 4 untranslated messages
add missing languages
documentation updates
add more on scope of variables and other minor fixes.
minor fixes
update the documentation a bit more. Make it almost one file only by
I finally found the culprit behind some of the initial GEL implementations
add Adrian E. Feiguin to the authors list in the about box
change Office to Education as per the vfolder spec (that's still somewhat
hmmm, Calculator;Utility; also fits the bill. Makes the menu entry appear
whack the old gtk file selection stuff, I'm tired of fixing bugs in two
recognize uris on the command line and handle them correctly
better logic for figuring out something is a URI
remove IsGaussianInteger, we already have IsGaussInteger alias
add "save all unsaved" menu item, fix the save as dialog, and add
slightly optimize PivotColumns by removing unnecessary separators
on errors don't print the whole filename for opened files, just the
Add IsZero and IsIdentity for checking if a matrix is zeros or an identity
add "version" function for checking the version
add IsMatrixPositive and IsMatrixNonnegative
positive and nonnegative matrixes obviously can't have complex entries so
Implement showing of all user variables even during runtime. Shows even
fix command line editting. readline docs are horrible! (and readline is
Implement maximum node checking. If the limit is hit you are given a
remove gtkplotdtriangle.[ch]: they're not needed and have a bad license.
Use -10 to 10 for all default ranges. Much better than PI, that was
unswap x and y. They are now in correct positive orientation in gtkextra.
Implement OutputChopExponent and OutputChopWhenExponent parameters. These
add the INSTALL.MacOSX file to EXTRA_DIST
add and use Binreloc code from autopackage to allow relocatable
fix fit dependent axis zoom for parametric plots
optionally use GtkAboutDialog if we have GTK 2.6 and higher
migrate to GtkFontButton and add website addy to about box
add genius-graph.png to EXTRA_DIST
there was a stupid string to translate
update
translate the author fields in the about box and set the program name
update
move src/parse.c to skip
Optimized / cleaned up certain matrix operations a tiny bit. Consistently
Significantly improve both memory usage and speed in matrix multiplication
OrthogonalComplement is with respect to Hermitian product just like
fix possible memory corruption in the gauss routine
add nullspacetest.gel
Much nicer pretty printing of matrices. Rather than using tabs, use commas
increase default sum and product tries to 10000, since 200 was just not
add freeze/thaw functions since otherwise we may hang and eat all memory
Release 1.0.1
use GTK_STOCK_DIALOG_INFO instead of GTK_STOCK_INFO, as the latter is only
fix building with no gtksourceview
add erf derivative
slight optimization by using mpfr_zero_p
raise version
saner algorithm to figure out when to print in scientific notation
set up our icon on all windows
update 100% yay!
one more untranslated string marked
Translate "End"
no mod of arguments to round, ceil, trunc, all trig functions, all log
Release 1.0.2
Fix spelling of the Fibonacci function name.
update
make internal function calling a bit faster. Can be noticeable (tested 10%
add mpw_re_sgn and mpw_im_sgn functions and fix memory leak in mpw_re and
raise version
update copyright string as appropriate
avoid warning
Add IsDefined and undefine. Implement d_delete. protect and unprotect now
print extra dict of a function by printing a list of variable assignments
update
fix leak on mympz_is_prime.
Optimize matrix manipulation a bit. Don't be overly conservative with
update slightly the upper bound on double checked mersenne prime exponents
fix identity matrix caching, setup type caches for identity, zeros and
fix some capitalization issues, implement a variable monitor dialog. Also
figure out a way to work around VTE nonsense, one way to get at current
update
update the docs a little, fix a few typos, add links.
change accelerator for line graph, pointed out by L. Lommer and P. Kovar.
fix some grammar. Thanks to P. Kovar
fix argument checking in MillerRabin. Also zeros, ones, rand, randint, I,
Add a new flag to not do backsubstitution in gauss if we are interested in
Release 1.0.3
minor typo fix
Apply fix from Koos <koos91 at hetnet.nl> to add more linebreaks to the
Update the Mersenne prime info to include the two newest ones.
raise version
rename parse/eval to Parse and Evaluate to be more in line with my
fix warning
update
add checkbutton to allow for no legends on the lineplot, useful if I want
add checkbutton to allow for no legends on the lineplot, useful if I want
a tiny bit of cleanup, start implementing slopefield/vectorfield graphing
slopefield works from GUI in a very rudimentary way
Add Eigenvectors. Currently only for 2x2 matrices where computing
raise the plot window on gui actions (pressing the plot button) if it
Finish the GUI plotting of vectorfield and slopefield, fix a leak on
fix some leaks. Implement a simple euler method graphical solver for the
it turns out the gmp cmp functions can return other values than -1,0,1. So
resolve some GtkExtra nonsense (dx and dy for flux are specified in
do Runge-Kutta instead of Euler for the graphical slopefield solver. Whack
fix typo thanks to Daniel Nylander
fix the plot scale precision (especially for y). When we just click on the
fix typo, it is dy/dx not dx/dy. Also fix the slopefield vectorfield
fix typo (not adding a new string, in fact just getting rid of a bad one,
update to 100%
make sure the x and y point spinboxes are updated when we click on the
Release 1.0.4
raise version update NEWS
do not compile glade-helper, we don't need glade thus kill the libglade
remove ve_find_prog_in_path and ve_i18n_get_language_list, those have
some more delibgnome(ui)ification
use gtk_show_uri to show help when gtk is high enough version
in the event hook, handle events until all handled, fixes "hangs" or
raise version
Add solver dialog to vectorfields. Also add VectorfieldDrawSolution and
fix tlen default (to be 5 not 0.1), tinc default is set according to tlen
small cleanup
minor fixes. Display help for plugin loading, don't do lazy binding (can
add padding to string query dialogs. Add stock plot icon
fix some strings
fix the scales on the axis (the precision was reversed!)
handle read only files properly. Also verify text to be proper utf8 before
remove the option menu func since option menu is deprecated anyway
set prgname and application_name for glib
fixup operator list, remove the param list since params have toplevel
after ps/eps export queue draw on the plot canvas because it for some
clip slopefield solutions to within the plot window. to avoid unsightly
update
fix the extra precision calculations to work for increments of 2.5. Also
use gtkextra clipping of lines
Move the line clipping code from the GDK backend to the plotdata. Replace
update
handle crashes of the readline-helper without hanging. Slight
store uncompiled string in the token, not in a separate hash table. This
fix crash of string dumping
don't kill newlines in descriptions. This is no longer a problem. Further
remove the dependence on the MPF compat layer. Inline a few more
fix bad drawing of very vertical functions. Our new hack in gtkextra
implement profile-generate and profile-use target for profile guided
add two more style strings to LinePlotDrawLine. First "window" can set the
LinePlotDrawLegends parameter actually updates the legends drawing in real
yaikes, funclibhelper.cP was not included
lots of cleanup plus bin compat breakage for plugins: Moved many things to
do much interface cleanup again.
Release 1.0.6
joins and caps are round. Fixes bad looking joins on graphs of quickly
Sun Apr 19 18:55:12 2009 Jiri (George) Lebl <jirka 5z com>
Sun Apr 19 19:27:09 2009 Jiri (George) Lebl <jirka 5z com>
Thu Apr 23 01:32:06 2009 Jiri (George) Lebl <jirka 5z com>
Fri Jul 10 14:53:41 2009 Jiri (George) Lebl <jirka 5z com>
doap!
Wed Jul 22 00:30:36 2009 Jiri (George) Lebl <jirka 5z com>
Wed Jul 22 14:44:10 2009 Jiri (George) Lebl <jirka 5z com>
Thu Jul 23 12:26:47 2009 Jiri (George) Lebl <jirka 5z com>
Thu Jul 23 16:28:59 2009 Jiri (George) Lebl <jirka 5z com>
Thu Jul 23 18:35:28 2009 Jiri (George) Lebl <jirka 5z com>
Fri Jul 24 16:01:28 2009 Jiri (George) Lebl <jirka 5z com>
Fri Jul 24 16:32:32 2009 Jiri (George) Lebl <jirka 5z com>
Fri Jul 24 17:23:04 2009 Jiri (George) Lebl <jirka 5z com>
update the todo a bit
Mon Jul 27 15:22:57 2009 Jiri (George) Lebl <jirka 5z com>
Tue Jul 28 14:04:33 2009 Jiri (George) Lebl <jirka 5z com>
Wed Jul 29 10:26:31 2009 Jiri (George) Lebl <jirka 5z com>
update NEWS
Wed Jul 29 15:11:16 2009 Jiri (George) Lebl <jirka 5z com>
Jonh Wendell (2):
Updated Brazilian Portuguese translation by Andrius da Costa.
Updated Brazilian Portuguese translation by Carlos Eduardo Santos.
Jorge Gonzalez Gonzalez (14):
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation by Jesse Aviles
Updated Spanish translation
Updated Spanish translation
Updated Spanish translation by Francisco Javier F. Serrador
Updated Spanish translation by Francisco Javier F. Serrador
Kjartan Maraas (3):
Updated Norwegian bokmål translation. Same
Add nb to ALL_LINGUAS.
Remove obsolete entry for no_NO. And the translation.
Leonardo Ferreira Fontenelle (1):
Updated Brazilian Portuguese translation by Fábio Nogueira.
Mario Blättermann (1):
Added German doc translation
Miloslav Trmac (1):
Updated Czech translation.
Pawan Chitrakar (3):
Added Nepali Translation
Updated Nepali Translation
Updated Nepali Translation
Pema Geyleg (2):
svn path=/trunk/; revision=518
svn path=/trunk/; revision=533
Philip Withnall (1):
Updated British English translation by Jen Ockwell
Raivis Dejus (2):
Added Latvian Translation.
Added Latvian Translation.
Rodrigo Luiz Marques Flores (1):
Updated Brazilian translation.
Sebastian Dröge (5):
Add --disable-scrollkeeper and --disable-update-mimedb options to
Optionally allow to use GtkSourceView2 instead of GtkSourceView1. Version
Fix OMF file installation if --disable-scrollkeeper is used.
And now fix the OMF file installation if --disable-scrollkeeper is used
Fix category and mimetype fields of the desktop file.
Stéphane Raimbault (2):
Updated French translation by Bruno Brouard, Stéphane Raimbault and Rémi Le Lijour. Added plural forms.
Updated French translation.
Yannig MARCHEGAY (6):
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
Updated Occitan translation
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]