CVSROOT:        /cvs/gnome
Module name:    gnumeric
Changes by:     mortenw 06/08/03 14:03:57

Modified files:
        .              : ChangeLog 
        src            : commands.c dependent.c dependent.h sheet.c 
                         validation.c workbook-control-gui.c 
                         xml-sax-write.c 

Log message:
2006-08-03  Morten Welinder  <[EMAIL PROTECTED]>

* src/sheet.c (sheet_cells): Actually respect "comments" argument.

* src/commands.c (cmd_paste_copy_impl): Add () to clarify.

* src/sheet.c (re_render_formulas): Use sheet_cell_foreach, not
SHEET_FOREACH_DEPENDENT.
(sheet_set_hide_zeros): Use sheet_cell_foreach, not
sheet_foreach_cell_in_range.
(cb_rerender_zeroes): Adapt to sheet_set_hide_zeros change.
(sheet_cells): Use sheet_cell_foreach, not
sheet_foreach_cell_in_range.

* src/workbook-control-gui.c (cb_workbook_debug_info): Use
sheet_cell_foreach, not sheet_foreach_cell_in_range.

* src/xml-sax-write.c (xml_write_cells): Use sheet_cell_foreach,
not sheet_foreach_cell_in_range.

* src/dependent.c (dependent_eval): Make this static.  Move
dependent_needs_recalc check to caller.  Change to void result.

* src/validation.c (validation_eval): Use cell_eval, not
dependent_eval.

URL : 
http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnumeric&who=mortenw&date=explicit&mindate=2006-08-03%2014:02&maxdate=2006-08-03%2014:04

_______________________________________________
cvs-commits-list mailing list
cvs-commits-list@gnome.org
http://mail.gnome.org/mailman/listinfo/cvs-commits-list

Reply via email to