~ubuntu-branches/ubuntu/quantal/gnumeric/quantal

« back to all changes in this revision

Viewing changes to src/tools/ChangeLog

  • Committer: Bazaar Package Importer
  • Author(s): Gauvain Pocentek
  • Date: 2009-06-22 13:37:20 UTC
  • mfrom: (1.1.20 upstream) (2.1.3 sid)
  • Revision ID: james.westby@ubuntu.com-20090622133720-rtdazsiz2lx5q8l7
Tags: 1.9.9-1ubuntu1
* Merge from debian unstable, remaining changes:
  - Promoted gnumeric-doc to Recommends in gnumeric package for help to be
    installed automatically
  - gnumeric-gtk is a transitional package
  - gnumeric conflicts with gnumeric-gtk << 1.8.3-3ubuntu1
  - call initltool-update in po*
  - remove psiconv support (psiconv is in universe):
    o debian/control: remove B-D on libpsiconv-dev
    o debian/rules: don't pass --with-psiconv to ./configure
    o debian/gnumeric-plugins-extra.install: don't install the psiconv
      plugin

Show diffs side-by-side

added added

removed removed

Lines of Context:
 
1
2009-06-20  Morten Welinder <terra@gnome.org>
 
2
 
 
3
        * Release 1.9.9
 
4
 
 
5
2009-06-18 Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
6
 
 
7
        * *.c In all files in this directory where we use 
 
8
          gnm_func_lookup_or_add_placeholder we need to pass the 
 
9
          appropriate workbook as scope to avoid leaks and warnings.
 
10
 
 
11
2009-06-18 Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
12
 
 
13
        * *.c In all files in this directory replace gnm_func_lookup
 
14
          with gnm_func_lookup_or_add_placeholder to avoid crashes
 
15
          when plugins are not loaded.
 
16
 
 
17
2009-06-07  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
18
 
 
19
        * dao.c (dao_adjust): avoid calling gnm_sheet_get_max_* with
 
20
          NULL sheet.
 
21
 
 
22
2009-06-07  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
23
 
 
24
        * analysis-chi-squared.[ch]: new
 
25
        * Makefile.am: added the above
 
26
 
 
27
2009-06-05  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
28
 
 
29
        * analysis-tools.h (gnm_fourier_fft): moved to
 
30
          plugins/fn-tsa/functions.c
 
31
        * analysis-tools.c (cb_store_data): deleted
 
32
        (new_data_set): deleted
 
33
        (destroy_data_set): deleted
 
34
        (cb_get_data_set_list): deleted
 
35
        (cb_get_data_set_list): deleted
 
36
        (new_data_set_list): deleted
 
37
        (destroy_data_set_list): deleted
 
38
        (gnm_fourier_fft): moved to
 
39
          plugins/fn-tsa/functions.c
 
40
        (analysis_tool_fourier_engine_run): rewritten
 
41
        (analysis_tool_fourier_calc_length): use analysis_tool_calc_length
 
42
        (analysis_tool_fourier_engine): adjust required size
 
43
        
 
44
2009-06-05  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
45
 
 
46
        * Makefile.am: added  analysis-anova.[ch]
 
47
        * analysis-tools.h (analysis_tool_anova_two_factor_engine):
 
48
          deleted
 
49
        * analysis-tools.c (analysis_tool_anova_two_factor_engine):
 
50
          deleted
 
51
        (check_data_for_missing): deleted
 
52
        (analysis_tool_anova_two_factor_prepare_input_range): deleted
 
53
        (analysis_tool_anova_two_factor_no_rep_engine_run): deleted
 
54
        (make_label): deleted
 
55
        (analysis_tool_anova_two_factor_engine_run): deleted
 
56
        (analysis_tool_anova_two_factor_engine_clean): moved to 
 
57
          analysis-anova.c
 
58
        (analysis_tool_anova_two_factor_engine): ditto
 
59
        * dao.h (dao_set_border): new
 
60
        * dao.c (dao_set_border): new
 
61
        * analysis-anova.[hc]:new
 
62
 
 
63
2009-06-03  Andreas J. Guelzow <aguelzow@pyrshep.ca>
 
64
 
 
65
        * analysis-tools.c (analysis_tool_calc_length): also handle
 
66
          GROUPED_BY_AREA
 
67
        (rank_t): deleted
 
68
        (cb_rank_compare): deleted
 
69
        (analysis_tool_ranking_engine_run): rewrite to enter expressions
 
70
        (analysis_tool_ranking_engine): increase required space
 
71
        * dao.c (adjust_range): new
 
72
        (dao_set_array_expr): use adjust_range
 
73
        (dao_set_cell_expr): ditto
 
74
        (dao_set_cell_value): ditto
 
75
        (dao_set_cell_comment): ditto
 
76
        (dao_set_style): ditto
 
77
        (dao_set_bold): use dao_set_style
 
78
        (dao_set_underlined): ditto
 
79
        (dao_set_merge): new
 
80
        * dao.h (dao_set_merge): new
 
81
 
1
82
2009-05-23  Morten Welinder <terra@gnome.org>
2
83
 
3
84
        * Release 1.9.8