2006-03-14 Jody Goldberg * Release 1.4.4 2006-03-14 Jody Goldberg * src/sheet.c (sheet_dup) : copy properties. 2005-08-14 Jean Brefort * configure.in: needs libgsf-1.12.2 * plugins/corba/corba-workbook.c: updated to new GSF_CLASS_FULL signature. * src/command-context-stderr.c: ditto. * src/cut-n-paste-code/goffice/graph/gog-axis.c: ditto. * src/cut-n-paste-code/goffice/graph/gog-error-bar.c: ditto. * src/cut-n-paste-code/goffice/graph/gog-label.c: ditto. * src/cut-n-paste-code/goffice/graph/gog-series.c: ditto. * src/cut-n-paste-code/goffice/graph/gog-style.c: ditto. * src/gnm-so-filled.c: ditto. * src/gnm-so-line.c: ditto. * src/io-context-gtk.c: ditto. * src/io-context.c: ditto. * src/sheet-filter.c: ditto. * src/sheet-object-cell-comment.c: ditto. * src/sheet-object-graph.c: ditto. * src/sheet-object-image.c: ditto. * src/sheet-object-widget.c: ditto. * src/widgets/gnumeric-expr-entry.c: ditto. * src/workbook-control-gui.c: ditto. 2005-08-11 Morten Welinder * src/number-match.c (format_create_regexp): Fix buffer overrun problem exibited while loading file from #313150. 2005-06-18 Jon K Hellan * configure.in (gnumeric_gnome_reqs): Require libgsf >= 1.12.0 2005-06-02 Morten Welinder * src/number-match.c (compute_value): When matching with strto[u]l, make sure to store the result in a variable large enough. Fixes #306254. 2005-06-01 Stepan Kasal * configure.in: Check that libgsf-1 libgsf-gnome-1 are < 1.12.0. 2005-05-12 Jody Goldberg * src/sheet-filter.c (filter_expr_eval) : for regexp based matches make sure we matched the whole string. 2005-05-05 Morten Welinder * src/dependent.c (do_deps_destroy): Fix sheet-remove crash. 2005-04-30 J.H.M. Dassen (Ray) * src/gnumeric-gconf.c: Remove unmatched closing parenthesis which broke the build. 2005-04-30 Ivan, Wong Yat Cheung * src/cut-n-paste-code/goffice/gui-utils/go-action-combo-text.c: remove GSF_PARAM_STATIC. 2005-04-26 Morten Welinder * src/gui-file.c (gui_file_save_as): Backport fix for potential save-as crash. 2005-04-21 Ivan, Wong Yat Cheung * goffice/gtk/go-action-combo-text.c: Add a new property "case-sensitive". * schemas/Makefile.am: Fix a glitch. * src/wbc-gtk.c (wbc_gtk_init_font_name): Set "case-sensitive" to FALSE. Fix #161382. 2005-04-17 Ivan, Wong Yat Cheung * configure.in: * Makefile.am: New subdir 'tools', we now have a win32 binary to build. * schemas/Makefile.am: Install .reg files into $prefix/etc/win32/reg. Two versions are served, i.e. .hkcu.reg and .reg. When the user chooses to install gnumeric/win32 for the "current user" only, use .hkcu.reg and otherwise .reg. * src/tools/Makefile.am: * src/tools/gconf-schemas-to-win32-reg.c: Removed. It don't belong here. * tools/Makefile.am: * tools/gconf-schemas-to-win32-reg.c: New. It should be placed here. Add a new parameter that controls whether the converter should output .hkcu.reg style or .reg style. And Jody told me that what I want is g_printerr but not g_error. 2005-04-10 Ivan, Wong Yat Cheung * src/dialogs/dialog-preferences.c (cb_pref_font_hf_set_fonts, cb_pref_font_set_fonts): They were broken by my commit in 2005-04-09. 2005-04-09 Ivan, Wong Yat Cheung * configure.in: Determine whether we are cross-compiling. * schemas/Makefile.am: Convert .schemas to .reg if host_os == win32 and we are not cross-compiling. * src/application.c (gnm_app_history_add): * src/plugin.c (gnm_shutdown): * src/print-info.c: * src/dialogs/dialog-function-select.c (dialog_function_write_recent_func): * src/dialogs/dialog-preferences.c: * src/tools/auto-correct.c: adopt to the modified gnumeric-gconf's api. * src/libgnumeric.[ch]: Path variables should not be const. * src/tools/Makefile.am: * src/tools/gconf-schemas-to-win32-reg.c: New. The name explains itself. * src/gnumeric-gconf-priv.h: * src/gnumeric-gconf.[ch]: Introduce the concept of a "node". Implement the win32 backend. 2005-03-24 Jody Goldberg http://bugzilla.gnome.org/show_bug.cgi?id=171503 * src/gnumeric-gconf.c (gnm_gconf_set_printer_config) : take control of the string. 2005-03-29 Jody Goldberg * src/colrow.c (colrow_foreach) : add some protection. 2005-03-17 Jon K Hellan * src/gui-clipboard.c: Fix typo in last change. 2005-03-16 Morten Welinder * src/workbook-control.c (wb_control_update_title): Handle NULL basename. * src/wbc-gtk.c (regenerate_window_menu): Ignore workbooks where we don't get a valid basename. 2005-03-15 Morten Welinder * src/gui-file.c (gui_file_save_as): Backport save-as fix. 2005-03-14 Jon K Hellan * src/gui-clipboard.c (complex_content_received): Backport paste of selection with only objects, no cells. 2005-03-12 Jody Goldberg * configure.in : Post release bump