October 27th, 2008· Reorganized the preferences window.
· Fixed the backwards compatibility logic.
· Improved documentation of features.
· Expanded tab-completion.
· Improved readline history detection.
· Fixed a potential crash.
· Corrected engineering flag behavior.
· Corrected inf/nan behavior on some platforms.
· Improved Solaris compatibility.
· Made preference file parsing more tolerant.
· Allow separate input internationalization characters from output.
· Made binary operations use a more intuitive rounding mode.
· Made command explanations more tolerant of typos.
· Fixed display if thousands/grouping separator is unset.
· Output localization more reliable.
February 18th, 2008· Sync preferences to disk predictably (when pref window closes)
· Fix display glitches when auto-resizing with extremely large numbers
· Add max-precision preference
· Overhaul simple calculator mode, remove crashes, made much more robust
· Accept input from a wcalc_input environment variable
· Make engineering notation command more reliable
· Add documentation for sinc and exp functions
· Made engineering notation a three-way toggle (auto/always/never)
· Accept @NaN@ (not-a-number) and @Inf@ (infinity) as input, which fixes some compound operations that would have incorrectly reported syntax errors.
· Fixed FORTRAN-style syntax errors
· Updated licensing to be GPLv2 compatible