gnumeric r16013 - in trunk: src/widgets tools/win32



Author: jody
Date: 2007-10-27 16:12:36 +0100 (Sat, 27 Oct 2007)
New Revision: 16013
ViewCVS link: http://svn.gnome.org/viewcvs/gnumeric?rev=16013&view=rev

Modified:
   trunk/src/widgets/gnm-cell-combo-foo-view.c
   trunk/tools/win32/gnumeric.nsi.in
Log:
    2007-09-24  Jody Goldberg <jody gnome org>

    	* ms-chart.c (BC_R(end)) : Don't leak a style when faced with an empty
    	  label.

    2007-09-24  Jody Goldberg <jody gnome org>

    	Merge in the win32 cleanup work
    	* src/Makefile.am : Add a libspreadsheet CFLAG -DGNUMERIC_INTERNAL to
    	  control dllimport/dllexport for win32.  Required some adjustment of
    	  built-sources.

    	* src/libgnumeric.h : Add 'GNM_VAR_DECL' and use it for extern data
    	  that will be publicly visible.

    	* src/libgnumeric.c : re-order and handle some of the renaming
    	  style_init -> gnm_font_init, and gnumeric_color -> gnm_color.
    	(gnm_get_option_group) : move the shared cmd line arg parsing in here
    	  rather than duplicating the handlers in all the client apps.
    	* src/main-application.c (gnumeric_arg_parse) : eg from here.
    	  Rather than using global variables, pass the arguments as
    	  parameters to clean things up.
    	* src/ssconvert.c (main) : Use it here.
    	* src/ssindex.c (main) : and here.

    	* src/print-cell.h : just include the necessary gtk headers.  Even
    	  this breaks WITH_GTK work.  Why isn't this ins glib ?
    	* src/print.h : Move the renamed internal (not dllexported)
    	  gnm_print_debug flag here

    	* src/style.c : s/StyleFont/GnmFont/ and clean up the associated
    	  method names.  Then move things into style-font.h for now.
    	  This clarifies how much we'll need to move to GOFont.

    	* src/print-cell.h : just include the necessary gtk headers.  Even
    	  this breaks WITH_GTK work.  Why isn't this ins glib ?
    	* src/print.h : Move the renamed internal (not dllexported)
    	  gnm_print_debug flag here





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