[gnumeric-web] Gnumeric: 1.12.49



commit 739c7fbef76799cb0a5e481c37a2ab37ae0197a2
Author: Morten Welinder <terra gnome org>
Date:   Sun Mar 14 18:47:43 2021 -0400

    Gnumeric: 1.12.49

 Makefile                                 |   1 +
 announcements/1.12/gnumeric-1.12.49.html | 190 +++++++++++++++++++++++++++++++
 announcements/1.12/index.html            |   1 +
 changelogs/1.12/changelog-1.12.49.txt    |  92 +++++++++++++++
 download.html                            |   2 +-
 index.html                               |  12 ++
 6 files changed, 297 insertions(+), 1 deletion(-)
---
diff --git a/Makefile b/Makefile
index a79be25..4d39383 100644
--- a/Makefile
+++ b/Makefile
@@ -294,6 +294,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.46.html        \
        announcements/1.12/gnumeric-1.12.47.html        \
        announcements/1.12/gnumeric-1.12.48.html        \
+       announcements/1.12/gnumeric-1.12.49.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.49.html b/announcements/1.12/gnumeric-1.12.49.html
new file mode 100644
index 0000000..b796bf7
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.49.html
@@ -0,0 +1,190 @@
+<?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"></span>Gnumeric 1.12.49 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        Gnumeric version 1.12.49.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>Internal handling of conditional formats have changed,
+          greatly improving the situation for large-area formats.</li>
+       <li>We have had to disable the "cs" translation of the
+         documentation due to a bug in intltool and/or libxml2.  It's not the
+         cs translation team's fault, they are just the victim here.
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Andreas
+          <ul>
+           <li>
+             Do not try to turn all of LibreOffice's SplitModes into frozen
+             panes [file of <a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/557";>Bug 557</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Jean
+          <ul>
+           <li>
+             Fix graph size issue when the graph is in its own sheet. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/516";>Bug 516</a>].
+           </li>
+           <li>
+             Fix one more graph size issue when the graph is in its own sheet. [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/565";>Bug 565</a>].
+           </li>
+          </ul>
+        </li>
+        <li>JohnDenker
+          <ul>
+           <li>
+             Fix ssgrep problem when used as a filter.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/552";>Bug 552</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Rework conditional styling's upper level.
+           </li>
+           <li>
+             Fix autofill array critical.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/511";>Bug 
511</a>].
+           </li>
+           <li>
+             Handle missing values in xlsx.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/517";>Bug 517</a>].
+           </li>
+           <li>
+             Fix critical when using fd://1.
+           </li>
+           <li>
+             Don't trim spaces for csv files as per rfc 4180.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/528";>Bug 528</a>].
+           </li>
+           <li>
+             Fix cvs separator guessing problem with quotes.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/537";>Bug 537</a>].
+           </li>
+           <li>
+             Improve handling of expressions in csv files.
+           </li>
+           <li>
+             Plug ssconvert leak.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/546";>Bug 
546</a>].
+           </li>
+           <li>
+             Fix bogus time match for "3.a".  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/545";>Bug 545</a>].
+           </li>
+           <li>
+             Use 1us resolution for NOW.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/549";>Bug 
549</a>].
+           </li>
+           <li>
+             Fix ssconvert sheet selection for csv.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/555";>Bug 555</a>].
+           </li>
+           <li>
+             Test suite improvements.
+           </li>
+           <li>
+             Fix ods import problem with irregular sheet sizes.
+           </li>
+           <li>
+             Fix ods import problem with crazy named expressions.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/557";>Bug 557</a>].
+           </li>
+           <li>
+             Allow plain space as 1000s separator in FR locale.
+           </li>
+           <li>
+             Fix graph size problem affecting image output.  [<a 
href="https://gitlab.gnome.org/GNOME/gnumeric/issues/507";>Bug 507</a>].
+           </li>
+           <li>
+             Check for yelp in autogen.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/558";>Bug 
558</a>].
+           </li>
+           <li>
+             Fix ssconvert problem with conditional styles.
+           </li>
+           <li>
+             Move from style regions to style classes in css.
+           </li>
+           <li>
+             Implement #ifdef for built-in css.
+           </li>
+           <li>
+             Dead kitten in css.
+           </li>
+           <li>
+             Improve the drawing of filter combos.
+           </li>
+           <li>
+             Allow theming of grid color.
+           </li>
+           <li>
+             Fix dirty-tracking.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/554";>Bug 554</a>].
+           </li>
+           <li>
+             Plug ods write leak.
+           </li>
+           <li>
+             Disable cs documentation translation due to itstool/libxml2 bug.
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.49 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.49.</p>
+        <p>This is a mainly a bug-fix release.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Morten
+          <ul>
+           <li>
+             Fix ods format problem.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/518";>Bug 
518</a>].
+           </li>
+           <li>
+             Fix axis line crash.  [<a href="https://gitlab.gnome.org/GNOME/gnumeric/issues/524";>Bug 
524</a>].
+           </li>
+           <li>
+             Add state and saved-state to GODoc.
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>Availability</h2>
+        <blockquote>
+          <p><a 
href="https://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/";>https://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/</a></p>
+          <p><a 
href="https://ftp.gnome.org/pub/GNOME/sources/goffice/0.10/";>https://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 3cd82d9..f2169d3 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.49.html">1.12.49</a></li>
         <li><a href="gnumeric-1.12.48.html">1.12.48</a></li>
         <li><a href="gnumeric-1.12.47.html">1.12.47</a></li>
         <li><a href="gnumeric-1.12.46.html">1.12.46</a></li>
diff --git a/changelogs/1.12/changelog-1.12.49.txt b/changelogs/1.12/changelog-1.12.49.txt
new file mode 100644
index 0000000..d12deb0
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.49.txt
@@ -0,0 +1,92 @@
+2021-03-14  Morten Welinder <terra gnome org>
+
+       * Release 1.12.49
+
+2021-02-22  Jean Brefort  <jean brefort normalesup org>
+
+       reviewed by: <delete if not using a buddy>
+
+       * src/sheet-object-graph.c (sog_update_graph_size),
+       (gnm_sog_bounds_changed):
+
+2021-02-21  Jean Brefort  <jean brefort normalesup org>
+
+       * src/sheet-object-graph.c (gnm_sog_bounds_changed): don't take anchors
+       into account when updating the graph inside a graph sheet. [#565]
+
+2021-02-14  Morten Welinder  <terra gnome org>
+
+       * src/cell.c (gnm_cell_get_effective_style): New function to
+       resolve conditional styling.
+
+       * src/rendered-value.c (gnm_rendered_value_new): Use
+       gnm_cell_get_effective_style instead of doing it by hand.
+
+
+2021-01-30  Morten Welinder  <terra gnome org>
+
+       * autogen.sh: check that YELP_HELP_INIT has been expanded.
+
+2021-01-28  Morten Welinder  <terra gnome org>
+
+       * src/sheet-object-graph.c (gnm_sog_bounds_changed): Make sure to
+       tell the graph about the new size.
+       (gnm_sog_set_sheet): Tell the graph object about the initial size.
+       (sheet_object_graph_set_gog): Ditto.
+
+       * src/number-match.c (format_match_decimal_number_with_locale): If
+       the thousands separator is a space character, allow plain space
+       also.
+
+2021-01-19  Morten Welinder  <terra gnome org>
+
+       * src/mstyle.c (gnm_style_linked_sheet_changed): Make sure to tell
+       the GnmStyleConditions what is going on.  Fixes #547, item 3.
+
+2020-12-19  Morten Welinder  <terra gnome org>
+
+       * src/sheet.c (sheet_range_unrender): New function.
+
+       * src/sheet-conditions.c (csgd_changed): Force rerendering of
+       cells.
+       (collect_group_deps_rr): Improve the deduced dependency range for
+       semi-absolute references.
+
+2020-12-18  Morten Welinder  <terra gnome org>
+
+       * src/sheet-conditions.c (update_group): Fix eval pos -- it's
+       different for each range, even if we hang everything on the same
+       dep.  Don't use a set for dependency -- that only works right in
+       array mode -- but use a call to SUM instead.
+
+2020-10-17  Jean Brefort  <jean brefort normalesup org>
+
+       * src/sheet-object-graph.c (gnm_sog_bounds_changed): fix graph size issue
+       when the graph is in its own sheet. [#516]
+
+2020-10-15  Morten Welinder  <terra gnome org>
+
+       * src/stf-parse.c (stf_parse_sheet): Don't try to parse entries
+       with single quote or equal sign as numbers; use stf_cell_set_text.
+       (stf_parse_options_guess_formats): Skip entries with '=' also.
+
+2020-10-12  Morten Welinder  <terra gnome org>
+
+       * src/workbook-priv.h: Introspection doesn't like empty structs so
+       throw it a bone.
+
+       * src/stf-parse.c (stf_parse_options_guess_csv): Don't get
+       confused over quotes in quoted text.  Fixes #537.
+
+2020-10-04  Morten Welinder  <terra gnome org>
+
+       * src/stf-parse.c (stf_parse_options_guess_csv): Don't trim
+       spaces, see https://tools.ietf.org/html/rfc4180#section-2
+
+       * src/workbook-view.c (workbook_view_save_as): If we don't get a
+       modtime from the url, don't try to do anything with in.  Notably
+       happens with fd://1
+
+2020-08-12  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index 0c18b06..e9d8917 100644
--- a/download.html
+++ b/download.html
@@ -49,7 +49,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.48.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.49.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 129f198..58f5c6c 100644
--- a/index.html
+++ b/index.html
@@ -49,6 +49,18 @@
              found</a>.</span></p>
        </div>
       </div>
+      <div class="newsitem">
+       <h2>
+         <span class="date">
+           <span class="month">Mar</span>
+           <span class="year">2021</span>
+         </span>
+         Gnumeric 1.12.49
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.49.html">Gnumeric
+           1.12.49 is out</a>.  Get it
+           from <a href="download.html">here</a>!</p>
+      </div>
       <div class="newsitem">
        <h2>
          <span class="date">


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