Skip to content
Projects
Groups
Snippets
Help
Loading...
Help
Support
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
G
gnumeric
Project overview
Project overview
Details
Activity
Releases
Cycle Analytics
Repository
Repository
Files
Commits
Branches
Tags
Contributors
Graph
Compare
Charts
Issues
355
Issues
355
List
Boards
Labels
Milestones
Merge Requests
0
Merge Requests
0
CI / CD
CI / CD
Pipelines
Jobs
Schedules
Charts
Snippets
Snippets
Members
Members
Collapse sidebar
Close sidebar
Activity
Graph
Charts
Create a new issue
Jobs
Commits
Issue Boards
Open sidebar
GNOME
gnumeric
Commits
8f68ce13
Commit
8f68ce13
authored
Jun 28, 1999
by
Michael Meeks
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
Update web-site.
parent
2c3556d4
Changes
8
Hide whitespace changes
Inline
Side-by-side
Showing
8 changed files
with
86 additions
and
45 deletions
+86
-45
CHANGES
CHANGES
+2
-45
ChangeLog-1999-07-09
ChangeLog-1999-07-09
+4
-0
ChangeLog-2000-02-23
ChangeLog-2000-02-23
+4
-0
OChangeLog-1999-07-09
OChangeLog-1999-07-09
+4
-0
OChangeLog-2000-02-23
OChangeLog-2000-02-23
+4
-0
web/ChangeLog
web/ChangeLog
+6
-0
web/gnumeric-0.27
web/gnumeric-0.27
+61
-0
web/index.html
web/index.html
+1
-0
No files found.
CHANGES
View file @
8f68ce13
...
...
@@ -4,64 +4,21 @@ Miguel:
Print support (imported from the GNUMERIC_PRINT branch).
Pattern selector works again.
----------------------------------------------------------------------
Changes between version 0.26 and 0.27
Jukka:
* Added the following functions:
- FTEST(), TTEST(), SUMPRODUCT(), SEARCH(), ADDRESS(),
CHITEST(), BETAINV(), PERCENTRANK(), SERIESSUM(), SUMA(),
SUBTOTAL(), SLOPE(), AVERAGEA(), MAXA(), MINA(), STDEVA(),
STDEVPA(), VARA(), and VARPA().
* And fixed these functions:
- BETADIST(), NORMDIST(), RANK(), and POISSON().
* Lots of test files added
Morten:
* Reworked the insert/delete column/row again.
* Reworked the Goal Seek function to produce more accurate
results faster, and fail less often.
* Improved the recalculation engine.
* Shined up date calculations.
* Added WEEKDAY(), DAYS360(), TIMEVALUE().
* Fixed PROPER(), FLOOR(), SERIESSUM(), ROUND(), ROUNDUP(),
ROUNDDOWN(), ATAN2(), MOD(), INT(), COUNT(), COUNTA(),
AND(), OR().
* Improved precision here and there.
* Fixed font-reusage when writing in Gnumeric's default file
format.
* Fixed cell editing code.
* Fixed many internationalisation bugs. Translators, please
make sure the default floating-point format, "0.0########",
has been translated for your locale. (German translators,
please revisit "Zoom factor should be at least 50%" also, :-)
Miguel
* Worked on other things
Sean
* Implemented 'X-base' importing support ( DBase, FoxPro etc. )
Michael
* Re-wrote the OLE block layer again...
* Re-wrote all the function code for more uniformity, lucidity
and expandibility.
* Re-wrote the function documentation.
* Tentative alpha Excel sheet writing
- StarOffice is only tested importer
- Only Excel 95 likely to 'work'
- only basic numbers and text are stored.
* Fix writing code to preserve sheet order.
* Polished function wizard.
Nick Lamb
* Added excel function mappings.
* Fixed absolute shared formulae cell references.
* Supplied a spreadsheet to check date functions.
Jody Goldberg
* Supplied many new error and error checking functions.
* Vastly improved Excel color loading.
* Completed Excel funtion mappings, as far as possible.
* Worked on embryonic Excel chart code
Several translations updated: thanks to our translators
...
...
ChangeLog-1999-07-09
View file @
8f68ce13
1999-06-28 Michael Meeks <michael@edenproject.org>
* CHANGES: Updated for new release.
1999-06-27 Raja R Harinath <harinath@cs.umn.edu>
* src/Makefile.am (Gnumeric-impl.o): This depends on Gnumeric.h,
...
...
ChangeLog-2000-02-23
View file @
8f68ce13
1999-06-28 Michael Meeks <michael@edenproject.org>
* CHANGES: Updated for new release.
1999-06-27 Raja R Harinath <harinath@cs.umn.edu>
* src/Makefile.am (Gnumeric-impl.o): This depends on Gnumeric.h,
...
...
OChangeLog-1999-07-09
View file @
8f68ce13
1999-06-28 Michael Meeks <michael@edenproject.org>
* CHANGES: Updated for new release.
1999-06-27 Raja R Harinath <harinath@cs.umn.edu>
* src/Makefile.am (Gnumeric-impl.o): This depends on Gnumeric.h,
...
...
OChangeLog-2000-02-23
View file @
8f68ce13
1999-06-28 Michael Meeks <michael@edenproject.org>
* CHANGES: Updated for new release.
1999-06-27 Raja R Harinath <harinath@cs.umn.edu>
* src/Makefile.am (Gnumeric-impl.o): This depends on Gnumeric.h,
...
...
web/ChangeLog
View file @
8f68ce13
1999-06-28 Michael Meeks <michael@imaginator.com>
* gnumeric-0.27: Added
* index.html: Linked it in.
1999-06-23 Michael Meeks <michael@imaginator.com>
* screenshots/index.html: Added new screenshot of Excel and gnumeric
...
...
web/gnumeric-0.27
0 → 100644
View file @
8f68ce13
Changes between version 0.26 and 0.27
Jukka:
* Added the following functions:
- FTEST(), TTEST(), SUMPRODUCT(), SEARCH(), ADDRESS(),
CHITEST(), BETAINV(), PERCENTRANK(), SERIESSUM(), SUMA(),
SUBTOTAL(), SLOPE(), AVERAGEA(), MAXA(), MINA(), STDEVA(),
STDEVPA(), VARA(), and VARPA().
* And fixed these functions:
- BETADIST(), NORMDIST(), RANK(), and POISSON().
* Lots of test files added
Morten:
* Reworked the insert/delete column/row again.
* Reworked the Goal Seek function to produce more accurate
results faster, and fail less often.
* Improved the recalculation engine.
* Shined up date calculations.
* Added WEEKDAY(), DAYS360(), TIMEVALUE().
* Fixed PROPER(), FLOOR(), SERIESSUM(), ROUND(), ROUNDUP(),
ROUNDDOWN(), ATAN2(), MOD(), INT(), COUNT(), COUNTA(),
AND(), OR().
* Improved precision here and there.
* Fixed font-reusage when writing in Gnumeric's default file
format.
* Fixed cell editing code.
* Fixed many internationalisation bugs. Translators, please
make sure the default floating-point format, "0.0########",
has been translated for your locale. (German translators,
please revisit "Zoom factor should be at least 50%" also, :-)
Miguel
* Worked on other things
Sean
* Implemented 'X-base' importing support ( DBase, FoxPro etc. )
Michael
* Re-wrote the OLE block layer again...
* Re-wrote all the function code for more uniformity, lucidity
and expandibility.
* Re-wrote the function documentation.
* Tentative alpha Excel sheet writing
- StarOffice is only tested importer
- Only Excel 95 likely to 'work'
- only basic numbers and text are stored.
* Fix writing code to preserve sheet order.
Nick Lamb
* Added excel function mappings.
* Fixed absolute shared formulae cell references.
* Supplied a spreadsheet to check date functions.
Jody Goldberg
* Supplied many new error and error checking functions.
* Vastly improved Excel color loading.
* Completed Excel funtion mappings, as far as possible.
Several translations updated: thanks to our translators
And lots of bugs fixed.
web/index.html
View file @
8f68ce13
...
...
@@ -65,6 +65,7 @@ href="ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric">ftp://ftp.gnome.org/pub/GN
<P>
Gnumeric announcements:
<ul>
<li><a
href=
"gnumeric-0.27"
>
gnumeric-0.27
</a></li>
<li><a
href=
"gnumeric-0.26"
>
gnumeric-0.26
</a></li>
<li><a
href=
"gnumeric-0.25"
>
gnumeric-0.25
</a></li>
<li><a
href=
"gnumeric-0.24"
>
gnumeric-0.24
</a></li>
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment