Subject: CVS commit: pkgsrc/math
To: None <pkgsrc-changes@NetBSD.org>
From: Adam Ciarcinski <adam@netbsd.org>
List: pkgsrc-changes
Date: 02/20/2007 15:08:49
Module Name:	pkgsrc
Committed By:	adam
Date:		Tue Feb 20 15:08:49 UTC 2007

Modified Files:
	pkgsrc/math/qalculate: Makefile PLIST distinfo
	pkgsrc/math/qalculate-gtk: Makefile distinfo
	pkgsrc/math/qalculate-gtk/patches: patch-aa patch-ac
	pkgsrc/math/qalculate-kde: Makefile PLIST distinfo
	pkgsrc/math/qalculate-kde/patches: patch-aa patch-ab
Removed Files:
	pkgsrc/math/qalculate-gtk/patches: patch-ab
	pkgsrc/math/qalculate/patches: patch-ab

Log Message:
Changes 0.9.5:
* French translation (not fully complete yet)
* Return value in save() and add "name := value" as shortcut
* Integer factorization
* Interpret 0x[0-9,a-f] as hexadecimal number (do not require first digit to be 0-9)
* Add "Engineering" display mode
* Several fixes to display of units and prefixes
* Show value for variables without title in expression completion
* New functions: cross(), heaviside(), rectangular(), triangular(), ramp() kronecker(), sigmoid(), and logit()
* Use radius as argument for circumference()
* Add optional upper and lower limit arguments to integrate() for definite integrals
* Fix precision in logn()
* Ability to set shortcuts for meta modes (KDE)
* Make separate options for "Sort Minus Last" and "Negative Exponents" in numerical display menu
* Add "Edit Expression", "Edit Result", and "Insert Result Variable" to history context menu (KDE)
* Global shortcut for show/hide (KDE)
* Use localized comma for insert matrix/vector
* Remove use of libgnomeui completely and add --with-libgnome configure option
* Fix parsing of "x!)!"
* Use Julian year for light-year value
* Add several accelerator keys (GTK+)
* Connect "Exp" button Exp RPN operation and add Ctrl+Shift+E shortcut
* Fixes for old KDE and Qt versions
* New command line options for qalc: -terse (-t), -nodefs (-n), -nocurrencies, -nodatasets, -nofunctions, -nounits, -novariables


To generate a diff of this commit:
cvs rdiff -r1.25 -r1.26 pkgsrc/math/qalculate/Makefile
cvs rdiff -r1.12 -r1.13 pkgsrc/math/qalculate/PLIST
cvs rdiff -r1.13 -r1.14 pkgsrc/math/qalculate/distinfo
cvs rdiff -r1.16 -r1.17 pkgsrc/math/qalculate-gtk/Makefile
cvs rdiff -r1.7 -r1.8 pkgsrc/math/qalculate-gtk/distinfo
cvs rdiff -r1.4 -r1.5 pkgsrc/math/qalculate-gtk/patches/patch-aa
cvs rdiff -r1.1 -r0 pkgsrc/math/qalculate-gtk/patches/patch-ab
cvs rdiff -r1.1 -r1.2 pkgsrc/math/qalculate-gtk/patches/patch-ac
cvs rdiff -r1.12 -r1.13 pkgsrc/math/qalculate-kde/Makefile
cvs rdiff -r1.4 -r1.5 pkgsrc/math/qalculate-kde/PLIST
cvs rdiff -r1.6 -r1.7 pkgsrc/math/qalculate-kde/distinfo
cvs rdiff -r1.2 -r1.3 pkgsrc/math/qalculate-kde/patches/patch-aa
cvs rdiff -r1.1 -r1.2 pkgsrc/math/qalculate-kde/patches/patch-ab
cvs rdiff -r1.8 -r0 pkgsrc/math/qalculate/patches/patch-ab

Please note that diffs are not public domain; they are subject to the
copyright notices on the relevant files.