- 30 Dec, 1999 1 commit
-
-
Ariel Rios authored
1999-12-29 Ariel Rios <jarios@usa.net> * gnumeric_startup.scm (home-gnumericrc): We change the location of the home gnumericrc to $HOME/.gnumerc/guile.scm * doc/guile-gnumeric.txt: Documentation for the guile plugin was added.
-
- 29 Dec, 1999 6 commits
-
-
Michael Meeks authored
-
Jody Goldberg authored
- Suppress some warnings.
-
Jody Goldberg authored
- Improve versioning of the plugins. - Some bug fixes. 1999-12-29 Jody Goldberg <jgoldberg@home.com> * src/workbook-view.c (command_context_gui, gui_splits_array, gui_plugin_problem, command_context_gui_cast) : New functions. * src/workbook.c (workbook_new) : Switch to using the workbook_view routines to manipulate the undo/redo and paste/paste_special menu items. * src/func.c (function_iterate_argument_values) : Return an error for empty/missing arguments. * plugins/*/Makefile.am : Define GNUMERIC_VERSION. * plugins/*/*.c (init_plugin): Take a CmdContext for error reporting. Call plugin_version_mismatch to do some minimal version matching for plugins and the running application. * src/Gnumeric.idl : Add PluginProblem. * src/command-context.[ch] (gnumeric_error_splits_array, gnumeric_error_plugin_problem, command_context_vtbl_init) : New functions. * src/plugin.c (plugin_version_mismatch) : New function. (plugin_load) : Hard code a GUI context for now. Switch to using gnumeric_error_ routines. Pass a CmdContext to the init_plugin routines. Only produce an error if the plugin returns -1. Store the plugin filename. (plugin_unload) : Free the filename on exit. * *.c : command_context_gui now takes a Workbook argument. : Switch from gnumeric_no_modify_array_notice to gnumeric_error_splits_array in most places.
-
Jody Goldberg authored
1999-12-29 Jody Goldberg <jgoldberg@home.com> * csv-io.c (csv_parse_sheet) : Minor adjustment to the previous enhancement.
-
Jody Goldberg authored
-
Stephane Alnet authored
1999-12-28 Stephane Alnet <stephane@u-picardie.fr> * csv-io.c (csv_parse_sheet): Small fix to handle CRLF files.
-
- 28 Dec, 1999 1 commit
-
-
Jody Goldberg authored
convention to avoid such sillyness in the future. 1999-12-27 Jody Goldberg <jgoldberg@home.com> * configure.in : Re-enable the python plugin by default. * src/plugin.c (load_all_plugins) : Search in a version specific directory. * plugins/*/Makefile.am : Install in <prefix>/lib/gnumeric/plugins/${VERSION} to decrease the number of silly version problems. Adjust the plugin names to follow the convention libgnum_<name>.so to avoid problems like the python plugin 'libpython.so' depending on the python libraries with the same name.
-
- 24 Dec, 1999 1 commit
-
-
Michael Meeks authored
-
- 22 Dec, 1999 1 commit
-
-
Michael Meeks authored
-
- 21 Dec, 1999 2 commits
-
-
Michael Meeks authored
-
Jody Goldberg authored
Now all we need is implicit iteration for array formulas. I've added a comment on a possible heuristic to use to evaluate the which for of iteration to use. 1999-12-21 Jody Goldberg <jgoldberg@home.com> * src/expr.c (expr_implicit_intersection) : New routine split from function_call_with_list. (compare) : Handle intersection. (eval_expr_real) : Ditto. Add verbose comment on a possible heuristic for the final piece of this ugly evaluation mechanism, array interation. (cell_ref_get_abs_col_row) : Adjust to take a CellPos. * src/func.c (function_iterate_do_value) : Split the implicit intersection out into a new function. Use intersection for strings as well as float & bool args. Correct memory leak when intersetion was used. (function_call_with_list) : Ditto. * *.c : Adjust to change in EvalPosition to use CellPos. * gnumeric.spec.in : Update the libglade dependancy. * src/workbook.c (wb_edit_key_pressed) : Do not select the current cell address and do not move the cursor to the start of the cell address when F4 is hit.
-
- 19 Dec, 1999 1 commit
-
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * ms-ole.c (write_bb): Correct allocation of BBD blocks, take in count the FAT blocks.
-
- 18 Dec, 1999 10 commits
-
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * src/functions/fn-financial.c (gnumeric_yieldmat, gnumeric_yielddisc, gnumeric_oddlyield, gnumeric_oddfyield, gnumeric_oddfprice, gnumeric_oddlprice, gnumeric_yield, gnumeric_price): New skeleton function.
-
Morten Welinder authored
1999-12-18 Morten Welinder <terra@diku.dk> * src/functions/fn-financial.c (gnumeric_tbilleq, gnumeric_tbillyield): check params better.
-
Michael Meeks authored
-
Michael Meeks authored
Add Jon to authors, Major Jon commit of Excel row/col size export, Fixup html finaly,
-
Michael Meeks authored
HTML bug fix from Jarl, Sort dialog cleans.
-
Michael Meeks authored
-
Arturo Tena/libole2 authored
-
Ariel Rios authored
1999-12-18 Ariel Rios <jarios@usa.net> * functions.scm: THe formula redefinitions for sign, lcm and gcd were commented. It is almost useless to redefine them on Scheme since C version are faster. However, for example purposes I leave them commented.
-
Ariel Rios authored
1999-12-18 Ariel Rios <jarios@usa.net> * galway_startup.scm: We no longer display Guile initialization messages.
-
Arturo Tena/libole2 authored
-
- 17 Dec, 1999 2 commits
-
-
Morten Welinder authored
1999-12-17 Morten Welinder <terra@diku.dk> * src/functions/fn-stat.c: White-space mania. 1999-12-16 Andrew Chatham <andrew.chatham@duke.edu> * src/regression.h: Better comments for parts of extra_stat * src/regression.c (linear_solve): Fixed adjusted R^2 bug (hopefully). * src/functions/fn-stat.c (gnumeric_linest, gnumeric_logest) Added beginning support for 3+ dimensional regressions in linest and logest. * src/analysis-tools.c (regression_tool) Documented Excel bugs with no-intercept regressions that I didn't/can't mimic.
-
Morten Welinder authored
-
- 16 Dec, 1999 3 commits
-
-
Michael Meeks authored
silly CORBA bug fix.
-
Arturo Tena/libole2 authored
-
Michael Meeks authored
-
- 15 Dec, 1999 1 commit
-
-
Michael Meeks authored
-
- 13 Dec, 1999 2 commits
-
-
Morten Welinder authored
-
Arturo Tena authored
1999-12-13 Arturo Tena <arturo@directmail.org> * ms-ole-summary.c (ms_ole_summary_create, ms_ole_docsummary_create): Prepend a '\005' character in the name of the summary streams, it looks like the right name.
-
- 11 Dec, 1999 2 commits
-
-
Arturo Tena authored
1999-12-10 Arturo Tena <arturo@directmail.org> * ms-ole.c (pps_encode_tree_chain): Rewritten, so we can create a file with more than 4 PPS in a file. (pps_create): Take one additional parameter, in order to increment the number of pps when a new file is created. All callers changed. * ms-ole.c (dump): The dump now fits on 80-columns displays. 1999-12-10 Arturo Tena <arturo@directmail.org> * test/test-ole.c (TEST_DEBUG): Created in order to conditionaly change the delimiter, which is needed when working with files with spaces in their name.
-
Ariel Rios authored
1999-12-10 Ariel Rios <jarios@usa.net> * plugin.c: (value_to_scm) We now handle the VALUE_ARRAY case passing the value as a scheme list by consing the elements of the list.
-
- 10 Dec, 1999 7 commits
-
-
Michael Meeks authored
-
Michael Meeks authored
-
Michael Meeks authored
-
Jody Goldberg authored
1999-12-10 Jody Goldberg <jgoldberg@home.com> * src/functions/fn-lookup.c (gnumeric_indirect) : This solution is more paletable. Always attempt to add the dependency, but only actually do so if the calling cell does not already depend on the indirected cell. * src/eval.c (cell_add_explicit_dependency) : Expand this function to test to see if a dependency already exists.
-
Jukka-Pekka Iivonen authored
1999-12-10 Jukka-Pekka Iivonen <iivonen@iki.fi> * src/functions/fn-financial.c: Added EURO function for currency conversions.
-
Ariel Rios authored
1999-12-10 Ariel Rios <jarios@usa.net> * plugin.c: (expr_to_scm) The OPER_PERCENT case was included.
-
Ariel Rios authored
1999-12-09 Ariel Rios <jarios@usa.net> * plugin.c: We now include guile/gh.h so we can transform from doubles to scm numbers. (value_to_scm): In VALUE_INTEGER we now use gh_double2scm to pass the double unto scheme. In this way we remove the bug that crashed gnumeric when we passed a rational number. * functions.scm: (test) A test function was added. Since it's only created for hacking purposes 'tis commented.
-