File: ChangeLog

package info (click to toggle)
gnumeric 1.4.3-4
  • links: PTS
  • area: main
  • in suites: sarge
  • size: 71,576 kB
  • ctags: 28,555
  • sloc: ansic: 282,333; xml: 45,788; sh: 8,479; makefile: 3,119; yacc: 1,129; lisp: 200; perl: 173; python: 86
file content (301 lines) | stat: -rw-r--r-- 7,019 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
69
70
71
72
73
74
75
76
77
78
79
80
81
82
83
84
85
86
87
88
89
90
91
92
93
94
95
96
97
98
99
100
101
102
103
104
105
106
107
108
109
110
111
112
113
114
115
116
117
118
119
120
121
122
123
124
125
126
127
128
129
130
131
132
133
134
135
136
137
138
139
140
141
142
143
144
145
146
147
148
149
150
151
152
153
154
155
156
157
158
159
160
161
162
163
164
165
166
167
168
169
170
171
172
173
174
175
176
177
178
179
180
181
182
183
184
185
186
187
188
189
190
191
192
193
194
195
196
197
198
199
200
201
202
203
204
205
206
207
208
209
210
211
212
213
214
215
216
217
218
219
220
221
222
223
224
225
226
227
228
229
230
231
232
233
234
235
236
237
238
239
240
241
242
243
244
245
246
247
248
249
250
251
252
253
254
255
256
257
258
259
260
261
262
263
264
265
266
267
268
269
270
271
272
273
274
275
276
277
278
279
280
281
282
283
284
285
286
287
288
289
290
291
292
293
294
295
296
297
298
299
300
301
2005-04-04  Jody Goldberg <jody@gnome.org>

	* functions.c (gnumeric_sumif) : relax the test for 3d refs.
	(gnumeric_countif) : ditto.

2005-03-12  Jody Goldberg <jody@gnome.org>

	* Release 1.4.3

2005-02-09  Jody Goldberg <jody@gnome.org>

	* functions.c (gnumeric_sumif) : rework to use a less stupid
	  algorithm.  This is significantly faster and handles differences in
	  the shape of the target range and the src range.  It also explicitly
	  dis-allows 3d refs (we could support this even if XL does not) and
	  removes the use of TRUE==1 for XL compat.
	(gnumeric_countif) : ditto.  Keeping a list of values just so that we
	  could count them was silly.

2005-01-17  Jody Goldberg <jody@gnome.org>

	* Release 1.4.2

2005-01-10  Jody Goldberg <jody@gnome.org>

	* functions.c (gnumeric_sumproduct) : ignore booleans and strings to
	  be consistent with MS Excel.  It is most likely being done to be
	  constistent with SUM.

2005-01-10  Morten Welinder  <terra@gnome.org>

	* functions.c (gnumeric_floor): FLOOR(0,0)==0 for XL
	compatibility.
	(gnumeric_ceiling): CEILING(0,0==0.

2004-12-20  Morten Welinder  <terra@gnome.org>

	* functions.c: Doc fixes for ODD and EVEN.

2004-12-09  Jody Goldberg <jody@gnome.org>

	* Release 1.4.1

2004-11-28  Jody Goldberg <jody@gnome.org>

	* Release 1.4.0

2004-11-07  Jody Goldberg <jody@gnome.org>

	* Release 1.3.93

2004-10-31  Jody Goldberg <jody@gnome.org>

	* Release 1.3.92

2004-10-08  Morten Welinder  <terra@gnome.org>

	* functions.c (gnumeric_hypot): New function.

2004-10-05  Jody Goldberg <jody@gnome.org>

	* Release 1.3.91

2004-09-08  Jody Goldberg <jody@gnome.org>

	* Release 1.3.90

2004-08-29  Jody Goldberg <jody@gnome.org>

	* Release 1.3.2

2004-07-20  Morten Welinder  <terra@gnome.org>

	* functions.c (gnumeric_fact): Use lgamma_rgnum.

2004-07-19  Jody Goldberg <jody@gnome.org>

	* Release 1.3.1

2004-05-28  Jody Goldberg <jody@gnome.org>

	* functions.c : ceil is gnumeric spefic, ceiling is what's in XL.

2004-05-11  Morten Welinder  <terra@gnome.org>

	* functions.c (gnumeric_expm1, gnumeric_ln1p): New functions.

2004-03-28  Jody Goldberg <jody@gnome.org>

	* Release 1.3.0

2004-02-18  Morten Welinder  <terra@gnome.org>

	* functions.c (gnumeric_ceiling, gnumeric_floor): Fix error code
	for zero significance.

2003-12-23  Jody Goldberg <jody@gnome.org>

	* Release 1.2.3

2003-11-26  Jody Goldberg <jody@gnome.org>

	* Release 1.2.2

2003-10-08  Jody Goldberg <jody@gnome.org>

	* Release 1.2.1

2003-09-15  Jody Goldberg <jody@gnome.org>

	* Release 1.2.0

2003-09-10  Jody Goldberg <jody@gnome.org>

	* Release 1.1.90

2003-08-21  Jody Goldberg <jody@gnome.org>

	* Release 1.1.20

2003-08-21  Jody Goldberg <jody@gnome.org>

	* functions.c (validate_range_numeric_matrix) : be more lenient about
	  what to call a 3d mult.

2003-07-16  Jody Goldberg <jody@gnome.org>

	* functions.c : add description of bounds to POWER docs.
	improve characterization of beta and betaln

2003-07-14  Jody Goldberg <jody@gnome.org>

	* functions.c (gnumeric_beta) : link to GAMMALN not GAMMA

2003-07-07  Morten Welinder  <terra@gnome.org>

	* functions.c (range_gcd): Fix rounding issues.
	(range_lcm): Ditto.

2003-07-05  Jody Goldberg <jody@gnome.org>

	* functions.c (callback_function_criteria) : new eval semantics do not
	  guarantee that range content is evaluated before being called.
	(callback_function_sumif) : ditto.
	(callback_function_sumxy) : ditto.

2003-06-23  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* functions.c: spelling fixes
	* plugin.xml.in: trig is part of math
	
2003-06-07  Jody Goldberg <jody@gnome.org>

	* Release 1.1.19

2003-06-07  Jody Goldberg <jody@gnome.org>

	* Release 1.1.18

2003-05-11  Jody Goldberg <jody@gnome.org>

	* Release 1.1.17

2003-03-07  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_fib): Use G_N_ELEMENTS.

2003-03-05  Morten Welinder  <terra@diku.dk>

	* functions.c (validate_range_numeric_matrix): Fix return type.

2003-01-28  Jody Goldberg <jody@gnome.org>

	* Release 1.1.16

2003-01-03  Jody Goldberg <jody@gnome.org>

	* functions.c (callback_function_mmult_validate) : we need to ensure
	  that the target cells have been recalced before using them.

2003-01-02  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_minverse): Use new matrix_invert.
	(gnumeric_mdeterm): Use new matrix_determinant.

2002-12-31  Jody Goldberg <jody@gnome.org>

	* Release 1.1.15

2002-12-22  Jody Goldberg <jody@gnome.org>

	* Release 1.1.14

2002-12-22  Jody Goldberg <jody@gnome.org>

	* Release 1.1.13

2002-12-16  Morten Welinder  <terra@diku.dk>

	* functions.c (validate_range_numeric_matrix): Return errors as
	GnmStdError.  All callers changed.

2002-11-15  Jody Goldberg <jody@gnome.org>

	* Release 1.1.12

2002-11-07  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_beta, gnumeric_betaln): New functions.

2002-11-06  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_fact): Use lgammagnum, not lgamma.  Extend
	to negative non-integers.

2002-11-04  Morten Welinder  <terra@diku.dk>

	* functions.c: Adapt to new autoformat specs.

2002-11-02  J.H.M. Dassen (Ray) <jdassen@debian.org>

	* functions.c: Don't use // comments.

2002-11-01  Jody Goldberg <jody@gnome.org>

	* Release 1.1.11

2002-10-28  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_seriessum): New clean implementation.

2002-10-27  Jody Goldberg <jody@gnome.org>

	* Release 1.1.10

2002-10-15  Morten Welinder  <terra@diku.dk>

	* functions.c: Use "S", not "?", for criterial arg.  Add status
	flags.

2002-10-14  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_even): Use fmodgnum.
	(gnumeric_odd): Ditto.
	(gnumeric_mround): Ditto.

2002-10-14  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_mround): Fix =MROUND(x,0) to be XL
	compatible.  (Barf.)

2002-10-11  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_mod): Handle non-integer args.

2002-09-30  Jody Goldberg <jody@gnome.org>

	* Release 1.1.9

2002-09-20  Morten Welinder  <terra@diku.dk>

	* functions.c (gnumeric_fib): New function.

2002-08-25  Jody Goldberg <jody@gnome.org>

	* Release 1.1.8

2002-08-12  Jody Goldberg <jody@gnome.org>

	* Release 1.1.7

2002-07-22  Zbigniew Chyla  <cyba@gnome.pl>

	* plugin.xml.in: Set loader type to "Gnumeric_Builtin:module".

2002-07-28  Jukka Pekka  <jiivonen@hutcs.cs.hut.fi>

	* functions.c: Even more function description clean up.

2002-07-27  Jukka Pekka  <jiivonen@hutcs.cs.hut.fi>

	* functions.c: Function description clean up.

2002-07-21  Jody Goldberg <jody@gnome.org>

	* Release 1.1.6

2002-07-08  Jukka Pekka  <jiivonen@hutcs.cs.hut.fi>

	* functions.c: Moved RAND(), RANDBERNOULLI(), RNADBETWEEN(),
	RANDBINOM(), RANDEXP(), RANDNEGBINOM(), and RANDPOISSON() to
	fn-random plug-in.

2002-05-29  Jody Goldberg <jody@gnome.org>

	* Release 1.1.4

2002-05-03  Andreas J. Guelzow <aguelzow@taliesin.ca>

	* functions.c : mark argument names for translation and adjust 
	  them for use by the formula guru.