[gnumeric-web] Release 1.12.13



commit a92c82d53a4b303fb19d464853f582015c0a08d8
Author: Morten Welinder <terra gnome org>
Date:   Tue Mar 18 18:46:05 2014 -0400

    Release 1.12.13

 Makefile                                 |    1 +
 announcements/1.12/gnumeric-1.12.13.html |  200 ++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |    1 +
 changelogs/1.12/changelog-1.12.13.txt    |  111 +++++++++++++++++
 download.html                            |    2 +-
 index.html                               |   12 ++
 6 files changed, 326 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 52163e6..c4a02ba 100644
--- a/Makefile
+++ b/Makefile
@@ -258,6 +258,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.10.html        \
        announcements/1.12/gnumeric-1.12.11.html        \
        announcements/1.12/gnumeric-1.12.12.html        \
+       announcements/1.12/gnumeric-1.12.13.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.13.html b/announcements/1.12/gnumeric-1.12.13.html
new file mode 100644
index 0000000..8d87059
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.13.html
@@ -0,0 +1,200 @@
+<?xml version="1.0" encoding="UTF-8"?>
+<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd";>
+<html xmlns="http://www.w3.org/1999/xhtml"; xml:lang="en" lang="en">
+<!-- MARKER: start-header -->
+<head>
+<title>Gnumeric</title>
+<link rel="stylesheet" href="/style/style.css" type="text/css" />
+<link rel="icon" type="image/png" href="/logo.png" />
+</head>
+<body>
+<div id="wrap">
+  <a href="/"><div id="header">
+    <h1 id="logo-text"><span>Gnumeric</span></h1>
+    <p id="slogan">Free, Fast, Accurate &mdash; Pick Any Three!</p>
+    <img id="logo" src="/gnumeric.png" alt="logo" class="float-right"/>
+    </div></a>
+
+  <div id="nav">
+    <ul>
+      <li><a href="/">Home</a></li>
+      <li><a href="/development.html">Development</a></li>
+      <li><a href="/contact.html">Contact</a></li>
+    </ul>
+  </div>
+
+  <div id="content-wrap">
+    <!-- MARKER: start-main -->
+    <div id="fullmain">
+      <div class="generalitem">
+  <h2>Gnumeric 1.12.13 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  Gnumeric version 1.12.13.</p>
+  <p>Noteworthy news in this release:</p>
+  <ul>
+  <li>ods import/export export fixes.</li>
+  <li>xls import/export export fixes.</li>
+  </ul>
+
+  <p>Details of changes by contributor:</p>
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+       Fix export of comboboxes to ODF.
+      </li>
+      <li>
+       Fix export of help messages to ODF.
+      </li>
+      <li>
+       Import invisible alignment characters in number formats from ODF.
+       [part of <a href="https://bugzilla.gnome.org/show_bug.cgi?id=725852";>Bug 725852</a>].
+      </li>
+      <li>
+       Fix fill-alignment export/import to and from ODF. [part of <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726035";>Bug 726035</a>].
+      </li>
+      <li>
+       Fix distributed-alignment export to ODF. [part of <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726035";>Bug 726035</a>].
+      </li>
+      <li>
+       Fix ODF roundtrip of "center accross selection". [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726010";>Bug 726010</a>].
+      </li>
+      <li>
+       Improve ODF roundtrip of conditional formats. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726201";>Bug 726201</a>].
+      </li>
+      <li>
+       Fix import & export of cell indent from/to ODF.
+      </li>
+      <li>
+       Fix ODF roundtrip of underlines.
+      </li>
+    </ul>
+  </li>
+  <li>Jean
+    <ul>
+      <li>
+       Fix tooltip position for scale or RTL sheets. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=725941";>Bug 725941</a>].
+      </li>
+      <li>
+       Really fix the hyperlink tips persistence. [see <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=706659";>Bug 706659</a>].
+      </li>
+    </ul>
+  </li>
+  <li>Morten
+    <ul>
+      <li>
+       Support volatile functions. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=305798";>Bug 
305798</a>].
+      </li>
+      <li>
+       Improve testing.
+      </li>
+      <li>
+       Import/Export super/subscript fonts to xlsx. [Part of <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726035";>Bug 726035</a>].
+      </li>
+      <li>
+       Import xlsx auto-filters. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=725460";>Bug 
725460</a>].
+      </li>
+      <li>
+       Update Gnumeric schema.
+      </li>
+      <li>
+       Fix rich text problem. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=726086";>Bug 726086</a>].
+      </li>
+      <li>
+       Improve xls import/export of conditional formats.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726202";>Bug 726202</a>].
+      </li>
+      <li>
+       Fix case sensitivity for conditional formats. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726246";>Bug 726246</a>].
+      </li>
+      <li>
+       Fix minor conditional format GUI issues.
+      </li>
+      <li>
+       Plug leak.
+      </li>
+      <li>
+       Fix font dialog problem with underline.
+      </li>
+      <li>
+       Fix crash reading strange xls file.  [Redhat <a 
href="https://bugzilla.redhat.com/show_bug.cgi?id=1076912";>Bug 1076912</a>].
+      </li>
+      <li>
+       Fix problem clearing existing values in some xlsx cells.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726297";>Bug 726297</a>].
+      </li>
+      <li>
+       Fix criticals for dynamic deps in conditional formats.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726163";>Bug 726163</a>].
+      </li>
+      <li>
+       Fix LOG2 problem.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=726464";>Bug 726464</a>].
+      </li>
+    </ul>
+  </li>
+  </ul>
+      </div>
+      <div class="generalitem">
+  <h2>goffice 0.10.13 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  goffice version 0.10.13.</p>
+
+  <p>Details of changes by contributor:</p>
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+       Write invisible characters in ODF number style export. [part of <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=725852";>Bug 725852</a>].
+      </li>
+      <li>
+       Fix writing of scientific number format to ODF. [part of <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=725852";>Bug 725852</a>].
+      </li>
+      <li>
+       Fix strict number style export to ODF. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726237";>Bug 726237</a>].
+      </li>
+    </ul>
+  </li>
+  <li>Jean
+    <ul>
+      <li>
+       Ensure that the lasem plugin builds with lasem-0.4.1. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=725693";>Bug 725693</a>].
+      </li>
+      <li>
+       Support leave_notify events in the canvas. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=668103";>Bug 668103</a>].
+      </li>
+    </ul>
+  </li>
+  <li>Julian Sikorski
+    <ul>
+      <li>
+       Remove extra DESTDIR in mathml to itex converter. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=725684";>Bug 725684</a>].
+      </li>
+    </ul>
+  </li>
+  <li>Morten
+    <ul>
+      <li>
+       Fix problem saving print settings.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=698630";>Bug 
698630</a>].
+      </li>
+      <li>
+       Plug leaks.
+      </li>
+      <li>
+       Fix FMW problem with GocPolyline/GocPolygon.
+      </li>
+    </ul>
+  </li>
+  </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>Availability</h2>
+  <blockquote>
+    <p><a 
href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/";>http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/</a></p>
+    <p><a 
href="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/";>http://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/</a></p>
+  </blockquote>
+      </div>
+    </div>
+    <!-- MARKER: end-main -->
+    <!-- MARKER: start-sidebar -->
+    <!-- MARKER: end-sidebar -->
+  </div>
+</div>
+</body>
+</html>
diff --git a/announcements/1.12/index.html b/announcements/1.12/index.html
index 8e36a9e..4b5bc82 100644
--- a/announcements/1.12/index.html
+++ b/announcements/1.12/index.html
@@ -32,6 +32,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.12.13.html">1.12.13</a></li>
         <li><a href="gnumeric-1.12.12.html">1.12.12</a></li>
         <li><a href="gnumeric-1.12.11.html">1.12.11</a></li>
         <li><a href="gnumeric-1.12.10.html">1.12.10</a></li>
diff --git a/changelogs/1.12/changelog-1.12.13.txt b/changelogs/1.12/changelog-1.12.13.txt
new file mode 100644
index 0000000..b159fee
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.13.txt
@@ -0,0 +1,111 @@
+2014-03-18  Morten Welinder <terra gnome org>
+
+       * Release 1.12.13
+
+2014-03-18  Morten Welinder  <terra gnome org>
+
+       * src/wbc-gtk.c (cb_screen_changed): Plug leak by unloading css
+       providers from screens on exit.
+
+       * src/sheet-style.c (cell_tile_dump): Less debug chatter.
+
+2014-03-17  Morten Welinder  <terra gnome org>
+
+       * src/mathfunc.c (gnm_log2): Remove.  Use libm's log2.
+
+2014-03-16  Morten Welinder  <terra gnome org>
+
+       * src/expr.c (gnm_expr_eval): Survive dynamic deps in conditional
+       formats.  I'm not positive we do things right, but this avoids
+       criticals, at least.
+
+       * src/cell.c (cell_set_expr_internal): Don't change an existing
+       value.
+
+2014-03-15  Morten Welinder  <terra gnome org>
+
+       * src/style-border.c (gnm_border_shutdown): New function to help
+       debug leaks.  Shutdown border_none here.
+
+       * src/style-color.c (gnm_color_shutdown): Not here.
+
+2014-03-15  Jean Brefort  <jean brefort normalesup org>
+
+       * src/item-grid.c (item_grid_realize), (cb_cursor_come_to_rest): move
+       the tooltip where it will not immediatly be destroyed after creation.
+       [really fix #706659]
+
+2014-03-14  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-write.c (xml_write_style): Don't write a font name
+       if we don't have any.
+
+2014-03-14  Jean Brefort  <jean brefort normalesup org>
+
+       * src/gui-util.c (gnm_canvas_get_position): fix tooltip position. [#725941]
+
+2014-03-13  Morten Welinder  <terra gnome org>
+
+       * src/style-conditions.c (gnm_style_cond_eval): New function
+       extracted from gnm_style_conditions_eval.  Make "equal" case
+       insensitive.  Fixes #726246.
+
+       * src/ssconvert.c (convert): Show resize message only if verbose.
+
+2014-03-12  Morten Welinder  <terra gnome org>
+
+       * src/style-conditions.c (gnm_style_cond_get_alternate_expr): New
+       function.
+       (gnm_style_cond_canonicalize): New function.
+
+       * src/ssconvert.c (convert): only print "Using exporter ..." if
+       --verbose is given, and print it to stderr.
+
+2014-03-11  Morten Welinder  <terra gnome org>
+
+       * src/sheet.c (cb_set_markup): Don't mess directly with
+       cell->value.  We need to trigger a re-render.  Fixes #726086.
+
+       * src/wbc-gtk-edit.c (wbcg_edit_finish): Also supply the markup
+       for the pre-validation assignment.
+
+       * src/sheet.c (sheet_cell_set_text): Put markup on the value
+       before assigning it to the cell.
+
+2014-03-10  Morten Welinder  <terra gnome org>
+
+       * gnumeric.xsd: Update valign/halign attributes.  Update print
+       setup.
+
+       * src/sheet-filter.c (gnm_filter_condition_new_single)
+       (gnm_filter_condition_new_double): Add preconditions.
+
+2014-03-07  Morten Welinder  <terra gnome org>
+
+       * src/wbc-gtk.c (cb_adjust_foreground_attributes): Fix warning.
+
+2014-03-05  Morten Welinder  <terra gnome org>
+
+       * src/expr.c (gnm_expr_top_is_volatile): New function.
+
+       * src/workbook-view.c (workbook_view_new_from_input): Queue all
+       volatile expressions.
+
+       * src/dependent.c (workbook_queue_volatile_recalc): New function.
+       (dependent_is_volatile): New function.
+
+       * src/sheet.c (sheet_range_set_expr_cb, sheet_range_set_text):
+       Don't set the initial range here.
+
+       * src/expr.c (gnm_expr_top_first_funcall)
+       (gnm_expr_contains_subtotal, gnm_expr_top_get_ranges)
+       (gnm_expr_top_referenced_sheets): Rewrite in terms of
+       gnm_expr_walk.
+       (gnm_expr_top_get_boundingbox): Set initial range here.
+
+       * src/expr-name.c (expr_name_check_for_loop, cb_expr_name_in_use):
+       Ditto.
+
+2014-03-03  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index c1a664c..8e9215c 100644
--- a/download.html
+++ b/download.html
@@ -46,7 +46,7 @@
       <div class="generalitem">
        <h2><span class="gnumeric-bullet"></span>Source Code</h2>
        <p>Users experienced with compiling software
-       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.12.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.13.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index c4c266c..7f79888 100644
--- a/index.html
+++ b/index.html
@@ -59,6 +59,18 @@
          </span>
          Gnumeric 1.12.12
        </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.13.html">Gnumeric
+           1.12.13 is out</a>.  Get it
+           from <a href="download.html">here</a>!</p>
+      </div>
+      <div class="newsitem">
+       <h2>
+         <span class="date">
+           <span class="month">Mar</span>
+           <span class="year">2014</span>
+         </span>
+         Gnumeric 1.12.12
+       </h2>
        <p><a href="announcements/1.12/gnumeric-1.12.12.html">Gnumeric
            1.12.12 is out</a>.  Get it
            from <a href="download.html">here</a>!</p>


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