[gnomeweb-wml] Gnumeric 1.11.3



commit fcafc68984b526e9c41727ea6278763398543d36
Author: Morten Welinder <terra gnome org>
Date:   Sat Apr 21 19:26:27 2012 -0400

    Gnumeric 1.11.3

 .../gnumeric/announcements/1.11/Makefile.am        |    1 +
 .../announcements/1.11/gnumeric-1.11.3.shtml       |  220 ++++++++++++++++++++
 .../gnumeric/announcements/1.11/index.shtml        |    1 +
 .../gnumeric/changelogs/1.11/Makefile.am           |    1 +
 .../gnumeric/changelogs/1.11/changelog-1.11.3.txt  |  176 ++++++++++++++++
 .../gnumeric/changelogs/1.11/index.shtml           |    1 +
 projects.gnome.org/gnumeric/header-end.shtml       |    2 +-
 projects.gnome.org/gnumeric/index.shtml            |   11 +
 8 files changed, 412 insertions(+), 1 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.11/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.11/Makefile.am
index 5dc0b2f..59c21ff 100644
--- a/projects.gnome.org/gnumeric/announcements/1.11/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/1.11/Makefile.am
@@ -1,6 +1,7 @@
 urlpath = /gnumeric/announcements/1.11
 
 page_SCRIPTS= \
+	gnumeric-1.11.3.shtml \
 	gnumeric-1.11.2.shtml \
 	gnumeric-1.11.1.shtml \
 	gnumeric-1.11.0.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.11/gnumeric-1.11.3.shtml b/projects.gnome.org/gnumeric/announcements/1.11/gnumeric-1.11.3.shtml
new file mode 100644
index 0000000..8288260
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.11/gnumeric-1.11.3.shtml
@@ -0,0 +1,220 @@
+<!--#set var="title" value="Gnumeric 1.11.3" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+  <h2>Gnumeric 1.11.3 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  Gnumeric version 1.11.3.  This release requires the concurrently
+  released goffice 0.9.3.</p>
+  <p>Noteworthy news in this release:</p>
+  <ul>
+  <li>Relicencing to GPLv2/GPLv3.</li>
+  <li>Import/export fixes for xls and ods.</li>
+  </ul>
+
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+	On ODF import of stacked column charts, set LibreOffice's default
+	overlap. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=670692";>Bug 670692</a>].
+      </li>
+      <li>
+	On ODF import set series to default to ignoring invalids for
+	interpolation. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671508";>Bug 671508</a>].
+      </li>
+      <li>
+	Handle unusual styles created in xls import. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671745";>Bug 671745</a>].
+      </li>
+      <li>
+	Do not show an icon for the range entry in the search dialog. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671494";>Bug 671494</a>].
+      </li>
+      <li>
+	Import/Export style information attached to grids from/to ODF. 
+	Part of [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671461";>Bug 671461</a>].
+      </li>
+      <li>
+	Improve annotation import from ODF.
+      </li>
+      <li>
+	Fix conditional number format import from ODF. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=672489";>Bug 672489</a>].
+      </li>
+      <li>
+	Import/Export marker size from/to ODF. Part of [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671461";>Bug 671461</a>].
+      </li>
+      <li>
+	Export/Import axes data formats to ODF. Part of [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671461";>Bug 671461</a>].
+      </li>
+      <li>
+	Fix object anchors on ODF import. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=667489";>Bug 667489</a>].
+      </li>
+      <li>
+	Fix properties page of Document Properties dialog. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=673129";>Bug 673129</a>, <a href="https://bugzilla.gnome.org/show_bug.cgi?id=673256";>Bug 673256</a>].
+      </li>
+    </ul>
+  <li>Jean
+    <ul>
+      <li>
+	Fixed crash with sheet object. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671617";>Bug 671617</a>].
+      </li>
+      <li>
+	Fixed labels vectors made of multiple ranges. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=672330";>Bug 672330</a>].
+      </li>
+      <li>
+	Never skip a required plot dimension. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=674341";>Bug 674341</a>].
+      </li>
+    </ul>
+  <li>Morten
+    <ul>
+      <li>
+	Hook up unknown_image icon for ssconvert too.
+      </li>
+      <li>
+	Fix xls save crash.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671267";>Bug 671267</a>].
+      </li>
+      <li>
+	Fix xls page break export.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Fix xls export of conditional formats' font.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Fix xls export of conditional formats' pattern.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Improve xls import of rich text.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Fix rich text export problem with non-ASCII.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Fix crash with images on sheet.
+      </li>
+      <li>
+	Improve xls image export.   [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Fix sheet object order on xls export.
+      </li>
+      <li>
+	Fix xls export for formulas in conditions.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Export non-visible style stuff to xls.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Improve xls import re. hard column widths.
+      </li>
+      <li>
+	Export only needed col/row styles to .gnumeric.
+      </li>
+      <li>
+	Fix export of colours to .gnumeric.
+      </li>
+      <li>
+	Fix row height xls export rounding issue.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671513";>Bug 671513</a>].
+      </li>
+      <li>
+	Export paper size to xls.
+      </li>
+      <li>
+	Improve xls export of chart legends.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=671845";>Bug 671845</a>].
+      </li>
+      <li>
+	Export sets to xls.
+      </li>
+      <li>
+	Lower memory usage for ods load.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671863";>Bug 671863</a>].
+      </li>
+      <li>
+	Improve test suite.
+      </li>
+      <li>
+	Lower per-cell memory usage.
+      </li>
+      <li>
+	Fix INTERPOLATION crash.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=672154";>Bug 672154</a>].
+      </li>
+      <li>
+	Inhibit typing underline style in format dialog.
+      </li>
+      <li>
+	Allow pattern matching for VLOOKUP/HLOOKUP.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=672319";>Bug 672319</a>].
+      </li>
+      <li>
+	Fix pattern matching for VLOOKUP/HLOOKUP/MATCH.
+      </li>
+      <li>
+	Improve test suite for ods.
+      </li>
+      <li>
+	Fix scrollbar/spinbutton load-from-.gnumeric.  [Part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=672716";>Bug 672716</a>].
+      </li>
+      <li>
+	New function COVARIANCE.S.
+      </li>
+      <li>
+	Enable MATCH/VLOOKUP/HLOOKUP caches during redraw.
+      </li>
+      <li>
+	Speed-up some operations on large areas.
+      </li>
+      <li>
+	Work around pango bug affecting search/replace.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=673447";>Bug 673447</a>].
+      </li>
+      <li>
+	Try to work around gtk bug causing crashes.  [Redhat Bug 803904].
+      </li>
+    </ul>
+  </ul>
+
+  <h2>goffice 0.9.3 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  goffice version 0.9.3.</p>
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+	Fix output of scientific number formats to ODF. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=672353";>Bug 672353</a>].
+      </li>
+      <li>
+	Do not unneccessarily include numbers in number formats when exporting
+	to ODF. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671860";>Bug 671860</a>].
+      </li>
+    </ul>
+  <li>Jean
+    <ul>
+      <li>
+	Add introspection support. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=670161";>Bug 670161</a>].
+      </li>
+      <li>
+	Make introspection build when libgoffice is not installed [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671699";>Bug 671699</a>].
+      </li>
+    </ul>
+  <li>Morten
+    <ul>
+      <li>
+	Fix GOImage fallback for non-GUI case.
+      </li>
+      <li>
+	Tweak bold attribute for rich text.
+      </li>
+      <li>
+	Fix minor multihead issue with help buttons in dialogs.
+      </li>
+      <li>
+	Eliminate GoComboText -- use GtkComboBoxText instead.
+      </li>
+      <li>
+	Avoid critical in GOPixbuf code.
+      </li>
+      <li>
+	Work around intltool bug.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=672771";>Bug 672771</a>].
+      </li>
+    </ul>
+  </ul>
+  <h2>Availability</h2>
+  <blockquote>
+    <a href="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.9/";>http://ftp.gnome.org/pub/GNOME/sources/goffice/0.9/</a><br>
+    <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/";>http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/</a>
+  </blockquote>
+<!--#include virtual="../../footer.shtml" -->
diff --git a/projects.gnome.org/gnumeric/announcements/1.11/index.shtml b/projects.gnome.org/gnumeric/announcements/1.11/index.shtml
index 62c5574..11a1580 100644
--- a/projects.gnome.org/gnumeric/announcements/1.11/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.11/index.shtml
@@ -21,6 +21,7 @@ Please note, that in development series, things break from time to time.
 Sometimes that is deliberate when things are being reorganized and sometimes it
 is due to oversight.</p>
 <ul>
+  <li><a href="gnumeric-1.11.3.shtml">1.11.3</a></li>
   <li><a href="gnumeric-1.11.2.shtml">1.11.2</a></li>
   <li><a href="gnumeric-1.11.1.shtml">1.11.1</a></li>
   <li><a href="gnumeric-1.11.0.shtml">1.11.0</a></li>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.11/Makefile.am b/projects.gnome.org/gnumeric/changelogs/1.11/Makefile.am
index f6f5abe..ab4146a 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.11/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/1.11/Makefile.am
@@ -1,6 +1,7 @@
 urlpath = /gnumeric/changelogs/1.11
 
 page_SCRIPTS= 			\
+	changelog-1.11.3.txt	\
 	changelog-1.11.2.txt	\
 	changelog-1.11.1.txt	\
 	changelog-1.11.0.txt	\
diff --git a/projects.gnome.org/gnumeric/changelogs/1.11/changelog-1.11.3.txt b/projects.gnome.org/gnumeric/changelogs/1.11/changelog-1.11.3.txt
new file mode 100644
index 0000000..66cbbde
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.11/changelog-1.11.3.txt
@@ -0,0 +1,176 @@
+2012-04-21  Morten Welinder <terra gnome org>
+
+	* Release 1.11.3
+
+2012-04-18  Jean Brefort  <jean brefort normalesup org>
+
+	* src/selection.c (sv_selection_to_plot): never skip a required plot
+	dimension. [#674341]
+
+2012-04-17  Morten Welinder  <terra gnome org>
+
+	* src/wbc-gtk.c (cb_font_name_changed, cb_font_size_changed)
+	(cb_zoom_activated): Try working around gtk bug.
+
+2012-04-06  Morten Welinder  <terra gnome org>
+
+	* src/search.c (gnm_search_normalize): Function to normalize text
+	before search and search/replace.
+	(gnm_search_replace_comment, gnm_search_replace_cell)
+	(gnm_search_replace_value): Use gnm_search_normalize.
+	(gnm_search_replace_cell): Normalize the result to NFC.  Fixes
+	#673447.
+
+2012-03-29  Morten Welinder  <terra gnome org>
+
+	* src/sheet-style.c: Switch to g_slice by default.
+
+	* src/colrow.c (colrow_autofit): Mark as unit for recalc.  (This
+	one hits for paste-to-large-area.)
+
+	* src/sheet.c (sheet_redraw_region): Revert to redrawing the whole
+	sheet if the region is too tall.
+
+	* src/sheet-control-gui.c (scg_redraw_range): Ditto.
+
+2012-03-28  Morten Welinder  <terra gnome org>
+
+	* src/sheet.c (sheet_redraw_all, sheet_redraw_region): Mark whole
+	thing as one computation.  Jit-computation of rendered values
+	would otherwise discard caches between each cell.
+
+2012-03-26  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/expr.c (do_expr_as_string): use new convs->output.boolean
+	* src/parse-util.h (_GnmConventions): add output.boolean
+	* src/parse-util.c (gnm_conventions_new_full): initialize output.boolean
+
+2012-03-26  Jean Brefort  <jean brefort normalesup org>
+
+	* src/sheet-object-image.c (sheet_object_image_set_image),
+	(gnm_soi_assign_to_sheet): register the image when importing from .xls.
+	Fixes #672716 item 3.
+
+2012-03-25  Morten Welinder  <terra gnome org>
+
+	* src/expr.c (gnm_expr_simplify_if): New function.
+
+	* src/rangefunc.c (gnm_range_covar_pop): Rename from
+	gnm_range_covar.
+	(gnm_range_covar_est): New function.
+
+2012-03-23  Morten Welinder  <terra gnome org>
+
+	* src/sheet-object-image.c (content_end): Simplify.  Decode image
+	also if we don't have a name.
+
+	* src/sheet-object-widget.c
+	(sheet_widget_adjustment_prep_sax_parser): Set the right thing
+	when we see a "Page" attribute.  Fixes #672716 item 2.
+
+2012-03-18  Jean Brefort  <jean brefort normalesup org>
+
+	* src/graph.c (gnm_go_data_vector_eval),
+	(gnm_go_data_vector_finalize), (gnm_go_data_vector_get_value),
+	(cb_assign_string), (gnm_go_data_vector_get_str): fixed labels vectors
+	made of multiple ranges. [#672330]
+
+2012-03-18  Jean Brefort  <jean brefort normalesup org>
+
+	* src/graph.c (gnm_go_data_vector_get_markup): don't access an array with
+	an index larger than the size.
+
+2012-03-14  Morten Welinder  <terra gnome org>
+
+	* src/cell.h (struct _GnmCell): remove row_info pointers.  All
+	users fixed.
+
+	* src/sheet.c (sheet_cell_queue_respan): New function.
+	(cb_re_render_formulas, cb_clear_rendered_cells): Use
+	sheet_cell_queue_respan.
+
+	* src/dependent.c (gnm_cell_eval_content): Use
+	sheet_cell_queue_respan.
+
+2012-03-13  Morten Welinder  <terra gnome org>
+
+	* src/workbook.c (workbook_share_expressions): Add sharing debug
+	code.
+
+	* src/expr.c (gnm_expr_sharer_report): New function.
+
+2012-03-12  Morten Welinder  <terra gnome org>
+
+	* src/expr.c (do_expr_as_string): Set a precedence for set.
+
+	* src/sheet-style.c (cb_style_extent, cb_is_default)
+	(cb_most_common): Fix handling of width and height.
+
+2012-03-11  Jean Brefort  <jean brefort normalesup org>
+
+	* configure.in: needs goffice >= 0.9.3.
+	* src/sheet-object-component.c (gnm_soc_copy): rewritten.
+
+2012-03-11  Morten Welinder  <terra gnome org>
+
+	* src/print-info.c (print_info_get_paper_size): New function.
+
+2012-03-11  Morten Welinder  <mwelinder gmail com>
+
+	* test/GnumericTest.pm (test_importer): Survive non-compressed
+	.gnumeric files.
+
+2012-03-10  Morten Welinder  <terra gnome org>
+
+	* src/sstest.c (test_random): Use more samples for normal tests to
+	reduce failure rates.
+
+	* src/xml-sax-write.c (xml_write_colrow_info): Don't write records
+	that match the default col/row style.
+	(gnm_xml_out_add_gocolor): Don't go through GdkRGBA which causes
+	rounding problems.
+
+	* src/sheet-object-widget.h: Grand rename.  Make GNM_IS_SOW
+	public.
+
+2012-03-10  Jean Brefort  <jean brefort normalesup org>
+
+	* src/sheet-object-image.c (gnm_soi_write_image): make it work again.
+
+2012-03-09  Morten Welinder  <terra gnome org>
+
+	* src/sheet-style.c (sheet_style_is_default)
+	(sheet_style_get_nondefault_extent): New function.
+	(sheet_style_has_visible_content, sheet_style_most_common_in_col): Delete.
+	(sheet_style_get_extent): Drop col_styles argument.  All callers
+	changed.
+
+2012-03-08  Morten Welinder  <terra gnome org>
+
+	* src/expr-name.c (expr_name_set_pos): Make this work even without
+	an existing scope.
+
+	* src/sheet-object-image.c (gnm_soi_new_view): Fix crash.
+
+2012-03-08  Jean Brefort  <jean brefort normalesup org>
+
+	* src/sheet-object-widget.c (widget_wbc), (cb_selection_changed): fixed
+	crash with sheet object. [#671617]
+
+2012-03-07  Morten Welinder  <terra gnome org>
+
+	* plugins/excel/ms-excel-read.c (excel_read_LABEL): supply the
+	byte length to excel_read_LABEL_markup, not the character length.
+
+2012-03-06  Morten Welinder  <terra gnome org>
+
+	* src/application.c (install_icons): Move icon installation to
+	here.  We need unknown_image even without the gui.
+	(gnm_app_class_init): Hook it up here.
+
+	* src/wbc-gtk.c: Move from here.
+	(wbc_gtk_class_init): Instead of here.
+
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* configure.in: Post-release bump.
diff --git a/projects.gnome.org/gnumeric/changelogs/1.11/index.shtml b/projects.gnome.org/gnumeric/changelogs/1.11/index.shtml
index 0e1a5ff..3b0822c 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.11/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/1.11/index.shtml
@@ -18,6 +18,7 @@
 <p>Click on a link to go to the change log for that Gnumeric release.</p>
 <ul>
   <!-- new entries go on top -->
+  <li><a href="changelog-1.11.3.txt">1.11.3</a></li>
   <li><a href="changelog-1.11.2.txt">1.11.2</a></li>
   <li><a href="changelog-1.11.1.txt">1.11.1</a></li>
   <li><a href="changelog-1.11.0.txt">1.11.0</a></li>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index 37efaf7..a952f9a 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -16,7 +16,7 @@
 href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.17.tar.gz";>Latest
 Source</a></li>
 	  <li><a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/gnumeric-1.11.2.tar.xz";>Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/gnumeric-1.11.3.tar.xz";>Latest
 Devel Source</a></li>
 	</ul>
       </div>
diff --git a/projects.gnome.org/gnumeric/index.shtml b/projects.gnome.org/gnumeric/index.shtml
index af4bcd8..a485100 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -41,6 +41,17 @@
       <a href="features.shtml">go here</a>.</p>
 
       <h2>News</h2>
+      <p>April 2012:
+      <a href="announcements/1.11/gnumeric-1.11.3.shtml">Gnumeric
+      1.11.3 is out</a>.  Get it
+      from <a href="downloads.shtml">here</a>!  We do not currently
+      have a Win32; we are waiting for GTK3/Win32 to be
+      ready.  <!--We have
+      a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.10.17-xxxxxxxx.exe";>Win32</a>
+      build of that.  (Sources in the same directory except for parts
+      found on this site.  Note, however, that recompilation is very
+      difficult.)--></p>
+
       <p>March 2012:
       <a href="announcements/1.11/gnumeric-1.11.2.shtml">Gnumeric
       1.11.2 is out</a>.  Get it



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]