[gnomeweb-wml] Gnumeric: 1.12.1
- From: Morten Welinder <mortenw src gnome org>
- To: commits-list gnome org
- Cc:
- Subject: [gnomeweb-wml] Gnumeric: 1.12.1
- Date: Sat, 9 Mar 2013 16:00:45 +0000 (UTC)
commit 540823ec14b21b68e7a7b5b0f7bcb9e9e74501de
Author: Morten Welinder <terra gnome org>
Date: Sat Mar 9 11:00:33 2013 -0500
Gnumeric: 1.12.1
.../gnumeric/announcements/1.12/Makefile.am | 1 +
.../announcements/1.12/gnumeric-1.12.1.shtml | 205 +++++++++++
.../gnumeric/announcements/1.12/index.shtml | 1 +
.../gnumeric/changelogs/1.12/Makefile.am | 1 +
.../gnumeric/changelogs/1.12/changelog-1.12.1.txt | 359 ++++++++++++++++++++
.../gnumeric/changelogs/1.12/index.shtml | 1 +
projects.gnome.org/gnumeric/downloads.shtml | 15 +-
projects.gnome.org/gnumeric/header-end.shtml | 2 +-
projects.gnome.org/gnumeric/index.shtml | 11 +
9 files changed, 585 insertions(+), 11 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
b/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
index 0cb9364..0d59092 100644
--- a/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/1.12/Makefile.am
@@ -1,6 +1,7 @@
urlpath = /gnumeric/announcements/1.12
page_SCRIPTS= \
+ gnumeric-1.12.1.shtml \
gnumeric-1.12.0.shtml \
gnumeric-1.12.0.shtml \
gnumeric-1.12.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.1.shtml
b/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.1.shtml
new file mode 100644
index 0000000..90e8969
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.12/gnumeric-1.12.1.shtml
@@ -0,0 +1,205 @@
+<!--#set var="title" value="Gnumeric 1.12.1" --><!--#set var="rootdir" value="../.." --><!--#include
virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+ <h2>Gnumeric 1.12.1 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ Gnumeric version 1.12.1. This release requires the concurrently
+ released Goffice 0.10.1.</p>
+ <p>Noteworthy news in this release:</p>
+ <ul>
+ <li>Crash for certain csv files from the command line fixed.</li>
+ <li>Conditional formats' dependents tracked.</li>
+ <li>New ssdiff command line utility to compare spreadsheets.</li>
+ <li>New file history dialog.</li>
+ <li>Avoid most deprecated parts of GTK+.</li>
+ <li>GObject introspection fixes.</li>
+ </ul>
+
+ <ul>
+ <li>Alexandre Rostovtsev
+ <ul>
+ <li>
+ Introspection fixes. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=684159">Bug 684159</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Andreas
+ <ul>
+ <li>
+ Some documentation fixes.
+ </li>
+ <li>
+ Show argument names for python functions. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=690681">Bug 690681</a>].
+ </li>
+ <li>
+ Fix loading of ODF files with named expressions. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=690925">Bug 690925</a>].
+ </li>
+ <li>
+ Avoid unncessary sheet specification in analysis tools. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=691892">Bug 691892</a>].
+ </li>
+ <li>
+ Fix sensitivity tests for 2-factor anova dialog. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=693980">Bug 693980</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Jean
+ <ul>
+ <li>
+ Fixed aspect ratio for graph sheets. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=691472">Bug
691472</a>].
+ </li>
+ <li>
+ Replaced all GtkTable instances by GtkGrid.
+ </li>
+ <li>
+ Make the row and column header clickable even when indented.
+ </li>
+ <li>
+ Fix horizontal and vertical pane positions after indentation.
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Fix a few compiler warnings.
+ </li>
+ <li>
+ Always compile ssconvert, ssindex, and ssgrep.
+ </li>
+ <li>
+ New utility: ssdiff.
+ </li>
+ <li>
+ Remove disabled corba plugin.
+ </li>
+ <li>
+ Fix off-by-ones in sheet resize. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=690929">Bug
690929</a>].
+ </li>
+ <li>
+ Start working on warnings from newer gcc.
+ </li>
+ <li>
+ Avoid using some deprecated symbols.
+ </li>
+ <li>
+ Fix multihead issue with clipboard.
+ </li>
+ <li>
+ Improve EIGEN. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=687926">Bug 687926</a>].
+ </li>
+ <li>
+ Improve handling of unknown functions. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=109442">Bug 109442</a>].
+ </li>
+ <li>
+ Add LINSOLVE function.
+ </li>
+ <li>
+ Restrict size of MUNIT to avoid thrashing the system. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=625544">Bug 625544</a>].
+ </li>
+ <li>
+ Fix text import crash.
+ </li>
+ <li>
+ Add LEVERAGE function for regression tool. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=691913">Bug 691913</a>].
+ </li>
+ <li>
+ Clean up matrix code.
+ </li>
+ <li>
+ Speed up regressions. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=691984">Bug 691984</a>].
+ </li>
+ <li>
+ Clean up sheet style code somewhat.
+ </li>
+ <li>
+ Track dependents of conditional formats. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=654495">Bug 654495</a>] [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=674954">Bug 674954</a>].
+ </li>
+ <li>
+ FreeBSD portability fix. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=693761">Bug
693761</a>].
+ </li>
+ <li>
+ Introspection fixes.
+ </li>
+ <li>
+ Fix ssconvert crash. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=694741">Bug 694741</a>].
+ </li>
+ <li>
+ Unconditionally enable solver.
+ </li>
+ <li>
+ Rewrite the file history dialog. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=694777">Bug
694777</a>].
+ </li>
+ <li>
+ Fix R.QF and R.QBINOM documentation.
+ </li>
+ <li>
+ Fix sheet-removed crashes for a few dialogs. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=364291">Bug 364291</a>].
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <h2>goffice 0.10.1 aka "TBD" is now available.</h2>
+ <p>The Gnumeric Team is pleased to announce the availability of
+ goffice version 0.10.1.</p>
+ <p>Noteworthy news in this release:</p>
+ <ul>
+ <li>Linear algebra improvements (for regression).</li>
+ <li>GObject introspection fixes.</li>
+ <li>Graph fixes.</li>
+ </ul>
+
+ <ul>
+ <li>Jean
+ <ul>
+ <li>
+ Don't add an extra separator at start of data labels. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=691704">Bug 691704</a>].
+ </li>
+ <li>
+ Don't crash after deleting a named smoothed curve. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=691796">Bug 691796</a>].
+ </li>
+ <li>
+ Fix data label offset serialization. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=692305">Bug
692305</a>].
+ </li>
+ <li>
+ Add a user interface for radar and polar plots axis selection. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=692803">Bug 692803</a>].
+ </li>
+ <li>
+ Fix go_component_build_snapshot() returned value. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=694231">Bug 694231</a>].
+ </li>
+ <li>
+ Do not use invalid values in line plots. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=694232">Bug 694232</a>].
+ </li>
+ <li>
+ Make data labels position independant on scale. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=694731">Bug 694731</a>].
+ </li>
+ </ul>
+ </li>
+ <li>Morten
+ <ul>
+ <li>
+ Cleanup linear algebra. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=691630">Bug 691630</a>].
+ </li>
+ <li>
+ Work on new compiler warnings.
+ </li>
+ <li>
+ Add efficient code for computing leverages. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=691913">Bug 691913</a>].
+ </li>
+ <li>
+ Introspection fixes.
+ </li>
+ <li>
+ Fix missing tooltip in color palette. [<a
href="https://bugzilla.gnome.org/show_bug.cgi?id=695032">Bug 695032</a>].
+ </li>
+ <li>
+ Fix missing tooltip in pixmap selector.
+ </li>
+ </ul>
+ </li>
+ </ul>
+ <h2>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>
+<!--#include virtual="../../footer.shtml" -->
diff --git a/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
b/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
index 2ea840b..93590bd 100644
--- a/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.12/index.shtml
@@ -20,6 +20,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.1.shtml">1.12.1</a></li>
<li><a href="gnumeric-1.12.0.shtml">1.12.0</a></li>
<li><a href="gnumeric-1.12.shtml">1.12 Series</a></li>
</ul>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am
b/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am
index 961fba7..dd3e0f3 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/1.12/Makefile.am
@@ -1,6 +1,7 @@
urlpath = /gnumeric/changelogs/1.12
page_SCRIPTS= \
+ changelog-1.12.1.txt \
changelog-1.12.0.txt \
index.shtml
diff --git a/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.1.txt
b/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.1.txt
new file mode 100644
index 0000000..bac2947
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.12/changelog-1.12.1.txt
@@ -0,0 +1,359 @@
+2013-03-09 Morten Welinder <terra gnome org>
+
+ * Release 1.12.1
+
+2013-03-06 Morten Welinder <terra gnome org>
+
+ * src/wbc-gtk.c (list_actions): Handle a null group.
+
+2013-03-03 Morten Welinder <terra gnome org>
+
+ * src/libgnumeric.c (gnm_pre_parse_init): Don't call deprecated
+ g_thread_init if compiled with later than glib 2.32.0.
+
+2013-03-02 Jean Brefort <jean brefort normalesup org>
+
+ * src/gnm-pane-impl.h: remove alignments.
+ * src/gnm-pane.c (gnm_pane_header_init): dittO;
+ * src/gnm-plugin.c (plugin_service_ui_read_xml): fixed a C++ type comment.
+ * src/item-bar.c (item_bar_calc_size): force recalc when indent changed.
+ * src/sheet-control-gui-priv.h: remove all tables by one grid.
+ * src/sheet-control-gui.c (cb_table_destroy), (scg_set_panes),
+ (set_resize_pane_pos), (idle_resize), (cb_canvas_resize),
+ (sheet_control_gui_new), (scg_finalize), (scg_adjust_preferences),
+ (scg_mode_edit): ditto.
+ * src/wbc-gtk.c (cb_show_sheet), (cb_sheet_label_button_press),
+ (cb_sheet_visibility_change), (wbcg_sheet_add),
+ (wbcg_sheet_remove), (wbcg_sheet_focus),
+ (wbcg_sheet_order_changed), (wbcg_sheet_remove_all),
+ (wbcg_get_nth_scg): ditto.
+
+2013-03-01 Jean Brefort <jean brefort normalesup org>
+
+ * src/gui-file.c (gui_file_open): GtkTable to GtkGrid.
+ * src/print.c (gnm_create_widget_cb): ditto.
+ * src/sheet-object-graph.c (sheet_object_graph_guru): ditto.
+
+2013-03-01 Morten Welinder <terra gnome org>
+
+ * src/mathfunc.h: Make sure the "q" functions take "p" as their
+ first argument, not "x".
+
+2013-03-01 Jean Brefort <jean brefort normalesup org>
+
+ reviewed by: <delete if not using a buddy>
+
+ * INSTALL:
+ * src/sheet-object-widget.c (sheet_widget_button_user_config),
+ (sheet_widget_adjustment_user_config_impl),
+ (sheet_widget_checkbox_user_config),
+ (sheet_widget_radio_button_user_config):
+ * src/wbc-gtk.c (wbc_gtk_init):
+
+2013-02-28 Morten Welinder <terra gnome org>
+
+ * configure.ac: remove the DISABLE_DEPRECATED defines even from
+ development versions. We now get the information through gcc
+ warnings.
+ (solver): Make solver code unconditional. Feel free to not
+ distribute the relevant plugins.
+
+2013-02-26 Morten Welinder <terra gnome org>
+
+ * src/ssconvert.c (convert): Avoid segfault. Fixes #694741.
+
+2013-02-26 Jean Brefort <jean brefort normalesup org>
+
+ * src/number-match.c: more introspection warnings.
+
+2013-02-23 Morten Welinder <terra gnome org>
+
+ * */*.c: Avoid G_OBJECT casts for g_object_ref and g_object_unref.
+
+2013-02-21 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (sheet_style_foreach): Take a GFunc, not a
+ GHFunc. All callers changed. Impose a robust ordering.
+ (sh_all_styles): New function replacing sh_foreach.
+
+2013-02-20 Morten Welinder <terra gnome org>
+
+ * src/sheet-object-graph.c (dim_start): Survive malformed xml.
+
+2013-02-20 Jean Brefort <jean brefort normalesup org>
+
+ * configure.ac: make configure --with-python fail when some
+ dependency is missing.
+
+2013-02-17 Morten Welinder <terra gnome org>
+
+ * configure.ac (set_more_warnings): Improve support for clang.
+
+2013-02-16 Morten Welinder <terra gnome org>
+
+ * *.c: Clear up confusion between GtkStateType and GtkStateFlags.
+ (Most cases a matter of 0 vs. 0.)
+
+2013-02-16 Jean Brefort <jean brefort normalesup org>
+
+ * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: fixed
+ default value for stf export format.
+ * src/dependent.c: fix introspection warnings.
+ * src/sheet-style.c: ditto.
+
+2013-02-15 Morten Welinder <terra gnome org>
+
+ * configure.ac (libspreadsheet_gtk_reqs): Explicitly require gtk
+ 3.2.0 just like goffice.
+
+ * src/gui-util.c (gnm_store_text_tag_attr_in_pango): Adjust to
+ requiring gtk 3.2
+
+2013-02-14 Morten Welinder <terra gnome org>
+
+ * src/gnm-so-path.c (so_path_view_set_bounds): Use G_MAXDOUBLE,
+ not MAXDOUBLE. Fixes #693761.
+
+2013-02-10 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (cb_unlink): gnm_style_unlink_dependents
+ doesn't belong here. We handle everything in rstyle_apply.
+
+2013-02-08 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (rstyle_apply): Take extra range argument and
+ link/unlink style dependents. All callers changed.
+ (sheet_style_shutdown): Set default style for whole sheet to
+ ensure style dependents get cleared.
+
+2013-02-07 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (cell_tile_optimize): Implement
+ ptr-matrix-to-matrix optimization and use it to simplify things.
+
+ * src/dependent.c (GnmStyleDependent): New type of dependent.
+ When triggered, the cells in which it resised will be rerendered
+ and redrawn.
+
+ * src/mstyle.c (gnm_style_link_dependents)
+ (gnm_style_unlink_dependents): New functions to manage style
+ dependents due to conditional formatting.
+
+2013-02-06 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (vector_apply_pstyle): Turn loop structure
+ inside-out in anticipation of future changes.
+
+ (col_indicies, row_indicies): Alignment of the corners of apply_to
+ is only relevant if we are within the tile.
+
+2013-02-06 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (tile_is_uniform): Extract from
+ cell_tile_optimize.
+ (vector_apply_pstyle): Don't return a value.
+ (cell_tile_apply): Use tile_is_uniform.
+
+2013-02-05 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (sheet_style_get): Simplify with "while"
+ instead of crazy "goto".
+ (cell_tile_apply): Simplify the covers-whole-tile case.
+
+ * src/sheet.h (Sheet): Remove max_width and max_height members.
+ All users fixed.
+
+ * src/dependent.h (GnmDependentClass): Add pos handler.
+
+ * src/dependent.c (dependent_pos): Use pos handler.
+ (dummy_dep_eval): New null handler for GnmDependentClass::eval.
+
+2013-02-04 Morten Welinder <terra gnome org>
+
+ * src/dependent.c (dependent_pos): Make global.
+
+ * src/position.c (eval_pos_init_dep, parse_pos_init_dep): Use
+ dependent_pos.
+
+ * src/ssconvert.c (run_tool_test): Add code for running the
+ regression tool.
+ (convert): Run an analysis tool if requested. (For testing.)
+
+2013-02-02 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (rstyle_ctor): Split into rstyle_ctor_style
+ and rstyle_ctor_pstyle. All callers changed.
+
+2013-01-18 Morten Welinder <terra gnome org>
+
+ * src/mathfunc.c (gnm_matrix_new, gnm_matrix_free)
+ (gnm_matrix_is_empty, gnm_matrix_from_value, gnm_matrix_to_value):
+ New matrix support.
+ (gnm_matrix_multiply): Renamed from mmult and changed to use above.
+ (gnm_matrix_eigen): Change to take GnmMatrix arguments.
+
+2013-01-15 Morten Welinder <terra gnome org>
+
+ * src/stf.c (stf_read_workbook_auto_csvtab): Fix crash for text
+ import from command line.
+
+2013-01-15 Jean Brefort <jean brefort normalesup org>
+
+ * configure.ac: renamed configure.in and update obsolete macros.
+ * configure.in: ditto.
+
+2013-01-14 Colin Watson <cjwatson ubuntu com>
+
+ * configure.in: Add
+ distutils.sysconfig.get_python_inc(plat_specific=True) to Python
+ includes.
+
+2013-01-14 Jean Brefort <jean brefort normalesup org>
+
+ * src/sheet-control-gui.c (sheet_control_gui_new): typo.
+ * src/sheet-object-graph.c (cb_graph_size_changed): do not remoe
+ twice the top and bottom margins when displaying a graph
+ sheet. [#691472]
+
+2013-01-10 Morten Welinder <terra gnome org>
+
+ * src/func.c (gnm_func_lookup_or_add_placeholder): Drop copy_name
+ argument and assume TRUE. Drop scope name and assume NULL (which
+ is what all callers should have used). All callers changed.
+ (gnm_func_add_placeholder): Ditto.
+ (invent_name): Downcase the preferred name.
+ (gnm_func_add_placeholder_full): Eliminate GNM_FUNC_FREE_NAME.
+ (gnm_func_add): Initialize arg_names_p.
+
+ * src/gnm-plugin.c (plugin_service_function_group_activate):
+ Upgrade existing placeholder functions as needed.
+
+ * src/func.c (gnm_func_upgrade_placeholder): Rename from
+ gnm_func_upgrade_placeholder. Take GnmFunc argument, not name.
+
+2013-01-10 Morten Welinder <terra gnome org>
+
+ * src/func.c (gnm_func_add_placeholder_localized): New function.
+ (gnm_func_add_placeholder_full): Extract from
+ gnm_func_add_placeholder. Handle localization better.
+ (gnm_func_set_localized_name): New function.
+ (gnm_func_free, gnm_func_get_name): Use
+ gnm_func_set_localized_name.
+
+ * src/parse-util.c (std_func_map): Improve handling of unknown
+ function names.
+
+ * src/func.c (gnm_func_group_remove_func): Factor this out from...
+ (gnm_func_free): ...here.
+
+2013-01-09 Morten Welinder <terra gnome org>
+
+ * src/symbol.c: delete.
+
+ * src/func.c: rewrite to use GHashTable instead of symbol.c
+ (gnm_func_lookup_prefix): Take extra argument indicating whether
+ to search translated names. Caller changed.
+
+ * src/parse-util.c (std_func_map): Lookup translated name as
+ needed.
+ (parse_util_init): Add enviroment magic to turn on translated
+ functions names. This is not ready for prime time and should be
+ controlled by a user preference eventually.
+
+ * src/mathfunc.c (gnm_matrix_eigen): Silence warning. Document a
+ bit.
+
+2013-01-07 Morten Welinder <terra gnome org>
+
+ * src/mathfunc.c (gnm_matrix_eigen): Detect underflow of the
+ pivot. Use gnm_hypot where possible.
+
+2013-01-04 Morten Welinder <terra gnome org>
+
+ * src/gui-clipboard.c (gnm_x_claim_clipboard): Take a GdkDisplay
+ as argument. Keep track of displays.
+ (gnm_x_disown_clipboard): New function.
+
+ * src/application.c (gnm_app_clipboard_clear): Use
+ gnm_x_disown_clipboard to make things multi-head safe.
+
+2013-01-03 Morten Welinder <terra gnome org>
+
+ * src/collect.c (collect_floats): Fix handling of
+ COLLECT_IGNORE_ERRORS.
+ (collect_strings): Ditto.
+ (callback_function_collect): Handle new flag COLLECT_ZERO_ERRORS.
+
+2013-01-01 Morten Welinder <terra gnome org>
+
+ * src/mstyle.c (gnm_style_set_from_pango_attribute): Don't use
+ deprecated goffice stuff.
+
+ * src/cellspan.c (cell_register_span, cell_calc_span): Remove
+ unused variable.
+ * src/gnm-pane.c (control_point_leave_notify): Ditto.
+ * src/gnm-plugin.c (plugin_service_solver_activate): Ditto.
+ * src/wbc-gtk.c (wbc_gtk_create_edit_area): Ditto.
+
+ * src/application.c (gnm_app_history_add): Kill warning.
+
+2012-12-31 Morten Welinder <terra gnome org>
+
+ * src/sheet-style.c (sheet_style_resize): Double off-by-one.
+ Fixed #690929.
+
+ * src/ssdiff.c: Introduce --highlight mode.
+
+2012-12-30 Morten Welinder <terra gnome org>
+
+ * src/ssdiff.c (main): Add option to send output to a file.
+
+2012-12-29 Morten Welinder <terra gnome org>
+
+ * src/ssdiff.c (diff): Use C locale.
+ (ignore_cell): Ignore arrays, except for the corner.
+ (output_cell): New function taking proper care of value types,
+ convensions, etc.
+ (xml_cell_changed): Use output_cell.
+ (compare_corresponding_cells): Don't use entered_text here either,
+ although it's harmless.
+ (output_cell, compare_corresponding_cells): Handle value formats
+ too.
+
+2012-12-28 Valek Filippov <frob df ru>
+
+ * gnm-pane.c, shell-control-gui.c: Replaced deprecated
+ gdk_window_get_pointer calls.
+
+2012-12-28 Morten Welinder <terra gnome org>
+
+ * src/*.c: Eliminate use of printf.
+
+ * src/sheet-style.c (sheet_style_range_foreach): Move handling of
+ range offset here. This may need to move further.
+ * src/ssdiff.c (cb_diff_sheets_styles_2): From here.
+ (diff_sheets_cells): Ignore completely empty cells.
+ (xml_sheet_start): Change meaning of Old and New attributes to be
+ index_in_wb and absent when workbook doesn't have the sheet.
+ (xml_style_changed): Describe style differences.
+
+2012-12-27 Morten Welinder <terra gnome org>
+
+ * src/ssdiff.c (diff_sheets): Compare styles too.
+
+ * src/sheet-style.c (sheet_style_range_foreach): Add optional
+ range argument. All callers changed.
+
+2012-12-24 Morten Welinder <terra gnome org>
+
+ * src/ssdiff.c (def_cell_changed): Merge cell_added and
+ cell_removed handlers into the cell_changed handler.
+ (main): Add --xml option.
+
+ * configure.in: ssconvert, ssindex, and ssgrep are no longer
+ configurable. We need ssconvert for the test and it's silly
+ anyway.
+
+2012-12-18 Morten Welinder <terra gnome org>
+
+ * configure.in: Post-release bump.
diff --git a/projects.gnome.org/gnumeric/changelogs/1.12/index.shtml
b/projects.gnome.org/gnumeric/changelogs/1.12/index.shtml
index 3b2f424..32d8178 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.12/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/1.12/index.shtml
@@ -18,6 +18,7 @@
<p>Click on a link to go to the change log for that Gnumeric release.</p>
<ul>
<!-- new entries go on top -->
+ <li><a href="changelog-1.12.1.txt">1.12.1</a></li>
<li><a href="changelog-1.12.0.txt">1.12.0</a></li>
</ul>
</div>
diff --git a/projects.gnome.org/gnumeric/downloads.shtml b/projects.gnome.org/gnumeric/downloads.shtml
index 31828d4..a475eff 100644
--- a/projects.gnome.org/gnumeric/downloads.shtml
+++ b/projects.gnome.org/gnumeric/downloads.shtml
@@ -97,10 +97,10 @@ method for people who wish to help test development versions of Gnumeric.</p>
<h3>Stable Branch</h3>
-<p>The current stable version of Gnumeric is 1.12.0. Please read the
-<a href="announcements/1.12/gnumeric-1.12.0.shtml">release notes</a>.
+<p>The current stable version of Gnumeric is 1.12.1. Please read the
+<a href="announcements/1.12/gnumeric-1.12.1.shtml">release notes</a>.
The source code is available as a <a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.0.tar.xz">xz compressed
tarball</a>. Dependencies for this version are:</p>
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.1.tar.xz">xz compressed
tarball</a>. Dependencies for this version are:</p>
<div id="deptable">
<table class="dependencies">
<thead>
@@ -118,7 +118,7 @@ href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.0.tar.x
</tr>
<tr>
<td><a href="http://ftp.gnome.org/pub/GNOME/sources/gtk+">gtk+</a></td>
- <td>>= 3.0.0</td>
+ <td>>= 3.2.0</td>
<td></td>
</tr>
<tr>
@@ -133,7 +133,7 @@ href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.0.tar.x
</tr>
<tr>
<td><a href="http://ftp.gnome.org/pub/GNOME/sources/goffice">GOffice</a></td>
- <td>>= 0.10.0</td>
+ <td>>= 0.10.1</td>
<td></td>
</tr>
<tr>
@@ -157,11 +157,6 @@ href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.0.tar.x
<td>optional</td>
</tr>
<tr>
- <td><a href="http://ftp.gnome.org/pub/GNOME/sources/pygtk">pygtk</a></td>
- <td class="optionaldep">>= 1.99.10</td>
- <td>optional</td>
- </tr>
- <tr>
<td><a href="http://ftp.gnome.org/pub/GNOME/sources/libgda">gda</a></td>
<td class="optionaldep">>= 1.0.1</td>
<td>optional</td>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index 10bf16b..1141382 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -15,7 +15,7 @@
<li><a href="<!--#echo var="rootdir" -->/downloads.shtml">Get
Gnumeric Now!</a></li>
<li><a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.0.tar.xz">Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.12/gnumeric-1.12.1.tar.xz">Latest
Source</a></li>
<!-- <li><a
href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/gnumeric-1.11.91.tar.xz">Latest
diff --git a/projects.gnome.org/gnumeric/index.shtml b/projects.gnome.org/gnumeric/index.shtml
index f5891bc..6942764 100644
--- a/projects.gnome.org/gnumeric/index.shtml
+++ b/projects.gnome.org/gnumeric/index.shtml
@@ -42,6 +42,17 @@
<a href="features.shtml">go here</a>.</p>
<h2>News</h2>
+ <p>March 2013:
+ <a href="announcements/1.12/gnumeric-1.12.1.shtml">Gnumeric
+ 1.12.1 is out</a>. Get it
+ from <a href="downloads.shtml">here</a>! We do not currently
+ have a Win32 build; we are waiting for GTK3/Win32 to be
+ ready. <!--We have
+ a <a href="http://people.gnome.org/~mortenw/gnumeric/gnumeric-1.10.17-xxxxxxxx.exe">Win32</a>
+ build of that. (Sources in the same directory except for parts
+ found on this site. Note, however, that recompilation is very
+ difficult.)--></p>
+
<p>December 2012: We are pleased to announce
the <a href="announcements/1.12/gnumeric-1.12.shtml">new stable
Gnumeric 1.12.x series</a> with the release of
[
Date Prev][
Date Next] [
Thread Prev][
Thread Next]
[
Thread Index]
[
Date Index]
[
Author Index]