2003-12-23 Jody Goldberg * Release 1.2.3 2003-12-23 Jody Goldberg * gnumeric.keys.in : expand our claims. * gnumeric.mime : apparently duplicates are not a good idea. 2003-12-23 Jody Goldberg * src/graph.c (gnm_go_data_preferred_fmt) : simplify to handle both scalar and vector and use the auto-format code. 2003-12-22 Morten Welinder * src/gutils.c (gnm_get_real_name): Fix $NAME case. 2003-12-21 Andreas J. Guelzow http://bugzilla.gnome.org/show_bug.cgi?id=128611 * src/formats.c (cell_format_classify): ignore case when comparing with general format 2003-12-21 Andreas J. Guelzow http://bugzilla.gnome.org/show_bug.cgi?id=129049 * src/session.c (interaction_function): stick dialogs and workbook windows to ensure they are visible for logout conversation 2003-12-21 Andreas J. Guelzow http://bugzilla.gnome.org/show_bug.cgi?id=129444 * src/print-cell.c (cell_split_text_no_wrap): new (print_cell): check for non-word-wrapped cells with line breaks and handle them like word-wrapped ones. 2003-12-20 Jody Goldberg * src/format.c (style_format_account) : quote currencies as necessary. (fmt_general_float) : decimal points are generally narrower. 2003-12-21 Andreas J. Guelzow * src/stf-export.c (stf_export_options_set_format_mode): new (stf_export_options_new): initialize new fields (stf_export_options_set_format_mode): new (stf_export_cell): use rendered text if required * src/stf-export.h (StfExportOptions_t): add preserve_format (stf_export_options_set_format_mode): new 2003-12-20 Andreas J. Guelzow * src/gui-util.c (gnumeric_popup_menu): handle NULL event. 2003-12-19 Jon K Hellan * src/format-template.c (format_template_new): Use gnm_get_real_name. * src/summary.c (summary_info_default): UTF-8 encode author name. (summary_item_new_string): Validate string as utf-8. * src/gutils.[ch] (gnm_get_real_name): New function. 2003-12-18 Jody Goldberg * src/graph.c (gnm_go_data_scalar_preferred_fmt) : new. 2003-12-18 Jody Goldberg * src/workbook-control-gui.c (wbcg_scroll_wheel_support_cb) : add some bounds checks to avoid listing things like 'zoom -10' in the ui. 2003-12-18 Jody Goldberg * src/workbook-control-gui.c (wbcg_scroll_wheel_support_cb) : support scroll wheel zoom, and horizontal scrollwheels. * src/xml-io.c (xml_workbook_read) : fix xml import of manual recalc flag. 2003-12-17 Jody Goldberg * src/number-match.c (value_is_error) : no need to use strncmp 2003-12-14 J.H.M. Dassen (Ray) * debian/changelog, debian/control: Updated. 2003-12-13 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=128169 * src/item-edit.c (ie_layout) : Use the actual font description, not the default associated with the context. 2003-12-11 Emmanuel Pacaud * src/xml-io.c (xml_read_sheet_object): Do not try to get the class of object before its instantiation. 2003-12-10 Morten Welinder * src/format.c (append_hour_elapsed): Re-fix display of negative values. 2003-12-06 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=128565 * src/sheet-object.c (sheet_object_read_xml) : patch one direction. new can now load old. We'll need more work to get back to using old name. (sheet_object_class_init) : init new xml_export_name member to NULL. (sheet_object_write_xml) : use it here. * src/sheet-object-cell-comment.c (cell_comment_class_init) : Use it here to keep exporting comments as CellComment rather than the newly renamed class. 2003-12-02 Morten Welinder * configure.in: Fix checks for fdopen, M_PI, and various other library symbols. (From bunk@fs.tum.de ) http://bugzilla.gnome.org/show_bug.cgi?id=128136 2003-12-01 Andreas J. Guelzow http://bugzilla.gnome.org/show_bug.cgi?id=128166 * src/commands.c (cmd_reorganize_sheets_undo): dirty workbook (cmd_reorganize_sheets_redo): ditto 2003-12-01 Andreas J. Guelzow * src/gnumeric-gconf.c (gnm_conf_init_essential): add prefs.printer_config, since it is needed for first workbook (gnm_conf_init_extras): remove prefs.printer_config * src/print.c (sheet_print): remove some unused variables and code 2003-11-26 Jody Goldberg * configure.in : post release bump