[gnomeweb-wml] Gnumeric: 1.9.13
- From: Morten Welinder <mortenw src gnome org>
- To: svn-commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Gnumeric: 1.9.13
- Date: Sun, 20 Sep 2009 20:56:46 +0000 (UTC)
commit 0852aff9014a1e332d055109c098cb8369d7456e
Author: Morten Welinder <terra gnome org>
Date: Sun Sep 20 16:56:26 2009 -0400
Gnumeric: 1.9.13
.../gnumeric/announcements/1.9/Makefile.am | 1 +
.../announcements/1.9/gnumeric-1.9.13.shtml | 81 +++++++++++++
.../gnumeric/announcements/1.9/index.shtml | 1 +
.../gnumeric/changelogs/1.9/Makefile.am | 1 +
.../gnumeric/changelogs/1.9/changelog-1.9.13.txt | 120 ++++++++++++++++++++
.../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, 213 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 a8ccfa4..8a76e64 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.13.shtml \
gnumeric-1.9.12.shtml \
gnumeric-1.9.11.shtml \
gnumeric-1.9.10.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.9/gnumeric-1.9.13.shtml b/projects.gnome.org/gnumeric/announcements/1.9/gnumeric-1.9.13.shtml
new file mode 100644
index 0000000..68e20d2
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.9/gnumeric-1.9.13.shtml
@@ -0,0 +1,81 @@
+<!--#set var="title" value="Gnumeric 1.9.13" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+ <h2>Gnumeric 1.9.13 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.9.13. This release requires the concurrently
+ released goffice 0.7.13.</p>
+ <p>The most notable changes are:
+ <ul>
+ <li>We continue fixing fallout from 1.9.11's change of canvas.</li>
+ <li>Reduced memory usage. (0% for small sheets; 75%+ for very
+ large sheets.)</li>
+ </ul></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>
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fix grab issue after dragging an object. [Debian bug <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?546559">Bug 546559</a>].
+ </li>
+ <li>
+ Reimplement double-click in item-cursor. [Debian bug <a href="http://bugs.debian.org/cgi-bin/bugreport.cgi?546690">Bug 546690</a>].
+ </li>
+ <li>
+ Fix access to GocWidget in sheet widgets. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=595627">Bug 595627</a> and <a href="http://bugzilla.gnome.org/show_bug.cgi?id=595648">Bug 595648</a>].
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fixes text export GUI issue. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=594155">Bug 594155</a>].
+ </li>
+ <li>
+ Fix minor status line issue. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=594469">Bug 594469</a>].
+ </li>
+ <li>
+ Fix print crash for sheet object. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=594862">Bug 594862</a>].
+ </li>
+ <li>
+ Limit memory usage for rendered values.
+ </li>
+ <li>
+ Fix auto-format.
+ </li>
+ <li>
+ Fix API installation problem. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=595317">Bug 595317</a>].
+ </li>
+ <li>
+ Put zoom action on vertical toolbars too. [<a href="http://bugzilla.gnome.org/show_bug.cgi?id=590889">Bug 590889</a>].
+ </li>
+ </ul>
+ </ul>
+ <h2>Goffice 0.7.13 aka "" is now available.</h2>
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Fix various problems with new canvas.
+ </li>
+ <li>
+ Improve docs.
+ </li>
+ </ul>
+ <li>Morten
+ <ul>
+ <li>
+ Fix various problems with new canvas.
+ </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/goffice/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 d7d5e8f..4903fed 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.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>
<li><a href="gnumeric-1.9.10.shtml">1.9.10</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 748ecc3..a03de8d 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.9/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/1.9/Makefile.am
@@ -14,6 +14,7 @@ page_SCRIPTS= \
changelog-1.9.10.txt \
changelog-1.9.11.txt \
changelog-1.9.12.txt \
+ changelog-1.9.13.txt \
index.shtml
include $(top_srcdir)/rules.common
diff --git a/projects.gnome.org/gnumeric/changelogs/1.9/changelog-1.9.13.txt b/projects.gnome.org/gnumeric/changelogs/1.9/changelog-1.9.13.txt
new file mode 100644
index 0000000..960aa31
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.9/changelog-1.9.13.txt
@@ -0,0 +1,120 @@
+2009-09-20 Morten Welinder <terra gnome org>
+
+ * Release 1.9.13
+
+2009-09-19 Morten Welinder <terra gnome org>
+
+ * src/sheet-object-widget.c (get_goc_widget): New function.
+ Simplifies previous patches.
+
+2009-09-19 Jean Brefort <jean brefort normalesup org>
+
+ * src/sheet-object-widget.c
+ (sheet_widget_adjustment_set_horizontal): same as previous. This time,
+ fixes #595648.
+
+2009-09-19 Jean Brefort <jean brefort normalesup org>
+
+ * src/sheet-object-widget.c (sheet_widget_frame_set_label),
+ (sheet_widget_button_set_label), (sheet_widget_button_set_markup),
+ (sheet_widget_checkbox_set_label),
+ (sheet_widget_radio_button_set_label): use child as GocWidget instead of
+ parent. [#595627]
+
+2009-09-18 Morten Welinder <terra gnome org>
+
+ * src/wbc-gtk-impl.h (struct _WBCGtk): Rename zoom to zoom_haction
+ and add zoom_vaction.
+
+ * src/wbc-gtk.c (wbc_gtk_init_zoom): Setup zoom_vaction.
+
+2009-09-17 Morten Welinder <terra gnome org>
+
+ * src/item-edit.c (item_edit_class_init): Don't set ::dispose.
+ (item_edit_unrealize): Merge item_edit_dispose into here.
+ (item_edit_dispose): Remove.
+ (item_edit_realize): Merge most of item_edit_set_property into
+ here.
+
+2009-09-16 Morten Welinder <terra gnome org>
+
+ * Makefile.am (install-exec-local): Install gnumeric-features.h in
+ the right spot. Fixes #595317.
+
+ * gnumeric-features.h.in: Trim a lot of fat.
+
+ * src/item-grid.c (item_grid_unrealize): New function to plug
+ leak.
+
+2009-09-15 Jean Brefort <jean brefort normalesup org>
+
+ * src/item-cursor.c (item_cursor_button2_pressed),
+ (item_cursor_class_init): reimplement double click in item-cursor.
+ [debian bug #546690]
+
+2009-09-15 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-pane.c (cb_pane_drag_end): correctly ungrab the item. Fixes
+ debian bug #546559.
+ * src/gnumeric-simple-canvas.c: typo.
+
+2009-09-12 Morten Welinder <terra gnome org>
+
+ * src/rendered-value.c (gnm_rendered_value_new): Drop mstyle and
+ context arguments. All callers changed.
+
+ * src/print-cell.c (print_cell_gtk): Drop unused style argument.
+ All callers changed.
+
+ * src/preview-grid.c (pg_style_get_row): Greatly simplify by using
+ the sheet.
+ (pg_fetch_cell): Ditto.
+
+2009-09-11 Morten Welinder <terra gnome org>
+
+ * src/file-autoft.c (category_group_list_get): Make this work
+ again after config changes a few versions back.
+
+ * src/rendered-value.c (gnm_rvc_new, gnm_rvc_free, gnm_rvc_query,
+ gnm_rvc_store, gnm_rvc_remove): New functions.
+
+ * src/cell.c (gnm_cell_unrender, gnm_cell_get_rendered_value,
+ gnm_cell_fetch_rendered_value): Hook into above.
+
+2009-09-11 Morten Welinder <terra gnome org>
+
+ * src/mstyle.c (gnm_style_get_pango_attrs): Don't scale if zoom is
+ 1.
+
+ * src/cell.c (gnm_cell_unrender, gnm_cell_get_rendered_value,
+ gnm_cell_fetch_rendered_value): New functions.
+
+ * src/gnm-so-filled.c (gnm_so_filled_draw_cairo): NULL-check
+ ->text like elsewhere. Fixes 594862.
+
+2009-09-09 Morten Welinder <terra gnome org>
+
+ * src/wbc-gtk-edit.c (wbcg_edit_start): Make "inside_editing" a
+ member variable instead of a static.
+
+2009-09-08 Morten Welinder <terra gnome org>
+
+ * src/item-cursor.c (item_cursor_button_released): Clear status
+ message in drag and autofill cases too. Fixes #594469.
+
+2009-09-08 Emmanuel Pacaud <emmanuel pacaud lapp in2p3 fr>
+
+ Use automake 1.11 SILENT_RULES when present, for cleaner build
+ output. You can disable it by passing --disable-silent-rules to
+ configure or V=1 to make.
+
+2009-09-06 Andreas J. Guelzow <aguelzow pyrshep ca>
+
+ * component/Gnumeric-embed.xml.in: split random generator menu item
+ * src/GNOME_Gnumeric-gtk.xml.in: ditto
+ * src/HILDON_Gnumeric-gtk.xml.in: ditto
+ * src/wbc-gtk-actions.c: ditto
+
+2009-09-05 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 8eaf887..9734d8b 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.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>
<li><a href="changelog-1.9.10.txt">1.9.10</a></i>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index 2942766..1a377c7 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.12</td>
+ <td>>= 0.7.13</td>
<td></td>
</tr>
<tr>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index a8aabc0..ed4afce 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.12.tar.gz">Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.9/gnumeric-1.9.13.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 07a968c..d6c0b62 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -42,6 +42,12 @@
<h2>News</h2>
<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
+ the bleeding edge. Get it
+ from <a href="downloads.shtml">here</a>!</p>
+
+ <p>September 2009:
<a href="announcements/1.9/gnumeric-1.9.12.shtml">Gnumeric 1.9.12
is out</a>. This is a development release for those who want
the bleeding edge. Get it
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]