CVSROOT: /cvs/gnome Module name: gnumeric Changes by: jody 06/04/29 22:04:59
Modified files: . : BUGS ChangeLog NEWS doc/developer : Styles.txt plugins/excel : ChangeLog Makefile.am boot.c excel-xml-read.c ms-chart.c ms-excel-read.c ms-excel-read.h ms-excel-write.c ms-excel-write.h plugin.xml.in xlsx-read.c plugins/fn-eng : ChangeLog functions.c plugins/gb : excel-gb-range.c plugins/html : latex.c roff.c plugins/mps : mps.c plugins/plan-perfect: pln.c plugins/python-loader: py-gnumeric.c src : cell.c cell.h cellspan.c cmd-edit.c colrow.c command-context.c commands.c dependent.c func.c gnumeric-canvas.c gnumeric-canvas.h item-cursor.c item-grid.c parse-util.c parse-util.h preview-grid.c print-info.c ranges.c ranges.h selection.c selection.h sheet-control-gui.c sheet-filter.c sheet-merge.c sheet-style.c sheet-view.h sheet.c style-conditions.c style-conditions.h test-pango.c workbook-cmd-format.c workbook-view.c workbook-view.h xml-io.c xml-sax-read.c xml-sax-write.c src/dialogs : dialog-cell-format.c dialog-col-width.c dialog-consolidate.c dialog-goal-seek.c dialog-hyperlink.c dialog-row-height.c dialog-search-replace.c dialog-tabulate.c src/tools : scenarios.c tabulate.c Added files: plugins/excel : xlsx-utils.c Log message: 2006-04-29 Jody Goldberg <[EMAIL PROTECTED]> * ms-excel-write.c (excel_write_WINDOW2) : merge excel_write_PANE into here and fix export of H or V only freezes. 2006-04-23 Jody Goldberg <[EMAIL PROTECTED]> * xlsx-write.c : new. Basic export and some code that will move to libgsf for 'Open Package' support. * plugin.xml.in : Add xlsx export. * Makefile.am : ditto. 2006-04-23 Jody Goldberg <[EMAIL PROTECTED]> * ms-excel-read.c (excel_read_EXTERNSHEET_v7) : patch tweak to import broken quoted sheetname from gnumeric-1.0.x eg Libro1.xls. 2006-04-23 Jody Goldberg <[EMAIL PROTECTED]> * ms-chart.c (ms_excel_chart_read) : Don't set the graph and chart styles to blank unless this is a full sheet object. Fixes the import of older charts that are not wrapped in BOF records eg ms699.xls. 2006-04-29 Jody Goldberg <[EMAIL PROTECTED]> * src/workbook-view.c (wb_view_get_index_in_wb) : new for xlsx export. * src/selection.h (sv_selection_foreach) : renamed from selection_foreach_range. All callers changed. * src/selection.c (sv_selection_add_full) : renamed from sv_selection_add_range to be clearer. (sv_selection_add_range) : new utility that takes a ... GnmRange. * src/sheet-view.h : SheetView::selections make this a GSList, no need for a GList. This makes the api more homogeneous. * src/cell.c (cell_get_style) : constify the result and rename from cell_get_mstyle. * src/ranges.c (range_as_string) : renamed from range_name. All callers fixed. * src/style-conditions.c (gnm_style_conditions_eval) : tack on hooks for some of the new condition types in office 12. URL : http://cvs.gnome.org/bonsai/cvsquery.cgi?branch=&dir=gnumeric&who=jody&date=explicit&mindate=2006-04-29%2022:03&maxdate=2006-04-29%2022:05 _______________________________________________ cvs-commits-list mailing list cvs-commits-list@gnome.org http://mail.gnome.org/mailman/listinfo/cvs-commits-list