[gnumeric-web] 1.12.19



commit 6003f925fb6ccd6d83b4cf196f2b640cc675b176
Author: Morten Welinder <terra gnome org>
Date:   Fri Jan 23 13:04:26 2015 -0500

    1.12.19

 Makefile                                 |    1 +
 announcements/1.12/gnumeric-1.12.19.html |  195 ++++++++++++++++++++++++++++
 announcements/1.12/index.html            |    1 +
 changelogs/1.12/changelog-1.12.19.txt    |  209 ++++++++++++++++++++++++++++++
 download.html                            |    2 +-
 index.html                               |   12 ++
 6 files changed, 419 insertions(+), 1 deletions(-)
---
diff --git a/Makefile b/Makefile
index 25e4c1b..d14e9ad 100644
--- a/Makefile
+++ b/Makefile
@@ -264,6 +264,7 @@ WWWFILES =                                          \
        announcements/1.12/gnumeric-1.12.16.html        \
        announcements/1.12/gnumeric-1.12.17.html        \
        announcements/1.12/gnumeric-1.12.18.html        \
+       announcements/1.12/gnumeric-1.12.19.html        \
                                                        \
        style/date.png                                  \
        style/gnumeric52.png                            \
diff --git a/announcements/1.12/gnumeric-1.12.19.html b/announcements/1.12/gnumeric-1.12.19.html
new file mode 100644
index 0000000..26bd691
--- /dev/null
+++ b/announcements/1.12/gnumeric-1.12.19.html
@@ -0,0 +1,195 @@
+<?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.19 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability
+        of Gnumeric version 1.12.19.  This release covers accumulated
+        bug fixes and a late sprint improving xlsx graphs import and
+        export.</p>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Andreas
+          <ul>
+           <li>
+             Add latex fragment exporter of visible rows only. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=739512";>Bug 739512</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Jean
+          <ul>
+           <li>
+             Fix ants problems.
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Plug leaks.
+           </li>
+           <li>
+             Pay more attention to union access rules.
+           </li>
+           <li>
+             Attempt a fix for clipboard crash.  [Redhat <a 
href="https://bugzilla.redhat.com/show_bug.cgi?id=1160975";>Bug 1160975</a>].
+           </li>
+           <li>
+             Truncate long strings for display in stf import.
+           </li>
+           <li>
+             Fix crash on closing a graph sheet.
+           </li>
+           <li>
+             Fix undo crash with conditional formatting and insert row.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=741197";>Bug 741197</a>].
+           </li>
+           <li>
+             Fix xlsx export of HYPGEOMDIST.
+           </li>
+           <li>
+             Fix xlsx export of document properties.
+           </li>
+           <li>
+             Fix multihead issue with graph windows.
+           </li>
+           <li>
+             Improve test suite.
+           </li>
+           <li>
+             Reorganize icon handling.
+           </li>
+           <li>
+             Allow removing a specific item from the history.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=735305";>Bug 735305</a>].
+           </li>
+           <li>
+             Fix GNM_HALIGN_DISTRIBUTED rendering.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=726155";>Bug 726155</a>].
+           </li>
+           <li>
+             Restore translations of function help texts.
+           </li>
+           <li>
+             Fix import of extended float formula results from wk4 files.
+           </li>
+           <li>
+             Fix ADDRESS problem.
+           </li>
+           <li>
+             Fix sheet-filter problem with errors.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=742601";>Bug 742601</a>].
+           </li>
+           <li>
+             Improve error handling for .gnumeric a bit.
+           </li>
+           <li>
+             Improve xlsx graph import: line colour; marker size; marker color;
+             no lines; bounding box; trend lines; regression equations; axis label.
+           </li>
+           <li>
+             Improve xlsx graph export: line style; bar/col direction; marker shape;
+             marker size; marker color; axis label; chart title; trend lines.
+           </li>
+           <li>
+             Improve xlsx export: default col widths; schema validity.
+           </li>
+           <li>
+             Improve modifier handling.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=743130";>Bug 
743130</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Thomas Kluyver
+          <ul>
+           <li>
+             Fix import of extended floats from wk4 files.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=739679";>Bug 739679</a>].
+           </li>
+          </ul>
+        </li>
+        </ul>
+      </div>
+      <div class="generalitem">
+        <h2><span class="gnumeric-bullet"></span>goffice 0.10.19 aka &quot;TBD&quot; is now available.</h2>
+        <p>The Gnumeric Team is pleased to announce the availability of
+        goffice version 0.10.19.</p>
+        <p>Noteworthy news in this release:</p>
+        <ul>
+        <li>Graph fixes</li>
+        </ul>
+
+        <p>Details of changes by contributor:</p>
+        <ul>
+        <li>Jean
+          <ul>
+           <li>
+             Allow rotation of axis line labels. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=740198";>Bug 740198</a>].
+           </li>
+           <li>
+             Move the title with its axis parent. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=684777";>Bug 684777</a>].
+           </li>
+           <li>
+             Implement canvas native scrolling. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=741394";>Bug 741394</a>].
+           </li>
+           <li>
+             Don't use a data vector with no valid value. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=741910";>Bug 741910</a>].
+           </li>
+           <li>
+             Allow custom ticks and grid lines for axis lines. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=600482";>Bug 600482</a>].
+           </li>
+           <li>
+             Don't loose any data in an histogram when using automatic bins. [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=742996";>Bug 742996</a>].
+           </li>
+          </ul>
+        </li>
+        <li>Morten
+          <ul>
+           <li>
+             Dead kitten salvage.
+           </li>
+           <li>
+             Fix canvas issues when removing items.
+           </li>
+           <li>
+             Switch from GtkColorSelDialog to GtkColorChooser.  [<a 
href="https://bugzilla.gnome.org/show_bug.cgi?id=695634";>Bug 695634</a>].
+           </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 a4e3aee..36a50a7 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.19.html">1.12.19</a></li>
         <li><a href="gnumeric-1.12.18.html">1.12.18</a></li>
         <li><a href="gnumeric-1.12.17.html">1.12.17</a></li>
         <li><a href="gnumeric-1.12.16.html">1.12.16</a></li>
diff --git a/changelogs/1.12/changelog-1.12.19.txt b/changelogs/1.12/changelog-1.12.19.txt
new file mode 100644
index 0000000..191342f
--- /dev/null
+++ b/changelogs/1.12/changelog-1.12.19.txt
@@ -0,0 +1,209 @@
+2015-01-23  Morten Welinder <terra gnome org>
+
+       * Release 1.12.19
+
+2015-01-20  Morten Welinder  <terra gnome org>
+
+       * src/gui-util.h (gnumeric_filter_modifiers): Drop reserved bits.
+       See bug #743130.
+
+2015-01-19  Morten Welinder  <terra gnome org>
+
+       * src/gutils.c (gnm_icon_dir): Remove.
+
+       * src/wbc-gtk.c (cb_sheet_label_drag_begin): Load arrow from glib
+       resources.
+
+       * src/sheet-object-image.c (gnm_soi_new_view): Load unknown-image
+       from glib resources.
+
+       * src/gui-util.c (gnumeric_load_image, gnumeric_load_pixbuf):
+       Delete.
+
+       * src/gnm.gresource.xml: pre-process xpm files.  gdkpixbuf will
+       otherwise dump them in temporary files in order to load them.
+
+       * src/workbook.c (workbook_update_graphs): New function.
+
+       * src/workbook-view.c (workbook_view_new_from_input): Update
+       graphs.
+
+2015-01-14  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-read.c (xml_sax_cell_content): When we fail to parse
+       an expresssion, make it a string instead of dropping it on the
+       floor.
+
+2015-01-13  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-read.c (xml_sax_cell_content): When we discover a
+       missing shared expression, define a dummy version so we don't get
+       repeated errors.
+
+2015-01-09  Morten Welinder  <terra gnome org>
+
+       * src/value.c (value_compare_real): Rewrite.  Handle errors and
+       sort them later than other values.  This fixes #742601.
+
+2015-01-01  Morten Welinder  <terra gnome org>
+
+       * src/gui-util.c (gnumeric_message_dialog_create): Use icon theme
+       names, not stock ids.
+
+       * src/gnm-pane.c (update_control_point_colors): Avoid
+       gtk_style_context_get_background_color.
+       * src/item-cursor.c (ic_reload_style): Ditto.
+
+2014-12-30  Morten Welinder  <terra gnome org>
+
+       * src/rendered-value.c (gnm_rendered_value_new):
+       GNM_HALIGN_DISTRIBUTED is justify+center.  Fixes #726155.
+
+2014-12-27  Morten Welinder  <terra gnome org>
+
+       * src/colrow.c (colrow_set_visibility): Don't create columns/rows
+       unless we really have to.
+
+2014-12-25  Morten Welinder  <terra gnome org>
+
+       * src/sheet-object-graph.c (sog_cb_open_in_new_window): Fix
+       multihead issue.
+
+       * src/gnm-graph-window.c: Avoid GTK_STOCK_xxx completely.
+
+       * src/wbc-gtk-actions.c (SheetDirection): use proper icon.
+
+       * src/wbc-gtk.c (cb_sheet_direction_change): New function to fix
+       icon on sheet direction changes.
+
+       * src/wbc-gtk-actions.c: Eliminate many uses of GTK_STOCK_...
+
+2014-12-24  Morten Welinder  <terra gnome org>
+
+       * src/wbc-gtk.c (wbcg_show_save_dialog)
+       (wbcg_close_if_user_permits): Constant propagation.
+
+       * src/gui-util.c (gnumeric_message_dialog_create): Slightly less
+       GtkStock usage.  (Maybe kill whole function?  Only two users.)
+
+2014-12-22  Morten Welinder  <terra gnome org>
+
+       * icons/fake-index-theme: we need actions directories too.
+
+2014-12-21  Morten Welinder  <terra gnome org>
+
+       * src/item-bar.c (ib_reload_sizing_style): Add fallback for font
+       handling.
+
+2014-12-20  Morten Welinder  <terra gnome org>
+
+       * src/sheet.c (sheet_insdel_colrow): Fix handling of too-big
+       count in delete, such as used from sheet resize.
+
+2014-12-19  Morten Welinder  <terra gnome org>
+
+       * src/libgnumeric.c (gnm_pre_parse_init): Use putenv for win32
+       (before g_setenv is available).
+
+2014-12-16  Morten Welinder  <terra gnome org>
+
+       * src/sstest.c (test_insdel_rowcol_names): Use column name, not
+       number.
+
+       * src/sheet.c (sheet_insdel_colrow): Fix "sticky-end" setting for
+       the delete case.
+
+2014-12-15  Morten Welinder  <terra gnome org>
+
+       * src/sheet-style.c (sheet_style_insdel_colrow): Rename from
+       sheet_style_insert_colrow and handled deletion too.
+
+       * src/sheet.c (sheet_insdel_colrow): Merge from sheet_insert_rows,
+       sheet_insert_cols, sheet_delete_rows, sheet_delete_cols.  Simplify
+       and clean up.
+
+       * src/dependent.c (dependent_has_pos, dependent_move): New
+       functions.
+
+2014-12-14  Morten Welinder  <terra gnome org>
+
+       * src/sheet.c (sheet_colrow_add): Make sure the slot we use is
+       free.
+
+2014-12-11  Morten Welinder  <terra gnome org>
+
+       * src/dependent.c (style_dep_debug_name): Include position too.
+
+       * src/sheet.c (sheet_colrow_add): Merge from sheet_col_add and
+       sheet_row_add.
+       (colrow_move): Change parameterization slightly.
+
+2014-12-06  Morten Welinder  <terra gnome org>
+
+       * src/sheet-control-gui.c (scg_unant): Destroy item cursors.  We
+       want them visually gone and g_object_unref does not guarantee
+       that.
+
+       * src/sheet.c (sheet_insert_rows, sheet_insert_cols): Clear style
+       dependents.  A later step clears and re-applies style completely
+       for the moved area.  Fixes #741197.
+
+       * src/sheet-style.c (sheet_style_clear_style_dependents): New
+       function.
+
+       * src/sheet.c (sheet_insert_rows, sheet_insert_cols)
+       (sheet_delete_cols, sheet_delete_rows): Plug leaks.
+
+       * src/command-context.c (gnm_cmd_context_error_splits_array): Plug
+       leak.
+       (gnm_cmd_context_error_splits_merge): Plug leak.
+
+2014-11-15  Morten Welinder  <terra gnome org>
+
+       * src/sheet-control-gui.c (scg_object_unselect): Avoid crashing if
+       the wbc is already gone.
+
+2014-11-09  Morten Welinder  <terra gnome org>
+
+       * src/gui-clipboard.c (text_to_cell_region): Guard against NULL
+       data.  Might fix Redhat #1160975.
+
+2014-10-28  Morten Welinder  <terra gnome org>
+
+       * src/style.c (find_font): Accept NULL font name.
+
+2014-10-27  Morten Welinder  <terra gnome org>
+
+       * src/sheet.c (sheet_destroy_contents): Plug leak from fuzzed
+       code.
+
+2014-10-27  Jean Brefort  <jean brefort normalesup org>
+
+       * src/item-cursor.c (cb_item_cursor_animation): use
+       goc_canvas_invalidate_region() for ants walking.  Avoid drawing
+       outside of a draw event.
+
+2014-10-26  Morten Welinder  <terra gnome org>
+
+       * src/value.h (VALUE_IS_CELLRANGE, VALUE_IS_ARRAY): New macros.
+       Use throughout.
+       (GnmValue): Drop type union member.  C99 requires that this be
+       accessed in a structure.  We have v_any for that.
+
+2014-10-25  Morten Welinder  <terra gnome org>
+
+       * src/expr-impl.h (GNM_EXPR_GET_OPER): Redefine in a way that
+       ought to survive both gcc's aliasing analysis and valgrind's
+       bitfield problems.
+
+2014-10-24  Morten Welinder  <terra gnome org>
+
+       * src/xml-sax-write.c (xml_write_selection_info): Plug leak.
+
+2014-10-21  Morten Welinder  <terra gnome org>
+
+       * src/mstyle.c (gnm_style_dump_color): Also dump auto flag.
+
+2014-09-25  Morten Welinder <terra gnome org>
+
+       * configure.ac: Post-release bump.
diff --git a/download.html b/download.html
index fce2ee3..04a9d30 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.18.tar.xz";>download
+       can <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.19.tar.xz";>download
        the latest release</a>.</p>
       </div>
     </div>
diff --git a/index.html b/index.html
index 4df6c29..f787b54 100644
--- a/index.html
+++ b/index.html
@@ -54,6 +54,18 @@
       <div class="newsitem">
        <h2>
          <span class="date">
+           <span class="month">Jan</span>
+           <span class="year">2015</span>
+         </span>
+         Gnumeric 1.12.19
+       </h2>
+       <p><a href="announcements/1.12/gnumeric-1.12.19.html">Gnumeric
+           1.12.19 is out</a>.  Get it
+           from <a href="download.html">here</a>!</p>
+      </div>
+      <div class="newsitem">
+       <h2>
+         <span class="date">
            <span class="month">Sep</span>
            <span class="year">2014</span>
          </span>


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