CVSROOT: /cvs/gnome Module name: gnumeric Changes by: jody 06/04/05 22:06:26
Modified files: . : BUGS ChangeLog NEWS gnumeric.desktop.in plugins/fn-lookup: functions.c src : Makefile.am dependent.c expr.c func-builtin.c func.c gnumeric-canvas.c gnumeric-canvas.h gnumeric-pane.c mstyle.c mstyle.h position.c position.h selection.c sheet-control-gui.c wbcg-actions.c workbook-control-gui.c workbook-control-gui.h xml-sax-write.c Added files: src : test-harness.c Log message: 2006-04-05 Jody Goldberg <[EMAIL PROTECTED]> * src/wbcg-actions.c : Use shift/ctrl space for select col/row/all even though this is just for show. The accels are handled in gnumeric-canvas. * src/gnumeric-canvas.c (gnm_canvas_key_press) : re-organize to clarify when to handle things. (gnm_canvas_colrow_key_press) : new. 2006-04-05 Jody Goldberg <[EMAIL PROTECTED]> * src/wbcg-actions.c (cb_help_docs) : Use 'yelp help:gnumeric' * gnumeric.desktop.in (DocPath) : add an entry so that things show up in yelp (at least for suse 10.1) 2006-04-01 Jody Goldberg <[EMAIL PROTECTED]> http://bugzilla.gnome.org/show_bug.cgi?id=336212 * src/func.c (function_iterate_argument_values) : This is ugly but it seems to do the right thing. We can not just assume that args to vararg functions should be evaluated as non-scalars. It is more subtle. Simple range_refs (direct or via a name) are non-scalar, but general expressions that use a range (A1:A10=3) evaluate depending on the top level mode, and honor implicit intersecion/iteration. * src/position.h : Replace the cols/rows elemnts of GnmEvalPos with a GnmExprArrayCorner pointer. This allows us to differentiate normal evaluation and singleton arrays. As a side benefit it uses less memory no 32bit architecture which is important as long as we still use recusion for the recalc queue. * src/position.c (eval_pos_init) : adjust to GnmEvalPos change. (eval_pos_init_pos) : ditto. (eval_pos_init_dep) : ditto. (eval_pos_init_cell) : ditto. (eval_pos_init_sheet) : ditto. * src/expr.c (gnm_expr_eval) : ditto. * src/func-builtin.c (gnumeric_table_link) : ditto. (gnumeric_table) : ditto. * src/dependent.c (link_expr_dep) : ditto. * plugins/fn-lookup/functions.c (gnumeric_row) : ditto. (gnumeric_col) : ditto. 2006-04-01 Jody Goldberg <[EMAIL PROTECTED]> * src/xml-sax-write.c : Add include to suppress warning. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnumeric&who=jody&date=explicit&mindate=2006-04-05%2022:05&maxdate=2006-04-05%2022:07 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list