[gnomeweb-wml] Gnumeric: 1.9.14
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Gnumeric: 1.9.14
- Date: Sun, 11 Oct 2009 15:28:31 +0000 (UTC)
commit 53ac60b769805c700d7ac2406a65fadad21d9537
Author: Morten Welinder <terra gnome org>
Date: Sun Oct 11 11:27:43 2009 -0400
Gnumeric: 1.9.14
.../gnumeric/announcements/1.9/Makefile.am | 1 +
.../announcements/1.9/gnumeric-1.9.14.shtml | 141 ++++++++++
.../gnumeric/announcements/1.9/index.shtml | 1 +
.../gnumeric/changelogs/1.9/Makefile.am | 1 +
.../gnumeric/changelogs/1.9/changelog-1.9.14.txt | 275 ++++++++++++++++++++
.../gnumeric/changelogs/1.9/index.shtml | 1 +
projects.gnome.org/gnumeric/downloads.shtml | 2 +-
projects.gnome.org/gnumeric/header-end.shtml | 2 +-
projects.gnome.org/gnumeric/index.shtml | 6 +
9 files changed, 428 insertions(+), 2 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.9/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.9/Makefile.am
index 8a76e64..f6f5730 100644
--- a/projects.gnome.org/gnumeric/announcements/1.9/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/1.9/Makefile.am
@@ -1,6 +1,7 @@
urlpath = /gnumeric/announcements/1.9
page_SCRIPTS= \
+ gnumeric-1.9.14.shtml \
gnumeric-1.9.13.shtml \
gnumeric-1.9.12.shtml \
gnumeric-1.9.11.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.9/gnumeric-1.9.14.shtml b/projects.gnome.org/gnumeric/announcements/1.9/gnumeric-1.9.14.shtml
new file mode 100644
index 0000000..fc1e30c
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.9/gnumeric-1.9.14.shtml
@@ -0,0 +1,141 @@
+<!--#set var="title" value="Gnumeric 1.9.14" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+ <h2>Gnumeric 1.9.14 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.9.14. This release requires the concurrently
+ released goffice 0.7.14.</p>
+ <p>This release fixes a sprinkling of bugs, see below.</p>
+ <p><strong>Attention packagers</strong>: goffice no longer depends
+on libgnome, libgnomeui, libglade, and gnome-vfs. (To get the full benefit
+of this, make
+sure libgsf is not compiled to require gnome-vfs and bonobo.)</p>
+ <p><strong>Attention packagers</strong>: please do not ship goffice
+ with equation enabled.</p>
+ <ul>
+ <li>Albert Gräf
+ <ul>
+ <li>
+ Add button sheet object.
+ </li>
+ <li>
+ Add radiobutton sheet object. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=595670">Bug 595670</a>].
+ </li>
+ </ul>
+ <li>Andreas
+ <ul>
+ <li>
+ Add more ODF elements on ODF read. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=595750">Bug 595750</a>].
+ </li>
+ <li>
+ Fix 2-factor ANOVA with replication.
+ </li>
+ <li>
+ Fix diagonal borders in ODF export/import.
+ </li>
+ <li>
+ For freezing of panes consider edit cell A1 special. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=594875">Bug 594875</a>].
+ </li>
+ <li>
+ Don't convert blank cells to 0 in LINEST. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=551234">Bug 551234</a>].
+ </li>
+ <li>
+ Fix histogram tool.
+ </li>
+ </ul>
+ <li>Jean
+ <ul>
+ <li>
+ Make plugins GUI labels translatable. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=159806">Bug 159806</a>].
+ </li>
+ <li>
+ Fix more canvas issues.
+ </li>
+ <li>
+ Enable image filling in shapes.
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix inter-process pasting of merged regions.
+ </li>
+ <li>
+ Make inter-process pasting use the sax parser.
+ </li>
+ <li>
+ Make auto-format templates use the sax parser.
+ </li>
+ <li>
+ Fix loading of diagonal border styles.
+ </li>
+ <li>
+ Improve consistency when moving toolbars around.
+ </li>
+ <li>
+ Fix translation problem with toolbar menu. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=587250">Bug 587250</a>].
+ </li>
+ <li>
+ Fix printing of coloured sheet objects.
+ </li>
+ <li>
+ Fix printing of lines and arrows.
+ </li>
+ <li>
+ Fix sheet object/clipboard related critical on exit. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=596509">Bug 596509</a>].
+ </li>
+ <li>
+ Fix Excel-crashing export problem with objects. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=596886">Bug 596886</a>].
+ </li>
+ <li>
+ Add name property to sheet objects.
+ </li>
+ <li>
+ Start cleaning up xls sheet object writing.
+ </li>
+ <li>
+ Plug xls export leaks.
+ </li>
+ <li>
+ Implement export of lines and arrows to xls. [Part of <a href="http://bugzilla.gnome.org/show_bug.cgi?id=597035">Bug 597035</a>].
+ </li>
+ <li>
+ Fix xls reading of sheet object colours.
+ </li>
+ <li>
+ Export line and textbox colouring and widths. [Part of <a href="http://bugzilla.gnome.org/show_bug.cgi?id=597035">Bug 597035</a>].
+ </li>
+ </ul>
+ </ul>
+ <h2>Goffice 0.7.14 aka "TBD" is now available.</h2>
+ <ul>
+ <li>Bruce Cowan
+ <ul>
+ <li>
+ Fix some translatable strings. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=596003">Bug 596003</a>].
+ </li>
+ </ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fix unicolor gradient brightness.
+ </li>
+ <li>
+ Fix custom point marker in scatter plots. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=596585">Bug 596585</a>].
+ </li>
+ <li>
+ Fixed various issues related to image filling.
+ </li>
+ </ul>
+ <li>Peter Jaeckel
+ <ul>
+ <li>
+ Extensions for XLL support in Gnumeric. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=597849">Bug 597849</a>].
+ </li>
+ </ul>
+ </ul>
+ <h2>Availability</h2>
+ <blockquote>
+ <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/">http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/</a><br>
+ <a href="http://ftp.gnome.org/pub/GNOME/sources/goccie/0.7/">http://ftp.gnome.org/pub/GNOME/sources/goffice/0.7/</a>
+ </blockquote>
+<!--#include virtual="../../footer.shtml" -->
diff --git a/projects.gnome.org/gnumeric/announcements/1.9/index.shtml b/projects.gnome.org/gnumeric/announcements/1.9/index.shtml
index 4903fed..bb5df48 100644
--- a/projects.gnome.org/gnumeric/announcements/1.9/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.9/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.9.14.shtml">1.9.14</a></li>
<li><a href="gnumeric-1.9.13.shtml">1.9.13</a></li>
<li><a href="gnumeric-1.9.12.shtml">1.9.12</a></li>
<li><a href="gnumeric-1.9.11.shtml">1.9.11</a></li>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.9/Makefile.am b/projects.gnome.org/gnumeric/changelogs/1.9/Makefile.am
index a03de8d..225d413 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.9/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/1.9/Makefile.am
@@ -15,6 +15,7 @@ page_SCRIPTS= \
changelog-1.9.11.txt \
changelog-1.9.12.txt \
changelog-1.9.13.txt \
+ changelog-1.9.14.txt \
index.shtml
include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnumeric/changelogs/1.9/changelog-1.9.14.txt b/projects.gnome.org/gnumeric/changelogs/1.9/changelog-1.9.14.txt
new file mode 100644
index 0000000..d37e351
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.9/changelog-1.9.14.txt
@@ -0,0 +1,275 @@
+2009-10-11 Morten Welinder <terra gnome org>
+
+ * Release 1.9.14
+
+2009-10-07 Morten Welinder <terra gnome org>
+
+ * src/sheet-object-widget.c (sheet_widget_checkbox_get_property,
+ sheet_widget_radio_button_get_property): Add "active" property.
+
+ * src/sheet-object-widget.h: Define the usual type macros.
+
+2009-10-07 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-so-filled.c (gnm_so_filled_set_property),
+ (gnm_so_filled_get_property), (gnm_so_filled_class_init): allow
+ image filling.
+ * src/gnm-so-polygon.c (gnm_so_polygon_get_property),
+ (gnm_so_polygon_class_init): ditto.
+
+2009-10-06 Morten Welinder <terra gnome org>
+
+ * src/gnm-so-filled.c (gnm_so_line_set_property,
+ gnm_so_filled_set_property, gnm_so_polygon_set_property): Copy
+ style since we change it.
+
+2009-10-05 Morten Welinder <terra gnome org>
+
+ * src/gnm-so-line.c (gnm_so_line_class_init): Make is-arrow
+ readable.
+
+2009-10-04 Morten Welinder <terra gnome org>
+
+ * src/gnm-so-filled.c (gnm_so_filled_init): Make is-oval readable.
+
+2009-10-04 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-pane.c (gnm_pane_new): set the document for the canvas.
+
+2009-10-02 Morten Welinder <terra gnome org>
+
+ * src/sheet-object.c (sheet_object_get_property,
+ sheet_object_set_property, sheet_object_set_name): New functions.
+ (sheet_object_finalize): Clear name.
+ (sheet_object_class_init): Install new name property.
+
+ * src/sheet-object-impl.h (struct _SheetObject): Add name element.
+
+ * src/xml-sax-write.c (xml_write_objects): Save object name.
+
+ * src/xml-sax-read.c (xml_sax_read_obj): Read object name.
+
+2009-09-29 Morten Welinder <terra gnome org>
+
+ * po/LINGUAS: Back out the addition of "id".
+
+2009-09-28 Morten Welinder <terra gnome org>
+
+ * src/position.c (parse_pos_init_dep): Don't crash when dep's
+ sheet is NULL. Whether callers expect such a GnmParsePos is a
+ different matter.
+
+ * src/sheet-object-widget.c (sax_write_dep): Use
+ parse_pos_init_dep, not parse_pos_init_sheet. Fixes #596509.
+
+2009-09-27 Morten Welinder <terra gnome org>
+
+ * src/sheet-object-widget.c: Simplify radio button stuff.
+ (sheet_widget_radio_button_init_full): Add "active" argument too.
+ (SheetWidgetRadioButton): Store value as a GnmValue.
+
+2009-09-27 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/wbc-gtk-actions.c (cb_view_freeze_panes): special handling if the
+ edit cell is A1.
+
+2009-09-26 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/GNOME_Gnumeric-gtk.xml.in: sort objects by type
+ * src/HILDON_Gnumeric-gtk.xml.in: ditto
+ * component/Gnumeric-embed.xml.in: ditto
+ * src/pixmaps/object_label_24.png: show rectangle
+
+2009-09-26 Andreas J. Guelzow <aguelzow pyrshep ca>
+ for Albert Graef <Dr Graef t-online de>
+
+ * src/commands.c (cmd_so_set_radio_button, CmdSOSetRadioButton)
+ (cmd_so_set_radio_button_redo, cmd_so_set_radio_button_undo)
+ (cmd_so_set_radio_button_finalize): new set radio button command
+ * src/commands.h: added cmd_so_set_radio_button
+ * src/sheet-object-widget.c (dep_hash, dep_equal, dep_destroy)
+ (get_group, set_group): new functions to manage radio button
+ groups
+ (parse_value, match_value): new functions to parse and match radio
+ button values
+ (SheetWidgetRadioButton): added value and active fields
+ (sheet_widget_radio_button_set_value)
+ (sheet_widget_radio_button_set_active)
+ (sheet_widget_radio_button_set_group): new callbacks
+ (radio_button_eval): modified to set radio button activation state
+ according to linked cell value
+ (sheet_widget_radio_button_init, sheet_widget_radio_button_init_full):
+ split to support initialization from existing data, added initialization
+ of new fields in SheetWidgetRadioButton struct
+ (sheet_widget_radio_button_finalize): added finalization of new
+ fields in SheetWidgetRadioButton struct
+ (sheet_widget_radio_button_toggled): modified to handle clicks on
+ radio buttons
+ (sheet_widget_radio_button_changed): new callback to handle moving
+ a radio button to a new group
+ (sheet_widget_radio_button_create_widget): modified to initialize
+ button group and connect signal to change group callback
+ (sheet_widget_radio_button_copy): new callback to allow radio
+ buttons to be copied
+ (sheet_widget_radio_button_write_xml_sax)
+ (sheet_widget_radio_button_prep_sax_parser): new callback for reading
+ and writing radio buttons
+ (sheet_widget_radio_button_set_link)
+ (sheet_widget_radio_button_get_link): new callbacks to set and get
+ the linked cell
+ (RadioButtonConfigState, cb_radio_button_set_focus)
+ (cb_radio_button_config_destroy)
+ (cb_radio_button_config_ok_clicked)
+ (cb_radio_button_config_cancel_clicked)
+ (cb_radio_button_label_changed, cb_radio_button_value_changed)
+ (sheet_widget_radio_button_user_config): added config dialog
+ (SOW_MAKE_TYPE(radio_button)): added new callbacks
+ * src/sheet-object-widget.h: added
+ sheet_widget_radio_button_get_link,
+ sheet_widget_radio_button_set_link,
+ sheet_widget_radio_button_set_label,
+ sheet_widget_radio_button_set_value
+
+2009-09-26 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/gnm-pane.c (set_acetate_coords): revert my previous change (with the newer
+ version of goffice this is not needed.)
+
+2009-09-25 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-so-filled.c (gnm_so_filled_draw_cairo): fixed line setting.
+ * src/gnm-so-line.c (gnm_so_line_draw_cairo): ditto.
+
+2009-09-25 Morten Welinder <terra gnome org>
+
+ * src/gnm-so-line.c (gnm_so_line_draw_cairo,
+ gnm_so_filled_draw_cairo): Fix setting of colour.
+ (gnm_so_line_draw_cairo): Fix setting of line width.
+
+2009-09-25 Jean Brefort <jean brefort normalesup org>
+
+ * src/sheet-control-gui.c (scg_redraw_headers): fixed column
+ headers update when scrolled.
+
+2009-09-24 Morten Welinder <terra gnome org>
+
+ * src/wbc-gtk.c (set_toolbar_position): When moving to a new
+ position, preserve the original order.
+ (cb_add_menus_toolbars): Arrange for proper translation of entries
+ in the toolbar menu.
+
+2009-09-24 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/gnm-pane.c (set_acetate_coords): set the acetate item really
+ transparent.
+
+2009-09-24 Morten Welinder <terra gnome org>
+
+ * src/xml-sax-read.c (gnm_xml_prep_style_parser): New function.
+
+ * src/format-template.c (format_template_new_from_file): New
+ implementation using SaX parser.
+
+ * src/Makefile.am: Drop xml-io.[ch]
+
+2009-09-24 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-pane.c (set_acetate_coords): set the acetate item really
+ transparent.
+
+2009-09-23 Andreas J. Guelzow <aguelzow pyrshep ca>
+ slightly modified patches from Albert Gräf <Dr Graef t-online de>
+
+ * src/commands.c (cmd_so_set_button): new
+ (CmdSOSetButton): new
+ (cmd_so_set_button_redo): new
+ (cmd_so_set_button_undo): new
+ (cmd_so_set_button_finalize): new
+ * src/commands.h (cmd_so_set_button): new
+ * src/sheet-object-widget.c (sheet_widget_button_set_link): new
+ (sheet_widget_button_get_link): new
+ (button_eval): new
+ (button_debug_name): new
+ (sheet_widget_button_init_full): handle new fields
+ (sheet_widget_button_init_full): add argument and change all callers
+ (cb_button_pressed): new
+ (cb_button_released): new
+ (sheet_widget_button_create_widget): handle signals
+ (cb_button_set_focus): new
+ (sheet_widget_button_copy): handle new fields
+ (cb_button_config_destroy): new
+ (cb_button_config_ok_clicked): new
+ (sheet_widget_button_user_config): new
+ (sheet_widget_button_set_sheet): new
+ (sheet_widget_button_foreach_dep): new
+ (sheet_widget_button_write_xml_sax): handle new fields
+ (sheet_widget_button_prep_sax_parser): ditto
+ * src/sheet-object-widget.h (sheet_widget_button_set_link): new
+ (sheet_widget_button_get_link): new
+
+2009-09-23 Jean Brefort <jean brefort normalesup org>
+
+ * component/gnumeric.c (cb_gognm_save), (go_gnm_component_edit): allow
+ edition of not embedded workbooks as well.
+ * src/GNOME_Gnumeric-gtk.xml.in: fixed Save button action.
+ * src/gnm-so-filled.c (cb_gnm_so_filled_changed),
+ (gnm_so_filled_draw_cairo): printf with the same font as screen display.
+ * src/wbc-gtk-impl.h: fixed menus for the component.
+ * src/wbc-gtk.c (set_uifilename), (wbc_gtk_init): ditto.
+
+2009-09-22 Andreas J. Guelzow <aguelzow pyrshep ca>
+ modified patches from Albert Gräf <Dr Graef t-online de>
+
+ * src/GNOME_Gnumeric-gtk.xml.in: add button and radiobutton buttons
+ * src/HILDON_Gnumeric-gtk.xml.in: ditto
+ * component/Gnumeric-embed.xml.in: ditto
+ * src/pixmaps/object_button_24.png: add transparency
+ * src/pixmaps/object_radiobutton_24.png: ditto
+
+2009-09-22 Morten Welinder <terra gnome org>
+
+ * src/sheet-object*.[ch]: drop dom parsing code.
+
+ * src/xml-sax-read.c (xml_cellregion_read): Re-implement in SaX
+ land. Callers changed to supply extra io_context argument needed.
+ (gnm_xml_in_doc_add_subset): New function.
+ (gnm_xml_finish_obj, xml_sax_style_region_end, xml_sax_merge,
+ xml_sax_cell_content): If needed, add to clipboard, not sheet.
+
+ * src/xml-sax-write.c (gnm_cellregion_to_xml): Close the
+ MergedRegions tag.
+
+ * src/xml-io.c (xml_cellregion_read_dom): Renamed from
+ xml_cellregion_read.
+
+2009-09-22 Jean Brefort <jean brefort normalesup org>
+
+ * component/Gnumeric-embed.xml.in: synchronize with latest
+ GNOME_Gnumeric-gtk.xml.in.
+
+2009-09-22 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * src/GNOME_Gnumeric-gtk.xml.in: remove CreateLabel
+ * src/HILDON_Gnumeric-gtk.xml.in: ditto
+ * src/wbc-gtk-actions.c: remove CreateLabel
+ * src/wbc-gtk.c: attach label image to Gnumeric_ObjectRectangle
+
+2009-09-21 Morten Welinder <terra gnome org>
+
+ * src/xml-sax-write.c (gnm_xml_out_add_color,
+ gnm_xml_out_add_cellpos): Move from xml-io.c and make static.
+ (gnm_xml_out_add_gocolor): Ditto, except keep public.
+
+2009-09-21 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-plugin.c (plugin_service_ui_read_xml): use translated labels.
+ [#159806]
+
+2009-09-21 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-so-filled.c (so_filled_view_set_bounds),
+ (cb_gnm_so_filled_changed): reimplement text in ellipses.[#595710]
+
+2009-09-20 Morten Welinder <terra gnome org>
+
+ * configure.in: Post-release bump.
diff --git a/projects.gnome.org/gnumeric/changelogs/1.9/index.shtml b/projects.gnome.org/gnumeric/changelogs/1.9/index.shtml
index 9734d8b..8512d23 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.9/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/1.9/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.9.14.txt">1.9.14</a></i>
<li><a href="changelog-1.9.13.txt">1.9.13</a></i>
<li><a href="changelog-1.9.12.txt">1.9.12</a></i>
<li><a href="changelog-1.9.11.txt">1.9.11</a></i>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index 1a377c7..3b0756c 100644
--- a/projects.gnome.org/gnumeric/downloads.shtml
+++ b/projects.gnome.org/gnumeric/downloads.shtml
@@ -227,7 +227,7 @@ branch.</p>
</tr>
<tr>
<td><a href="http://ftp.gnome.org/pub/GNOME/sources/goffice">GOffice</a></td>
- <td>>= 0.7.13</td>
+ <td>>= 0.7.14</td>
<td></td>
</tr>
<tr>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index ed4afce..8da50dd 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -14,7 +14,7 @@
href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.8/gnumeric-1.8.4.tar.gz">Latest
Source</a></li>
<li><a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/gnumeric-1.9.13.tar.gz">Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/gnumeric-1.9.14.tar.gz">Latest
Devel Source</a></li>
</ul>
</div>
diff --git a/projects.gnome.org/gnumeric/index.shtml b/projects.gnome.org/gnumeric/index.shtml
index d6c0b62..e7295eb 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -41,6 +41,12 @@
<a href="features.shtml">go here</a>.</p>
<h2>News</h2>
+ <p>October 2009:
+ <a href="announcements/1.9/gnumeric-1.9.14.shtml">Gnumeric 1.9.14
+ is out</a>. This is a development release for those who want
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
<p>September 2009:
<a href="announcements/1.9/gnumeric-1.9.13.shtml">Gnumeric 1.9.13
is out</a>. This is a development release for those who want
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]