Age | Commit message (Collapse) | Author | Files | Lines |
|
Primarily to fix build with python >= 3.10.
Gnumeric 1.12.53
Morten:
* Fix xlsx import of T.INV.
* Fix inter-process array paste problem. [#634]
* Fix problem with xlsx number format 14.
* Fix problems with complex number rendering. [#638]
* Fix near-denormal parsing case. [#656]
* Fix mildly crazy ROUND edge cases. [#661]
* Fix dialog reuse problem. [#657]
* Fix sc import problem. [#663]
* Work a little hard at avoiding -0. [#652]
* Fix html import problem. [#669]
* Fix reading localc extension for engineering format. [#659]
* Fix strict-conformance ods problem with E-notation. [#672]
* Improve test suite
Gnumeric 1.12.52
Morten:
* Attach the vertical alignment selector to the toolbar.
* Improve the toolbar styling a bit.
* Fix toolbar overflow menu's labeling.
* Many improvements to vertical toolbars.
* Install appdata file in new location [#612]
* Allow styling of cell extension indicators.
* Restore bolding of active sheet tab.
* Fix import of mildly broken print settings in xlsx files from
OnlyOffice.
* Various --with-long-double fixes.
* Fix BITAND.
* Test improvements.
* Fix xlsx write for sheet objects with text contents. [#617]
* Fix leak.
* Fix old problem saving column widths. [#619]
* Set default number of sheets to 1.
* Fix edge error case for SMALL and LARGE. [#620]
* Increase the default column width a bit.
* Fix xlsx import/export of default column width.
* Be less aggressive with automatic column widening. [#621]
Gnumeric 1.12.51
Jean:
* Fix error bars when data are in a multi-column array. [#594]
* Always set the GO_DATA_HAS_VALUE flag when needed. [#595]
Morten:
* Fix --with-long-double configuration.
* Fix applix import/locale problem.
* Make sure CEIL doesn't return -0. [#603]
* Add ILOG function. [#591]
* Fix MROUND. [#604]
* Take evasive action re g_memdup.
* Fix inter-gnumeric array formula paste crash. [#606]
* Avoid re-querying file existance for recent files. [Part of #602]
* Fix rich-text rendering (based on work of Jean). [#607]
* Fix crash with conditional styling. [#597]
* Extend BITOR, BITAND, BITXOR to any numbers of arguments.
* Fix ods export leak. [#611]
Gnumeric 1.12.50
Morten:
* Fix undo problem with sorting and cell comments.
* Python loader cleanups.
* Use Python's bool type instead of rolling our own.
* Export file:// links to html. [#569]
* Export file:// links to xlsx. [#569]
* Improve handling of invalid formulae from xlsx. [#574]
* Introspection fixes.
* Improve CELL("format",...) [#576]
* wk4 import improvements. (For no good reason.)
* Fix some -fsanitize=undefined problems.
* Improve excel-specific xlsx import of validation.
Gnumeric 1.12.49
Andreas:
* Do not try to turn all of LibreOffice's SplitModes into frozen
panes [file of #557]
Jean:
* Fix graph size issue when the graph is in its own sheet. [#516]
* Fix one more graph size issue when the graph is in its own sheet. [#565]
JohnDenker:
* Fix ssgrep problem when used as a filter. [#552]
Morten:
* Rework conditional styling's upper level.
* Fix autofill array critical. [#511]
* Handle missing values in xlsx. [#517]
* Fix critical when using fd://1.
* Don't trim spaces for csv files as per rfc 4180. [#528]
* Fix cvs separator guessing problem with quotes. [#537]
* Improve handling of expressions in csv files.
* Plug ssconvert leak. [#546]
* Fix bogus time match for "3.a". [#545]
* Use 1us resolution for NOW. [#549]
* Fix ssconvert sheet selection for csv. [#555]
* Test suite improvements.
* Fix ods import problem with irregular sheet sizes.
* Fix ods import problem with crazy named expressions. [#557]
* Allow plain space as 1000s separator in FR locale.
* Fix graph size problem affecting image output. [#507]
* Check for yelp in autogen. [#558]
* Fix ssconvert problem with conditional styles.
* Move from style regions to style classes in css.
* Implement #ifdef for built-in css.
* Dead kitten in css.
* Improve the drawing of filter combos.
* Allow theming of grid color.
* Fix dirty-tracking. [#554]
* Plug ods write leak.
* Disable cs documentation translation due to itstool/libxml2 bug.
|
|
Remove non-working option. Can be added back if someone wants to do it.
|
|
|
|
Gnumeric 1.12.48
Andreas:
* Add axis title to chart in histogram tool. [#408]
* Fix line end marker roundtrip through strict ODF
* Improve export of line markers to ODF for interoperability
* Improve line marker handling on import
* Fix LaTeX export. [#489]
* When reading an ODF file make all sheets of equal size. [#505]
Jean:
* Fix xlsx object non-import crash.
* Fix in-place graph data problem. [#492]
* Port to Python3. [#419]
Morten:
* Fix performance issue with sample_datasource. [#491]
* Fix partial-line issue with sample_datasource.
* Fix load of in-place graph data with extra ()s. [#492]
* Fix Ctrl-; cursor position. [#494]
* Fix ssconvert --merge-to problem. [#496]
* Fix sheet size paste problem. [#497]
* Speed up really large auto-filters. [#465]
* Fix 2038 problem on quit.
* Improve tests.
* Improve dependency tracking for implicit intersection. [#501]
* Fix format dialog issue. [#503]
* Re-tune style quad tree. [#234]
* Re-tune dependency bucket system. [#502]
* Fix global name parsing problem with non-uniform sheet sizing.
* Avoid style dependency redraw during file load.
* Tend to dead kittens.
* Fix metadata dialog. [#510]
* Fix potential 64-bit problem with signals.
* Fix GnmRange introspection.
|
|
It uses python 2.x and gnumeric upstream has turned off the plugin by
default as well.
Add a "python" option for those who really need it.
Update some outdated comments.
Bump PKGREVISION.
|
|
The Gnumeric Team is pleased to announce the availability of Gnumeric
version 1.12.45. This is a bugfix release.
Details of changes by contributor:
Eugen Dedu
Doc fixes. [Bug 380] [Bug 381] [Bug 382].
Morten
Add DIGAMMA function.
Support ISO-8601 UTC date/time input. Mostly. [Bug 371].
Improve cvs separator guessing. [Bug 397].
Add export option "active-sheet". [Bug 396].
Thomas Klausner
Fix compilation issue. [Bug 378].
Thomas Kuehne
Handle odf files with no styles whatsoever. [Bug 389].
Improve Excel standalone-xml import. [Bug 391].
|
|
The underlying problem in itstool (actually, py-libxml2) is now fixed.
Bump PKGREVISION.
|
|
Changes not found
|
|
Gnumeric 1.12.42
Morten:
* Plug leaks.
* Introspection fixes.
* Work around gtk+ breakage re. link colors.
* Fix problems with ssconvert --export-file-per-sheet. [#694408]
* Enable ssconvert --export-file-per-sheet for html, latex, and pdf.
* Test suite improvements.
* ssconvert improvements.
* Makefile improvements.
* Don't save any configuration when running ssconvert/ssdiff/...
* Turn GnmFunc into a GObject.
* Make clipboard output deterministic.
* Fix conditional format crash [#343].
|
|
Gnumeric 1.12.41
Morten:
* Fix problem with object pasting.
* Fix undo problem for cell comments. [#732653]
* Exit with non-zero with we fail to load file on command line.
* Fix undo crash. [#795861]
* Introspection fixes.
* Don't offer more than 15 significant digits by default. [#754391]
|
|
Gnumeric 1.12.40
Andreas:
* Fix histogram tool for the case of no labels. [#795475]
Dean McCarron:
* Introspection fixes.
Morten:
* Add floating-point environment sanity check. [#794515]
* Before saving, verify that files hasn't changed on disk. [#334024]
* Add GUI for comparing sheets.
* Introspection fixes.
* Clean up workbook view construction.
* Test suite improvements.
* Fix problems with boxed types.
* Avoid most punting for object properties.
* Fix paste from LibreOffice.
* Fix paste to LibreOffice -- use Biff8. [#795280]
* Allow inter-process paste-special. [#346630]
* Fix ssconvert --merge-to problem with names. [#795408]
* Fix problem with image pasting.
* Allow pasting an image into Gnumeric. [#366816]
* Full-column paste includes column width. [#121722]
* Auto-fix shared array formulas in gnumeric files.
* No-net-access doc build. [#790226]
* No-net test suite fixes.
|
|
Disable cs translation to fix build despite broken itstool 2.0.4
(see https://github.com/itstool/itstool/issues/22)
Addresses PR 52860 by John D. Baker.
|
|
Gnumeric 1.12.35
Jean:
* Fix cell border style selectors with recent gdk-pixbuf. [#781988]
Morten:
* Test suite improvements.
* Improve relative accuracy of BESSELJ and BESSELY.
* New function REDUCEPI.
* Fix further fallout from glpk format change. [#783077]
--------------------------------------------------------------------------
Gnumeric 1.12.34
Andreas:
* Fix hyperlinks import from ODF. [#779635]
Jean:
* Fix xlsx export of chart series names. [#778618]
* Always export a transparent fill style in charts. [#779160]
Morten:
* Doc fixes.
* Fix xlsx import with missing header/footer. [#778292]
* Minor xlsx import improvements with alias colors.
* Test suite improvements.
* Improve Excel handling of hyperlinks.
* Hyperlinks improvements. [#706671]
* Plug leaks.
* Fix issues with sheet-local names.
* ssdiff improvements with hyperlinks, input messages,
conditional formats, and validations.
* Make exit code from ssdiff follow diff's.
* Fix ssdiff with inter-sheet references.
* Fix style border colour sharing.
--------------------------------------------------------------------------
Gnumeric 1.12.33
Andreas:
* Fix export/import of scaling information to/from ODF.
* Fix Wilcoxon Signed Rank Test handling of ties. [#772718]
* Fix xlsx export of scale to page information. [#776196]
Jean:
* Fix use of cell formats in graphs data labels. [#777338]
Morten:
* Speed up sstest part of test suite.
* Bring documentation build into the 21 century.
* Non-linear solver improvements.
* Avoid atomizing style regions with conditional formats.
* Adapt to glpk file format changes.
* Fix stf problems with text format. [#777543]
--------------------------------------------------------------------------
Gnumeric 1.12.32
Andreas:
* Improve html4.0 fragment export. [#769343]
* Fix moving averages, exponential smothing and principal
component tools. [#769659]
Jean:
* Fix paradox plugin build with pxlib-0.6.7. [#769319]
Morten:
* Avoid gnome-common dependency.
* New text functions CONCAT, TEXTJOIN.
* New selection functions IFS, SWITCH.
* New aggregation functions SUMIFS, AVERAGEIFS, MINIFS, MAXIFS, COUNTIFS.
* Fix criteria function issue with errors in the selector area.
* Fix corner case for MINA and MAXA.
* Fix criteria matching of numbers against strings.
* Test suite improvements.
--------------------------------------------------------------------------
Gnumeric 1.12.31
Morten:
* Fix case issues for database functions.
* Anchor COUNTIF criteria at end too.
* Add tests for COUNTIF.
* Fix inter-process paste crash. [#768164]
--------------------------------------------------------------------------
Gnumeric 1.12.30
Morten:
* Improve format guessing for csv and txt files.
* Fix DCOUNT and DCOUNTA with missing field. [#767290]
* Fix strictness in database functions.
* Fix a bunch of corner cases for database functions.
* Add tests for database functions.
--------------------------------------------------------------------------
Gnumeric 1.12.29
Jean:
* Fix array reading in plots using matrix data. [#765483]
Morten:
* Documentation fixes for complex numbers.
* Fix rare RANDBETWEEN problem.
* Test suite improvements.
* Fix value-area problem. [#765438]
* Make xlsx shared strings parsing more robust. [#765544]
* Dead kittens.
--------------------------------------------------------------------------
Gnumeric 1.12.28
Morten:
* Fuzzed file fixes. [#761663] [#761727] [#762278]
* Plug leaks.
* Fix problems with ssconvert to lp/cplex formats.
* Add sensitivity report to solver.
* Fix bounds problem with cplex exporter.
* Fix IMARCCOSH(1).
* Add more tests for complex number evaluation.
* Improve accuracy of IMLOG10.
--------------------------------------------------------------------------
Gnumeric 1.12.27
Andreas:
* Read/write rich-text font-size from ODF files. [#759983]
* Read/write zoom values to/from ODF files in LO compatible way. [#700013]
* Read new attribute to am/pm element in ODF import. [#760043]
* Fix NETWORKDAYS. [#760576]
Jean:
* Fuzzed file fix. [#760546]
* Fix data labels when the source is a range with several rows and
columns. [#761048]
Morten:
* Teach ssconvert to split sheets into separate .txt files [#694408]
* Improve test suite.
* Fuzzed file fixes. [#760046] [#760085] [#760087] [#760089]
[#760043] [#760103] [#760102] [#760101] [#760105] [#760106]
[#760104] [#760229] [#760231] [#760232] [#760544] [#760545]
[#761295]
* Fix R.DBINOM extreme-value case. [#760230]
* New function AGM.
* Fix canvas problem leaving grab in place. [#760639]
* Work around gtk+ bug causing growing windows. [#761142]
* Improve BESSELJ and BESSELY.
* Improve BETA accuracy.
* Fix problem with database functions. [#761305]
* Fix font problem for ssconvert to pdf. [#761296]
* Fix bison check. [#761398]
* Improve IMIGAMMA coverage.
--------------------------------------------------------------------------
Gnumeric 1.12.26
Morten:
* Fix potential crasher on showing initial window.
--------------------------------------------------------------------------
Gnumeric 1.12.25
Jean:
* Add support in recent files dialog for multiple selesction and double
click. [#759160]
Morten:
* Fix TABLE problems. [#752181] [#752178] [#752182]
* Fuzzed file fixes. [#752179] [#752180]
* Add R.DGUMBEL, R.PGUMBEL, R.QGUMBEL.
* Fix conditional format problem. [#750271]
* Test also RANDWEIBULL and RANDLOGNORM.
* Fix problem with R.QHYPER
* Add R.DRAYLEIGH, R.PRAYLEIGH, R.QRAYLEIGH.
* Fix GUI translation problems.
* Fix bugs with merged cells. [#504004]
* Make builds more reproducible.
* Improve ssdiff for validation.
* Fix problem with xls export of list validation. [#557555]
--------------------------------------------------------------------------
Gnumeric 1.12.24
Jean:
* Fix printing of sheet objects with one cell or absolute anchors. [#753961]
* Fix snap to grid for one cell or absolute anchored objects. [#754792]
* On export, just change the extension, not more. [ubuntu #1497344]
|
|
Pkgsrc changes:
* Adjust PLIST.
* Bump version number.
* Depend on newer version of goffice0.10.
Upstream changes:
gnumeric 1.12.23:
Noteworthy news in this release:
* Fuzzed file hardening.
* Solver refactoring.
Special thanks to Juha Kylmänen from Oulu University Secure
Programming Group for running a large amount of fuzzing against
Gnumeric.
gnumeric 1.12.22:
Noteworthy news in this release:
* Graph fixes and improvements.
* Test suite improvements.
* ODF/XLSX import and export fixes.
* A schema for the ODF files we produce.
As part of our testing we check that the ODF, XLSX, and Gnumeric
files we produce are valid according to the relevant xml schema.
* For Gnumeric files we provide the schema.
* For XLSX there is an official schema which we use with a few
fixes so Excel can read our files. (We consider the format to
be defined by what XLSX writes.)
* For ODS the situation is more problematic. We appear to be the
first to release a schema for the ODS files we produce. That
is mildly shocking -- several spreadsheets have ODS as their
primary format, yet no-one seem to be validating the files they
produce! There is an official schema for the format without
extensions which is fine, except that no-one uses that format
because there are lots of fairly basic things that cannot be
expressed in the format without extensions.
|
|
Pkgsrc changes:
* Modify license to dual either gpl2 or gpl3.
* Adjust BUILDLINK_API_DEPENDS settings from configure.ac.
* Adjust PLIST to files now installed.
* Add comments to the existing patches.
Upstream notable changes (see ChangeLog in source for details):
gnumeric 1.12.21:
* ODS import/export fixes
* XLSX import/export fixes
gnumeric 1.12.20:
* ODF import/export fixes and enhancements.
* XLSX import/export fixes and enhancements.
gnumeric 1.12.19:
* (no noteworthy major changes)
gnumeric 1.12.18:
* Workaround gtk+ api/abi breaks.
gnumeric 1.12.17:
* xlsx import/export improvements.
gnumeric 1.12.16:
* ODS import/export improvements
gnumeric 1.12.15:
* ods/xlsx graph import fixes
* ods import/export fixes
gnumeric 1.12.14:
* Many fixes related to conditional formats.
* Try to disable Ubuntu's non-working scroll bars.
gnumeric 1.12.13:
* ods import/export export fixes.
* xls import/export export fixes.
gnumeric 1.12.12:
* Test suite improvements.
* ods import/export improvements
* xls import/export improvements
* xlsx import/export improvements
gnumeric 1.12.11:
* A problem with saving to Excel97 format was fixed.
gnumeric 1.12.10:
* Accuracy improvements
* Work around gtk+ abi breaks
* Win32 improvements
|
|
Gnumeric 1.12.9
Jean
* Implement double click for graph sheets. [#712216]
Morten:
* Minor improvement to history dialog.
* Fix drop-down sizing (gtk+ regression). [#710749]
* Improve accuracy of R.QCAUCHY.
* Acquire more special function test cases.
* Improve accuracy of R.QGAMMA and thus R.QCHISQ.
* Improve accuracy of R.QBETA, R.QF, R.QTUKEY, R.QSNORM, and R.QST.
* Improve accuracy of COMBIN, PERMUT, POCHHAMMER, FACT, GAMMA.
* Improve accuracy of bessel functions with large non-integer alpha.
* Improve accuracy of ACOTH.
* Fix fuzzed file problems. [#708091] [#712662] [#712685] [#712700]
[#712708] [#712772] [#712788] [#712731] [#715003]
* Restore sheet reordering by drag.
* Fix BETA on win32.
* Fix win32 registry initialization.
* Fix win32 gdk-pixbuf install heisen-crash.
* Incorporate new tests from crlibm.
* New functions SINPI and COSPI.
* Improve accuracy of SIN/COS/TAN on win32.
* Work around GTK+ ABI break. [Redhat #1033827]
Xabier RodrĂguez Calvar:
* Fix dialog button order. [#710378]
|
|
Gnumeric 1.12.8
Andreas:
* Update/fix documentation [#708679][#707075][#708556]
* Fix paste into locked cells [#702292]
Jean:
* Fix radio buttons behavior in covariance dialog. [#707595]
* Add a border around font selector in cell format dialog. [#708567]
Morten:
* Fix fuzzed file crash. [#707875]
* Use lighter green for function markers. [#708573]
* Fix item cursor problem. [#709320]
* Fix win32 compilation.
|
|
Gnumeric 1.12.3
Andreas:
* Fix border handling for merged cells in LaTeX export.
* Fix 'Go to First'. [#699631]
* Fix data merges. [#699897]
* Fix editing of hyperlinks. [#700732]
* Fix conditional formatting crash. [#700969]
* Do not include hidden cells in automatic print range. [#700994]
* Make buttons 1 and 2 behave similarly when selecting cells. [#700792]
* Warn when encountering extLst in xlsx import. [#700018]
* Use ctrl-a only to select the whole sheet, if the sheet
has focus. [#699746]
* Add a keyboard shortcut to jump to the current cell indicator.
[#699710]
* Fix placement of hyperlink tooltip. [#701436]
* Adjust cell comment display. [#698519]
* Make reference display in paste/define names dialog consistent with
sheet preferences. [Debian #699054]
* Write/read pagesetup settings to/from xlsx. [#701834]
* Fix in-cell-combos attached to merged cells. [#702146]
* Use the pagesetup setting to determine the landscape option in LaTeX
export [#702169]
* Fix ODF crash. [#702197]
* In ODF import ignored mentioned but not included sheets. [#698388]
* Fix crash on corrupted files. [#702205] [#702219] [#702285]
[#702288] [#702364] [#702409] [#702486] [#702485] [#702498] [#702322]
[#702689]
* Some documentation improvements. [Debian #621735] [Debian #530462]
* Fix crash on xlsx import due to external references. [#702407]
* Fix reading of conditional formats from xls files. [#702612]
* Fix reading of solid fill conditional formats from xlsx files.
[#702615]
* Improve xlsx import of new stat function names.
* Fix export of FLOOR(x) to xlsx. [Debian #464732]
* Fix clipboard related crash. [#702868]
Darrell Tangman:
* Update documentation for Edit and Insert menus. [#700596]
* Update documentation for comments and hyperlinks. [#700797]
* Consolidate comment, hyperlinks, names documentation.
* Update documentation for Manage Sheets, R1C1 notation,
sheet ranges. 1.12 updates, typo corrections, misc. cleanup.
Dmitry Smirnov:
* Fixes to the gnumeric and ssconvert manual pages.
Jean:
* Adjust labels vertical alignment in document properties
dialog. [#700156]
* Don't crash when exchanging missing axes. [#702126]
* Don't accept GNM_SHEET_PATTERNS as a valid pattern. [#702833]
Morten:
* Improve xlsx import of style-only cells.
* Don't write empty cells to .gnumeric.
* Add MPSEUDOINVERSE function.
* Add ctrl-shift-z as extra accelerator for redo. [#699579]
* Fix conditional format problem. [#699647]
* Remove gobject property strings from translation corpus.
* Improve LINEST. [#551457]
* Improve statfuns tests. [#700294]
* Improve mathfuns tests. [#700295]
* Add new R.PTUKEY function. [#700132]
* Add new Q.PTUKEY function. [#700132]
* Fix missing translation of certain function examples.
* Add new SNORM.DIST.RANGE function.
* Fix critical when last row deleted.
* Fix criticals in about dialog.
* Introspection fixes.
* Fix xls/biff5 link export. [#701604]
* Workaround problems with automake 1.13.
* Fix crashes on corrupted files. [#702101] [#702182] [#702218]
[#702267] [#702277] [#702379] [#702658] [#703006]
* Improve xls import of new stat function names.
* Plug leaks.
|
|
changes:
-Update documentation
-Improve ODF support
-minor UI tweaks
-Embed more artwork
-New functions: OWENT, POCHHAMMER, NT_OMEGA
-bugfixes
|
|
|