[gnomeweb-wml] Gnumeric: 1.11.2



commit 92de8167d6dbef1722ad27e94b0d4556bf1cfb26
Author: Morten Welinder <terra gnome org>
Date:   Fri Mar 2 19:34:00 2012 -0500

    Gnumeric: 1.11.2

 .../gnumeric/announcements/1.11/Makefile.am        |    1 +
 .../announcements/1.11/gnumeric-1.11.2.shtml       |  192 ++++++++++++
 .../gnumeric/announcements/1.11/index.shtml        |    1 +
 .../gnumeric/changelogs/1.11/Makefile.am           |    1 +
 .../gnumeric/changelogs/1.11/changelog-1.11.2.txt  |  324 ++++++++++++++++++++
 .../gnumeric/changelogs/1.11/index.shtml           |    1 +
 projects.gnome.org/gnumeric/header-end.shtml       |    2 +-
 7 files changed, 521 insertions(+), 1 deletions(-)
---
diff --git a/projects.gnome.org/gnumeric/announcements/1.11/Makefile.am b/projects.gnome.org/gnumeric/announcements/1.11/Makefile.am
index 587739d..5dc0b2f 100644
--- a/projects.gnome.org/gnumeric/announcements/1.11/Makefile.am
+++ b/projects.gnome.org/gnumeric/announcements/1.11/Makefile.am
@@ -1,6 +1,7 @@
 urlpath = /gnumeric/announcements/1.11
 
 page_SCRIPTS= \
+	gnumeric-1.11.2.shtml \
 	gnumeric-1.11.1.shtml \
 	gnumeric-1.11.0.shtml \
 	gnumeric-1.11.shtml \
diff --git a/projects.gnome.org/gnumeric/announcements/1.11/gnumeric-1.11.2.shtml b/projects.gnome.org/gnumeric/announcements/1.11/gnumeric-1.11.2.shtml
new file mode 100644
index 0000000..8ca5b04
--- /dev/null
+++ b/projects.gnome.org/gnumeric/announcements/1.11/gnumeric-1.11.2.shtml
@@ -0,0 +1,192 @@
+<!--#set var="title" value="Gnumeric 1.11.2" --><!--#set var="rootdir" value="../.." --><!--#include virtual="../../header-begin.shtml" -->
+<!--#include virtual="../../header-end.shtml" -->
+
+  <h2>Gnumeric 1.11.2 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  Gnumeric version 1.11.2.  This release fixes a number of mostly
+  minor issues since the previous version.</p>
+
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+	Colour the range expressions to match the range cursor. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=632156";>Bug 632156</a>].
+      </li>
+      <li>
+	Implement ctrl-click cell deselection. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=610696";>Bug 610696</a>].
+      </li>
+      <li>
+	Fix LaTeX export of cyrillic. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=666340";>Bug 666340</a>].
+      </li>
+      <li>
+	Fix function tool tip. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=668685";>Bug 668685</a>].
+      </li>
+      <li>
+	Delay function completion tooltip. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=668683";>Bug 668683</a>].
+      </li>
+      <li>
+	Import inline text from xlsx files. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=668936";>Bug 668936</a>].
+      </li>
+      <li>
+	Fix rich text import from xlsx. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=669083";>Bug 669083</a>].
+      </li>
+      <li>
+	Fix data shuffle. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=669184";>Bug 669184</a>].
+      </li>
+      <li>
+	Clarify the skew-t and skew-normal descriptions.
+      </li>
+      <li>
+	Fix EXACT. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=670232";>Bug 670232</a>].
+      </li>
+      <li>
+	Fix editing of decimals. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=670558";>Bug 670558</a>].
+      </li>
+      <li>
+	Fix edit line display. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=555519";>Bug 555519</a>].
+      </li>
+      <li>
+	Avoid recalculation on pure comment deletion. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=670603";>Bug 670603</a>].
+      </li>
+    </ul>
+  <li>Jean
+    <ul>
+      <li>
+	Fix formula interpretation in plot series (with Morten's help). [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=662237";>Bug 662237</a>].
+      </li>
+      <li>
+	Don't destroy a sheet object when inserting it. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=669648";>Bug 669648</a>].
+      </li>
+    </ul>
+  <li>Morten
+    <ul>
+      <li>
+	Improve parsing on numbers with non-ascii digits.
+      </li>
+      <li>
+	Make solver check for exceeding the time limit.
+      </li>
+      <li>
+	Fix object life-cycle problems in solver.
+      </li>
+      <li>
+	Fix multihead problem with format dialog.
+      </li>
+      <li>
+	Fix auto-expression problem with sheet deletion.
+      </li>
+      <li>
+	Fix ellipsizing of auto-expression.
+      </li>
+      <li>
+	Fix auto-expression of single cell when moved.
+      </li>
+      <li>
+	Fix problems with underlines and rotated cells.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=667152";>Bug 667152</a>].
+      </li>
+      <li>
+	Fix multihead problem with auto-expressions.
+      </li>
+      <li>
+	Fix allocate-free mismatch in sheet management dialog.
+      </li>
+      <li>
+	Fix paste special undo problem.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=667702";>Bug 667702</a>].
+      </li>
+      <li>
+	Fix F4 (abs/rel-cycling) bug.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=668625";>Bug 668625</a>].
+      </li>
+      <li>
+	Fix minor function name completion bug.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=668624";>Bug 668624</a>].
+      </li>
+      <li>
+	Fix abs/rel stickiness in expression entry.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=668691";>Bug 668691</a>].
+      </li>
+      <li>
+	Minor quit-dialog improvements.
+      </li>
+      <li>
+	Put DataShuffle back on the menus.
+      </li>
+      <li>
+	Resurrect the splash screen from bit rot.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=670449";>Bug 670449</a>].
+      </li>
+      <li>
+	Make sheet removal respect manual recalculation.  [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=671192";>Bug 671192</a>].
+      </li>
+    </ul>
+  </ul>
+  <h2>goffice 0.9.2 aka &quot;TBD&quot; is now available.</h2>
+  <p>The Gnumeric Team is pleased to announce the availability of
+  goffice version 0.9.2.</p>
+
+  <ul>
+  <li>Andreas
+    <ul>
+      <li>
+	Improve sensitivity handling of SI related widgets in format selector.
+      </li>
+      <li>
+	Fix scientific format with SI prefix selection. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=665301";>Bug 665301</a>].
+      </li>
+      <li>
+	Fix recognition of formats with SI prefix by format selector. 
+	[<a href="https://bugzilla.gnome.org/show_bug.cgi?id=665303";>Bug 665303</a>].
+      </li>
+      <li>
+	Handle numeral shapes for number formats.
+      </li>
+    </ul>
+  <li>Jean
+    <ul>
+      <li>
+	Fixed rounding errors in limits displayed in contour plot legend.
+	[<a href="https://bugzilla.gnome.org/show_bug.cgi?id=666292";>Bug 666292</a>].
+      </li>
+      <li>
+	Support wrapped charts labels, partially fixes <a href="https://bugzilla.gnome.org/show_bug.cgi?id=643873";>Bug 643873</a>.
+      </li>
+      <li>
+	Fixed GdkPixbuf usage. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=667005";>Bug 667005</a>].
+      </li>
+      <li>
+	Don't truncate images when exporting a chart. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=645938";>Bug 645938</a>].
+      </li>
+      <li>
+	Add automatic Bezier spline interpolation. [663356].
+      </li>
+      <li>
+	Fixed graph type selector position. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=667793";>Bug 667793</a>].
+      </li>
+      <li>
+	Fix bounds for partial range logarithmic axes. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=669257";>Bug 669257</a>].
+      </li>
+      <li>
+	Fix Y-axis label position. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=669325";>Bug 669325</a>].
+      </li>
+      <li>
+	Add limits to the regression curve display range. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=669252";>Bug 669252</a>].
+      </li>
+      <li>
+	Don't move any other axis when changing an axis position. [<a href="https://bugzilla.gnome.org/show_bug.cgi?id=669050";>Bug 669050</a>].
+      </li>
+    </ul>
+  <li>Morten
+    <ul>
+      <li>
+	Embed library ui files into library.
+      </li>
+      <li>
+	Embed svg-patterns.xml and error bar image files too.
+      </li>
+      <li>
+	Embed icons and ui files into plugins.
+      </li>
+    </ul>
+  </ul>
+  <h2>Availability</h2>
+  <blockquote>
+    <a href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/";>http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/</a><br>
+    <a href="http://ftp.gnome.org/pub/GNOME/sources/goffice/0.9/";>http://ftp.gnome.org/pub/GNOME/sources/goffice/0.9/</a>
+  </blockquote>
+<!--#include virtual="../../footer.shtml" -->
diff --git a/projects.gnome.org/gnumeric/announcements/1.11/index.shtml b/projects.gnome.org/gnumeric/announcements/1.11/index.shtml
index ade0252..62c5574 100644
--- a/projects.gnome.org/gnumeric/announcements/1.11/index.shtml
+++ b/projects.gnome.org/gnumeric/announcements/1.11/index.shtml
@@ -21,6 +21,7 @@ Please note, that in development series, things break from time to time.
 Sometimes that is deliberate when things are being reorganized and sometimes it
 is due to oversight.</p>
 <ul>
+  <li><a href="gnumeric-1.11.2.shtml">1.11.2</a></li>
   <li><a href="gnumeric-1.11.1.shtml">1.11.1</a></li>
   <li><a href="gnumeric-1.11.0.shtml">1.11.0</a></li>
   <li><a href="gnumeric-1.11.shtml">1.11 Series</a></li>
diff --git a/projects.gnome.org/gnumeric/changelogs/1.11/Makefile.am b/projects.gnome.org/gnumeric/changelogs/1.11/Makefile.am
index 417d528..f6f5abe 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.11/Makefile.am
+++ b/projects.gnome.org/gnumeric/changelogs/1.11/Makefile.am
@@ -1,6 +1,7 @@
 urlpath = /gnumeric/changelogs/1.11
 
 page_SCRIPTS= 			\
+	changelog-1.11.2.txt	\
 	changelog-1.11.1.txt	\
 	changelog-1.11.0.txt	\
 	index.shtml
diff --git a/projects.gnome.org/gnumeric/changelogs/1.11/changelog-1.11.2.txt b/projects.gnome.org/gnumeric/changelogs/1.11/changelog-1.11.2.txt
new file mode 100644
index 0000000..6aaa9c5
--- /dev/null
+++ b/projects.gnome.org/gnumeric/changelogs/1.11/changelog-1.11.2.txt
@@ -0,0 +1,324 @@
+2012-03-02  Morten Welinder <terra gnome org>
+
+	* Release 1.11.2
+
+2012-03-02  Morten Welinder  <terra gnome org>
+
+	* src/workbook.c (workbook_sheet_delete): Just queue
+	recalculation, don't perform it.  Fixes #671192.
+
+2012-02-23  Morten Welinder  <terra gnome org>
+
+	* src/main-application.c (main): Explicitly discharge the splash.
+	Nowadays the component holds a ref to the command context so we
+	cannot rely on finalization to do this.
+
+	* src/io-context-gtk.c (gnm_io_context_gtk_set_transient_for): fix
+	reversed arguments to go_gtk_window_set_transient.
+	(icg_show_gui): Resurrect showing text in the progress bar.
+
+2012-02-22  Morten Welinder  <terra gnome org>
+
+	* src/io-context-gtk.c (icg_show_gui): Don't pass the splash
+	throught the icon manager for no good reason.
+
+	* src/io-context-gtk.h: Fix namespace issues.
+
+2012-02-22  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/commands.c (cmd_selection_clear): don't recalc on
+	pure comment deletion
+
+2012-02-21  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/workbook-view.c (wb_view_edit_line_set): use
+	gnm_cell_get_text_for_editing
+
+2012-02-21  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/cell.h (gnm_cell_get_text_for_editing): new
+	* src/cell.c (gnm_cell_get_text_for_editing): new, extracted
+	from wbcg_edit_start in src/wbc-gtk-edit.c
+	(close_to_int): new, moved here from src/wbc-gtk-edit.c
+	(guess_time_format): ditto
+	* src/commands.c (cmd_set_text_full_check_text): use
+	gnm_cell_get_text_for_editing
+	* src/wbc-gtk-edit.c (close_to_int): move to src/cell.c
+	(guess_time_format): ditto
+	(wbcg_edit_start): use gnm_cell_get_text_for_editing
+
+2012-02-20  Jean Brefort  <jean brefort normalesup org>
+
+	* src/undo.c: rename GNMUndo* to GnmUndo*.
+	* src/undo.h: ditto.
+
+2012-02-11  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/sstest.c (test_random_randnorm): new
+	(test_random): enable test_random_randnorm
+	(test_random_normality): new
+	(test_random): use sample size of 20000
+	* src/rangefunc.h (gnm_range_adtest): new
+	* src/rangefunc.c (gnm_range_adtest): new, extracted from
+	plugins/fn-stat/functions.c
+
+2012-02-08  Jean Brefort  <jean brefort normalesup org>
+
+	* src/wbc-gtk-edit.c (wbcg_insert_object): don't destroy the object
+	before inserting it when another object is selected somewhere in the
+	workbook. [#669648]
+
+2012-02-07  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/sstest.c (test_random_randsnorm): new
+	(test_random): enable test_random_randsnorm
+
+2012-02-03  Morten Welinder  <terra gnome org>
+
+	* src/GNOME_Gnumeric-gtk.xml.in: Remove names of separators.  They
+	weren't even unique.
+
+	* src/sstest.c (main): Add framework for testing random number
+	functions.
+
+	* src/wbc-gtk-actions.c (permanent_actions): Get rid of UndoLast
+	and RedoLast.
+
+2012-02-02  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/wbc-gtk-actions.c (permanent_actions): delete MenuInsertNames
+
+2012-02-01  Morten Welinder  <terra gnome org>
+
+	* src/GNOME_Gnumeric-gtk.xml.in: Restore DataShuffle which has
+	been MIA for at least 8 years.  No idea if it works.
+
+2012-01-26  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/gui-util.c (gnumeric_create_tooltip_text_view_widget): new
+	(gnumeric_convert_to_tooltip): new
+	(gnumeric_create_tooltip): use gnumeric_convert_to_tooltip
+	* src/gui-util.h (gnumeric_create_tooltip_text_view_widget): new
+	(gnumeric_convert_to_tooltip): new
+
+2012-01-15  Morten Welinder  <terra gnome org>
+
+	* src/wbc-gtk.c: Switch to using a GtkBuilder ui.
+
+2012-01-11  Morten Welinder  <terra gnome org>
+
+	* src/wbc-gtk.c (wbc_gtk_init): No need for a GtkGrid when a vbox
+	will do just fine.
+
+	* src/commands.c (cmd_paste_copy_impl): Fix undo problem.
+	[#667702]
+
+2012-01-10  Morten Welinder  <terra gnome org>
+
+	* src/wbc-gtk.c (wbc_gtk_init): Switch from GtkTable to GtkGrid.
+
+	* src/gui-util.c (gnm_store_text_tag_attr_in_pango): Use
+	gnm_object_get_bool.
+
+2012-01-09  Morten Welinder  <terra gnome org>
+
+	* src/wbc-gtk.c (wbc_gtk_init): No need to load the file history
+	here.  We will do that in wbc_gtk_new.
+	(wbcg_get_screen): New function.
+	(wbcg_get_gtk_settings, show_gui, wbcg_find_for_workbook): Use
+	wbcg_get_screen.
+
+2012-01-09  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/gui-util.c (gnm_store_text_tag_attr_in_pango): replace
+	GdkColor with GdkRGBA with GTK 3.2 and later
+
+2012-01-08  Jean Brefort  <jean brefort normalesup org>
+
+	* src/graph.c (gnm_go_data_vector_load_len): use
+	GNM_EXPR_EVAL_ARRAY_CONTEXT, fixes #667237.
+
+2012-01-08  Morten Welinder  <terra gnome org>
+
+	* src/expr.c (gnm_expr_top_eval): When we see
+	GNM_EXPR_EVAL_ARRAY_CONTEXT with no array position, fake it.
+
+	* src/gnumeric.h (GnmExprEvalFlags): Introduce new
+	GNM_EXPR_EVAL_ARRAY_CONTEXT flags.
+
+2012-01-08  Jean Brefort  <jean brefort normalesup org>
+
+	* src/graph.c (gnm_go_data_vector_load_len): fix a wrong use of
+	gnm_expr_is_rangeref. [related to #667237]
+
+2012-01-06  Morten Welinder  <terra gnome org>
+
+	* src/rendered-value.h (GnmRenderedRotatedValue): Storing six
+	double when all we need is a bit is overkill.
+
+	* src/cell-draw.c (cell_draw): Clean out old code.
+
+2012-01-05  Morten Welinder  <terra gnome org>
+
+	* src/workbook-view.c (wb_view_auto_expr_recalc): Restore
+	use-max-precision.
+
+2012-01-04  Morten Welinder  <terra gnome org>
+
+	* src/workbook-view.c: Change from "text" to "value" attribute and
+	move formatting from here...
+	* src/wbc-gtk.c: ...to here.
+
+2012-01-03  Morten Welinder  <terra gnome org>
+
+	* src/wbc-gtk.c (wbc_gtk_create_status_area): Add magic to ensure
+	the auto-expression label doesn't grow, even if something else
+	makes the status line grow taller.  Fixes #667094.
+
+	* src/cell-draw.c (cell_draw): Fix problems with underlines and
+	rotated cells.  [#667152]
+
+2012-01-01  Morten Welinder  <terra gnome org>
+
+	* src/workbook-view.h (WorkbookView): Rework to track a cell in a
+	managed dependent.
+
+	* src/dependent.c (dependent_managed_set_sheet): New function for
+	this mildly complicated operation.
+
+2011-12-31  Morten Welinder  <terra gnome org>
+
+	* src/wbc-gtk.c (wbc_gtk_create_status_area): Beat the auto
+	expression label into submission with respect to ellipsizing.
+
+	* src/workbook-view.c (wb_view_auto_expr_recalc): No need for
+	manual ellipsizing here.
+
+	* src/workbook-view.h (WorkbookView): Move auto-expression
+	settings into a sub-structure.  All users changed.
+
+2011-12-30  Morten Welinder  <terra gnome org>
+
+	* src/workbook-view.c (wb_view_finalize): Merge contents into
+	dispose and eliminate.
+	(workbook_view_class_init): Properly manage auto-expr-sheet as an
+	object, not a pointer.
+	(wb_view_auto_expr_sheet): Keep an eye on the sheet and clear
+	auto-expr-sheet if the sheet gets deleted.
+	(wb_view_auto_expr_recalc): Handle the nothing-selected case
+	better.
+
+2011-12-27  Morten Welinder  <terra gnome org>
+
+	* src/gutils.c (gnm_utf8_strto): Rename from gnm_strto and
+	reimplement.
+
+	* src/sstest.c (test_nonascii_numbers): Test gnm_utf8_strto too.
+
+	* src/gutils.c (gnm_utf8_strtol): Rename from gnm_strtol.  Remove
+	base argument.  Implement independently of strtol.
+
+2011-12-27  Jean Brefort  <jean brefort normalesup org>
+
+	* src/sheet-object-image.c (gnm_soi_assign_to_sheet): fix image life time.
+
+2011-12-25  Morten Welinder  <terra gnome org>
+
+	* src/gutils.c (map_nonascii_digits): Map signs too.  Terminate
+	search/translation no later than third sign.
+
+2011-12-23  Morten Welinder  <terra gnome org>
+
+	* src/gutils.c (gnm_strto): New function that handles non-ascii
+	digits.
+	(gnm_strtol): Ditto.
+
+2011-12-21  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/wbc-gtk-edit.c (wbcg_edit_start): adjust call to
+	gnm_render_general
+
+2011-12-16  Morten Welinder  <terra gnome org>
+
+	* src/gnm-plugin.c (plugin_service_ui_activate): Teach this about
+	resources (and compressed xml).
+
+2011-12-01  Morten Welinder  <terra gnome org>
+
+	* src/Makefile.am: No need for gnm-rsm.[ch]
+
+2011-11-30  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/stf-parse.c (stf_parse_sheet): remove unused variable
+
+2011-11-30  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* dead-kittens.h: add G_VALUE_INIT
+
+2011-11-30  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/wbc-gtk.c (wbc_gtk_create_status_area): allocate space for spaces
+	surrounding "="
+	* src/workbook-view.c (wb_view_darken_foreground_attributes_cb): new
+	(wb_view_darken_foreground_attributes): new
+	(wb_view_auto_expr_recalc): call wb_view_darken_foreground_attributes
+	and add spaces around "="
+
+2011-11-30  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/cmd-edit.c: adjust calls to sv_selection_add_full and
+	sv_selection_add_pos throughout
+	(sv_select_cur_inputs): fix leak
+	* src/commands.c (cmd_colrow_hide_correct_selection): adjust
+	calls to sv_selection_add_full
+	* src/item-grid.c (item_grid_button_released): simplify selection,
+	adjust call to sv_selection_add_pos
+	* src/selection.c (sv_selection_add_pos): add argument
+	(sv_selection_add_full): add argument
+	(sv_selection_simplified_free): new
+	(sv_selection_simplify): new
+	(sv_selection_calc_simplification): new, use it throughout instead of
+	accessing sv->selection directly
+	(sheet_selection_set_internal): redraw headers if the selection mode
+	is not just ADD
+	(sv_selection_free): use g_slist_free_full
+	* src/selection.h (GnmSelectionMode): new
+	(sv_selection_add_pos): add argument
+	(sv_selection_add_full): add argument
+	(sv_selection_simplified_free): new
+	(sv_selection_simplify): new
+	* src/sheet-control-gui.c: adjust calls to sv_selection_add_full and
+	sv_selection_add_pos throughout
+	* src/sheet-view.c (sv_real_dispose): dispose of simplified selection
+	(sheet_view_init): initialize selection fields
+	* src/sheet-view.h: add fields
+	* src/sheet.c (gnm_sheet_resize_main): adjust call to sv_selection_add_pos
+	* src/test-pango.c (cb_exercise_pango): adjust call to sv_selection_add_full
+	* src/workbook-view.c (wb_view_selection_desc): use selection_first_range
+	rather than accessing the fields directly
+
+2011-11-28  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/wbc-gtk.c (wbc_gtk_create_status_area): force auto expression
+	background to white. Fixes #641198.
+
+2011-11-28  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/item-edit.c (item_edit_draw): use the attr list attached as
+	data
+
+2011-11-28  Andreas J. Guelzow <aguelzow pyrshep ca>
+
+	* src/item-edit.c (gnm_apply_attribute_list_cb): new
+	(gnm_apply_attribute_list): new
+	(item_edit_draw): retrieve and apply range selection colour
+	highlights
+
+2011-11-27  Morten Welinder  <terra gnome org>
+
+	* src/gnm-pane.c (gnm_pane_rangesel_start)
+	(gnm_pane_rangesel_stop): Fix warnings.
+
+2011-11-27  Morten Welinder <terra gnome org>
+
+	* configure.in: Post-release bump.
diff --git a/projects.gnome.org/gnumeric/changelogs/1.11/index.shtml b/projects.gnome.org/gnumeric/changelogs/1.11/index.shtml
index 49496fc..0e1a5ff 100644
--- a/projects.gnome.org/gnumeric/changelogs/1.11/index.shtml
+++ b/projects.gnome.org/gnumeric/changelogs/1.11/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.11.2.txt">1.11.2</a></li>
   <li><a href="changelog-1.11.1.txt">1.11.1</a></li>
   <li><a href="changelog-1.11.0.txt">1.11.0</a></li>
 </ul>
diff --git a/projects.gnome.org/gnumeric/header-end.shtml b/projects.gnome.org/gnumeric/header-end.shtml
index 256258c..37efaf7 100644
--- a/projects.gnome.org/gnumeric/header-end.shtml
+++ b/projects.gnome.org/gnumeric/header-end.shtml
@@ -16,7 +16,7 @@
 href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.10/gnumeric-1.10.17.tar.gz";>Latest
 Source</a></li>
 	  <li><a
-href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/gnumeric-1.11.1.tar.xz";>Latest
+href="http://ftp.gnome.org/pub/GNOME/sources/gnumeric/1.11/gnumeric-1.11.2.tar.xz";>Latest
 Devel Source</a></li>
 	</ul>
       </div>



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