[gnumeric-web] Gnumeric: 1.12.16



commit ecdae8c6b3dd8ad65263db82b6dc0f3b848a1613
Author: Morten Welinder <terra gnome org>
Date:   Fri May 23 22:01:37 2014 -0400

    Gnumeric: 1.12.16

 Makefile                                 |    1 +
 announcements/1.12/gnumeric-1.12.16.html |  144 ++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |    1 +
 changelogs/1.12/changelog-1.12.16.txt    |   43 +++++++++
 download.html                            |    2 +-
 index.html                               |   12 +++
 6 files changed, 202 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 0be2693..9236f46 100644
--- a/Makefile
+++ b/Makefile
@@ -261,6 +261,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.13.html        \
        announcements/1.12/gnumeric-1.12.14.html        \
        announcements/1.12/gnumeric-1.12.15.html        \
+       announcements/1.12/gnumeric-1.12.16.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.16.html b/announcements/1.12/gnumeric-1.12.16.html
new file mode 100644
index 0000000..33ef6b9
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.16.html
@@ -0,0 +1,144 @@
+<?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><span class="gnumeric-bullet">Gnumeric 1.12.16 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        Gnumeric version 1.12.16.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>ODS import/export improvements</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Andreas
+          <ul>
+           <li>
+             Fix database-range import from ODF. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=730197";>Bug 730197</a>].
+           </li>
+           <li>
+             Improve chart roundtrip through ODF. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=728197";>Bug 728197</a>].
+           </li>
+           <li>
+             Fix export of non-ODF interpolation types to ODF.
+           </li>
+           <li>
+             Fix export of titles and subtitles to ODF. [part of <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=730397";>Bug 730397</a>].
+           </li>
+           <li>
+             Fix axis sub-element order in ODF export. [part of <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=730397";>Bug 730397</a>].
+           </li>
+           <li>
+             Fix undo crash related to hyperlinks. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=730466";>Bug 730466</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Start moving off GtkUIManager.
+           </li>
+           <li>
+             Clean out old #ifdef.
+           </li>
+           <li>
+             Fix ods series marker import/export.
+           </li>
+           <li>
+             Fix plan-perfect issue.  [Debian <a 
href="http://bugs.debian.org/cgi-bin/bugreport.cgi?bug=748054";>Bug 748054</a>].
+           </li>
+           <li>
+             Make installtion work without scrollkeeper.
+           </li>
+           <li>
+             Improve import/export testing.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=730397";>Bug 730397</a>].
+           </li>
+           <li>
+             Speed up certain large ranges of conditional formatting.
+           </li>
+           <li>
+             Work towards making ods export deterministic.
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet">goffice 0.10.16 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.16.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Don't use GDK_THREADS_*. [728793].
+           </li>
+           <li>
+             Fixed Gog3DBox properties editor.
+           </li>
+           <li>
+             Add a view class to Gog3DBox to support data that are view dependent.
+           </li>
+           <li>
+             Restore dashes with dots in charts lines.
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Clean out old #ifdef mess.
+           </li>
+           <li>
+             Improve axis value computation.
+           </li>
+           <li>
+             Improve xml import/export of GOStyle.
+           </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 a28338f..259990d 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.16.html">1.12.16</a></li>
         <li><a href="gnumeric-1.12.15.html">1.12.15</a></li>
         <li><a href="gnumeric-1.12.14.html">1.12.14</a></li>
         <li><a href="gnumeric-1.12.13.html">1.12.13</a></li>
diff --git a/changelogs/1.12/changelog-1.12.16.txt b/changelogs/1.12/changelog-1.12.16.txt
new file mode 100644
index 0000000..7d00c44
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.16.txt
@@ -0,0 +1,43 @@
+2014-05-23  Morten Welinder <terra gnome org>
+
+       * Release 1.12.16
+
+2014-05-23  Morten Welinder  <terra gnome org>
+
+       * src/clipboard.c (clipboard_copy_ranges_undo): New function.  We
+       need better building blocks for commands; this is one such.
+
+2014-05-22  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+       * src/commands.c (cmd_hyperlink_undo): use posiitons rather than cells
+       (cmd_hyperlink_redo): ditto
+       (cmd_hyperlink_finalize): ditto
+       (cb_cmd_hyperlink_find_cells): ditto
+
+2014-05-20  Morten Welinder  <terra gnome org>
+
+       * src/gutils.c (gnm_hash_table_foreach_ordered): New function.
+
+       * src/gnm-so-filled.c (gnm_so_filled_write_xml_sax): Don't write
+       outline and fill colours that are auto, even for the 1.0 format.
+
+       * src/mstyle.c (gnm_style_link_dependents): Speed up certain large
+       conditional format ranges.
+
+2014-05-14  Morten Welinder  <terra gnome org>
+
+       * src/ssindex.c (ssindex): Use gnm_object_has_readable_prop.
+
+       * src/gutils.c (gnm_object_has_readable_prop): New function.
+
+       * configure.ac (scrollkeeper): Test if we have it.
+
+2014-05-05  Morten Welinder  <terra gnome org>
+
+       * src/wbc-gtk.c (toolbar_context_menu): Remove
+       HAVE_GTK_HANDLE_BOX_FLOAT_WINDOW.  That has been unconditionally
+       false for years and is unsupported in gtk+.
+
+2014-04-30  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index a1924d0..7913b1c 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.15.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.16.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 1ed7044..6f1e6a3 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,18 @@
       <div class="newsitem">
        <h2>
          <span class="date">
+           <span class="month">May</span>
+           <span class="year">2014</span>
+         </span>
+         Gnumeric 1.12.16
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.16.html">Gnumeric
+           1.12.16 is out</a>.  Get it
+           from <a href="download.html">here</a>!</p>
+      </div>
+      <div class="newsitem">
+       <h2>
+         <span class="date">
            <span class="month">Apr</span>
            <span class="year">2014</span>
          </span>


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