[gnumeric: 2/2] Push fix for deprecated gdk_window_get_pointer.



commit 14def3e10920ed04cc90bccef6718d8babcb980c
Merge: 076f06d 2d908b5
Author: Valek Filippov <frob df ru>
Date:   Fri Dec 28 17:09:49 2012 -0500

    Push fix for deprecated gdk_window_get_pointer.

 ChangeLog                         |   12 +
 NEWS                              |    1 +
 configure.in                      |    4 -
 plugins/Makefile.am               |    4 -
 plugins/applix/applix-read.c      |   14 +-
 plugins/corba/.gitignore          |   14 -
 plugins/corba/ChangeLog           |  485 -------------------------------------
 plugins/corba/GNOME_Gnumeric.idl  |   40 ---
 plugins/corba/Makefile.am         |   41 ---
 plugins/corba/TODO                |    5 -
 plugins/corba/corba-application.c |  154 ------------
 plugins/corba/corba-sheet.c       |  193 ---------------
 plugins/corba/corba-sheet.h       |   15 --
 plugins/corba/corba-workbook.c    |  338 --------------------------
 plugins/corba/corba-workbook.h    |   16 --
 plugins/corba/plugin.xml.in       |   11 -
 plugins/excel/ms-excel-write.c    |    2 +-
 plugins/fn-derivatives/options.c  |    2 +-
 plugins/fn-financial/functions.c  |    4 +-
 plugins/lotus-123/lotus-formula.c |   28 +-
 plugins/lotus-123/lotus.c         |   55 ++---
 po-functions/POTFILES.in          |    1 +
 po-functions/POTFILES.skip        |    1 -
 po/POTFILES.in                    |    1 -
 src/colrow.c                      |    2 +-
 src/func.c                        |    2 +-
 src/gnm-random.c                  |   12 +-
 src/mstyle.c                      |    2 +-
 src/number-match-test.c           |   39 ---
 src/parser.y                      |    2 +-
 src/selection.c                   |    2 +-
 src/sheet-style.c                 |   15 +-
 src/ssdiff.c                      |  202 ++++++++++++++-
 src/wbc-gtk.c                     |    2 +-
 src/xml-sax-write.c               |    2 +-
 35 files changed, 279 insertions(+), 1444 deletions(-)
---
diff --cc ChangeLog
index 52f04b1,642b6d3..64bea07
--- a/ChangeLog
+++ b/ChangeLog
@@@ -1,7 -1,15 +1,19 @@@
 +2012-12-28  Valek Filippov  <frob df ru>
 +
 +	* gnm-pane.c, shell-control-gui.c (gdk_window_get_pointer): Replaced depricated call.
 +
+ 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.



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