1.12.20
[gnumeric.git] / plugins / fn-lookup / ChangeLog
blobf41c0035e7d80ba99a510d5678108dca14060899
1 2015-02-04  Morten Welinder <terra@gnome.org>
3         * Release 1.12.20
5 2015-01-23  Morten Welinder <terra@gnome.org>
7         * Release 1.12.19
9 2015-01-09  Morten Welinder  <terra@gnome.org>
11         * functions.c (gnumeric_address): Fix previous fix.  The sheet we
12         compute is purely for the purpose of find the sheet size.
14 2015-01-03  Morten Welinder  <terra@gnome.org>
16         * functions.c (gnumeric_address): Clear sheet_name when defaulting
17         to evaluating sheet.
19 2014-09-25  Morten Welinder <terra@gnome.org>
21         * Release 1.12.18
23 2014-06-09  Morten Welinder <terra@gnome.org>
25         * Release 1.12.17
27 2014-05-23  Morten Welinder <terra@gnome.org>
29         * Release 1.12.16
31 2014-04-30  Morten Welinder <terra@gnome.org>
33         * Release 1.12.15
35 2014-04-13  Morten Welinder <terra@gnome.org>
37         * Release 1.12.14
39 2014-03-24  Morten Welinder  <terra@gnome.org>
41         * functions.c (clear_caches): Protect the pools from pruning while
42         we are building one.
44 2014-03-22  Morten Welinder  <terra@gnome.org>
46         * functions.c (get_bisection_lookup_cache): Same thing as for
47         get_linear_lookup_cache.
49 2014-03-18  Morten Welinder <terra@gnome.org>
51         * Release 1.12.13
53 2014-03-03  Morten Welinder <terra@gnome.org>
55         * Release 1.12.12
57 2014-02-16  Morten Welinder <terra@gnome.org>
59         * Release 1.12.11
61 2014-02-11  Morten Welinder <terra@gnome.org>
63         * Release 1.12.10
65 2014-02-09  Morten Welinder  <terra@gnome.org>
67         * functions.c (get_linear_lookup_cache): When creating a new
68         entry, don't actually insert it into the cache.  Doing so here
69         means that (a) it can be pruned before we're done constructing it,
70         and (b) it can be accessed before it is ready.
71         (linear_lookup_cache_commit): Insert here instead in this new
72         function.
73         These changes fix #723894.
75 2013-11-28  Morten Welinder <terra@gnome.org>
77         * Release 1.12.9
79 2013-10-21  Morten Welinder  <terra@gnome.org>
81         * functions.c (hyperlink): scalar, not string type, arguments.
82         See bug 81718.
84 2013-10-07  Morten Welinder <terra@gnome.org>
86         * Release 1.12.8
88 2013-09-01  Morten Welinder <terra@gnome.org>
90         * Release 1.12.7
92 2013-08-27  Morten Welinder <terra@gnome.org>
94         * Release 1.12.6
96 2013-08-19  Morten Welinder <terra@gnome.org>
98         * Release 1.12.5
100 2013-07-10  Morten Welinder <terra@gnome.org>
102         * Release 1.12.4
104 2013-06-25  Morten Welinder <terra@gnome.org>
106         * Release 1.12.3
108 2013-04-26  Morten Welinder <terra@gnome.org>
110         * Release 1.12.2
112 2013-03-09  Morten Welinder <terra@gnome.org>
114         * Release 1.12.1
116 2012-12-18  Morten Welinder <terra@gnome.org>
118         * Release 1.12.0
120 2012-11-29  Morten Welinder <terra@gnome.org>
122         * Release 1.11.91
124 2012-11-16  Morten Welinder <terra@gnome.org>
126         * Release 1.11.90
128 2012-09-06  Morten Welinder <terra@gnome.org>
130         * Release 1.11.6
132 2012-07-26  Andreas J. Guelzow <aguelzow@pyrshep.ca>
134         * functions.c (help_transpose): add FLIP to SEEALSO
135         (help_flip): new
136         (gnumeric_flip): new
137         (lookup_functions): add FLIP
138         * plugin.xml.in: add FLIP
140 2012-07-15  Morten Welinder <terra@gnome.org>
142         * Release 1.11.5
144 2012-06-25  Morten Welinder <terra@gnome.org>
146         * Release 1.11.4
148 2012-04-21  Morten Welinder <terra@gnome.org>
150         * Release 1.11.3
152 2012-03-29  Morten Welinder  <terra@gnome.org>
154         * functions.c (clear_caches): Add debug flag.
156 2012-03-18  Morten Welinder  <terra@gnome.org>
158         * functions.c (gnumeric_vlookup, gnumeric_hlookup): Handle string
159         search with patterns.  [#672319]
160         (wildcard_string_match): Return the index from the cache item.
161         That takes left-out cells into account.
163 2012-03-02  Morten Welinder <terra@gnome.org>
165         * Release 1.11.2
167 2011-11-27  Morten Welinder <terra@gnome.org>
169         * Release 1.11.1
171 2011-11-24  Morten Welinder <terra@gnome.org>
173         * Release 1.11.0
175 2011-07-31  Morten Welinder <terra@gnome.org>
177         * Release 1.10.17
179 2011-05-21  Morten Welinder  <terra@gnome.org>
181         * functions.c (gnumeric_sheet): Simplify.  Fixes #650761.
182         (gnumeric_sheets): Simplify.  Fixes #650764.
184 2011-05-21  Morten Welinder <terra@gnome.org>
186         * Release 1.10.15
188 2011-05-12  Morten Welinder  <terra@gnome.org>
190         * functions.c (gnumeric_address): Get sheet size from the right
191         sheet.  Fixes #650003.
193 2011-03-24  Morten Welinder <terra@gnome.org>
195         * Release 1.10.14
197 2011-02-02  Morten Welinder <terra@gnome.org>
199         * Release 1.10.13
201 2010-11-25  Morten Welinder <terra@gnome.org>
203         * Release 1.10.12
205 2010-11-24  Andreas J. Guelzow <aguelzow@pyrshep.ca>
207         * plugins/fn-lookup/functions.c (help_vlookup): fix fn_note
208         (help_hlookup): fix description
210 2010-10-01  Morten Welinder <terra@gnome.org>
212         * Release 1.10.11
214 2010-09-04  Morten Welinder <terra@gnome.org>
216         * Release 1.10.10
218 2010-08-16  Morten Welinder <terra@gnome.org>
220         * Release 1.10.9
222 2010-07-30  Morten Welinder <terra@gnome.org>
224         * Release 1.10.8
226 2010-07-23  Andreas J. Guelzow <aguelzow@pyrshep.ca>
228         * plugins/fn-lookup/functions.c (help_sheet): fix description
230 2010-07-12  Andreas J. Guelzow <aguelzow@pyrshep.ca>
232         * functions.c (callback_function_array):
233           make sure we have values, since some functions such as COUNT
234           can't handle a matrix with NULL values.
236 2010-07-11  Andreas J. Guelzow <aguelzow@pyrshep.ca>
238         * plugin.xml.in: new function SORT
239         * functions.c (help_sort): new
240         (gnumeric_sort): new
241         (lookup_functions): add new function SORT
243 2010-07-11  Andreas J. Guelzow <aguelzow@pyrshep.ca>
245         * plugin.xml.in: new function ARRAY
246         * functions.c (help_array): new
247         (gnumeric_array): new
248         (callback_function_array): new
249         (lookup_functions): add new function ARRAY
251 2010-06-28  Morten Welinder <terra@gnome.org>
253         * Release 1.10.7
255 2010-06-16  Morten Welinder <terra@gnome.org>
257         * Release 1.10.6
259 2010-06-15  Andreas J. Guelzow <aguelzow@pyrshep.ca>
261         * functions.c: fix empty argument descriptions
263 2010-06-13  Morten Welinder  <terra@gnome.org>
265         * functions.c (help_sheet, help_sheets): Remove help entries that
266         may not parse.
268 2010-05-30  Morten Welinder <terra@gnome.org>
270         * Release 1.10.5
272 2010-05-20  Morten Welinder <terra@gnome.org>
274         * Release 1.10.4
276 2010-05-07  Morten Welinder <terra@gnome.org>
278         * Release 1.10.3
280 2010-04-16  Morten Welinder <terra@gnome.org>
282         * Release 1.10.2
284 2010-04-16  Morten Welinder  <terra@gnome.org>
286         * functions.c (gnumeric_index): Clean this up somewhat.  Why is
287         this a vararg function?
289 2010-03-08  Morten Welinder <terra@gnome.org>
291         * Release 1.10.1
293 2010-02-13  Morten Welinder <terra@gnome.org>
295         * Release 1.10.0
297 2010-01-19  Morten Welinder <terra@gnome.org>
299         * Release 1.9.18
301 2009-12-15  Morten Welinder <terra@gnome.org>
303         * Release 1.9.17
305 2009-11-29  Morten Welinder <terra@gnome.org>
307         * Release 1.9.16
309 2009-11-01  Morten Welinder <terra@gnome.org>
311         * Release 1.9.15
313 2009-10-25  Andreas J. Guelzow <aguelzow@pyrshep.ca>
315         * functions.c (help_sheet): new
316         (gnumeric_sheet): new
317         (lookup_functions): add SHEET
318         * plugin.xml.in: add SHEET
320 2009-10-24  Andreas J. Guelzow <aguelzow@pyrshep.ca>
322         * functions.c (help_sheets): new
323         (gnumeric_sheets): new
324         (lookup_functions): add SHEETS
325         * plugin.xml.in: add SHEETS
327 2009-10-11  Morten Welinder <terra@gnome.org>
329         * Release 1.9.14
331 2009-09-20  Morten Welinder <terra@gnome.org>
333         * Release 1.9.13
335 2009-09-05  Morten Welinder <terra@gnome.org>
337         * Release 1.9.12
339 2009-08-30  Morten Welinder <terra@gnome.org>
341         * Release 1.9.11
343 2009-08-26  Andreas J. Guelzow <aguelzow@pyrshep.ca>
345         * functions.c (help_vlookup): fix formatting
346         (help_hlookup): ditto
348 2009-08-26  Morten Welinder  <terra@gnome.org>
350         * functions.c (get_linear_lookup_cache,
351         get_bisection_lookup_cache): Take extra "vertical" argument and
352         separate caches for vertical and horizontal cases.  All callers
353         changed.  Fixes #593238.
355 2009-08-15  Morten Welinder <terra@gnome.org>
357         * Release 1.9.10
359 2009-08-14  Andreas J. Guelzow <aguelzow@pyrshep.ca>
361         * functions.c: remove argument names from GnmFuncDescriptor
363 2009-08-05  Andreas J. Guelzow <aguelzow@pyrshep.ca>
365         * functions.c (help_match): fix documentation [#317784]
367 2009-08-05  Andreas J. Guelzow <aguelzow@pyrshep.ca>
369         * functions.c (help_*): change to "new" documentation format
371 2009-06-20  Morten Welinder <terra@gnome.org>
373         * Release 1.9.9
375 2009-05-23  Morten Welinder <terra@gnome.org>
377         * Release 1.9.8
379 2009-05-08  Morten Welinder  <terra@gnome.org>
381         * functions.c (get_linear_lookup_cache,
382         get_bisection_lookup_cache): Possible prune caches.
383         (prune_caches): New function.
385 2009-05-06  Morten Welinder <terra@gnome.org>
387         * Release 1.9.7
389 2009-04-25  Morten Welinder <terra@gnome.org>
391         * Release 1.9.6
393 2009-03-22  Morten Welinder <terra@gnome.org>
395         * Release 1.9.5
397 2009-02-22  Morten Welinder <terra@gnome.org>
399         * Release 1.9.4
401 2009-02-02  Morten Welinder  <terra@gnome.org>
403         * functions.c (wildcard_string_match): New function.
404         (find_index_bisection): Call wildcard_string_match for the type=0
405         case.
406         (gnumeric_match): For the type=0 string case, use
407         find_index_bisection if there are any wildcards.
409 2009-02-01  Morten Welinder  <terra@gnome.org>
411         * functions.c (get_elem): Don't turn empties into 0.
413 2009-01-28  Morten Welinder  <terra@gnome.org>
415         * functions.c (create_caches): Create caches for the bisection
416         case too.
417         (clear_caches): Destroy those.
418         (get_bisection_lookup_cache): New function.
419         (get_linear_lookup_cache): Change cache key to a GnmValue so we
420         can handle arrays too.
421         (find_bound_walk): Delete.
422         (find_index_linear): We no longer need the fallback code.
423         (find_index_bisection): Pre-load, pre-process, and cache the data.
425 2009-01-26  Morten Welinder  <terra@gnome.org>
427         * functions.c (find_compare_type_valid): Floats should not match
428         bools.
429         (get_linear_lookup_cache): Create a separate cache for looking up
430         bools.
432 2009-01-24  Morten Welinder  <terra@gnome.org>
434         * functions.c (find_index_linear): Eliminate "type" argument since
435         it is always zero.  Simplify.
436         (get_linear_lookup_cache): Use pools for strings and floats so we
437         don't have to free individual cache members.
438         (get_linear_lookup_cache): Take new argument, "brand_new", so
439         caller doesn't have to use hash size hack.  All callers fixed.
440         (find_index_linear_equal_float): Change to take needle as
441         GnmValue, so we can use find_compare_type_valid.  Callers changed.
443 2008-11-03  Morten Welinder  <terra@gnome.org>
445         * functions.c (gnumeric_lookup): Fix critical.  (#559005)
447 2008-10-18  Jody Goldberg <jody@gnome.org>
449         * Release 1.9.3
451 2008-08-29  Jody Goldberg <jody@gnome.org>
453         * Release 1.9.2
455 2008-08-19  J.H.M. Dassen (Ray) <jdassen@debian.org>
457         * functions.c (gnumeric_indirect): Clarified boolean argument.
459 2008-07-01  Morten Welinder  <terra@gnome.org>
461         * functions.c (find_bound_walk): When reversing direction, handle
462         singleton right.  Fixes #540996.
464 2008-06-25  Jody Goldberg <jody@gnome.org>
466         * Release 1.9.1
468 2008-05-22  Morten Welinder  <terra@gnome.org>
470         * functions.c (get_cache): Properly split caches for floats and
471         strings as intended.
473 2008-05-17  Jean Brefort  <jean.brefort@normalesup.org>
475         * functions.c: (gnumeric_index): correctly check first argument
476         type. Fixes #533247.
478 2008-05-16  Morten Welinder  <terra@gnome.org>
480         * functions.c (gnumeric_areas): Check the value type of the
481         calculation function result, not something weird with the call
482         itself.  Fixes #533370.
484 2008-05-04  Jody Goldberg <jody@gnome.org>
486         * Release 1.9.0
488 2008-04-08  Morten Welinder  <terra@gnome.org>
490         * functions.c (find_index_linear_equal_string): New function for a
491         common special case.  Fixes #525875.
492         (go_plugin_init): Install signal to clear caches after recalcs.
493         (go_plugin_shutdown): Remove above signal.
495 2007-12-21  Jody Goldberg <jody@gnome.org>
497         * Release 1.8.0
499 2007-12-29  Jody Goldberg <jody@gnome.org>
501         * functions.c (help_column) : re-order the help text.  The current
502           dump routine is too stupid to order things correctly for the
503           massaging script.
504         (help_row) : ditto.
506 2007-12-03  Jody Goldberg <jody@gnome.org>
508         * Release 1.7.91
510 2007-11-20  Jody Goldberg <jody@gnome.org>
512         * functions.c (gnumeric_offset) : no need to translate the far corner
513           if there is no width/height specified. [#497294]
515 2007-11-19  Jody Goldberg <jody@gnome.org>
517         * Release 1.7.90
519 2007-11-04  Morten Welinder <terra@gnome.org>
521         * Release 1.7.14
523 2007-10-21  Morten Welinder <terra@gnome.org>
525         * Release 1.7.13
527 2007-09-04  Jody Goldberg <jody@gnome.org>
529         * Release 1.7.12
531 2007-08-31  Morten Welinder  <terra@gnome.org>
533         * functions.c (gnumeric_column): Fix off-by-one.
535 2007-08-30  Jody Goldberg <jody@gnome.org>
537         * functions.c (gnumeric_column) : fix per Harlan Grove's testing that
538           row/column return vectors, not matricies.
539         * functions.c (gnumeric_row) : ditto.  Move to the new help style
540           while I'm in here.
542 2007-08-27  Jody Goldberg <jody@gnome.org>
544         * functions.c (gnumeric_index) : actually return a
545           reference, some functions require it.
547 2007-07-24  Jody Goldberg <jody@gnome.org>
549         * Release 1.7.11
551 2007-05-03  Morten Welinder <terra@gnome.org>
553         * Release 1.7.10
555 2007-04-21  Morten Welinder <terra@gnome.org>
557         * Release 1.7.9
559 2007-03-04  Morten Welinder <terra@gnome.org>
561         * Release 1.7.8
563 2007-02-16  Morten Welinder <terra@gnome.org>
565         * Release 1.7.7
567 2006-12-17  Jody Goldberg <jody@gnome.org>
569         * Release 1.7.6
571 2006-12-04  Jody Goldberg <jody@gnome.org>
573         * Release 1.7.5
575 2006-11-20  Jody Goldberg <jody@gnome.org>
577         * Release 1.7.4
579 2006-11-19  Morten Welinder <terra@gnome.org>
581         * Release 1.7.3
583 2006-10-17  Jody Goldberg <jody@gnome.org>
585         * Release 1.7.2
587 2006-10-02  Jody Goldberg <jody@gnome.org>
589         * Release 1.7.1
591 2006-05-08  Jody Goldberg <jody@gnome.org>
593         * Release 1.7.0
595 2006-01-20  Jody Goldberg <jody@gnome.org>
597         * functions.c (gnumeric_areas) : handle new GNM_EXPR_OP_ARRAY
598           mechanism
600 2006-01-20  Morten Welinder  <terra@gnome.org>
602         * functions.c: Fix left-over uses of argument type B.
604 2005-12-08  Jody Goldberg <jody@gnome.org>
606         * functions.c (gnumeric_address) : Use the new gnm_expr_conv_quote.
607         (gnumeric_areas) : better error handling.
609 2005-11-30  Jody Goldberg <jody@gnome.org>
611         * functions.c (gnumeric_address) : rework to handle the special case
612           of relative refs in R1C1 mode actually being relative, where as in
613           A1 mode the col/row are treated as absolute.
615 2005-11-14  Jody Goldberg <jody@gnome.org>
617         * Release 1.6.1
619 2005-10-10  Jody Goldberg <jody@gnome.org>
621         * Release 1.6.0
623 2005-09-08  Jody Goldberg <jody@gnome.org>
625         * Release 1.5.90
627 2005-08-28  Morten Welinder <terra@gnome.org>
629         * Release 1.5.5
631 2005-08-28  Morten Welinder <terra@gnome.org>
633         * Release 1.5.4
635 2005-08-15  Morten Welinder <terra@gnome.org>
637         * Release 1.5.3
639 2005-06-13  Jody Goldberg <jody@gnome.org>
641         * functions.c (gnumeric_column) : rework to handle arrays locally.
642           As far as we know these are the only position dependent situations
643           for arrays.
644         (gnumeric_row) : ditto.
646 2005-06-13  Jody Goldberg <jody@gnome.org>
648         * Release 1.5.2
650 2005-06-07  Jody Goldberg <jody@gnome.org>
652         * functions.c (gnumeric_indirect) : handle R1C1
654 2005-05-10  Jody Goldberg <jody@gnome.org>
656         * Release 1.5.1
658 2005-02-09  Jody Goldberg <jody@gnome.org>
660         * functions.c (gnumeric_offset) : fix transposition of width and
661           height
663 2005-02-08  Jody Goldberg <jody@gnome.org>
665         * Release 1.5.0
667 2005-01-17  Jody Goldberg <jody@gnome.org>
669         * Release 1.4.2
671 2005-01-09  Jody Goldberg <jody@gnome.org>
673         http://bugzilla.gnome.org/show_bug.cgi?id=163040
674         * functions.c (gnumeric_match) : If type is not specified, default to
675           one not zero.
677 2004-12-09  Jody Goldberg <jody@gnome.org>
679         * Release 1.4.1
681 2004-11-28  Jody Goldberg <jody@gnome.org>
683         * Release 1.4.0
685 2004-11-07  Jody Goldberg <jody@gnome.org>
687         * Release 1.3.93
689 2004-10-31  Jody Goldberg <jody@gnome.org>
691         * Release 1.3.92
693 2004-10-05  Jody Goldberg <jody@gnome.org>
695         * Release 1.3.91
697 2004-09-08  Jody Goldberg <jody@gnome.org>
699         * Release 1.3.90
701 2004-08-29  Jody Goldberg <jody@gnome.org>
703         * Release 1.3.2
705 2004-08-19  Jon K Hellan  <hellan@acm.org>
707         * functions.c: Xref INDIRECT->CELL
709 2004-07-19  Jody Goldberg <jody@gnome.org>
711         * Release 1.3.1
713 2004-03-28  Jody Goldberg <jody@gnome.org>
715         * Release 1.3.0
717 2003-12-23  Jody Goldberg <jody@gnome.org>
719         * Release 1.2.3
721 2003-11-26  Jody Goldberg <jody@gnome.org>
723         * Release 1.2.2
725 2003-10-08  Jody Goldberg <jody@gnome.org>
727         * Release 1.2.1
729 2003-10-05  Jody Goldberg <jody@gnome.org>
731         * functions.c : Have lookup/hlookup/vlookup/match use the new 'B' arg
732           type so that they can correctly handle empties.
733         (find_type_valid) : handle empty.
735 2003-09-15  Jody Goldberg <jody@gnome.org>
737         * Release 1.2.0
739 2003-09-10  Jody Goldberg <jody@gnome.org>
741         * Release 1.1.90
743 2003-08-21  Jody Goldberg <jody@gnome.org>
745         * Release 1.1.20
747 2003-06-23  Andreas J. Guelzow <aguelzow@taliesin.ca>
749         * functions.c: spelling fixes
751 2003-06-07  Jody Goldberg <jody@gnome.org>
753         * Release 1.1.19
755 2003-06-07  Jody Goldberg <jody@gnome.org>
757         * Release 1.1.18
759 2003-05-12  Morten Welinder  <terra@gnome.org>
761         * functions.c (gnumeric_columnnumber): New function.
763 2003-05-11  Jody Goldberg <jody@gnome.org>
765         * Release 1.1.17
767 2003-01-28  Jody Goldberg <jody@gnome.org>
769         * Release 1.1.16
771 2002-12-31  Jody Goldberg <jody@gnome.org>
773         * Release 1.1.15
775 2002-12-22  Jody Goldberg <jody@gnome.org>
777         * Release 1.1.14
779 2002-12-22  Jody Goldberg <jody@gnome.org>
781         * Release 1.1.13
783 2002-11-15  Jody Goldberg <jody@gnome.org>
785         * Release 1.1.12
787 2002-11-01  Jody Goldberg <jody@gnome.org>
789         * Release 1.1.11
791 2002-10-27  Jody Goldberg <jody@gnome.org>
793         * Release 1.1.10
795 2002-10-16  Morten Welinder  <terra@diku.dk>
797         * functions.c (gnumeric_column, gnumeric_row): Plug leaks.
799 2002-10-11  Jody Goldberg <jody@gnome.org>
801         * plugin.xml.in : add areas
802         * functions.c (gnumeric_areas) : new.  A quick simple implementation
803           until the core can support more.
805 2002-10-10  Jody Goldberg <jody@gnome.org>
807         * functions.c (gnumeric_indirect) : always return a cell_range and use
808           the convenience routine gnm_expr_get_range.  The core is now strong
809           enough to handle the intersection and dependencies properly.
811 2002-09-30  Jody Goldberg <jody@gnome.org>
813         * Release 1.1.9
815 2002-09-27  Jody Goldberg <jody@gnome.org>
817         * functions.c (gnumeric_index) : implement multi-region
819 2002-09-11  Jody Goldberg <jody@gnome.org>
821         * functions.c (gnumeric_address) : use sheet_name_quote and add upper
822           bound check.
824 2002-08-30  Morten Welinder  <terra@diku.dk>
826         * functions.c (gnumeric_address): Avoid copying string.
828 2002-08-25  Jody Goldberg <jody@gnome.org>
830         * Release 1.1.8
832 2002-08-12  Jody Goldberg <jody@gnome.org>
834         * Release 1.1.7
836 2002-07-22  Zbigniew Chyla  <cyba@gnome.pl>
838         * plugin.xml.in: Set loader type to "Gnumeric_Builtin:module".
840 2002-07-28  Jukka Pekka  <jiivonen@hutcs.cs.hut.fi>
842         * functions.c: Even more function description clean up.
844 2002-07-27  Jukka Pekka  <jiivonen@hutcs.cs.hut.fi>
846         * functions.c: Function description clean up.
848 2002-07-21  Jody Goldberg <jody@gnome.org>
850         * Release 1.1.6
852 2002-06-22  Jody Goldberg <jody@gnome.org>
854         * functions.c (gnumeric_offset) : no need to special case 1x1 results.
855           but add some clipping for the 2nd
857 2002-05-29  Jody Goldberg <jody@gnome.org>
859         * Release 1.1.4
861 2002-05-21  Morten Welinder  <terra@diku.dk>
863         * functions.c (gnumeric_column, gnumeric_row): Fix 82188.
865 2002-05-09  Andreas J. Guelzow <aguelzow@taliesin.ca>
867         * functions.c (find_index_bisection) : use value_area_get_x_y rather
868           than value_area_fetch_x_y
869           http://bugzilla.gnome.org/show_bug.cgi?id=80126
871 2002-05-03  Andreas J. Guelzow <aguelzow@taliesin.ca>
873         * functions.c : mark argument names for translation and adjust
874           them for use by the formula guru.