Accepting request 203624 from home:RBrownCCB:branches:GNOME:Apps

+ Update/fix documentation (bgo#708679, bgo#707075, bgo#708556)
  + Fix paste into locked cells (bgo#702292)
  + Fix radio buttons behavior in covariance dialog. (bgo#707595)
  + Add a border around font selector in cell format dialog. 
    (bgo#708567)
  + Fix fuzzed file crash. (bgo#707875)
  + Use lighter green for function markers. (bgo#708573)
  + Fix item cursor problem. (bgo#709320)
  + Fix win32 compilation.

OBS-URL: https://build.opensuse.org/request/show/203624
OBS-URL: https://build.opensuse.org/package/show/GNOME:Apps/gnumeric?expand=0&rev=92
This commit is contained in:
Dominique Leuenberger 2013-10-19 16:02:17 +00:00 committed by Git OBS Bridge
parent 9f584c6780
commit 39b90bd67e

View File

@ -2,12 +2,15 @@
Wed Oct 16 23:51:57 UTC 2013 - firebird209@gmail.com
- Update to version 1.12.8:
+ Use lighter green for function marker.
+ Include gutils.h for win32.
+ Include <io.h> for win32.
+ Drop expose area optimization that may not be correct with
current gtk (bgo#709320).
+ Check for locked cells.
+ Update/fix documentation (bgo#708679, bgo#707075, bgo#708556)
+ Fix paste into locked cells (bgo#702292)
+ Fix radio buttons behavior in covariance dialog. (bgo#707595)
+ Add a border around font selector in cell format dialog.
(bgo#708567)
+ Fix fuzzed file crash. (bgo#707875)
+ Use lighter green for function markers. (bgo#708573)
+ Fix item cursor problem. (bgo#709320)
+ Fix win32 compilation.
-------------------------------------------------------------------
Thu Sep 5 17:25:51 CEST 2013 - mls@suse.de