[gnomeweb-wml] Gnumeric: 1.10.7
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Gnumeric: 1.10.7
- Date: Mon, 28 Jun 2010 22:49:17 +0000 (UTC)
commit 6f3c202ba991e07247a5f687b2c4247237597241
Author: Morten Welinder <terra gnome org>
Date: Mon Jun 28 18:48:59 2010 -0400
Gnumeric: 1.10.7
.../gnumeric/announcements/1.10/Makefile.am | 1 +
.../announcements/1.10/gnumeric-1.10.7.shtml | 80 ++++++++++
.../gnumeric/announcements/1.10/index.shtml | 1 +
.../gnumeric/changelogs/1.10/Makefile.am | 1 +
.../gnumeric/changelogs/1.10/changelog-1.10.7.txt | 159 ++++++++++++++++++++
.../gnumeric/changelogs/1.10/index.shtml | 1 +
projects.gnome.org/gnumeric/downloads.shtml | 6 +-
projects.gnome.org/gnumeric/header-end.shtml | 2 +-
projects.gnome.org/gnumeric/index.shtml | 9 +
9 files changed, 256 insertions(+), 4 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.10/Makefile.am
index 69560d1..fa76ece 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.7.shtml \
gnumeric-1.10.6.shtml \
gnumeric-1.10.5.shtml \
gnumeric-1.10.4.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.7.shtml b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.7.shtml
new file mode 100644
index 0000000..d4a391d
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.10/gnumeric-1.10.7.shtml
@@ -0,0 +1,80 @@
+<!--#set var="title" value="Gnumeric 1.10.7" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+ <h2>Gnumeric 1.10.7 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.10.7. For best results, use with the
+ concurrently released Goffice 0.8.7.</p>
+ <p>This is a bug-fix release. Andreas has been continuing his quest
+ to drive the bugzilla bug count down. We are now down more than 50%
+ from when he started.</p>
+ <ul>
+ <li>Andreas
+ <ul>
+ <li>
+ Improve function syntax and formula guru tooltips.
+ </li>
+ <li>
+ Avoid superfluous redo items under validation failure. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=622509">Bug 622509</a>].
+ </li>
+ <li>
+ Fix validation for array and range entry. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=622511">Bug 622511</a>].
+ </li>
+ <li>
+ Autofit column widths in stf import. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=427382">Bug 427382</a>].
+ </li>
+ <li>
+ Ensure the table range is unlocked before allowing the data
+ table to be configured.
+ </li>
+ <li>
+ Also store any markup if entering text in several cells at once.
+ [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=622530">Bug 622530</a>].
+ </li>
+ <li>
+ Read HTML files with nested tables. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=594789">Bug 594789</a>].
+ </li>
+ </ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fixed autofilter (and other) combo positions. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=621817">Bug 621817</a>].
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Improve function syntax tooltips.
+ </li>
+ <li>
+ Fix excessive memory use problem with xlsx. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=622365">Bug 622365</a>].
+ </li>
+ <li>
+ Make BackSpace work as Delete on pane. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=622599">Bug 622599</a>].
+ </li>
+ <li>
+ Improve handling of MS-style HTML in clipboard. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=617801">Bug 617801</a>].
+ </li>
+ </ul>
+ </ul>
+ <h2>goffice 0.8.7 aka "TBD" is now available.</h2>
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Implement cumulative histograms.
+ </li>
+ <li>
+ Make histogram able to use raw data.
+ </li>
+ <li>
+ Implement equations rotation. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=622782">Bug 622782</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 a0dda51..865e77b 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.7.shtml">1.10.7</a></li>
<li><a href="gnumeric-1.10.6.shtml">1.10.6</a></li>
<li><a href="gnumeric-1.10.5.shtml">1.10.5</a></li>
<li><a href="gnumeric-1.10.4.shtml">1.10.4</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 8e7a640..9698dc8 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.7.txt \
changelog-1.10.6.txt \
changelog-1.10.5.txt \
changelog-1.10.4.txt \
diff --git a/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.7.txt b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.7.txt
new file mode 100644
index 0000000..da6bd2f
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.10/changelog-1.10.7.txt
@@ -0,0 +1,159 @@
+2010-06-28 Morten Welinder <terra gnome org>
+
+ * Release 1.10.7
+
+2010-06-28 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/commands.c (cmd_area_set_text): handle markup
+ * src/sheet.h (sheet_range_set_markup_undo): new
+ * src/sheet.c (sheet_range_set_markup_undo): new
+ (cb_set_markup): new
+ (sheet_range_set_markup_cb): new
+ * src/wbc-gtk-edit.c (wbcg_edit_finish): pass the amrkup also to
+ cmd_area_set_text
+
+2010-06-28 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/commands.c (CMD_AREA_SET_TEXT): deleted
+ (cmd_area_set_text_*): deleted
+ (cmd_area_set_text): rewritten using GO_UNDO
+ * src/sheet.h (sheet_range_set_text_undo): new
+ (sheet_range_set_expr_undo): new
+ (sheet_apply_style_undo): new
+ * src/sheet.c (sheet_range_set_text_undo): new
+ (sheet_range_set_expr_undo): new
+ (sheet_apply_style_undo): new
+ (sheet_apply_style_cb): new
+ (sheet_range_set_expr_cb): new
+ (sheet_range_set_text_cb): new
+ * src/wbc-gtk-edit.c (wbcg_edit_finish): provide initialization to
+ quieten gcc
+
+2010-06-27 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/commands.h (cmd_area_set_text): change arguments
+ * src/commands.c (cmd_area_set_text): this will not be
+ called for array functions any longer
+ (cmd_create_data_table): rewrite using cmd_generic
+ * src/ranges.c (undo_cell_pos_name): correct comment
+ * src/test-pango.c (cb_exercise_pango): adjust the cmd_area_set_text
+ call
+ * src/wbc-gtk-edit.c (wbcg_edit_finish): ditto
+
+2010-06-27 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/cell.h (gnm_cell_set_array_formula_undo): new
+ * src/cell.c (gnm_cell_set_array_formula_undo): new
+ (gnm_cell_set_array_formula_cb): new
+ * src/commands.h (cmd_cell_range_is_locked_effective): new
+ (cmd_selection_is_locked_effective): new
+ (cmd_area_set_array_expr): new
+ * src/commands.c (cmd_cell_range_is_locked_effective): publish
+ (cmd_selection_is_locked_effective): publish
+ (cmd_area_set_array_expr): new
+ * src/wbc-gtk-edit.c (wbcg_edit_finish): check whether the range
+ is locked; call cmd_area_set_array_expr when appropriate
+
+2010-06-25 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/wbc-gtk-edit.c (wbcg_edit_finish): don't hide a varaible by
+ using the same name.
+
+2010-06-25 Morten Welinder <terra gnome org>
+
+ * src/gui-clipboard.c (table_content_received): Skip headers for
+ MS HTML Format.
+ (parse_ms_headers): New function.
+
+2010-06-25 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/Makefile.am (undo.[ch]): added
+ * src/commands.h: formatting
+ * src/commands.c (cmd_resize_colrow_*): deleted
+ (cmd_resize_colrow): reimplement using GOUndo.
+ * src/colrow.h (colrow_get_sizes): new
+ (colrow_index_list_copy): new
+ * src/colrow.c (colrow_restore_state_group): don't destroy the indexlist.
+ Adjust all callers
+ (colrow_get_sizes): new
+ (colrow_index_list_copy): new
+ * src/undo.[ch]: new
+
+2010-06-24 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/commands.h (gnm_cmd_trunc_descriptor): new
+ * src/commands.c (gnm_cmd_trunc_descriptor): publish and add optional
+ 'truncated' argument. Change all callers.
+ * src/ranges.c (max_range_name_width): deleted
+ (undo_range_name): use gnm_cmd_trunc_descriptor
+ (range_list_name_try): change arguments, use gnm_cmd_trunc_descriptor
+ (undo_range_list_name): adjust to changes to range_list_name_try
+
+2010-06-24 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/wbc-gtk-edit.c (wbcg_edit_finish): don't free memory until we
+ are done with it.
+
+2010-06-24 Morten Welinder <terra gnome org>
+
+ * src/gnm-pane.c (gnm_pane_key_mode_sheet): Untangle old
+ fall-through mess and make BackSpace work as delete when we are
+ not editing a cell.
+
+ * src/func.c (gnm_func_convert_markup_to_pango): Remove reference
+ to g_string_overwrite which wouldn't work right.
+
+2010-06-24 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/stf-parse.h: add field to parseoptions
+ * src/stf-parse.c (stf_parse_options_new): handle new field
+ (stf_parse_options_free): handle new field
+ (stf_parse_sheet): autofit columns
+
+2010-06-23 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/validation.h (validation_eval_range): new
+ * src/validation.c (validation_eval_range): new
+ (validation_eval_range_cb): new
+ * src/wbc-gtk-edit.c (wbcg_edit_finish): use validation_eval_range
+
+2010-06-23 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/wbc-gtk-edit.c (wbcg_edit_finish): only call a cmd_...
+ when we have validated.
+
+2010-06-23 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/commands.c (make_undo_text): modify to use GString and
+ change all callers
+ (cmd_resize_colrow): use make_undo_text
+ (cmd_zoom): use make_undo_text
+
+2010-06-22 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/commands.h (cmd_so_rename): deleted
+ * src/commands.c (cmd_so_rename*): deleted
+
+2010-06-17 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/gui-util.c (gnumeric_create_tooltip): windows should have names
+
+2010-06-17 Morten Welinder <terra gnome org>
+
+ * src/gui-util.c (gnumeric_popup_menu): We have passed gtk+ 2.8 by
+ now.
+ * src/wbc-gtk.c (cb_sheet_label_drag_begin): Ditto.
+
+2010-06-17 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/func.h (gnm_func_convert_markup_to_pango): drop highlight arg
+ * src/func.c (gnm_func_convert_markup_to_pango): ditto
+ * src/gui-util.h (gnumeric_create_tooltip_rc_style): new
+ (gnumeric_create_tooltip_widget): new
+ * src/gui-util.c (gnumeric_create_tooltip_rc_style): new
+ (gnumeric_create_tooltip_widget): new
+ (gnumeric_create_tooltip): split off teh above two
+
+2010-06-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 c6a827e..f7568d9 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.7.txt">1.10.7</a></i>
<li><a href="changelog-1.10.6.txt">1.10.6</a></i>
<li><a href="changelog-1.10.5.txt">1.10.5</a></i>
<li><a href="changelog-1.10.4.txt">1.10.4</a></i>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index 93f5319..53ca97c 100644
--- a/projects.gnome.org/gnumeric/downloads.shtml
+++ b/projects.gnome.org/gnumeric/downloads.shtml
@@ -97,12 +97,12 @@ method for people who wish to help test development versions of Gnumeric.</p>
<h3>Stable Branch</h3>
-<p>The current stable version of Gnumeric is 1.10.6. Please read the
+<p>The current stable version of Gnumeric is 1.10.7. Please read the
<a href="announcements/1.10/gnumeric-1.10.6.shtml">release notes</a>.
The source code is available from <a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.6.tar.gz">gzip'd
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.7.tar.gz">gzip'd
tarball</a> or <a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.6.tar.bz2">bzip'd
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.7.tar.bz2">bzip'd
tarball</a>. Dependencies for this version are:</p>
<div id="deptable">
<table class="dependencies">
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index d71f24e..11c143b 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.6.tar.gz">Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.7.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 1fa1d87..4c0826d 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -42,6 +42,15 @@
<h2>News</h2>
<p>June 2010:
+ <a href="announcements/1.10/gnumeric-1.10.7.shtml">Gnumeric
+ 1.10.7 is out</a>. This is a stable release. Get it
+ from <a href="downloads.shtml">here</a>! <!-- We have
+ a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.10.6-20100616.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>June 2010:
<a href="announcements/1.10/gnumeric-1.10.6.shtml">Gnumeric
1.10.6 is out</a>. This is a bug-fix release. Get it
from <a href="downloads.shtml">here</a>! We have
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]