Up to [cvs.NetBSD.org] / pkgsrc / math / gnumeric112
Request diff between arbitrary revisions
Keyword substitution: kv
Default branch: MAIN
*: recursive bump for icu 76 shlib major version bump
*: revbump for icu downgrade
*: recursive bump for icu 76.1 shlib bump
*: recursive bump for merging at-spi2-atk and atk into at2-spi-core Remove at-spi2-atk and atk
revbump after icu and protobuf updates
*: bump for cairo buildlink3.mk change lzo was made an option
* recursive bump for libxkbcommon 1.7.0 Marc Baudoin reported problems with using old binary packages with the new libkxbcommon, so force everything to 1.7.0
*: recursive bump for cairo dependency changes
*: revebump for new brotli option for freetype2 Addresses PR 57693
*: recursive bump for icu 74.1
recursive revbump for tiff update
*: recursive bump for Python 3.11 as new default
*: recursive bump for perl 5.38
revbump after textproc/icu update
*: Recursive revbup from graphics/freetype2
*: recursive bump for tiff shlib major bump
gnumeric112: Update to 1.12.53. 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.
massive revision bump after textproc/icu update
Bump all dependent packages of wayland (belatedly) The package changed with the addition of its libepoll-shim dependency. Otherwise, we can get: ERROR: libepoll-shim>=0.0.20210418 is not installed; can't buildlink files.
*: Revbump packages that use Python at runtime without a PKGNAME prefix
*: recursive bump for perl 5.36
revbump for textproc/icu update
gnumeric112: restrict to python 3.x (reduce py27-gobject3 users)
revbump for icu and libffi
*: recursive bump for perl 5.34
*: Use the tools framework for itstool Now it should be more obvious when a package needs it as a dependency, as it will fail loudly if it isn't declared as a tool. While here, some duplicate dependencies on itstool were removed from the MATE packages
revbump for textproc/icu
gnumeric: Update to 1.12.48 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.
*: Recursive revbump from textproc/icu-68.1
*: bump PKGREVISION for perl-5.32.
*: revbump after fontconfig bl3 changes (libuuid removal)
Revbump for icu
gnumeric112: disable python function plugin by default 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.
gnumeric: Update to 1.12.47 Gnumeric 1.12.47 Andreas: * Fix chart and image name roundtrip through ODF. [#477] * Fix print flag roundtrip for sheet objects through ODF. [#486] Jean: * Fix crash when the embedded spreadsheet is invalid. [#481] Morten: * Fix dialog size problem. * Add "--set CELL=CONTENTS" option to ssconvert. * Improve tests. * Improve speed on exit with lots of conditional formatting. * Improve error message [#472] * Impose ordering of ssconvert --export-graphs * Doc fixes. * Fix CELL crash. [#479] * Handle export options for ssconvert --export-graphs. * Fix deps crash. [#480] * Fix chart name roundtrip through XLSX. [#478] * Fix sheet object print flag roundtrip through XLSX. [#486]
librsvg: update bl3.mk to remove libcroco in rust case recursive bump for the dependency change
*: recursive bump for libffi
gnumeric: update to 1.12.46nb1. Remove mk/omf-scrollkeeper.mk, unneeded since 1.12.33.
gnumeric: update to 1.12.46. Gnumeric 1.12.46 Andreas: * Fix format import from ODF. [#403] Jean: * Fix charts size in XLS format. [#414] * Fix loading string from arrays in charts. [#416] * Implement wrapping of rotated text. [#394] Morten: * Fix over-eager guessing of dates in csv. [#401] * Fix Mac build problem. [#402] * Fix inter-process paste crash [#406] * Fix problem saving cell protection to xlsx. [#409] * Look for python3 before python. [#419] * Fix SUMIF (etc) problem with blank criteria. [#423] * Improve editing of percentages. [#413] Thomas Kuehne: * Improve html import. [#392] Shlomi Fish: * Command line export of graphs. [#410]
math: align variable assignments pkglint -Wall -F --only aligned -r Manual correction in R/Makefile.extension for the MASTER_SITES continuation line.
Changed PYTHON_VERSIONS_INCOMPATIBLE to PYTHON_VERSIONS_ACCEPTED; needed for future Python 3.8
Bump PKGREVISIONs for perl 5.30.0
gnumeric112: Update to 1.12.45 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].
*: recursive bump for gdk-pixbuf2-2.38.1
fix some whitespace, mostly introduced in the previous python 3.4 / 3.5 removal commit.
Omit mentions of python 34 and 35, after those were removed. - Includes some whitespace changes, to be handled in a separate commit.
PKGREVISION bump for anything using python without a PYPKGPREFIX. This is a semi-manual PKGREVISION bump.
gnumeric112: re-enable cs translation. The underlying problem in itstool (actually, py-libxml2) is now fixed. Bump PKGREVISION.
gnumeric: update to 1.12.44. Gnumeric 1.12.44 Jean: * Fix document properties types. [#367] * Call pygobject_init() if needed. [#368] Morten: * Fix SWITCH's default argument. [#354] * Fix problem with setting auto-func. [#357] * Fix problem reading really old xls format. * Fix sheet filter problem. [#359] * New NT_RADICAL function. * Fix conditional style crash. * Fix applix locale problem. [#362] * Fix applix encoding and escape problems. [#363] * New LAMBERTW function. * Plug sheet object leak with paste. * Fix documentation problem for vararg functions.
Revbump after cairo 1.16.0 update.
Recursive revbump from hardbuzz-2.1.1
gnumeric: update to 1.12.43. Changes not found
Recursive bump for perl5-5.28.0
gnumeric: update to 1.12.42. 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].
extend PYTHON_VERSIONS_ for Python 3.7
gnumeric: update to 1.12.41. 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: update to 1.12.40. 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.
Recursive bump for new fribidi dependency in pango.
gnumeric112: updated to 1.12.39 Gnumeric 1.12.39: This is a minor bugfix release. Fix ssdiff problem. Fix ISREF. Some internal array formula code cleanups. Fix problem with stopping a glpk solver. Improve workaround for gtk+ scrollbar bug. Fix minor issue for MUNIT. Doc fixes.
gobject3: buildlink3 -> DEPENDS
Recursive bumps for fontconfig and libzip dependency changes.
gnumeric: update to 1.12.38. Gnumeric 1.12.38 Morten: * Avoid large stack use here and there. * Test suite improvements. * Improve sylk writer. Don't ask. * Teach ssdiff about column/row sizes. * Teach ssdiff about defined names. * Fix a few ssdiff crashes. * Fix crash on text import. -------------------------------------------------------------------------- Gnumeric 1.12.37 Morten: * Test suite improvements. * Improve format guessing for newly entered formulas. * Improve PERMUTATIONA for unusual arguments. [#790742] * Extend range of NT_PI. * Improve xlsx export of cell comments. [#790756] * Plug leaks. * Fix potential crash on exit. * Speed-up number theory functions. * Fix combo object icon. * Code cleanups for main binary. * Fix potential crash in gtk scroll bar bug workaround. * Avoid large stack use here and there.
gnumeric: update to 1.12.36nb1. 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.
gnumeric112: update to 1.12.36 Noteworthy news in this release: * ODF/XLSX import/export improvements with contour graphs. * Fix some GUI issues caused by Gtk+ "updates".
recursive bump for libxkbcommon removal from at-spi2-core
gnumeric: update to 1.12.35. 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]
Recursive revbump from lang/perl5 5.26.0
Recursive revbump from fonts/harfbuzz
Recursive bump for harfbuzz's new graphite2 dependency.
Add python-3.6 to incompatible versions.
Revbump after graphics/gd update
Remove python33: adapt all packages that refer to it.
Bump PKGREVISION for perl-5.24.
Extend PYTHON_VERSIONS_INCOMPATIBLE to 35
Update gnumeric to version 1.12.23. 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.
Update to version 1.12.21. 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
Recursive PKGREVISION bump for all packages mentioning 'perl', having a PKGNAME of p5-*, or depending such a package, for perl-5.22.0.
Recursive revbump following MesaLib update, categories g through n.
Update HOMEPAGE.
Bump for perl-5.20.0. Do it for all packages that * mention perl, or * have a directory name starting with p5-*, or * depend on a package starting with p5- like last time, for 5.18, where this didn't lead to complaints. Let me know if you have any this time.
Mark packages that are not ready for python-3.3 also not ready for 3.4, until proven otherwise.
Recursive revbump from x11/pixman Fix PR pkg/48777
Fix HOMEPAGE
Mark packages as not ready for python-3.x where applicable; either because they themselves are not ready or because a dependency isn't. This is annotated by PYTHON_VERSIONS_INCOMPATIBLE= 33 # not yet ported as of x.y.z or PYTHON_VERSIONS_INCOMPATIBLE= 33 # py-foo, py-bar respectively, please use the same style for other packages, and check during updates. Use versioned_dependencies.mk where applicable. Use REPLACE_PYTHON instead of handcoded alternatives, where applicable. Reorder Makefile sections into standard order, where applicable. Remove PYTHON_VERSIONS_INCLUDE_3X lines since that will be default with the next commit. Whitespace cleanups and other nits corrected, where necessary.
Update to 1.12.9: 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]
Update to 1.12.8: 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.
Recursive revbump from pango-1.36.0
Update to 1.12.7: Gnumeric 1.12.7 Morten: * Extend BESSELJ and BESSELY to handle fractional order. [#706720] * Fix crash with split pane. [#707047] -------------------------------------------------------------------------- Gnumeric 1.12.6 Andreas: * Fix crash on corrupted files. [#706526] Morten: * Fix crash on corrupted files. [#706413] [#706417] * Fix save style performance issue. [#699045]
Remove obsolete entry from desktop file that generates warnings during package installation. Bump PKGREVISION.
Revbump after cairo update
update to 1.12.5 changes: -Improve ODF import -Export custom shapes -Implement input message editing +bugfixes
Update to 1.12.4: Gnumeric 1.12.4 Andreas: * Improve xlsx export of Gnumeric functions. * Improve xlsx import of Excel 2010 functions. * Improve xls import of Excel 2010 functions. * Fix documentation of r.q* and r.*nbinom. [#703164] * Add Excel 2010's BETA.DIST. * Fix crash on corrupted files. [#703149] [#703215] [#703625] [#703895] * Fix import of sxc files. [#703249] * Fix TDIST Import/Export from/to ODF. * Write manual legend position to ODF. [#703362] * Fix position handling in strict ODF export. Jean: * Don't attempt to add a path item when there is no path object. [#703052] Morten: * Improve accuracy for 2-argument ERF. * Fix crashes on corrupted files. [#703143] [#703307] [#703306] * Fix --with-long-double tests. [#703397] * Fix problems saving auto filters to xls. [#703308] * Improve handling of large graph ranges. [#703546] * Fix analysis issue with translations. [#703355] * Fix COUNTIF (etc) pattern matching. [#703770]
Update to 1.12.3: 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.
Bump PKGREVISION for libXft changes for NetBSD native X support on NetBSD 6, requested by tron.
Try to fix the fallout caused by the fix for PR pkg/47882. Part 3: Recursively bump package revisions again after the "freetype2" and "fontconfig" handling was fixed.
Bump freetype2 and fontconfig dependencies to current pkgsrc versions, to address issues with NetBSD-6(and earlier)'s fontconfig not being new enough for pango. While doing that, also bump freetype2 dependency to current pkgsrc version. Suggested by tron in PR 47882
Bump all packages for perl-5.18, that a) refer 'perl' in their Makefile, or b) have a directory name of p5-*, or c) have any dependency on any p5-* package Like last time, where this caused no complaints.
Remove deprecated MIME type from .desktop file. Bump PKGREVISION.
update to 1.12.2 changes: -Update documentation -Improve ODF support -minor UI tweaks -Embed more artwork -New functions: OWENT, POCHHAMMER, NT_OMEGA -bugfixes
add gnumeric112 for the latest (gtk3 based) stable gnumeric version