[gnumeric-web] Gnumeric 1.12.14



commit 237ee3236b9fc68264c627499fbb4a3e511f0ffa
Author: Morten Welinder <terra gnome org>
Date:   Sun Apr 13 15:25:51 2014 -0400

    Gnumeric 1.12.14

 Makefile                                 |    1 +
 announcements/1.12/gnumeric-1.12.14.html |  148 ++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |    1 +
 changelogs/1.12/changelog-1.12.14.txt    |   62 +++++++++++++
 download.html                            |    2 +-
 index.html                               |   12 +++
 6 files changed, 225 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index c4a02ba..1b9bf2d 100644
--- a/Makefile
+++ b/Makefile
@@ -259,6 +259,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.11.html        \
        announcements/1.12/gnumeric-1.12.12.html        \
        announcements/1.12/gnumeric-1.12.13.html        \
+       announcements/1.12/gnumeric-1.12.14.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.14.html b/announcements/1.12/gnumeric-1.12.14.html
new file mode 100644
index 0000000..7dfdda4
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.14.html
@@ -0,0 +1,148 @@
+<?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.14 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  Gnumeric version 1.12.14.  This release requires the concurrently
+  released Goffice 0.10.14.  A recent Libgsf is recommended.</p>
+  <p>Noteworthy news in this release:</p>
+  <ul>
+    <li>Many fixes related to conditional formats.</li>
+    <li>Try to disable Ubuntu's non-working scroll bars.</li>
+  </ul>
+
+  <p>Details of changes by contributor:</p>
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+       Improve format import from ODF files.
+      </li>
+    </ul>
+  </li>
+  <li>Morten
+    <ul>
+      <li>
+       Plug leaks.
+      </li>
+      <li>
+       xlsx conditional format fixes.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=726202";>Bug 
726202</a>].
+      </li>
+      <li>
+       Fix semantics of conditional format operators.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726806";>Bug 726806</a>].
+      </li>
+      <li>
+       Fix xlsx quotes in formula strings.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=726824";>Bug 
726824</a>].
+      </li>
+      <li>
+       Fix xls export of rich text.
+      </li>
+      <li>
+       Fix problems with large, circular farms of VLOOKUP etc. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=723894";>Bug 723894</a>].
+      </li>
+      <li>
+       Let goffice handle conditional number formats.
+      </li>
+      <li>
+       Attempt a workaround for Ubuntu scroll bars.
+      </li>
+      <li>
+       Fix odf parse problems.
+      </li>
+      <li>
+       Fix array editing.
+      </li>
+      <li>
+       Fix column/row header colouring problem.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=728007";>Bug 728007</a>].
+      </li>
+    </ul>
+  </li>
+  </ul>
+      </div>
+    <div id="fullmain">
+      <div class="generalitem">
+  <h2>goffice 0.10.14 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  goffice version 0.10.14.</p>
+
+  <p>Details of changes by contributor:</p>
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+       Improve conditional format roundtrip through ODF.  [part of <a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=725852";>Bug 725852</a>].
+      </li>
+    </ul>
+  </li>
+  <li>Jean
+    <ul>
+      <li>
+       Fix canvas drawing problem.
+      </li>
+    </ul>
+  </li>
+  <li>Morten
+    <ul>
+      <li>
+       Work on conditional formats for ODF.
+      </li>
+      <li>
+       Implement numbered colours in number formats.
+      </li>
+      <li>
+       Fix plugin deactivation.
+      </li>
+      <li>
+       Plug leaks.
+      </li>
+      <li>
+       Fix rounding problem.
+      </li>
+      <li>
+       Use musl code for dtoa.  Adapt to round-ties-away-from-0.
+      </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 4b5bc82..8028c14 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.14.html">1.12.14</a></li>
         <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>
diff --git a/changelogs/1.12/changelog-1.12.14.txt b/changelogs/1.12/changelog-1.12.14.txt
new file mode 100644
index 0000000..8e41239
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.14.txt
@@ -0,0 +1,62 @@
+2014-04-13  Morten Welinder <terra gnome org>
+
+       * Release 1.12.14
+
+2014-04-11  Morten Welinder  <terra gnome org>
+
+       * src/item-bar.c: Get colours when we draw; only get sizing
+       relevant information at odd times, in particular when parent
+       widgets may be insensitive, such as during a load-onto-pristine.
+       Fixes #728007.
+
+2014-04-10  Morten Welinder  <terra gnome org>
+
+       * src/item-bar.c (ib_reload_style): Add debug code.
+
+2014-04-09  Morten Welinder  <terra gnome org>
+
+       * src/number-match.c (format_match_datetime): Plug leak on certain
+       failure cases.
+
+2014-04-02  Morten Welinder  <terra gnome org>
+
+       * src/sf-gamma.c (pochhammer): Plain floor is good enough for
+       integer test.
+
+2014-03-30  Morten Welinder  <terra gnome org>
+
+       * src/application.c (gnm_app_remove_extra_ui): Remove from global
+       list of extra uis.
+
+2014-03-28  Morten Welinder  <terra gnome org>
+
+       * src/main-application.c (main): Move Ubuntu hack earlier.
+
+2014-03-27  Morten Welinder  <terra gnome org>
+
+       * src/main-application.c (main): Attempt to banish ubuntu's
+       overlay scrollbar which don't work.
+
+2014-03-21  Morten Welinder  <terra gnome org>
+
+       * src/style-conditions.c (gnm_style_cond_eval): Make "Contains..."
+       case insensitve and allow wildcards.
+
+       * src/gutils.c (gnm_excel_search_impl): New function, extracted
+       from fn-string.
+
+       * src/style-conditions.c (generate_end_match): Use case
+       insensitive comparison.  Pull negation into the operator.
+       (gnm_style_cond_eval): "Start with..." and "Ends with..." are case
+       insensitive.
+
+2014-03-18  Morten Welinder  <terra gnome org>
+
+       * src/gui-util.c (kill_popup_menu): One more try at really killing
+       the context menu after we're done with it.
+
+       * src/item-grid.c (item_grid_realize): Plug leak.
+
+2014-03-18  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 8e9215c..5356f67 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.13.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.14.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 9195602..b755152 100644
--- a/index.html
+++ b/index.html
@@ -66,6 +66,18 @@
       <div class="newsitem">
        <h2>
          <span class="date">
+           <span class="month">Apr</span>
+           <span class="year">2014</span>
+         </span>
+         Gnumeric 1.12.14
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.14.html">Gnumeric
+           1.12.14 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>


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