gnumeric r16026 - in trunk: . src src/dialogs src/widgets



Author: jody
Date: 2007-10-28 02:23:26 +0000 (Sun, 28 Oct 2007)
New Revision: 16026
ViewCVS link: http://svn.gnome.org/viewcvs/gnumeric?rev=16026&view=rev

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/src/commands.c
   trunk/src/commands.h
   trunk/src/dialogs/ChangeLog
   trunk/src/dialogs/dialog-cell-format.c
   trunk/src/dialogs/dialog-data-table.c
   trunk/src/dialogs/dialog-goal-seek.c
   trunk/src/dialogs/dialog-printer-setup.c
   trunk/src/dialogs/dialog-so-list.c
   trunk/src/func-builtin.c
   trunk/src/parse-util.h
   trunk/src/parser.y
   trunk/src/sheet-object-widget.c
   trunk/src/wbc-gtk.c
   trunk/src/widgets/ChangeLog
   trunk/src/widgets/gnumeric-expr-entry.c
   trunk/src/widgets/gnumeric-expr-entry.h
Log:
    2007-10-27  Jody Goldberg <jody gnome org>

    	* dialog-data-table.c (dialog_data_table) : finish.  And use the new
    	  cmd_create_data_table.

    2007-10-27  Jody Goldberg <jody gnome org>

    	* gnumeric-expr-entry.c : Move from
    	  ABS_COL/ABS_ROW -> FORCE_ABS/FORCE_REL
    	  All callers changed.

    2007-10-27  Jody Goldberg <jody gnome org>

    	* src/commands.c (cmd_create_data_table) : New.  Wrapper to set_area
    	  that creates a data table with undo capabilities.

    	* src/func-builtin.c (gnumeric_table) : clear the val point in a cell
    	  before destroying it because the value was a temporary and has
    	  already been released.  Cache and restore the x_iter value to avoid
    	  leaving the last calculated value in the cell after evaluating for
    	  TABLE(,ADDR)

    	* src/parser.y : convert from distinct gboolean flags to using a
    	  simple bit mask.  Switch from distinct ABS_COL/ABS_ROW to ABS and
    	  REL.  There was no need to split COL vs ROW, but there was a need
    	  [Data->Table] to force relative (XL requires rel refs).





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