[gnomeweb-wml] Gnumeric: 1.10.3
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Gnumeric: 1.10.3
- Date: Sat, 8 May 2010 01:12:00 +0000 (UTC)
commit ee5a14e884b89d042ad0d441dc42a2c38fe8c712
Author: Morten Welinder <terra gnome org>
Date: Fri May 7 21:11:46 2010 -0400
Gnumeric: 1.10.3
.../gnumeric/announcements/1.10/Makefile.am | 1 +
.../announcements/1.10/gnumeric-1.10.3.shtml | 146 +++++++++++++++++
.../gnumeric/announcements/1.10/index.shtml | 1 +
.../gnumeric/changelogs/1.10/Makefile.am | 1 +
.../gnumeric/changelogs/1.10/changelog-1.10.3.txt | 169 ++++++++++++++++++++
.../gnumeric/changelogs/1.10/index.shtml | 1 +
projects.gnome.org/gnumeric/downloads.shtml | 2 +-
projects.gnome.org/gnumeric/header-end.shtml | 2 +-
projects.gnome.org/gnumeric/index.shtml | 5 +
9 files changed, 326 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
index ace21f7..278377f 100644
--- a/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
@@ -1,6 +1,7 @@
urlpath = /gnumeric/announcements/1.10
page_SCRIPTS= \
+ gnumeric-1.10.3.shtml \
gnumeric-1.10.2.shtml \
gnumeric-1.10.1.shtml \
gnumeric-1.10.0.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.3.shtml b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.3.shtml
new file mode 100644
index 0000000..cd98109
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.3.shtml
@@ -0,0 +1,146 @@
+<!--#set var="title" value="Gnumeric 1.10.3" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+ <h2>Gnumeric 1.10.3 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.10.3. This release requires the concurrently
+ released goffice 0.8.3.</p>
+ <p>Noteworthy news in this release:</p>
+ <ul>
+ <li>ODF fixes for dates and times.</li>
+ <li>Various filter fixes.</li>
+ <li>Sheet duplicate fixes.</li>
+ </ul>
+
+ <ul>
+ <li>Andreas
+ <ul>
+ <li>
+ Fix CHITEST for rectangular ranges. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=615920">Bug 615920</a>].
+ </li>
+ <li>
+ Fix printing and preview of graph only sheets. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=616475">Bug 616475</a>].
+ </li>
+ <li>
+ Make even active sheets invisible. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=616474">Bug 616474</a>].
+ </li>
+ <li>
+ Improve date and time import from and export to ODF. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=617208">Bug 617208</a>].
+ </li>
+ <li>
+ Protect against accidentally pushing data off the sheet. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=98562">Bug 98562</a>].
+ </li>
+ <li>
+ Make Advanced Filter (except filter-in-place) undoable.
+ </li>
+ <li>
+ Fix Data->Filter->ShowAll for Advanced Filter. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=611079">Bug 611079</a>].
+ </li>
+ <li>
+ Remove undesired interaction between Advanced Filters and
+ Autofilters.
+ </li>
+ <li>
+ Make the par argument to ACCRINT optional. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=323545">Bug 323545</a>].
+ </li>
+ <li>
+ Improve keyboard navigation of the configurable text
+ importer. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=614939">Bug 614939</a>,<a href="http://bugzilla.gnome.org/show_bug.cgi?id=614941">Bug 614941</a>].
+ </li>
+ </ul>
+ <li>Jean
+ <ul>
+ <li>
+ Implement graph only sheets. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=158170">Bug 158170</a>].
+ </li>
+ <li>
+ Fix chart title import when excel automagically uses the unique
+ series label. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=616262">Bug 616262</a>].
+ </li>
+ <li>
+ Allow multiple and block selection for graph vector data.
+ [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=494685">Bug 494685</a>,<a href="http://bugzilla.gnome.org/show_bug.cgi?id=616068">Bug 616068</a>].
+ </li>
+ <li>
+ Use the "combo-activate" signal where appropriate? [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=583175">Bug 583175</a>].
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Make sure an empty string is shown with a quote.
+ </li>
+ <li>
+ Fix problem loading cells with empty strings. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=616139">Bug 616139</a>].
+ </li>
+ <li>
+ Fix WEEKNUM problems. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=616330">Bug 616330</a>].
+ </li>
+ <li>
+ Fix hidden-sheet problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=616549">Bug 616549</a>].
+ </li>
+ <li>
+ Fix auto-expr problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=575104">Bug 575104</a>].
+ </li>
+ <li>
+ Fix xls-save problems with custom autofilters.
+ </li>
+ <li>
+ Fix auto-filter problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=383400">Bug 383400</a>].
+ </li>
+ <li>
+ Fix advanced-filter problem with multiple criteria. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=164169">Bug 164169</a>].
+ </li>
+ <li>
+ Fix problem parsing complex numbers.
+ </li>
+ <li>
+ Improve error handle for complex functions.
+ </li>
+ <li>
+ Improve IMPOWER.
+ </li>
+ <li>
+ Fix sheet duplicate bugs. [Part of <a href="http://bugzilla.gnome.org/show_bug.cgi?id=617469">Bug 617469</a>].
+ </li>
+ <li>
+ Clean-up handling of pango contexts.
+ </li>
+ <li>
+ Fix old graph problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=142412">Bug 142412</a>].
+ </li>
+ </ul>
+ </ul>
+ <h2>goffice 0.8.3 aka "TBD" is now available.</h2>
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Improve probability plots.
+ </li>
+ <li>
+ Implement the "combo-activate" signal in GOCombo. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=583175">Bug 583175</a>].
+ </li>
+ <li>
+ Use markup for graph tips.
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix week numbers issue.
+ </li>
+ <li>
+ Fix matrix inversion crash. [Part of <a href="http://bugzilla.gnome.org/show_bug.cgi?id=617469">Bug 617469</a>].
+ </li>
+ <li>
+ Fix win32 configuration problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=617672">Bug 617672</a>].
+ </li>
+ </ul>
+ </ul>
+ <h2>Availability</h2>
+ <blockquote>
+ <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/">http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/</a><br>
+ <a href="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/">http://ftp.gnome.org/pub/GNOME/sources/goffice/0.8/</a>
+ </blockquote>
+<!--#include virtual="../../footer.shtml" -->
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/index.shtml b/projects.gnome.org/gnumeric/announcements/1.10/index.shtml
index dfee82f..d254c5f 100644
--- a/projects.gnome.org/gnumeric/announcements/1.10/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.10/index.shtml
@@ -20,6 +20,7 @@
These are stable releases indented for regular users who want stability over
features. Generally we do not add features to stable series.</p>
<ul>
+ <li><a href="gnumeric-1.10.3.shtml">1.10.3</a></li>
<li><a href="gnumeric-1.10.2.shtml">1.10.2</a></li>
<li><a href="gnumeric-1.10.1.shtml">1.10.1</a></li>
<li><a href="gnumeric-1.10.0.shtml">1.10.0</a></li>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am b/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
index 70bb7a5..cf46046 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/Makefile.am
@@ -1,6 +1,7 @@
urlpath = /gnumeric/changelogs/1.10
page_SCRIPTS= \
+ changelog-1.10.3.txt \
changelog-1.10.2.txt \
changelog-1.10.1.txt \
changelog-1.10.0.txt \
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.3.txt b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.3.txt
new file mode 100644
index 0000000..fd7839d
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.3.txt
@@ -0,0 +1,169 @@
+2010-05-07 Morten Welinder <terra gnome org>
+
+ * Release 1.10.3
+
+2010-05-05 Morten Welinder <terra gnome org>
+
+ * src/expr.c (value_intersection): Handle non-cell dependency
+ better. Fixes #142412.
+
+2010-05-04 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/colrow.h (_ColRowInfo): add in_advanced_filter field
+ * src/wbc-gtk-actions.c (actions): make it clear that ShowAll
+ relates to Advanced Filters
+ * src/wbc-gtk.c (wbcg_menu_state_update): keep has_filtered_rows
+ for advanced filters separate from the auto filters.
+
+2010-05-04 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/wbc-gtk-actions.c: change argument to filter_show_all
+ * src/wbc-gtk.c (wbcg_menu_state_update): use MS_FILTER_STATE_CHANGED
+ rather than MS_CONSOLIDATE
+ * src/workbook-control.h (MS_FILTER_STATE_CHANGED): new
+
+2010-05-03 Morten Welinder <terra gnome org>
+
+ * src/style.c (gnm_pango_context_get): Cache the context. (Some
+ pango versions are indeterministic in font selection.)
+ (gnm_font_shutdown): Release the context.
+
+ * src/sheet.h (struct _Sheet): Drop context field.
+
+ * src/rendered-value.c (gnm_rendered_value_new): Add a
+ PangoContext* argument. All callers changed.
+
+ * src/item-edit.c (item_edit_realize): Use proper pango context.
+
+ * src/sheet.c (cb_sheet_cell_copy): Unwrap the array expression.
+
+ * src/expr.c (gnm_expr_is_array): New function.
+ (gnm_expr_new_array_corner): Complain if subexpression in a array.
+ (gnm_expr_top_is_array): Use gnm_expr_is_array.
+
+ * src/sheet.c (sheet_dup_cells): Queue recalc of the new sheet.
+ (cb_sheet_cell_copy): Don't copy computed values.
+
+2010-05-03 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/mathfunc.c (gnm_matrix_eigen_max_index): stay in the matrix
+ (gnm_matrix_eigen_*): use unsigned int
+
+2010-05-03 Morten Welinder <terra gnome org>
+
+ * src/sheet.c (cb_sheet_cell_copy): Use gnm_cell_assign_value, not
+ gnm_cell_set_value, for non-corner array cells. Copy the value for same.
+ Don't leak cells. Fixes most of #617469.
+
+2010-05-02 Morten Welinder <terra gnome org>
+
+ * src/complex.c (complex_pow): Fix problem on negative real axis.
+
+ * src/complex.h (complex_invalid, complex_invalid_p): New
+ functions.
+
+2010-05-01 Morten Welinder <terra gnome org>
+
+ * src/complex.c (complex_from_string): Reject invalid strings like
+ "42.0.1i".
+
+2010-04-30 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/cmd-edit.c (cmd_shift_rows): protect against data loss
+ (cmd_shift_cols): ditto
+
+2010-04-30 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/commands.c (cmd_insert_cols): protect against data loss
+ (cmd_insert_rows): ditto
+
+2010-04-30 Morten Welinder <terra gnome org>
+
+ * src/value.c (find_rows_that_match): Fix checking of multiple
+ criteria. Fixes rest of #164169.
+
+ * src/sheet-filter.c (filter_expr_eval): When we're looking for a
+ number, match also strings. Match strings case insensitively.
+
+2010-04-27 Jean Brefort <jean brefort normalesup org>
+
+ * configure.in: needs goffice-0.8.3.
+ * src/wbc-gtk.c (wbc_gtk_init_borders), (wbc_gtk_init_color_fore),
+ (wbc_gtk_init_color_back): use the combo-activate signal.
+
+2010-04-27 Morten Welinder <terra gnome org>
+
+ * src/workbook-view.c (wb_view_set_property,
+ wb_view_get_property): Keep auto expression attributes too.
+ (wb_view_auto_expr_recalc): Set colour when needed. Fixes
+ #575104.
+
+ * src/wbc-gtk.c (wbcg_auto_expr_text_changed): Set attributes too.
+ (wbcg_view_changed): Watch attribute changes too.
+
+ * src/gutils.c (gnm_pango_attr_list_equal): Import from commands.c
+ and make this public.
+
+2010-04-23 Jean Brefort <jean brefort normalesup org>
+
+ * src/graph.c (gnm_go_data_unserialize),
+ (gnm_go_data_vector_load_len), (gnm_go_data_vector_load_values): allow
+ multiple and block selection for graph vector data.
+ * src/wbc-gtk.c (cb_graph_dim_editor_update): ditto.
+
+2010-04-22 Morten Welinder <terra gnome org>
+
+ * src/wbc-gtk.c (wbcg_sheet_add): Set label's initial visibility.
+ Fixes #616549.
+
+2010-04-21 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * gnumeric.doap: add e-mail address
+ * src/print.c (print_page): graphs on graph sheets always take
+ the whole space, no need to center
+
+2010-04-21 Morten Welinder <terra gnome org>
+
+ * src/xml-sax-read.c (xml_sax_cell_content): Handle empty strings.
+ Fixes #616139.
+
+ * src/cell.c (gnm_cell_get_entered_text): Make sure the empty
+ string gets quoted. Fixes part of #616139.
+
+2010-04-21 Jean Brefort <jean brefort normalesup org>
+
+ * src/commands.c (update_sheet_graph_cb), (cmd_print_setup_undo),
+ (cmd_print_setup_redo): implement graph only sheets (at least for the
+ visible part). [#158170]
+ * src/gnumeric.h: ditto.
+ * src/graph.h: ditto.
+ * src/print.c (print_page): ditto.
+ * src/sheet-control-gui.c (scg_resize), (scg_scrollbar_config),
+ (scg_set_top_left), (scg_make_cell_visible), (scg_set_panes),
+ (set_resize_pane_pos), (post_create_cb), (sheet_control_gui_new),
+ (scg_finalize), (scg_unant), (scg_ant), (scg_adjust_preferences),
+ (scg_object_create_view): ditto.
+ * src/sheet-object-graph.c (cb_graph_size_changed),
+ (cb_post_new_view), (gnm_sog_new_view), (gnm_sog_bounds_changed),
+ (cb_sheet_target_changed), (sheet_object_graph_guru),
+ (sheet_object_graph_ensure_size): ditto.
+ * src/sheet-object-graph.h: ditto.
+ * src/sheet-object.c (sheet_object_populate_menu_real),
+ (sheet_object_draw_cairo_sized), (sheet_object_view_enter_notify),
+ (cb_so_menu_activate), (cb_ptr_array_free), (build_so_menu),
+ (sheet_object_view_button_pressed): ditto.
+ * src/sheet-object.h: ditto.
+ * src/sheet.c (sheet_new_with_type): ditto.
+ * src/sheet.h: ditto.
+ * src/wbc-gtk-actions.c (cb_add_graph): ditto.
+ * src/wbc-gtk.c (wbcg_update_action_sensitivity),
+ (wbcg_set_direction), (cb_scroll_wheel), (wbcg_get_n_scg): ditto.
+ * src/workbook.c (workbook_sheet_add_with_type): ditto.
+ * src/workbook.h: ditto.
+ * src/xml-sax-read.c (xml_sax_wb_sheetsize),
+ (xml_sax_wb_sheetname): ditto.
+ * src/xml-sax-write.c (xml_write_sheet_names): ditto.
+
+2010-04-16 Morten Welinder <terra gnome org>
+
+ * configure.in: Post-release bump.
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml b/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
index 170a2fe..7dca08a 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.10/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/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.10.3.txt">1.10.3</a></i>
<li><a href="changelog-1.10.2.txt">1.10.2</a></i>
<li><a href="changelog-1.10.1.txt">1.10.1</a></i>
<li><a href="changelog-1.10.0.txt">1.10.0</a></i>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index d4e7fbf..6fb5b3e 100644
--- a/projects.gnome.org/gnumeric/downloads.shtml
+++ b/projects.gnome.org/gnumeric/downloads.shtml
@@ -136,7 +136,7 @@ tarball</a>. Dependencies for this version are:</p>
</tr>
<tr>
<td><a href="http://ftp.gnome.org/pub/GNOME/sources/goffice">GOffice</a></td>
- <td>>= 0.8.0</td>
+ <td>>= 0.8.3</td>
<td></td>
</tr>
<tr>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index 2c0f46c..6f50be4 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -11,7 +11,7 @@
<li><a href="<!--#echo var="rootdir" -->/downloads.shtml">Get
Gnumeric Now!</a></li>
<li><a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.2.tar.gz">Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.3.tar.gz">Latest
Source</a></li>
<!-- <li><a
href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/gnumeric-1.9.17.tar.gz">Latest
diff --git a/projects.gnome.org/gnumeric/index.shtml b/projects.gnome.org/gnumeric/index.shtml
index 3cbb890..d875070 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -41,6 +41,11 @@
<a href="features.shtml">go here</a>.</p>
<h2>News</h2>
+ <p>May 2010:
+ <a href="announcements/1.10/gnumeric-1.10.3.shtml">Gnumeric 1.10.3
+ is out</a>. This is a bug-fix release. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
<p>April 2010:
<a href="announcements/1.10/gnumeric-1.10.2.shtml">Gnumeric 1.10.2
is out</a>. This is a bug-fix release. Get it
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]