expr: remove wrong, but dead, code.
[gnumeric.git] / ChangeLog
blobb844101e03314f20e75064324f419af633cc8665
1 2018-01-01  Morten Welinder  <terra@gnome.org>
3         * src/expr.c (gnm_expr_simplify_if): Remove non-working,
4         non-reachable code relating to true() and false() conditions.
6 2017-12-30  Morten Welinder  <terra@gnome.org>
8         * src/expr.c (gnm_expr_top_get_array_corner): Remove.  All callers
9         changed.
10         (gnm_expr_top_get_array_size, gnm_expr_top_get_array_value)
11         (gnm_expr_top_get_array_expr): New functions.
13         * src/cell.c (gnm_cell_is_array_corner): Remove.  All callers
14         changed.
16 2017-12-29  Morten Welinder  <terra@gnome.org>
18         * src/ssdiff.c (diff_names): Fix checks for inserted or removed
19         name.  #792038.
21 2017-12-28  Morten Welinder <terra@gnome.org>
23         * configure.ac: Post-release bump.
25 2017-12-28  Morten Welinder <terra@gnome.org>
27         * Release 1.12.38
29 2017-12-25  Morten Welinder  <terra@gnome.org>
31         * src/gnm-plugin.c: Avoid using "textdomain" as a variable.
32         * src/func-builtin.c (func_builtin_init): Ditto.
34 2017-12-23  Morten Welinder  <terra@gnome.org>
36         * src/stf-parse.c (stf_parse_sheet): Fix crash on text important.
38 2017-12-04  Morten Welinder  <terra@gnome.org>
40         * src/ssdiff.c (GnmDiffState): Store old_sheet and new_sheet here
41         instead of passing them all over the place.
42         (diff): Compare names too.
44 2017-12-03  Morten Welinder  <terra@gnome.org>
46         * src/ssdiff.c (SSDIFF_DTD): Add proper xmlns definition.
47         (diff): Missing or extra sheet counts as a difference.
49         * src/mstyle.c (gnm_style_find_differences): Don't crash when
50         hlink/validation/inputmsg/conditions is NULL in one and not the other.
52         * src/ssdiff.c (diff_sheets_colrow): New function to compare
53         row/column sizes.
54         (highlight_cell_changed): Survive missing cell.
56 2017-12-01  Morten Welinder <terra@gnome.org>
58         * configure.ac: Post-release bump.
60 2017-12-01  Morten Welinder <terra@gnome.org>
62         * Release 1.12.37
64 2017-11-30  Morten Welinder  <terra@gnome.org>
66         * src/print-cell.c (gnm_gtk_print_cell_range): Eliminate g_alloca
67         usage.
68         * src/parse-util.c (wbref_parse): Ditto.
69         * src/preview-grid.c (preview_grid_draw_region): Ditto.
70         * src/item-grid.c (item_grid_draw_region): Ditto.
71         * src/parser.y (yylex): Ditto.
72         * src/criteria.c (parse_database_criteria): Ditto.
74         * src/sheet-filter.c (gnm_filter_combo_apply): Use heap, not
75         stack, allocation.
77         * src/sheet-style.c (sheet_style_find_conflicts): Use heap, not
78         stack, allocation.
80 2017-11-29  Morten Welinder  <terra@gnome.org>
82         * src/sstest.c (enumerate_functions): Make sure function is loaded.
84         * src/func-builtin.c (help_table): Add help text for TABLE.
86         * src/func.c (gnm_func_enumerate): Introspection annotation.
88         * src/sstest.c (function_dump_defs): Move from func.c with all
89         support code.
90         (gnm_func_sanity_check): Ditto.
92         * src/libgnumeric.c (gnm_dump_func_defs): Not needed anymore.
94         * src/main-application.c (pathetic_qt_workaround): Not needed
95         anymore.
97         * (gnumeric-object-combo.png): redo based on list combo.  This avoids
98         looking strange when insensitive and also is a consistent size.
100 2017-11-18  Morten Welinder <terra@gnome.org>
102         * configure.ac: Post-release bump.
104 2017-11-18  Morten Welinder <terra@gnome.org>
106         * Release 1.12.36
108 2017-10-29  Jean Brefort  <jean.brefort@normalesup.org>
110         * src/gnumeric.css: add grid:selected back-color.
111         * src/item-grid.c (item_grid_draw_region): fix background of multiple
112         selection. [#789411]
114 2017-10-23  Morten Welinder  <terra@gnome.org>
116         * src/func.c (gnm_func_convert_markup_to_pango): Avoid dead kitten
117         criticals.
119 2017-07-06  Morten Welinder <terra@gnome.org>
121         * configure.ac: Post-release bump.
123 2017-07-06  Morten Welinder <terra@gnome.org>
125         * Release 1.12.35
127 2017-06-30  Andreas J. Guelzow <aguelzow@pyrshep.ca>
129         * src/sheet-object-widget.c
130         (sheet_widget_slider_horizontal_draw_cairo): use narrower slider
131         button
133 2017-05-18  Morten Welinder  <terra@gnome.org>
135         * src/sf-bessel.c (hankel1_A1): Use also libc's jn for smallish
136         integer orders.
137         (jy_via_j_series): Rename from y_via_j_series and supply both J
138         and Y results.  Use the full J result accuracy.
139         (gnm_bessel_phi): Improve divergence check.
141 2017-05-16  Morten Welinder  <terra@gnome.org>
143         * src/sf-bessel.c (debye_33): Handle near-overflow better.
144         (gnm_bessel_j, gnm_bessel_y): Use modulus/phase method when
145         appropriate.
147         * src/gutils.c (gnm_utf8_strto): Handle denormals better.
149         * src/value.c (value_new_from_string): Handle denormals betters.
151 2017-04-05  Morten Welinder  <terra@gnome.org>
153         * src/sf-trig.c (gnm_reduce_pi): Rename from reduce_pi_half.
154         Generalize to Pi/2^e and make public.
156 2017-03-28  Morten Welinder  <terra@gnome.org>
158         * src/sf-bessel.c (y_via_j_series): Use gnm_yn if we can.
159         (hankel1_A1): Use gnm_yn if we can.  Near integer order, center
160         around the integer with odd count when we can.
162 2017-03-21  Morten Welinder  <terra@gnome.org>
164         * src/sstest.c (rand_fractile_test): Allow 4*sqrt(expected)
165         deviation for each bin.
166         (test_random_randchisq, test_random_randtdist)
167         (test_random_randfdist): Don't allow df=0.
168         (test_random_randbeta): Don't floor the parameters thus avoiding
169         zero.
171 2017-03-20  Morten Welinder <terra@gnome.org>
173         * configure.ac: Post-release bump.
175 2017-03-20  Morten Welinder <terra@gnome.org>
177         * Release 1.12.34
179 2017-03-17  Morten Welinder  <terra@gnome.org>
181         * src/sheet-style.c (sheet_style_init_size): Don't hand-create a
182         bogus GnmColor here.  The fake object prevents GnmColor equality
183         from working which in turn prevents GnmBorder equality from
184         working.
186         * src/style-color.c (gnm_color_make): Rename from
187         gnm_color_new_uninterned and handle caching here.
188         (gnm_color_new_auto): New function.
190         * src/ssdiff.c (main): Exit 2 on error, 1 of diffs, 0 if no diff.
191         (compare_corresponding_cells): Fall back to string comparison.
192         References like Sheet1!A1 should match even if they, obviously,
193         refer to sheets in different workbooks.
195         * src/style-conditions.c (gnm_style_conditions_equal): Add new
196         relax_sheet argument.
198         * src/validation.c (gnm_validation_equal): New function.
200         * src/mstyle.c (gnm_style_find_differences): New function.
202         * src/ssdiff.c (xml_style_changed): Use
203         gnm_style_find_differences.
205         * src/ssdiff.c (cb_diff_sheets_styles_2): Use relaxed
206         gnm_style_find_differences, not gnm_style_equal.
208         * src/hlink.c (gnm_hlink_equal): New function.
210 2017-03-13  Morten Welinder  <terra@gnome.org>
212         * src/hlink.c (gnm_hlink_cur_wb_set_target): Improve parsing of
213         inter-sheet local name references.
215 2017-03-10  Morten Welinder  <terra@gnome.org>
217         * src/hlink.c (gnm_hlink_get_name_target)
218         (gnm_hlink_get_range_target): New functions.
219         (gnm_hlink_cur_wb_activate): Use gnm_hlink_get_range_target.
221 2017-03-07  Morten Welinder  <terra@gnome.org>
223         * src/parser.y (parser_simple_name): Extract from
224         parser_simple_val_or_name.  Extend to handle explicit sheet.
225         ("sheetref STRING"): Ise parser_simple_name.
227 2017-03-06  Morten Welinder  <terra@gnome.org>
229         * src/expr-name.c (expr_name_add): Plug leak.
231 2017-03-05  Morten Welinder  <terra@gnome.org>
233         * src/hlink.c (GnmHLinkCurWB): Store location as dependent.
234         (gnm_hlink_cur_wb_activate): Move string parsing from here...
235         (gnm_hlink_cur_wb_set_target): ...to here.  Check name first as
236         value_new_cellrange_str will resolve a name.
238         * src/mstyle.c (gnm_style_linked_sheet_changed): Handle changed
239         sheet for hlinks too.
241         * src/hlink.c (gnm_hlink_new, gnm_hlink_dup, gnm_hlink_get_sheet)
242         (gnm_hlink_set_sheet): New functions.
244 2017-01-30  Morten Welinder <terra@gnome.org>
246         * configure.ac: Post-release bump.
248 2017-01-30  Morten Welinder <terra@gnome.org>
250         * Release 1.12.33
252 2017-01-29  Morten Welinder  <terra@gnome.org>
254         * src/style-conditions.c (gnm_style_cond_equal): New function.
255         (gnm_style_conditions_equal): ...split out from here.
257 2017-01-25  Morten Welinder  <terra@gnome.org>
259         * src/mstyle.c (ELEM_IS_EQ): Fix last fix.
261 2017-01-22  Morten Welinder  <terra@gnome.org>
263         * src/stf-parse.c (stf_cell_set_text): Don't parse "=..." as
264         expression for text formatted cells.
265         (stf_parse_sheet): Don't try number parsing for text formatted
266         columns.  Fixes #777543.
268 2017-01-22  Jean Brefort  <jean.brefort@normalesup.org>
270         * src/graph.c (cb_assign_string), (gnm_go_data_vector_get_str): use cell
271         format when generating the string. [#777338]
273 2017-01-19  Morten Welinder  <terra@gnome.org>
275         * src/mstyle.c (ELEM_IS_EQ): Don't compare conditions by pointer.
277         * src/style-conditions.c (gnm_style_conditions_equal): New
278         function.
280 2016-12-08  Morten Welinder  <terra@gnome.org>
282         * src/mathfunc.c (gnm_linear_solve): Use proper matrix type.  All
283         callers changed.
284         (gnm_linear_solve_multiple): Ditto.
286 2016-10-02  Morten Welinder  <terra@gnome.org>
288         * src/libgnumeric.c (gnm_pre_parse_init): Don't pretend the
289         g_mem_set_vtable stuff actually works anymore.
291 2016-08-21  Morten Welinder  <terra@gnome.org>
293         * src/sstest.c (options): Add --fast option.
295         * src/value.c (value_get_as_gstring): Let a negative
296         decimal_digits mean "shortest round-tripping string".
298 2016-08-20  Morten Welinder <terra@gnome.org>
300         * configure.ac: Post-release bump.
302 2016-08-20  Morten Welinder <terra@gnome.org>
304         * Release 1.12.32
306 2016-08-08  Morten Welinder  <terra@gnome.org>
308         * src/criteria.c (criteria_inspect_values): Add flag for string
309         coercion.  Only the equality test wants that.
311         * src/value.c (criteria_inspect_values): Floats don't match
312         errors.
314 2016-08-04  Morten Welinder  <terra@gnome.org>
316         * src/rangefunc-strings.c (range_concatenate): Add (unused) user
317         pointer.
319         * src/collect.c (string_range_function): Add user pointer.  Caller
320         changed.
322 2016-06-29  Morten Welinder <terra@gnome.org>
324         * configure.ac: Post-release bump.
326 2016-06-29  Morten Welinder <terra@gnome.org>
328         * Release 1.12.31
330 2016-06-29  Morten Welinder  <terra@gnome.org>
332         * src/parse-util.c (std_expr_name_handler): Fix workbook confusion
333         related to sheet-local names.  [#768164]
335 2016-06-28  Morten Welinder  <terra@gnome.org>
337         * src/stf-parse.c (stf_parse_options_guess_formats): Handle lines
338         of different lenghts.
340 2016-06-21  Morten Welinder  <terra@gnome.org>
342         * src/value.c (criteria_test_greater_or_equal): Use case-folding
343         comparisons for strings.
344         (parse_criteria, parse_criteria_range): Add argument controlling
345         whether to anchor matching at end of string.
346         (parse_database_criteria): Don't anchor here.
348 2016-06-17  Morten Welinder <terra@gnome.org>
350         * configure.ac: Post-release bump.
352 2016-06-17  Morten Welinder <terra@gnome.org>
354         * Release 1.12.30
356 2016-06-17  Morten Welinder  <terra@gnome.org>
358         * src/value.c (parse_criteria): Anchor matches at the beginning,
359         but not at the end.
361 2016-06-11  Morten Welinder  <terra@gnome.org>
363         * src/value.c (find_rows_that_match): Fix blank handling.
364         (criteria_test_unequal): Wrong type means unequal.
365         (criteria_test_match): Only match strings.
366         (parse_criteria): Don't anchor matches.  This is the right thing
367         to do for DSUM and friends.  Hopefully this doesn't break anything
368         else.
369         (criteria_inspect_values): Strings are incompatible with
370         non-strings.
371         (criteria_test_less, criteria_test_less_or_equal)
372         (criteria_test_greater, criteria_test_greater_or_equal): handle
373         strings.
375 2016-05-19  Morten Welinder  <terra@gnome.org>
377         * src/stf-parse.c (stf_parse_options_guess_formats): Separate
378         decimal counts for the hypothetical comma and point choices.
380 2016-05-10  Morten Welinder  <terra@gnome.org>
382         * src/stf-parse.h (struct StfParseOptions_t): Remove unused struct
383         members.  Doc fix.
385 2016-05-06  Morten Welinder <terra@gnome.org>
387         * configure.ac: Post-release bump.
389 2016-05-06  Morten Welinder <terra@gnome.org>
391         * Release 1.12.29
393 2016-04-29  Morten Welinder  <terra@gnome.org>
395         * src/gui-util.c (gnm_style_context_get_color): Fix function
396         wrapping gtk_style_context_get_color which changed API.
398 2016-04-24  Morten Welinder  <terra@gnome.org>
400         * src/value-sheet.c (value_area_get_x_y): Use
401         gnm_rangeref_normalize.  Do full wrap-around.
403 2016-04-24  Jean Brefort  <jean.brefort@normalesup.org>
405         * src/graph.c (gnm_go_data_matrix_load_values): fix array
406         reading. [#765483]
408 2016-04-17  Jean Brefort  <jean.brefort@normalesup.org>
410         * configure.ac: protect against pxlib weirdness.
412 2016-04-17  Jean Brefort  <jean.brefort@normalesup.org>
414         * src/graph.c (gnm_go_data_vector_load_len): return a nul length if the
415         value is an error.
417 2016-03-22  Morten Welinder <terra@gnome.org>
419         * configure.ac: Post-release bump.
421 2016-03-22  Morten Welinder <terra@gnome.org>
423         * Release 1.12.28
425 2016-03-02  Morten Welinder  <terra@gnome.org>
427         * src/sf-bessel.c: Return complex numbers by value, not reference.
429 2016-02-23  Morten Welinder  <terra@gnome.org>
431         * src/sf-gamma.c: Properly use gnm_ldexp, not ldexp.
433 2016-02-18  Morten Welinder  <terra@gnome.org>
435         * src/parse-util.c (unquote): Properly account backslashes.  Fixes
436         #762278.
438 2016-02-12  Morten Welinder  <terra@gnome.org>
440         * src/complex.h: Add a direct-value interface.
442         * src/ssconvert.c (run_solver): Also create solver reports as
443         indicated in options.
445         * src/cell-draw.c (cell_draw_simplify_attributes): Plug leak.
447 2016-02-10  Morten Welinder  <terra@gnome.org>
449         * src/gnumeric.css (toolbarzone): Set padding for toolbar children
450         to 1px.  While that may be a sligh increase for certain
451         themes/gtk+ versions, it is a large decrease for others, notably
452         what comes with an out-of-the-box OpenSuSE leap.  Override in
453         ~/.config/gtk-3.0/gtk.css if need be.
455         * src/wbc-gtk.c (cb_scroll_wheel): Use shift modifier with scroll
456         wheel for horizontal motion instead of alt.  Window managers tend
457         to eat the latter.
459 2016-02-08  Morten Welinder  <terra@gnome.org>
461         * src/graph.c (gnm_go_data_vector_eval)
462         (gnm_go_data_vector_finalize): Plug leak.
464 2016-02-06  Morten Welinder <terra@gnome.org>
466         * configure.ac: Post-release bump.
468 2016-02-06  Morten Welinder <terra@gnome.org>
470         * Release 1.12.27
472 2016-02-06  Morten Welinder  <terra@gnome.org>
474         * configure.ac (goffice): Require latest for
475         go_complex_from_polar_pi.
477         * src/sf-gamma.c (complex_igamma): Apply fixup for upper gamma
478         when x<0 and a is real.
480 2016-02-04  Morten Welinder  <terra@gnome.org>
482         * src/sf-gamma.c (complex_temme_D): Fix factorial computation.
483         (gnm_complex_continued_fraction): Fail if we would otherwise try
484         to rescale by 0.  Fix termination condition.
485         (igamma_asymp): Fix term update.
486         (complex_igamma): Fix flavour fixup.
488 2016-02-02  Morten Welinder  <terra@gnome.org>
490         * src/sf-gamma.c (complex_igamma): Try asymptotic expansion.
491         (gamma_error_factor): Extend to all positive numbers.
492         (pochhammer_small_n): Allow any x > 1.
493         (qbetaf): Use pochhammer_small_n as long as a > 1 and |b| < 1.
495 2016-02-01  Morten Welinder  <terra@gnome.org>
497         * configure.ac (yacc, lex): Fail if the required program isn't
498         found.
500 2016-01-31  Morten Welinder  <terra@gnome.org>
502         * src/sf-gamma.c (igamma_upper_cf): Extract generic code for
503         complex continued fractions.
505 2016-01-30  Morten Welinder  <terra@gnome.org>
507         * src/sheet-object-widget.c (get_font): Under ssconvert, don't try
508         GtkStyleContext.  Another ABI changes causes that to crash.
510         * src/value.c (find_column_of_field): Insist that the database be
511         a cell range, not an array.
513 2016-01-29  Morten Welinder  <terra@gnome.org>
515         * src/sf-bessel.c (gnm_bessel_i): Use series for small x.
516         (bessel_ij_series): Rename from bessel_j_series and extend to
517         handle i also.
519         * src/sf-gamma.c (qbetaf): Improve accuracy in the case where one
520         argument is less than one.
522         * src/xml-sax-read.c (xml_sax_filter_condition): Leak fix and warn
523         about broken sheet filter.
525         * src/sheet-filter.c (gnm_filter_condition_new_single)
526         (gnm_filter_condition_new_double): Plug leak on error.
527         (gnm_filter_op_needs_value): Handle GNM_FILTER_UNUSED.
529 2016-01-28  Jean Brefort  <jean.brefort@normalesup.org>
531         * src/graph.c (gnm_go_data_vector_get_str): fix for a range
532         value. [#761048]
534 2016-01-27  Morten Welinder  <terra@gnome.org>
536         * src/sf-bessel.c (gnm_bessel_j, gnm_bessel_y): New
537         implementation.
539         * src/wbc-gtk.c (cb_add_menus_toolbars): Work around gtk+ bug with
540         css styling.
542 2016-01-23  Morten Welinder  <terra@gnome.org>
544         * src/parser.y (yylex): Be careful about overflowing numeric
545         token.  Fixes #761023.
547 2016-01-20  Morten Welinder  <terra@gnome.org>
549         * src/complex.h: Namespace.  Mostly for macros.
551 2016-01-16  Morten Welinder  <terra@gnome.org>
553         * src/gnumeric-simple-canvas.c (gnm_simple_canvas_ungrab): Drop
554         unused time argument.  All callers changed.
555         (gnm_simple_canvas_grab): Remove unused arguments and return
556         value.  All callers changed.
558         * src/item-bar.c (item_bar_button_pressed): Handle multiple clicks
559         without regrabbing the focus.  See #760639.
561 2016-01-13  Morten Welinder  <terra@gnome.org>
563         * src/sstest.c (test_random_randsnorm)
564         (test_random_randbernoulli): Print expected stats.
566         * src/xml-sax-read.c (xml_sax_filter_condition): Ensure o0 and op1
567         are sane.  Fixes #760544.
569 2016-01-08  Morten Welinder  <terra@gnome.org>
571         * src/sf-dpq.c (drayleigh): Undo last change and improve accuracy.
573 2016-01-06  Morten Welinder  <terra@gnome.org>
575         * src/mathfunc.c (ebd0): Fix problem with overflow.  [#760230]
577 2016-01-04  Morten Welinder  <terra@gnome.org>
579         * src/sheet-style.c (sheet_style_apply_range)
580         (sheet_style_set_range): Silently ignore inverted ranges.
582 2016-01-03  Morten Welinder  <terra@gnome.org>
584         * src/sheet-style.c (sheet_style_apply_range)
585         (sheet_style_set_range): Ensure sanity of range.  Fixes #760102.
587 2016-01-02  Morten Welinder  <terra@gnome.org>
589         * src/mathfunc.c (expmx2h): Explicitly handle nan, just in case.
591         * src/go-data-cache.c (go_data_cache_records_set_size): Check for
592         zero record size.  Fixes #760087.
594         * src/mathfunc.c (pow1p): Handle nan.  Fixes #760085.
596 2016-01-01  Morten Welinder  <terra@gnome.org>
598         * src/sheet.c (gnm_sheet_constructed): Chain ->constructed early.
600         * src/expr-name.c (expr_name_add): Improve check for circular name
601         defintion.  Fixes #760046.
603 2015-12-28  Morten Welinder  <terra@gnome.org>
605         * src/ssconvert.c (convert): When separating sheets, move current
606         sheet to the front.  See bug #694408.
608         * src/stf-export.c (gnm_stf_file_saver_save): If we add current
609         sheet, remove it at the end.
611 2015-12-28  Morten Welinder <terra@gnome.org>
613         * configure.ac: Post-release bump.
615 2015-12-28  Morten Welinder <terra@gnome.org>
617         * Release 1.12.26
619 2015-12-26  Morten Welinder  <terra@gnome.org>
621         * src/sheet-control-gui.c (sheet_control_gui_new): Hook up screen
622         change here (on the grid).
623         (scg_class_init): Not here.  We're not derived from GtkWidget.
625         * src/sheet-style.c (foreach_tile_r): Rename from foreach_tile.
626         (foreach_tile): New top-level function taking few parameters.  All
627         callers changed.
629 2015-12-25  Morten Welinder <terra@gnome.org>
631         * configure.ac: Post-release bump.
633 2015-12-25  Morten Welinder <terra@gnome.org>
635         * Release 1.12.25
637 2015-12-22  Morten Welinder  <terra@gnome.org>
639         * src/ssdiff.c (xml_style_changed): Do more for input message and
640         validation.
642 2015-12-20  Morten Welinder  <terra@gnome.org>
644         * src/sheet-control-gui.c (scg_screen_changed): New handler to get
645         screen size.
646         (scg_resize): Limit frozen zones to screen size.  Not idea, but
647         better than crashing.
649 2015-12-19  Morten Welinder  <terra@gnome.org>
651         * src/wbc-gtk.c (wbcg_find_action): Search toolbar actions too.
653 2015-12-13  Morten Welinder  <terra@gnome.org>
655         * src/sheet-merge.c (gnm_sheet_merge_relocate): Handle extending
656         merges on column/row insert.  Fixes #504004.
658 2015-12-12  Morten Welinder  <terra@gnome.org>
660         * src/sheet-merge.c (gnm_sheet_merge_relocate): Handling clipping
661         when the merge partially falls off the far end.
663 2015-12-10  Morten Welinder  <terra@gnome.org>
665         * src/gui-util.c (gnm_action_group_add_action): New wrapper to
666         ensure actions get accel paths.
668 2015-12-09  Morten Welinder  <terra@gnome.org>
670         * src/wbc-gtk.c (wbcg_find_action): New function to look in
671         multiple places for an action.
673         * src/gui-util.c (gnm_action_group_add_actions): Handle
674         translation context.  Also handle toggle actions.
676 2015-12-08  Morten Welinder  <terra@gnome.org>
678         * src/wbc-gtk-actions.c (actions): Use GnmActionEntry and C99
679         syntax.
681         * src/gui-util.c (gnm_action_group_add_actions): New function,
682         currently quite dumb.
684         * configure.ac (CC): Insist on c99.
686 2015-12-05  Morten Welinder  <terra@gnome.org>
688         * src/sf-dpq.c (prayleigh, qrayleigh): New functions.
689         (drayleigh): Define in terms of dweibull.
691 2015-12-03  Morten Welinder  <terra@gnome.org>
693         * src/sf-dpq.c (discpfuncinverter): Fix problem at left edge of
694         support.  Fixes R.QHYPER(0.1,3,99,13)
696 2015-10-19  Morten Welinder  <terra@gnome.org>
698         * src/func-builtin.c (gnumeric_table): Make sure to invalidate
699         in[2].  Fixes #752182.
701 2015-09-25  Morten Welinder  <terra@gnome.org>
703         * src/func-builtin.c (gnumeric_table): Don't try to be smart and
704         avoid value copying.  Fixes #752181.
705         (gnumeric_table): Handle repeated cells.  Fixes #752178.
707 2015-09-20  Morten Welinder <terra@gnome.org>
709         * configure.ac: Post-release bump.
711 2015-09-20  Morten Welinder <terra@gnome.org>
713         * Release 1.12.24
715 2015-09-19  Jean Brefort  <jean.brefort@normalesup.org>
717         * src/gui-file.c (gui_file_save_as): just change the extension not more
718         when the original filename has several dots. [ubuntu #1497344]
720 2015-09-11  Jean Brefort  <jean.brefort@normalesup.org>
722         * src/sheet-object.c (cb_so_snap_to_grid): fixed for one cell and absolute
723         anchors. [#754792]
725 2015-08-24  Jean Brefort  <jean.brefort@normalesup.org>
727         * src/sheet-object.c (sheet_object_update_bounds),
728         (sheet_object_set_sheet), (sheet_object_pts_to_anchor): make sure that
729         the objects bounds are always updated. Really fix printing.
730         * src/xml-sax-write.c (xml_write_objects): revert previous change.
732 2015-08-23  Jean Brefort  <jean.brefort@normalesup.org>
734         * src/print.c (gnm_print_sheet_objects): a better fix for sheet objects
735         printing, but still not perfect.
736         * src/sheet-object.c (sheet_object_pts_to_anchor): ditto.
737         * src/xml-sax-write.c (xml_write_objects): ditto.
739 2015-08-22  Jean Brefort  <jean.brefort@normalesup.org>
741         * src/print.c (gnm_print_sheet_objects): fix printing of sheet objects
742         with one cell or absolute anchors. [#753961]
743         * src/sheet-object.c (sheet_object_draw_cairo):
745 2015-07-28  Morten Welinder <terra@gnome.org>
747         * configure.ac: Post-release bump.
749 2015-07-28  Morten Welinder <terra@gnome.org>
751         * Release 1.12.23
753 2015-07-14  Morten Welinder  <terra@gnome.org>
755         * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: Fix typo.
756         #752259.
758 2015-07-09  Morten Welinder  <terra@gnome.org>
760         * src/position.c (gnm_cellpos_init_cellref_ss): Do a full modulo
761         operation.  Fixes #752124.
763 2015-07-06  Morten Welinder  <terra@gnome.org>
765         * src/func-builtin.c (gnumeric_table): Avoid FMR.  Fixes #752021.
767 2015-07-05  Jean Brefort  <jean.brefort@normalesup.org>
769         * src/sheet-object-graph.c (vector_end): fix array overflow. [#751971]
771 2015-07-04  Andreas J. Guelzow <aguelzow@pyrshep.ca>
773         * src/value.c (value_compare_real): handle two empty values however
774         they appear
776 2015-07-03  Morten Welinder  <terra@gnome.org>
778         * src/func-builtin.c (gnumeric_table): Return #REF! outside array
779         context.
781 2015-06-30  Morten Welinder  <terra@gnome.org>
783         * src/expr.c (gnm_expr_eval): Don't crash if an empty array makes
784         it all the way here.
786 2015-06-29  Morten Welinder  <terra@gnome.org>
788         * src/func.c (function_iterate_argument_values): Improve name
789         handling.  Part of #751660.
791 2015-06-28  Morten Welinder  <terra@gnome.org>
793         * src/value-sheet.c (value_area_get_width, value_area_get_height):
794         Use the same normalization as value_area_foreach.  Fixes #751390.
796         * src/stf.c (clear_stray_NULs): Also truncate invalid UTF-8.
797         Fixes #751577.
799 2015-06-26  Morten Welinder  <terra@gnome.org>
801         * src/value.c (value_new_array_empty): Store value_new_empty(),
802         not NULL, in the slots.  We can make this change because
803         value_new_empty() is a singleton that does not need to be
804         released.  Fixes #751502.
806 2015-06-24  Jean Brefort  <jean.brefort@normalesup.org>
808         * src/sheet-object-graph.c (dim_start): fix index test. [#751383]
810 2015-06-23  Jean Brefort  <jean.brefort@normalesup.org>
812         * src/xml-sax-read.c (gnm_xml_finish_obj), (xml_sax_read_obj),
813         (xml_sax_object_end): ensure we always use the right state. [#751217]
815 2015-06-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
817         * samples/excel/engfuns.xls: update to use correct lbm->g conversion
819 2015-06-20  Morten Welinder  <terra@gnome.org>
821         * src/go-data-cache.c (go_data_cache_records_set_size): Check for
822         overflow.
823         (go_data_cache_records_fetch_index): If resizing failed return
824         NULL early.
826 2015-06-18  Andreas J. Guelzow <aguelzow@pyrshep.ca>
828         * src/parse-util.h (_GnmConventions): add union_char field
829         * src/parser.y (yylex): handle union_char
830         (setup_state): set union_char
832 2015-06-18  Morten Welinder  <terra@gnome.org>
834         * src/xml-sax-read.c (xml_sax_read_obj): Only allow type names
835         specifying types derived from sheet objects.  Fixes #751126.
836         (xml_sax_hlink): Similarly.
838 2015-06-16  Morten Welinder  <terra@gnome.org>
840         * src/xml-sax-read.c (handle_delayed_names): Check for circularity
841         in names.  Fixes #751056.
843 2015-05-27  Morten Welinder  <terra@gnome.org>
845         * src/print.c (compute_scale_fit_to): Attempt a workaround for fp
846         division by zero.  Fixes #749917.
848         * src/gnm-so-filled.c (gnm_so_filled_draw_cairo): Plug leak.
850 2015-05-16  Jean Brefort  <jean.brefort@normalesup.org>
852         * src/sheet-object-image.c (content_start): fixed leak, [see #749444,
853         comment #3]
855 2015-05-11  Morten Welinder  <terra@gnome.org>
857         * src/wbc-gtk.c (wbcg_validation_msg): Fix clang warning about
858         something bad that will happen whenever FALSE equals TRUE.
860         * src/go-data-cache.c (go_data_cache_set_val): Use memcpy for
861         inline values.
863         * src/cell.c (gnm_cell_set_array): Improve preconditions.
865 2015-05-09  Morten Welinder  <terra@gnome.org>
867         * src/mstyle.c (gnm_style_set_font_uline): Add sanity check.
869 2015-04-28  Morten Welinder  <terra@gnome.org>
871         * src/xml-sax-read.c (read_file_free_state): Plug leaks related to
872         malformed documents.  Fixes #748596.
873         (xml_sax_unknown): Don't rely on xin->user_state here.  Fixes
874         #748595.
876 2015-04-16  Morten Welinder <terra@gnome.org>
878         * configure.ac: Post-release bump.
880 2015-04-16  Morten Welinder <terra@gnome.org>
882         * Release 1.12.22
884 2015-04-15  Morten Welinder  <terra@gnome.org>
886         * src/ranges.c (gnm_range_compare): New function.
888 2015-04-13  Jean Brefort  <jean.brefort@normalesup.org>
890         * src/wbc-gtk.c (set_entry_contents): format number whenever possible.
891         (see #700599, comment #11).
893 2015-04-11  Andreas J. Guelzow <aguelzow@pyrshep.ca>
895         * src/sheet-object-image.c (gnm_soi_assign_to_sheet): if there is no
896         sheet object name, try the image name.
898 2015-04-11  Morten Welinder  <terra@gnome.org>
900         * src/sf-dpq.c (qcauchy): Handle cancellation.
902         * src/mathfunc.c (pcauchy): Simplify.
904         * src/sf-dpq.c (dnorm): Improve accuracy in certain far-tail cases.
905         (drayleigh): Import from fn-stat.  Rename.  Improve accuracy.
907 2015-04-09  Morten Welinder  <terra@gnome.org>
909         * src/sheet-filter.c (filter_expr_eval): Fix UMR in the non-match
910         case.
912 2015-04-04  Morten Welinder  <terra@gnome.org>
914         * src/xml-sax-read.c (xml_sax_read_obj): Fix reading anchor mode.
915         Fixes #747356.
917         * src/xml-sax-write.c (xml_write_objects): Save only relevant
918         parts of the cell bound.
920         * src/sheet-control-gui.c (scg_object_coords_to_anchor):
921         Initialize parts of cell_bound not used.
923 2015-04-01  Morten Welinder  <terra@gnome.org>
925         * src/sheet-object-graph.c (gnm_sogg_prep_sax_parser): Use
926         GNM_XML_2ND here too.
927         (gnm_sogg_sax_parser_done): Plug leak.
929 2015-03-30  Morten Welinder  <terra@gnome.org>
931         * src/sheet-object.c (gnm_sheet_object_anchor_mode_get_type): New
932         function.
934         * src/xml-sax-read.c (xml_sax_read_obj): Use an enum for anchor
935         mode.
937         * src/sstest.c (test_random_randhyperg): Take var=0 case into
938         account when checking mean.
940         * src/sheet-object-graph.c (sheet_object_graph_new): Allow NULL
941         graph here.
943 2015-03-30  Jean Brefort  <jean.brefort@normalesup.org>
945         * src/graph.h: add support for absolute anchoring of sheet objects.
946         * src/item-grid.c: ditto.
947         * src/sheet-control-gui.c: ditto.
948         * src/sheet-filter.c: ditto.
949         * src/sheet-object-cell-comment.c: ditto.
950         * src/sheet-object-component.c: ditto.
951         * src/sheet-object-graph.c: ditto and make graphs not anymore resize with
952         cells by default. [#684450]
953         * src/sheet-object-image.c: make images don't resize with cells by default.
954         * src/sheet-object.c : add support for absolute anchoring of sheet objects.
955         * src/sheet-object.h: ditto.
956         * src/workbook-view.c: ditto.
957         * src/xml-sax-read.c: ditto.
958         * src/xml-sax-write.c: ditto.
960 2015-03-30  Morten Welinder  <terra@gnome.org>
962         * src/xml-sax-read.c (grammar): Use new libgsf check for "2nd".
964 2015-03-23  Morten Welinder  <terra@gnome.org>
966         * src/sstest.c (rand_fractile_test): Plug leak.
968 2015-03-21  Morten Welinder  <terra@gnome.org>
970         * src/sstest.c (rand_fractile_test): Add support for
971         non-continuous distributions.
973         * src/mathfunc.c (qgeom): Update to current version in R.
975         * src/gnm-random.c (random_geometric): Don't add one.
976         r.{d,p,q}geom all use the version with support {0,1,2,3,...}
978 2015-03-20  Morten Welinder  <terra@gnome.org>
980         * src/sstest.c (test_random_randbinom): New test.
981         (test_random_randbetween): New test.
982         (test_random_randexp): New test.
983         (test_random_randpoisson): New test.
984         (test_random_randgeom): New test.
985         (test_random_randnegbinom): New test.
986         (test_random_randlog): New test.
987         (test_random_randdiscrete): New test.
988         (test_random_randgamma): New test.
989         (test_random_randtdist): New test.
990         (test_random_randuniform): New test.
991         (test_random_randfdist): New test.
992         (test_random_randcauchy): New test.
993         (test_random_randbeta): New test.
994         (test_random_randchisq): New test.
995         (test_random_randhyperg): New test.
997         * src/gnm-random.c (random_logarithmic): Fix.  See #746449.
999 2015-03-19  Morten Welinder  <terra@gnome.org>
1001         * src/func.c (dump_samples): New function to dump all sample in
1002         help documentation to csv format.
1004         * src/sf-gamma.c (qbetaf): Return zero as result when a+b is a
1005         non-positive integer, but neither a nor b is.
1007 2015-03-07  Morten Welinder  <terra@gnome.org>
1009         * src/xml-sax-write.c: Use new go_xml_out_add_double.
1011         * src/sheet-object-widget.c
1012         (sheet_widget_adjustment_write_xml_sax): Use new
1013         go_xml_out_add_double.
1015         * src/sheet-object-image.c (gnm_soi_write_xml_sax): Use new
1016         go_xml_out_add_double.
1018 2015-03-05  Morten Welinder  <terra@gnome.org>
1020         * src/sheet-object-image.c (sheet_object_image_set_image): Drop
1021         copy_data argument and simply assume it.
1023 2015-03-04  Morten Welinder <terra@gnome.org>
1025         * configure.ac: Post-release bump.
1027 2015-03-04  Morten Welinder <terra@gnome.org>
1029         * Release 1.12.21
1031 2015-03-03  Morten Welinder  <terra@gnome.org>
1033         * src/xml-sax-write.c (gnm_xml_file_save_full): Back down on the
1034         version we write and document why we can't easily increase that
1035         version.
1037 2015-03-02  Morten Welinder  <terra@gnome.org>
1039         * src/xml-io-version.h (GnumericXMLVersion): Add new dtd version.
1041         * src/xml-sax-read.c (xml_sax_wb): Bring dtd list up to date.
1042         (xml_sax_version): Bring version list up to date.
1044 2015-03-01  Morten Welinder  <terra@gnome.org>
1046         * src/sheet-object-widget.c
1047         (sheet_widget_list_base_set_selection_value): Plug leak.
1049 2015-02-28  Jean Brefort  <jean.brefort@normalesup.org>
1051         * src/sheet-object-image.c (gnm_soi_assign_to_sheet): ensure that the
1052         pixbuf stores the image type.
1054 2015-02-28  Morten Welinder  <terra@gnome.org>
1056         * src/sheet-object-image.c (SheetObjectImage): Just keep the
1057         image, not the bytes in addition.
1058         (gnm_soi_class_init): Use property "image" of type GOImage instead
1059         of "image-data" weirdness.
1060         (gnm_soi_draw_cairo): Remove non-functional fallback.
1061         (gnm_soi_default_size): Ditto.
1063 2015-02-27  Morten Welinder  <terra@gnome.org>
1065         * src/sheet-object-image.c (gnm_soi_get_property): Use a boxed
1066         type for image data.  Create image data if needed.
1067         (SheetObjectImage): Use a properly allocated GByteArray.
1069         * src/sheet-object-widget.c
1070         (sheet_widget_adjustment_user_config_impl): Widgets must have
1071         changed names at some point.  Adjust for that.
1073 2015-02-25  Morten Welinder  <terra@gnome.org>
1075         * src/sheet-object-widget.c (sheet_widget_list_base_set_sheet):
1076         Also evaluate here.
1077         (SOW_MAKE_TYPE): Don't evaluate unless we have a sheet for the
1078         contents.
1080 2015-02-23  Morten Welinder  <terra@gnome.org>
1082         * src/sheet-object-widget.c (sheet_widget_radio_button_get_value):
1083         New function.
1085 2015-02-21  Morten Welinder  <terra@gnome.org>
1087         * src/commands.c (cmd_so_set_adjustment_adj): horizontal is a
1088         gboolean, not a double.
1090         * src/sheet-object-widget.c
1091         (sheet_widget_adjustment_write_xml_sax): Save with sufficient, not
1092         fixed, precision.
1093         (sheet_widget_adjustment_set_horizontal): Take advantage of this
1094         new-fangled orientation for scrollbars.
1096 2015-02-20  Morten Welinder  <terra@gnome.org>
1098         * src/sheet-object-widget.c: Make checkbox' "active" writable.
1099         (cb_button_released): Set value to FALSE here(!)
1101 2015-02-18  Morten Welinder  <terra@gnome.org>
1103         * src/commands.c (cmd_search_replace_do_cell): Don't report and
1104         error just because a cell with text format fails to produce an
1105         expression.  That's expected for text format.
1107 2015-02-17  Morten Welinder  <terra@gnome.org>
1109         * src/sheet-object-image.c (gnm_soi_get_property): Plug leak.
1111 2015-02-11  Morten Welinder  <terra@gnome.org>
1113         * src/gnm-so-filled.c (gnm_so_filled_write_xml_sax): Don't bother
1114         writing duplicate style so version 1.2 and earlier can read it.
1116 2015-02-11  Jean Brefort  <jean.brefort@normalesup.org>
1118         * src/graph.c (cb_assign_val): use go_nan instead of infinite for strings
1119         that can't be convered to valid numbers.
1121 2015-02-10  Morten Welinder  <terra@gnome.org>
1123         * src/gnm-so-line.c (gnm_so_line_draw_cairo): Simplify.
1125 2015-02-06  Morten Welinder  <terra@gnome.org>
1127         * src/sheet-object-widget.c (sheet_widget_adjustment_set_link)
1128         (sheet_widget_button_set_link, sheet_widget_checkbox_set_link)
1129         (sheet_widget_radio_button_set_link)
1130         (sheet_widget_list_base_set_links)
1131         (sheet_widget_adjustment_set_details): Only link if we have a
1132         sheet.
1134 2015-02-04  Morten Welinder <terra@gnome.org>
1136         * configure.ac: Post-release bump.
1138 2015-02-04  Morten Welinder <terra@gnome.org>
1140         * Release 1.12.20
1142 2015-01-30  Morten Welinder  <terra@gnome.org>
1144         * src/sheet-object-widget.c
1145         (sheet_widget_adjustment_set_horizontal): Make this public.
1147 2015-01-23  Morten Welinder <terra@gnome.org>
1149         * configure.ac: Post-release bump.
1151 2015-01-23  Morten Welinder <terra@gnome.org>
1153         * Release 1.12.19
1155 2015-01-20  Morten Welinder  <terra@gnome.org>
1157         * src/gui-util.h (gnumeric_filter_modifiers): Drop reserved bits.
1158         See bug #743130.
1160 2015-01-19  Morten Welinder  <terra@gnome.org>
1162         * src/gutils.c (gnm_icon_dir): Remove.
1164         * src/wbc-gtk.c (cb_sheet_label_drag_begin): Load arrow from glib
1165         resources.
1167         * src/sheet-object-image.c (gnm_soi_new_view): Load unknown-image
1168         from glib resources.
1170         * src/gui-util.c (gnumeric_load_image, gnumeric_load_pixbuf):
1171         Delete.
1173         * src/gnm.gresource.xml: pre-process xpm files.  gdkpixbuf will
1174         otherwise dump them in temporary files in order to load them.
1176         * src/workbook.c (workbook_update_graphs): New function.
1178         * src/workbook-view.c (workbook_view_new_from_input): Update
1179         graphs.
1181 2015-01-14  Morten Welinder  <terra@gnome.org>
1183         * src/xml-sax-read.c (xml_sax_cell_content): When we fail to parse
1184         an expresssion, make it a string instead of dropping it on the
1185         floor.
1187 2015-01-13  Morten Welinder  <terra@gnome.org>
1189         * src/xml-sax-read.c (xml_sax_cell_content): When we discover a
1190         missing shared expression, define a dummy version so we don't get
1191         repeated errors.
1193 2015-01-09  Morten Welinder  <terra@gnome.org>
1195         * src/value.c (value_compare_real): Rewrite.  Handle errors and
1196         sort them later than other values.  This fixes #742601.
1198 2015-01-01  Morten Welinder  <terra@gnome.org>
1200         * src/gui-util.c (gnumeric_message_dialog_create): Use icon theme
1201         names, not stock ids.
1203         * src/gnm-pane.c (update_control_point_colors): Avoid
1204         gtk_style_context_get_background_color.
1205         * src/item-cursor.c (ic_reload_style): Ditto.
1207 2014-12-30  Morten Welinder  <terra@gnome.org>
1209         * src/rendered-value.c (gnm_rendered_value_new):
1210         GNM_HALIGN_DISTRIBUTED is justify+center.  Fixes #726155.
1212 2014-12-27  Morten Welinder  <terra@gnome.org>
1214         * src/colrow.c (colrow_set_visibility): Don't create columns/rows
1215         unless we really have to.
1217 2014-12-25  Morten Welinder  <terra@gnome.org>
1219         * src/sheet-object-graph.c (sog_cb_open_in_new_window): Fix
1220         multihead issue.
1222         * src/gnm-graph-window.c: Avoid GTK_STOCK_xxx completely.
1224         * src/wbc-gtk-actions.c (SheetDirection): use proper icon.
1226         * src/wbc-gtk.c (cb_sheet_direction_change): New function to fix
1227         icon on sheet direction changes.
1229         * src/wbc-gtk-actions.c: Eliminate many uses of GTK_STOCK_...
1231 2014-12-24  Morten Welinder  <terra@gnome.org>
1233         * src/wbc-gtk.c (wbcg_show_save_dialog)
1234         (wbcg_close_if_user_permits): Constant propagation.
1236         * src/gui-util.c (gnumeric_message_dialog_create): Slightly less
1237         GtkStock usage.  (Maybe kill whole function?  Only two users.)
1239 2014-12-22  Morten Welinder  <terra@gnome.org>
1241         * icons/fake-index-theme: we need actions directories too.
1243 2014-12-21  Morten Welinder  <terra@gnome.org>
1245         * src/item-bar.c (ib_reload_sizing_style): Add fallback for font
1246         handling.
1248 2014-12-20  Morten Welinder  <terra@gnome.org>
1250         * src/sheet.c (sheet_insdel_colrow): Fix handling of too-big
1251         count in delete, such as used from sheet resize.
1253 2014-12-19  Morten Welinder  <terra@gnome.org>
1255         * src/libgnumeric.c (gnm_pre_parse_init): Use putenv for win32
1256         (before g_setenv is available).
1258 2014-12-16  Morten Welinder  <terra@gnome.org>
1260         * src/sstest.c (test_insdel_rowcol_names): Use column name, not
1261         number.
1263         * src/sheet.c (sheet_insdel_colrow): Fix "sticky-end" setting for
1264         the delete case.
1266 2014-12-15  Morten Welinder  <terra@gnome.org>
1268         * src/sheet-style.c (sheet_style_insdel_colrow): Rename from
1269         sheet_style_insert_colrow and handled deletion too.
1271         * src/sheet.c (sheet_insdel_colrow): Merge from sheet_insert_rows,
1272         sheet_insert_cols, sheet_delete_rows, sheet_delete_cols.  Simplify
1273         and clean up.
1275         * src/dependent.c (dependent_has_pos, dependent_move): New
1276         functions.
1278 2014-12-14  Morten Welinder  <terra@gnome.org>
1280         * src/sheet.c (sheet_colrow_add): Make sure the slot we use is
1281         free.
1283 2014-12-11  Morten Welinder  <terra@gnome.org>
1285         * src/dependent.c (style_dep_debug_name): Include position too.
1287         * src/sheet.c (sheet_colrow_add): Merge from sheet_col_add and
1288         sheet_row_add.
1289         (colrow_move): Change parameterization slightly.
1291 2014-12-06  Morten Welinder  <terra@gnome.org>
1293         * src/sheet-control-gui.c (scg_unant): Destroy item cursors.  We
1294         want them visually gone and g_object_unref does not guarantee
1295         that.
1297         * src/sheet.c (sheet_insert_rows, sheet_insert_cols): Clear style
1298         dependents.  A later step clears and re-applies style completely
1299         for the moved area.  Fixes #741197.
1301         * src/sheet-style.c (sheet_style_clear_style_dependents): New
1302         function.
1304         * src/sheet.c (sheet_insert_rows, sheet_insert_cols)
1305         (sheet_delete_cols, sheet_delete_rows): Plug leaks.
1307         * src/command-context.c (gnm_cmd_context_error_splits_array): Plug
1308         leak.
1309         (gnm_cmd_context_error_splits_merge): Plug leak.
1311 2014-11-15  Morten Welinder  <terra@gnome.org>
1313         * src/sheet-control-gui.c (scg_object_unselect): Avoid crashing if
1314         the wbc is already gone.
1316 2014-11-09  Morten Welinder  <terra@gnome.org>
1318         * src/gui-clipboard.c (text_to_cell_region): Guard against NULL
1319         data.  Might fix Redhat #1160975.
1321 2014-10-28  Morten Welinder  <terra@gnome.org>
1323         * src/style.c (find_font): Accept NULL font name.
1325 2014-10-27  Morten Welinder  <terra@gnome.org>
1327         * src/sheet.c (sheet_destroy_contents): Plug leak from fuzzed
1328         code.
1330 2014-10-27  Jean Brefort  <jean.brefort@normalesup.org>
1332         * src/item-cursor.c (cb_item_cursor_animation): use
1333         goc_canvas_invalidate_region() for ants walking.  Avoid drawing
1334         outside of a draw event.
1336 2014-10-26  Morten Welinder  <terra@gnome.org>
1338         * src/value.h (VALUE_IS_CELLRANGE, VALUE_IS_ARRAY): New macros.
1339         Use throughout.
1340         (GnmValue): Drop type union member.  C99 requires that this be
1341         accessed in a structure.  We have v_any for that.
1343 2014-10-25  Morten Welinder  <terra@gnome.org>
1345         * src/expr-impl.h (GNM_EXPR_GET_OPER): Redefine in a way that
1346         ought to survive both gcc's aliasing analysis and valgrind's
1347         bitfield problems.
1349 2014-10-24  Morten Welinder  <terra@gnome.org>
1351         * src/xml-sax-write.c (xml_write_selection_info): Plug leak.
1353 2014-10-21  Morten Welinder  <terra@gnome.org>
1355         * src/mstyle.c (gnm_style_dump_color): Also dump auto flag.
1357 2014-09-25  Morten Welinder <terra@gnome.org>
1359         * configure.ac: Post-release bump.
1361 2014-09-25  Morten Welinder <terra@gnome.org>
1363         * Release 1.12.18
1365 2014-09-25  Morten Welinder  <terra@gnome.org>
1367         * src/sheet-filter.c (gnm_filter_condition_new_single)
1368         (gnm_filter_condition_new_double): Fix preconditions.  See
1369         #735249.
1371 2014-09-23  Morten Welinder  <terra@gnome.org>
1373         * src/libgnumeric.c (gnm_pre_parse_init): Mess with gobject so it
1374         doesn't spew deprecation warnings by default.
1376 2014-09-11  Morten Welinder  <terra@gnome.org>
1378         * src/style.c (gnm_translate_underline_from_pango): Survive
1379         PANGO_UNDERLINE_ERROR.
1381 2014-06-09  Morten Welinder <terra@gnome.org>
1383         * configure.ac: Post-release bump.
1385 2014-06-09  Morten Welinder <terra@gnome.org>
1387         * Release 1.12.17
1389 2014-05-28  Morten Welinder  <terra@gnome.org>
1391         * src/sheet-control-gui.c (resize_pane_pos): Improve the situation
1392         when we drag the handle into the col/row canvas.
1394         * src/sheet-view.c (sv_freeze_panes): Add debug code.
1396         * src/sheet-control-gui.c (scg_finalize): Get rid of the drag
1397         handler.  Fixes #730884.
1399 2014-05-27  Morten Welinder  <terra@gnome.org>
1401         * src/gnm-pane.c (gnm_pane_header_init): Hold references to
1402         col/row canvas.  Fixes #730857.
1403         (gnm_pane_dispose): Release references.
1405 2014-05-23  Morten Welinder <terra@gnome.org>
1407         * configure.ac: Post-release bump.
1409 2014-05-23  Morten Welinder <terra@gnome.org>
1411         * Release 1.12.16
1413 2014-05-23  Morten Welinder  <terra@gnome.org>
1415         * src/clipboard.c (clipboard_copy_ranges_undo): New function.  We
1416         need better building blocks for commands; this is one such.
1418 2014-05-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
1420         * src/commands.c (cmd_hyperlink_undo): use posiitons rather than cells
1421         (cmd_hyperlink_redo): ditto
1422         (cmd_hyperlink_finalize): ditto
1423         (cb_cmd_hyperlink_find_cells): ditto
1425 2014-05-20  Morten Welinder  <terra@gnome.org>
1427         * src/gutils.c (gnm_hash_table_foreach_ordered): New function.
1429         * src/gnm-so-filled.c (gnm_so_filled_write_xml_sax): Don't write
1430         outline and fill colours that are auto, even for the 1.0 format.
1432         * src/mstyle.c (gnm_style_link_dependents): Speed up certain large
1433         conditional format ranges.
1435 2014-05-14  Morten Welinder  <terra@gnome.org>
1437         * src/ssindex.c (ssindex): Use gnm_object_has_readable_prop.
1439         * src/gutils.c (gnm_object_has_readable_prop): New function.
1441         * configure.ac (scrollkeeper): Test if we have it.
1443 2014-05-05  Morten Welinder  <terra@gnome.org>
1445         * src/wbc-gtk.c (toolbar_context_menu): Remove
1446         HAVE_GTK_HANDLE_BOX_FLOAT_WINDOW.  That has been unconditionally
1447         false for years and is unsupported in gtk+.
1449 2014-04-30  Morten Welinder <terra@gnome.org>
1451         * configure.ac: Post-release bump.
1453 2014-04-30  Morten Welinder <terra@gnome.org>
1455         * Release 1.12.15
1457 2014-04-23  Morten Welinder  <terra@gnome.org>
1459         * src/complete.c (complete_idle): Avoid abort().
1461         * src/wbc-gtk.c (cb_update_idle): Clear ->idle when we cancel the
1462         source.
1464 2014-04-22  Morten Welinder  <terra@gnome.org>
1466         * src/style-color.c (gnm_color_new_name): Remove.  All calls
1467         replaced with calls to gnm_color_new_go.
1469         * src/sheet-style.c (sheet_style_init_size): Plug leak.
1471         * src/style-color.c (gnm_color_shutdown): Free the auto colours.
1473 2014-04-21  Morten Welinder  <terra@gnome.org>
1475         * src/gnumeric.css (GnmNotebook): Set padding for top and bottom
1476         only in the hop of fixing #728465.
1478 2014-04-13  Morten Welinder <terra@gnome.org>
1480         * configure.ac: Post-release bump.
1482 2014-04-13  Morten Welinder <terra@gnome.org>
1484         * Release 1.12.14
1486 2014-04-11  Morten Welinder  <terra@gnome.org>
1488         * src/item-bar.c: Get colours when we draw; only get sizing
1489         relevant information at odd times, in particular when parent
1490         widgets may be insensitive, such as during a load-onto-pristine.
1491         Fixes #728007.
1493 2014-04-10  Morten Welinder  <terra@gnome.org>
1495         * src/item-bar.c (ib_reload_style): Add debug code.
1497 2014-04-09  Morten Welinder  <terra@gnome.org>
1499         * src/number-match.c (format_match_datetime): Plug leak on certain
1500         failure cases.
1502 2014-04-02  Morten Welinder  <terra@gnome.org>
1504         * src/sf-gamma.c (pochhammer): Plain floor is good enough for
1505         integer test.
1507 2014-03-30  Morten Welinder  <terra@gnome.org>
1509         * src/application.c (gnm_app_remove_extra_ui): Remove from global
1510         list of extra uis.
1512 2014-03-28  Morten Welinder  <terra@gnome.org>
1514         * src/main-application.c (main): Move Ubuntu hack earlier.
1516 2014-03-27  Morten Welinder  <terra@gnome.org>
1518         * src/main-application.c (main): Attempt to banish ubuntu's
1519         overlay scrollbar which don't work.
1521 2014-03-21  Morten Welinder  <terra@gnome.org>
1523         * src/style-conditions.c (gnm_style_cond_eval): Make "Contains..."
1524         case insensitve and allow wildcards.
1526         * src/gutils.c (gnm_excel_search_impl): New function, extracted
1527         from fn-string.
1529         * src/style-conditions.c (generate_end_match): Use case
1530         insensitive comparison.  Pull negation into the operator.
1531         (gnm_style_cond_eval): "Start with..." and "Ends with..." are case
1532         insensitive.
1534 2014-03-18  Morten Welinder  <terra@gnome.org>
1536         * src/gui-util.c (kill_popup_menu): One more try at really killing
1537         the context menu after we're done with it.
1539         * src/item-grid.c (item_grid_realize): Plug leak.
1541 2014-03-18  Morten Welinder <terra@gnome.org>
1543         * configure.ac: Post-release bump.
1545 2014-03-18  Morten Welinder <terra@gnome.org>
1547         * Release 1.12.13
1549 2014-03-18  Morten Welinder  <terra@gnome.org>
1551         * src/wbc-gtk.c (cb_screen_changed): Plug leak by unloading css
1552         providers from screens on exit.
1554         * src/sheet-style.c (cell_tile_dump): Less debug chatter.
1556 2014-03-17  Morten Welinder  <terra@gnome.org>
1558         * src/mathfunc.c (gnm_log2): Remove.  Use libm's log2.
1560 2014-03-16  Morten Welinder  <terra@gnome.org>
1562         * src/expr.c (gnm_expr_eval): Survive dynamic deps in conditional
1563         formats.  I'm not positive we do things right, but this avoids
1564         criticals, at least.
1566         * src/cell.c (cell_set_expr_internal): Don't change an existing
1567         value.
1569 2014-03-15  Morten Welinder  <terra@gnome.org>
1571         * src/style-border.c (gnm_border_shutdown): New function to help
1572         debug leaks.  Shutdown border_none here.
1574         * src/style-color.c (gnm_color_shutdown): Not here.
1576 2014-03-15  Jean Brefort  <jean.brefort@normalesup.org>
1578         * src/item-grid.c (item_grid_realize), (cb_cursor_come_to_rest): move
1579         the tooltip where it will not immediatly be destroyed after creation.
1580         [really fix #706659]
1582 2014-03-14  Morten Welinder  <terra@gnome.org>
1584         * src/xml-sax-write.c (xml_write_style): Don't write a font name
1585         if we don't have any.
1587 2014-03-14  Jean Brefort  <jean.brefort@normalesup.org>
1589         * src/gui-util.c (gnm_canvas_get_position): fix tooltip position. [#725941]
1591 2014-03-13  Morten Welinder  <terra@gnome.org>
1593         * src/style-conditions.c (gnm_style_cond_eval): New function
1594         extracted from gnm_style_conditions_eval.  Make "equal" case
1595         insensitive.  Fixes #726246.
1597         * src/ssconvert.c (convert): Show resize message only if verbose.
1599 2014-03-12  Morten Welinder  <terra@gnome.org>
1601         * src/style-conditions.c (gnm_style_cond_get_alternate_expr): New
1602         function.
1603         (gnm_style_cond_canonicalize): New function.
1605         * src/ssconvert.c (convert): only print "Using exporter ..." if
1606         --verbose is given, and print it to stderr.
1608 2014-03-11  Morten Welinder  <terra@gnome.org>
1610         * src/sheet.c (cb_set_markup): Don't mess directly with
1611         cell->value.  We need to trigger a re-render.  Fixes #726086.
1613         * src/wbc-gtk-edit.c (wbcg_edit_finish): Also supply the markup
1614         for the pre-validation assignment.
1616         * src/sheet.c (sheet_cell_set_text): Put markup on the value
1617         before assigning it to the cell.
1619 2014-03-10  Morten Welinder  <terra@gnome.org>
1621         * gnumeric.xsd: Update valign/halign attributes.  Update print
1622         setup.
1624         * src/sheet-filter.c (gnm_filter_condition_new_single)
1625         (gnm_filter_condition_new_double): Add preconditions.
1627 2014-03-07  Morten Welinder  <terra@gnome.org>
1629         * src/wbc-gtk.c (cb_adjust_foreground_attributes): Fix warning.
1631 2014-03-05  Morten Welinder  <terra@gnome.org>
1633         * src/expr.c (gnm_expr_top_is_volatile): New function.
1635         * src/workbook-view.c (workbook_view_new_from_input): Queue all
1636         volatile expressions.
1638         * src/dependent.c (workbook_queue_volatile_recalc): New function.
1639         (dependent_is_volatile): New function.
1641         * src/sheet.c (sheet_range_set_expr_cb, sheet_range_set_text):
1642         Don't set the initial range here.
1644         * src/expr.c (gnm_expr_top_first_funcall)
1645         (gnm_expr_contains_subtotal, gnm_expr_top_get_ranges)
1646         (gnm_expr_top_referenced_sheets): Rewrite in terms of
1647         gnm_expr_walk.
1648         (gnm_expr_top_get_boundingbox): Set initial range here.
1650         * src/expr-name.c (expr_name_check_for_loop, cb_expr_name_in_use):
1651         Ditto.
1653 2014-03-03  Morten Welinder <terra@gnome.org>
1655         * configure.ac: Post-release bump.
1657 2014-03-03  Morten Welinder <terra@gnome.org>
1659         * Release 1.12.12
1661 2014-03-03  Andreas J. Guelzow <aguelzow@pyrshep.ca>
1663         * src/wbc-gtk.c (cb_bnotebook_page_reordered): provide undo
1665 2014-03-02  Morten Welinder  <terra@gnome.org>
1667         * src/wbc-gtk.c (cb_workbook_debug_info): New debug flag
1668         name-collections.
1669         (wbcg_sheet_order_changed): Mark ui as being updated.
1670         (cb_bnotebook_page_reordered): Ignore during UI update.
1672         * src/expr-name.c (gnm_named_expr_collection_dump)
1673         (gnm_named_expr_collection_sanity_check): New function.
1675         * src/application.c (gnm_app_sanity_check): New function.
1677         * src/expr-name.c (gnm_named_expr_collection_new): Don't use the
1678         string inside the GOString as a hash key.  It can change.
1679         (gnm_named_expr_collection_foreach): As a consequence of the
1680         above, the first argument to the handler for
1681         gnm_named_expr_collection_foreach changes to something
1682         unspecified.  All callers changed.
1684         * src/sheet.c (sheet_dup): Don't flip display-outlines for the new
1685         sheet.
1687         * src/xml-sax-read.c (xml_sax_named_expr_end): Avoid criticals
1688         when encountering strangeness.
1690 2014-02-28  Morten Welinder  <terra@gnome.org>
1692         * src/sheet-control-gui.c (resize_pane_pos, set_resize_pane_pos):
1693         If row/column canvas is not visible, ignore them.
1694         (scg_gtk_paned_set_position): Don't allow negative position.
1695         Fixes #725375.
1697         * src/ssdiff.c (diff_sheets_attrs): Detect more sheet attribute
1698         changes.
1700 2014-02-27  Jean Brefort  <jean.brefort@normalesup.org>
1702         * src/item-grid.c (item_grid_draw_region): fix background filling for
1703         rtl sheets. [#725276]
1705 2014-02-25  Morten Welinder  <terra@gnome.org>
1707         * src/gui-util.c (kill_popup_menu): Avoid criticals inside gtk+.
1708         (gnumeric_create_popup_menu): Drop return value from handler.
1710         * src/xml-sax-write.c (xml_write_objects): Sort sheet objects that
1711         are cell comments by position.
1713 2014-02-24  Morten Welinder  <terra@gnome.org>
1715         * src/xml-sax-write.c (xml_write_geometry): Don't output a 0x0 size.
1717         * src/colrow.c (colrow_equal): Don't use floating-point equality
1718         here.  Allow a difference of 1e-5 pt for size.
1720 2014-02-23  Morten Welinder  <terra@gnome.org>
1722         * src/sheet.c (gnm_sheet_resize_main): When expanding a sheet,
1723         fill in the new areas with most common styles for the rows to the
1724         left of the new columns or the columns above the new area.
1726 2014-02-19  Morten Welinder  <terra@gnome.org>
1728         * plugins/fn-math/functions.c (gnumeric_log2): Use gnm_log2.
1729         (gnumeric_log): Use gnm_log2 and gnm_log10 as appropriate.
1731         * src/mathfunc.c (gnm_log2): New function.
1733 2014-02-18  Morten Welinder  <terra@gnome.org>
1735         * src/ssdiff.c (xml_style_changed): Report differences for
1736         auto-color settings.
1738 2014-02-17  Morten Welinder  <terra@gnome.org>
1740         * src/ssconvert.c (convert): Add --resize option.
1742 2014-02-16  Jean Brefort  <jean.brefort@normalesup.org>
1744         * src/item-grid.c (item_grid_realize): fix persistence of
1745         hyperlink tips. [see #724108]
1747 2014-02-16  Morten Welinder <terra@gnome.org>
1749         * configure.ac: Post-release bump.
1751 2014-02-16  Morten Welinder <terra@gnome.org>
1753         * Release 1.12.11
1755 2014-02-16  Morten Welinder  <terra@gnome.org>
1757         * src/func.c (function_dump_defs): Update boilerplate.
1759 2014-02-11  Morten Welinder <terra@gnome.org>
1761         * configure.ac: Post-release bump.
1763 2014-02-11  Morten Welinder <terra@gnome.org>
1765         * Release 1.12.10
1767 2014-02-07  Morten Welinder  <terra@gnome.org>
1769         * src/wbc-gtk-edit.c (wbcg_edit_finish): Disallow array formula
1770         entry on top of merged cells.  Fixes #723600.
1772 2014-02-06  Jean Brefort  <jean.brefort@normalesup.org>
1774         * src/sheet-object-component.c (destroy_cb), (gnm_soc_user_config):
1775         a better fix to previous issue.
1777 2014-01-30  Morten Welinder  <terra@gnome.org>
1779         * src/wbc-gtk.c (cb_add_menus_toolbars): Tentatively request small
1780         toolbar icons.
1782         * src/item-cursor.c (item_cursor_draw): Make the ant animation
1783         smoother (when not using the fallback).  Avoid using hard light
1784         for ant-ing -- that doesn't work for the same reason as alpha not
1785         working.  Always use phase=0 for non-ant stipples.
1786         (GnmItemCursor): Use the canvas item's visibility flag instead of
1787         rolling our own.
1789 2014-01-29  Morten Welinder  <terra@gnome.org>
1791         * src/wbc-gtk.c (wbc_gtk_init): Add style classes for toolbar zones.
1793         * src/item-cursor.c (cb_item_cursor_animation): Do a run-time
1794         check for bad clipping somewhere in gtk+ or theme land.
1796 2014-01-28  Jean Brefort  <jean.brefort@normalesup.org>
1798         * src/sheet-object-component.c (gnm_soc_user_config): release the new
1799         component reference to the workbook.
1801 2014-01-27  Morten Welinder  <terra@gnome.org>
1803         * src/func.c (function_dump_defs): Undo wiki change.
1805 2014-01-21  Morten Welinder  <terra@gnome.org>
1807         * src/item-cursor.c (cb_item_cursor_animation): Drastically lower
1808         the amount of work we do for ant-ing.  Fixes #381011, patch from
1809         Jean.
1810         (ic_reload_style): Ignore alpha component of ant colours.
1812 2014-01-17  Jean Brefort  <jean.brefort@normalesup.org>
1814         * src/graph.c (gnm_go_data_vector_load_len),
1815         (gnm_go_data_vector_load_values): accept 3D values for vector data.
1816         [#722294]
1818 2014-01-16  Morten Welinder  <terra@gnome.org>
1820         * src/wbc-gtk.c (cb_adjust_foreground_attributes): Renamed from
1821         cb_darken_foreground_attributes and change to take non-white
1822         background into account.
1824 2014-01-12  Morten Welinder  <terra@gnome.org>
1826         * src/mathfunc.c (expmx2h): Split out from dnorm.
1827         (dhyper): Round the chosen "p" to float to improve accuracy of
1828         "q".
1830 2014-01-11  Morten Welinder  <terra@gnome.org>
1832         * src/mathfunc.c (pow1p): Improve accuracy.
1833         (R_D_nonint): Fix rounding problem.
1834         (ebd0): New extended version of bd0.
1835         (dpois_raw, dbinom_raw): Use ebd0.
1836         (dbinom_raw): Handle x==n and x==0 much better.
1838 2014-01-08  Morten Welinder  <terra@gnome.org>
1840         * src/wbc-gtk-actions.c (cb_file_sendto): Simplify using
1841         g_mkdtemp_full.
1843         * src/mathfunc.c (dpois_raw): Detect underflow in direct formula.
1845         * src/gui-file.h: Namespace improvements.  Also make gui_file_read
1846         return the WorkbookView instead of a boolean.
1848 2014-01-01  Morten Welinder  <terra@gnome.org>
1850         * src/sf-dpq.c (dlnorm): Go crazy with accuracy.
1852 2013-12-31  Morten Welinder  <terra@gnome.org>
1854         * src/sf-dpq.c (pfuncinverter, discpfuncinverter): Extract from
1855         mathfunc.c
1857 2013-12-30  Morten Welinder  <terra@gnome.org>
1859         * src/mathfunc.c (dnorm): Improve accuracy for x>5 (normalized).
1860         (bd0): Reimplement.
1861         (dpois_raw): Avoid going through logs, if possible.
1863 2013-12-25  Morten Welinder  <terra@gnome.org>
1865         * src/item-grid.c (cb_cursor_come_to_rest): Clear ->tip_timer when
1866         we return FALSE so we don't try to remove the source later.
1868 2013-12-22  Morten Welinder  <terra@gnome.org>
1870         * src/gui-util.c (gnm_widget_measure_string): New function
1871         allowing the elimination of all gtk_style_context_get_font calls.
1873 2013-12-19  Morten Welinder  <terra@gnome.org>
1875         * src/sf-gamma.c (qfactf): Squeeze a few extra bits out of this,
1876         especially when |x|<<1.  Ditto for x<-1.
1878 2013-12-17  Morten Welinder  <terra@gnome.org>
1880         * src/sf-gamma.c (complex_gamma): Turn a complex division into a
1881         multiplication.
1883 2013-12-14  Morten Welinder  <terra@gnome.org>
1885         * src/sf-gamma.c (complex_igamma): New function.
1887 2013-12-12  Mario Rugiero  <mrugiero@gmail.com>
1889         * */*.c: Fix some leaks and null dereferences pointed out by
1890         cppcheck.
1892 2013-12-12  Morten Welinder  <terra@gnome.org>
1894         * src/parser.y (array_row): Avoid overrunning string when multiple
1895         missing closing parentheses are detected.  Fixes #720353.
1897 2013-12-11  Morten Welinder  <terra@gnome.org>
1899         * src/gui-util.c (gnumeric_popup_menu): Use the screen from
1900         gdk_event_get_screen, not from ->screen.  This might fix #720182.
1902         * src/*.c: Use accessor function for GdkEvent when convenient.
1904 2013-12-07  Morten Welinder  <terra@gnome.org>
1906         * src/application.c (gnm_app_init): Don't allocate a
1907         GtkRecentManager if we are not in gui mode.
1909         * src/position.c (gnm_cellref_hash): Avoid undefined signed integer
1910         behaviour.
1911         * src/dependent.c (deprange_hash): Ditto.
1913 2013-12-04  Morten Welinder  <terra@gnome.org>
1915         * src/sf-gamma.c (gamma_error_factor): Add extra term.
1917 2013-12-07  Morten Welinder  <terra@gnome.org>
1919         * src/sf-gamma.c (qgammaf): Avoid losing the least significant bit
1920         of the argument for [-1.5;-0.5].
1922         * src/complex.c (complex_fact): Avoid infinite recursion for 0 <
1923         Re z < 1/2.  Avoid some overflow.
1925 2013-12-02  Morten Welinder  <terra@gnome.org>
1927         * src/sf-bessel.c (bessel_y): Use the J series when possible.
1929 2013-12-07  Morten Welinder  <terra@gnome.org>
1931         * src/sf-bessel.c (bessel_j): Use the taylor series in the
1932         parameter range where that makes sense.
1934         * src/sf-gamma.c (gnm_lbeta3): Improve accuracy.
1935         (gnm_beta): Ditto.
1937 2013-11-30  Morten Welinder  <terra@gnome.org>
1939         * src/sf-gamma.c (pochhammer): Drop give_log arguments.  Extend to
1940         negative values.
1942 2013-11-28  Morten Welinder <terra@gnome.org>
1944         * configure.ac: Post-release bump.
1946 2013-11-28  Morten Welinder <terra@gnome.org>
1948         * Release 1.12.9
1950 2013-11-25  Morten Welinder  <terra@gnome.org>
1952         * src/sf-gamma.c: Move lgamma_r and lgamma fallbacks to here from
1953         mathfunc.c
1955 2013-11-19  Morten Welinder  <terra@gnome.org>
1957         * src/print.c (print_page): Fix check for missing object.  Fixes
1958         #712662.
1960 2013-11-18  Morten Welinder  <terra@gnome.org>
1962         * src/sf-trig.c: Split out trigonometric functions from mathfunc.c
1964 2013-11-15  Morten Welinder  <terra@gnome.org>
1966         * src/mathfunc.c (reduce_pi_half): New function.
1968 2013-11-14  Morten Welinder  <terra@gnome.org>
1970         * src/mathfunc.c (gnm_sinpi, gnm_cospi): New functions.
1971         (bessel_i, etc, qfactf, lgamma_r): Use gnm_sinpi and gnm_cospi.
1973 2013-11-13  Morten Welinder  <terra@gnome.org>
1975         * src/mathfunc.c (lgamma_r): Fix fallback.  Didn't work for x<10.
1977 2013-11-13  Jean Brefort  <jean.brefort@normalesup.org>
1979         * src/sheet-object.c (sheet_object_view_button2_pressed),
1980         (sheet_object_view_class_init): implement double click for graph sheets.
1981         [#712216]
1983 2013-11-12  Morten Welinder  <terra@gnome.org>
1985         * src/wbc-gtk.c (cb_sheet_label_button_press): Don't stop signal
1986         emission.
1987         (cb_bnotebook_page_reordered): New function.
1988         (wbc_gtk_create_notebook_area): Attach a handler for reordering.
1990         * src/mathfunc.c (gnm_cot): Work around gcc/glibc bug.
1992 2013-11-06  Morten Welinder  <terra@gnome.org>
1994         * src/mathfunc.c (gnm_acoth): Improve accuracy for |x| near 1.
1996 2013-11-06  Jean Brefort  <jean.brefort@normalesup.org>
1998         * src/workbook-view.c: add more introspection related comments.
1999         * src/workbook.c: ditto.
2001 2013-11-03  Morten Welinder  <terra@gnome.org>
2003         * src/mathfunc.c (bessel_i, etc.): Do argument reduction for
2004         sin/cos before scaling by pi.
2006 2013-11-01  Morten Welinder  <terra@gnome.org>
2008         * src/mathfunc.c (dpois_raw): Handler x=0 as in newer R.
2009         (gnm_gamma): Protect against unnecessary overflow at top of range.
2011 2013-10-31  Morten Welinder  <terra@gnome.org>
2013         * src/mathfunc.c (qgamma): Flip tail for high values of p.  This
2014         avoids accuracy problems since any cdf is completely flat in terms
2015         of floating point values when going sufficiently far into the
2016         tail.
2017         (qtukey): Ditto.
2018         (qbeta): Ditto.
2019         (J_bessel): Extend xlrg_BESS_IJ to match current R.
2020         (permut): Route this into pochhammer.
2021         (qfact): New function.  Tabulate 0! through 50000! using quad
2022         precision arithmetic.
2023         (combin, fact, pochhammer): Improve accuracy using qfact.
2025 2013-10-22  Morten Welinder  <terra@gnome.org>
2027         * src/func.c (function_call_with_exprs): Move flags argument into
2028         structure.
2030 2013-10-19  Morten Welinder  <terra@gnome.org>
2032         * src/hlink.c (_gnm_hlink_init): New function.
2033         * src/libgnumeric.c (gnm_init): Use _gnm_hlink_init.
2035 2013-10-07  Morten Welinder <terra@gnome.org>
2037         * configure.ac: Post-release bump.
2039 2013-10-07  Morten Welinder <terra@gnome.org>
2041         * Release 1.12.8
2043 2013-10-06  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2045         * src/cmd-edit.c (cmd_paste): chceck for locked cells
2047 2013-10-03  Morten Welinder  <terra@gnome.org>
2049         * src/item-cursor.c (item_cursor_draw): Drop expose area
2050         optimization that may not be correct with current gtk.  See bug
2051         #709320.
2053 2013-09-29  Morten Welinder  <terra@gnome.org>
2055         * src/main-application.c: Include <io.h> for win32.
2057         * src/wbc-gtk-actions.c: Include gutils.h for win32.
2059 2013-09-25  Morten Welinder  <terra@gnome.org>
2061         * src/gnumeric.css: Use lighter green for function marker.
2063 2013-09-01  Morten Welinder <terra@gnome.org>
2065         * configure.ac: Post-release bump.
2067 2013-09-01  Morten Welinder <terra@gnome.org>
2069         * Release 1.12.7
2071 2013-08-29  Morten Welinder  <terra@gnome.org>
2073         * src/sheet-control-gui.c (scg_find_pane): Check for NULL pane.
2074         Fixes #707047.
2076 2013-08-28  Morten Welinder  <terra@gnome.org>
2078         * src/mathfunc.c (gnm_gamma): Improve precision for large
2079         arguments.
2080         (gnm_yn): Not needed anymore.
2081         (bessel_i): Don't mark error strings for translation.
2083 2013-08-27  Morten Welinder <terra@gnome.org>
2085         * configure.ac: Post-release bump.
2087 2013-08-27  Morten Welinder <terra@gnome.org>
2089         * Release 1.12.6
2091 2013-08-26  Morten Welinder  <terra@gnome.org>
2093         * src/sheet-style.c (cell_tile_dump): New function for debugging.
2094         (internal_style_list): Add fast pre-optimization to bring down the
2095         number of entries before we start messing with hashes.  Fixes
2096         #699045.
2098 2013-08-22  Jean Brefort  <jean.brefort@normalesup.org>
2100         * src/wbc-gtk.c (wbcg_data_allocator_editor): initialize
2101         GraphDimEditor::changed. See bug 706591 comment #2.
2103 2013-08-19  Morten Welinder <terra@gnome.org>
2105         * configure.ac: Post-release bump.
2107 2013-08-19  Morten Welinder <terra@gnome.org>
2109         * Release 1.12.5
2111 2013-08-15  Morten Welinder  <terra@gnome.org>
2113         * src/dependent.c (dep_hash_destroy): Relink the changed dep.
2114         Fixes #706095.
2116         * src/sheet.c (sheet_destroy_contents): Also get rid of solver
2117         parameters.  See bug 705913, comment 6.
2119 2013-08-13  Morten Welinder  <terra@gnome.org>
2121         * src/gnm-style-impl.h (_GnmStyle): Switch ->deps to a GPtrArray.
2123 2013-08-12  Morten Welinder  <terra@gnome.org>
2125         * src/sheet-object-widget.c (sow_create_widget): New function.
2126         Add sheet-object class to widgets.
2128 2013-08-12  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2130         * src/sheet-object-widget.c (sheet_widget_frame_draw_cairo): set
2131         initial colour
2132         (sheet_widget_button_draw_cairo): also scale line thickness
2133         (sheet_widget_checkbox_draw_cairo): scale button size
2134         (sheet_widget_radio_button_draw_cairo): scale button size
2136 2013-08-10  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2138         * src/sheet-object-widget.c (draw_cairo_text): add 'scale'
2139         argument and change all callers
2141 2013-08-09  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2143         * src/sheet-object-widget.c (get_font): add fall-backs
2145 2013-08-09  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2147         * src/sheet-object-widget.c (sheet_widget_button_draw_cairo): Use
2148         draw_cairo_text.
2149         (draw_cairo_text): add h-vcenter argument and change all callers
2151 2013-08-09  Jean Brefort  <jean.brefort@normalesup.org>
2153         * src/sheet-object-widget.c (cb_range_destroyed),
2154         (sheet_widget_scrollbar_create_widget),
2155         (sheet_widget_spinbutton_create_widget),
2156         (sheet_widget_slider_create_widget): avoid crashing after destroying a
2157         SheetWidgetAdjustment associated widget. [see Gtk+ bug #705692]
2159 2013-08-09  Morten Welinder  <terra@gnome.org>
2161         * src/sheet-object-widget.c (sheet_widget_button_draw_cairo): Use
2162         get_font.
2163         (get_font): New function extracted from draw_cairo_text.
2165 2013-08-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2167         * src/sheet-object-widget.c (draw_cairo_text): use GtkStyleContext
2168         if possible
2170 2013-08-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2172         * src/sheet-object-widget.c (draw_cairo_text): add arguments to
2173         allow multi-paragraph with a highlighted line. Change all callers
2174         (sheet_widget_list_draw_cairo): use draw_cairo_text
2176 2013-08-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2178         * src/sheet-object-widget.c (sheet_widget_frame_draw_cairo): use
2179         cairo version for Gnuemric too.
2180         (sheet_widget_button_draw_cairo): ditto
2181         (sheet_widget_scrollbar_draw_cairo): ditto
2182         (sheet_widget_spinbutton_draw_cairo): ditto
2183         (sheet_widget_slider_draw_cairo): ditto
2184         (sheet_widget_checkbox_draw_cairo): ditto
2185         (sheet_widget_radio_button_draw_cairo): ditto
2186         (sheet_widget_list_draw_cairo): ditto
2187         (sheet_widget_combo_draw_cairo): ditto
2189 2013-08-08  Morten Welinder  <terra@gnome.org>
2191         * src/parse-util.c (r1c1_get_index): Handle integer overflow.
2192         Reduce crazy relative offsets.
2194 2013-08-07  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2196         * src/sheet-object-widget.c (draw_cairo_text): add arguments and
2197         change all callers
2198         (sheet_widget_frame_draw_cairo): new
2199         (sheet_widget_button_draw_cairo): new
2200         (sheet_widget_scrollbar_horizontal_draw_cairo): new
2201         (sheet_widget_scrollbar_vertical_draw_cairo): new
2202         (sheet_widget_scrollbar_class_init): connect the above
2203         (sheet_widget_spinbutton_draw_cairo): new
2204         (sheet_widget_spinbutton_class_init): connect the above
2205         (sheet_widget_slider_horizontal_draw_cairo): new
2206         (sheet_widget_slider_vertical_draw_cairo): new
2207         (sheet_widget_slider_draw_cairo): new
2208         (sheet_widget_slider_class_init): connect the above
2209         (sheet_widget_list_draw_cairo): new
2210         (sheet_widget_list_class_init): connect the above
2211         (sheet_widget_combo_draw_cairo): new
2212         (sheet_widget_combo_class_init): connect the above
2214 2013-08-07  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2216         * src/sheet-object-widget.c (SOW_MAKE_TYPE): add fn_draw_cairo,
2217         change all uses of this macro
2218         (draw_cairo_text): new
2219         (sheet_widget_checkbox_draw_cairo): new
2220         (sheet_widget_radio_button_draw_cairo): new
2222 2013-08-07  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2224         * src/sheet-object-widget.c (sheet_widget_draw_cairo): avoid using
2225         gtk_offscreen_window_new without a default screen (see bugs #705638
2226         and #705640)
2228 2013-08-07  Morten Welinder  <terra@gnome.org>
2230         * src/ssconvert.c (main): Initialize gtk+ without opening any
2231         display.
2233 2013-08-04  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2235         * src/sheet-control-gui.c (scg_show_im_tooltip): handle rtl sheets
2237 2013-08-04  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2239         * src/sheet-control-gui-priv.h (_SheetControlGUI): add fields
2240         * src/sheet-control-gui.c (scg_init): init new fields
2241         (scg_im_destroy): new
2242         (scg_finalize): call scg_im_destroy
2243         (cb_cell_im_timer): new
2244         (scg_find_pane): new
2245         (scg_show_im_tooltip): new
2246         (scg_class_init): init new field
2247         * src/sheet-control-priv.h: add field
2248         * src/sheet-control.c: add virtual
2249         * src/sheet-control.h: add virtual
2250         * src/sheet-view.c (sheet_view_edit_pos_tool_tips): new
2251         (sv_update): call sheet_view_edit_pos_tool_tips
2252         * src/sheet.c (sheet_col_get_distance_pixels): the defaults need to be
2253         in pixels
2254         (sheet_row_get_distance_pixels): new
2255         * src/sheet.h (sheet_row_get_distance_pixels): new
2257 2013-08-03  Jean Brefort  <jean.brefort@normalesup.org>
2259         * src/sheet-object-graph.c (gnm_sogg_prep_sax_parser): accept <graph:Type>
2260         nodes in guppi graphs. [Debian #718594]
2262 2013-08-03  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2264         * src/workbook-view.c (wb_view_preferred_size): interpret 0 as
2265         'default'
2267 2013-08-02  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2269         * src/sheet-control-gui.c (context_menu_handler): add argument to
2270         dialog_cell_format call
2271         * src/wbc-gtk-actions.c (cb_format_cells): add argument to
2272         dialog_cell_format call
2273         (cb_data_validate): ditto
2275 2013-07-30  Morten Welinder  <terra@gnome.org>
2277         * src/xml-sax-read.c (xml_sax_style_border): Make sure we have a
2278         colour.  Fixes rest of #705031.
2280 2013-07-29  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2282         * src/func.c (gnm_func_lookup_prefix): do not include placeholders
2284 2013-07-25  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2285         for Dmitry Smirnov
2286         * gnumeric.desktop.in: add ODS files
2288 2013-07-23  Jean Brefort  <jean.brefort@normalesup.org>
2290         * src/graph.c (gnm_go_data_vector_load_values): really load all
2291         values for multiple ranges.
2293 2013-07-19  Morten Welinder  <terra@gnome.org>
2295         * src/style-conditions.c (gnm_style_cond_is_valid): Even stricter
2296         check: the enum has a hole in the middle.  Fixes #704562.
2298 2013-07-19  Jean Brefort  <jean.brefort@normalesup.org>
2300         * src/gnm-so-filled.c (gnm_so_filled_draw_cairo): fix text wrap when
2301         printing.
2302         * src/gnm-so-path.c (gnm_so_path_draw_cairo): ditto.
2304 2013-07-18  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2306         * src/gnm-so-path.c (gnm_so_path_class_init): add new property
2307         (gnm_so_path_set_property): ditto
2308         (gnm_so_path_get_property): ditto
2310 2013-07-18  Jean Brefort  <jean.brefort@normalesup.org>
2312         * src/gnm-so-path.c (so_path_view_set_bounds),
2313         (cb_gnm_so_path_changed): a better fix for the text position.
2315 2013-07-17  Jean Brefort  <jean.brefort@normalesup.org>
2317         * src/gnm-so-filled.c (so_filled_view_set_bounds),
2318         (cb_gnm_so_filled_changed): fix text wrap. [#704417]
2319         * src/gnm-so-path.c (so_path_view_set_bounds),
2320         (cb_gnm_so_path_changed): fix text wrap in paths too.
2322 2013-07-16  Morten Welinder  <terra@gnome.org>
2324         * src/sheet.c (sheet_foreach_cell_in_range): Avoid overflow when
2325         computing range size.  Fixes #704325.
2327 2013-07-15  Morten Welinder  <terra@gnome.org>
2329         * src/mstyle.c (gnm_style_cmp): Borders can be NULL; deal with
2330         that.  Fixes #704004.
2332         * src/expr.c (gnm_expr_new_range_ctor): Undo previous change.
2334         * src/dependent.c (link_range_dep, unlink_range_dep): Protect
2335         against oversize range.
2337 2013-07-12  Morten Welinder  <terra@gnome.org>
2339         * src/expr.c (gnm_expr_range_op): When constructing a range, make
2340         sure it falls within the sheet.
2341         (gnm_expr_new_range_ctor): Don't optimize to range if the two
2342         parts are on different sheets.  Fixes #704109.
2344 2013-07-10  Morten Welinder <terra@gnome.org>
2346         * configure.ac: Post-release bump.
2348 2013-07-10  Morten Welinder <terra@gnome.org>
2350         * Release 1.12.4
2352 2013-07-10  Morten Welinder  <terra@gnome.org>
2354         * src/value.c (parse_criteria): Patterns should anchor at the end
2355         (#703770) and be case insensitive (no bug#).
2357 2013-07-04  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2359         * src/sheet-object-image.c (gnm_soi_assign_to_sheet): do not try
2360         to create an image of unknown type
2362 2013-07-03  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2364         * src/graph.c (gnm_go_data_vector_load_len): use consistent
2365         signage
2366         (cb_assign_val): quieten warning about signed/unsigned comparison
2368 2013-07-03  Morten Welinder  <terra@gnome.org>
2370         * src/graph.c (gnm_go_data_vector_load_len): Improve handling of
2371         crazy-large ranges.
2372         (cb_assign_val): Ditto.
2374 2013-07-02  Morten Welinder  <terra@gnome.org>
2376         * src/sheet-style.c (struct ISL): Use guint64 for areas of ranges.
2377         (cb_style_list_add_node): Ditto.
2378         (verify_hashes): Ditto.
2379         (internal_style_list): Ditto.
2381         * src/expr-name.c (expr_name_set_is_placeholder): Rearrange the
2382         deck chairs.
2384 2013-07-01  Morten Welinder  <terra@gnome.org>
2386         * configure.ac (long double): Crude use -lm for long double
2387         function checks.  Fixes #703397.
2389 2013-06-26  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2391         * src/expr.c (gnm_expr_list_copy): new
2392         * src/expr.h (gnm_expr_list_copy): new
2394 2013-06-26  Morten Welinder  <terra@gnome.org>
2396         * src/style-conditions.c (gnm_style_cond_is_valid): Check sanity
2397         of ->op before using it.  Fixes #703143.
2399 2013-06-26  Jean Brefort  <jean.brefort@normalesup.org>
2401         * src/gnm-so-path.c (gnm_so_path_new_view): return NULL if there is no path.
2402         [#703052]
2403         (gnm_so_path_copy): fixed copy with multiple paths.
2405 2013-06-25  Morten Welinder <terra@gnome.org>
2407         * configure.ac: Post-release bump.
2409 2013-06-25  Morten Welinder <terra@gnome.org>
2411         * Release 1.12.3
2413 2013-06-24  Morten Welinder  <terra@gnome.org>
2415         * src/xml-sax-read.c (xml_sax_solver_start): Ensure we have a
2416         sheet.  Fixes #703006.
2418 2013-06-23  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2420         * src/gui-clipboard.c (x_clipboard_get_cb): take care of the case
2421         without sheet
2423 2013-06-22  Jean Brefort  <jean.brefort@normalesup.org>
2425         * src/mstyle.c (gnm_style_set_pattern): don't accept GNM_SHEET_PATTERNS as
2426         a valid pattern. [#702833]
2427         * src/pattern.c (gnumeric_background_set): ditto.
2429 2013-06-21  Morten Welinder  <terra@gnome.org>
2431         * src/item-grid.c (item_grid_draw_region): Plug leak.
2433         * src/item-bar.c (ib_reload_style): Plug leak.
2435 2013-06-20  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2437         * src/wbc-gtk.c (show_gui): protect against excessively large
2438         preferred widow sizes
2440 2013-06-14  Morten Welinder  <terra@gnome.org>
2442         * src/sheet-object-graph.c (dim_start): Don't crash on NULL desc.
2444         * src/workbook.c (workbook_sheet_delete): Debug.
2445         (workbook_dispose): Also clear style here.  Styles can have
2446         dependents now.  Fixes #702218.
2448 2013-06-14  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2450         * src/sheet-view.c (sv_sheet_r1c1_changed): check for NULL selection
2452 2013-06-12  Morten Welinder  <terra@gnome.org>
2454         * src/sheet-merge.c (gnm_sheet_merge_add): Ensure range is sane.
2455         Fixes #702101.
2457 2013-06-04  Morten Welinder  <terra@gnome.org>
2459         * src/ssdiff.c (xml_style_changed): Teach this a bit about links.
2461 2013-06-01  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2463         * src/sheet-control-gui.c (scg_comment_display_filter_cb): new
2464         (scg_comment_display): adjust background and fontcolor if necessary
2466 2013-06-01  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2468         * src/item-grid.c (cb_cursor_come_to_rest):
2469         gnumeric_position_tooltip needs the tooltip size, so load the text
2470         before calling it.
2472 2013-05-29  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2474         * src/item-grid.c (item_grid_button_released): do not trigger hyper link
2475         with button 2
2477 2013-05-27  Morten Welinder  <terra@gnome.org>
2479         * src/mathfunc.c (pnorm2): Drop log_p argument.  We don't need it
2480         and we aren't very good at it.
2482 2013-05-27  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2484         * component/Gnumeric-embed.xml.in: add accelerator
2485         * src/GNOME_Gnumeric-gtk.xml.in: add accelerator
2486         * src/wbc-gtk-actions.c (cb_edit_goto_cell_indicator): new
2487         (EditGotoCellIndicator): new
2488         * src/wbc-gtk.c (cb_post_activate): do not interfere with EditGotoCellIndicator
2489         (wbcg_focus_current_cell_indicator): new
2490         * src/wbc-gtk.h (wbcg_focus_current_cell_indicator): new
2492 2013-05-27  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2494         * component/Gnumeric-embed.xml.in: ctrl-a will be handled in gnm-pane.c
2495         * src/GNOME_Gnumeric-gtk.xml.in: ctrl-a will be handled in gnm-pane.c
2496         * src/wbc-gtk-actions.c: ctrl-a will be handled in gnm-pane.c
2497         * src/gnm-pane.c (gnm_pane_key_mode_sheet): recognize and handle ctrl-a
2499 2013-05-26  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2501         * src/item-grid.c (item_grid_button_pressed): make buttons 1 and 2
2502         behave the same as far as cell selection is concerned. This fixes
2503         bug #700792
2504         (item_grid_button_released): ditto
2506 2013-05-26  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2508         * src/sheet.c (sheet_get_extent): add argument to indicate whether
2509         to include hidden cells
2510         (cb_sheet_get_extent): handle hidden cells setting
2511         (sheet_get_printarea): do not include hidden cells
2512         * src/sheet.h (sheet_get_extent): add argument and change all
2513         callers
2515 2013-05-26  Morten Welinder  <terra@gnome.org>
2517         * src/mathfunc.c (ptukey_wprob): Use as many intervals as needed.
2518         Termiate when contributions vanish.
2520 2013-05-24  Morten Welinder  <terra@gnome.org>
2522         * src/mathfunc.c (R_ptukey): Accelerate handling of right tail of
2523         the outer integral.
2524         (pfuncinverter): Handle lack of dfunc (poorly).
2526 2013-05-23  Morten Welinder  <terra@gnome.org>
2528         * src/mathfunc.c (ptukey_otsum): Split integration of a single
2529         interval out from out from R_ptukey.
2530         (R_ptukey): Split the interval nearest 0 into a sequence of
2531         intervals over which the integrand looks a lot more like a
2532         polynomial.  This fixes accuracy problems for low degrees of
2533         freedom.
2535         * src/sheet-style.c (internal_style_list): Fix critical.
2537 2013-05-22  Morten Welinder  <terra@gnome.org>
2539         * src/mathfunc.c (R_ptukey): Even more C, even less Fortran.
2541 2013-05-21  Morten Welinder  <terra@gnome.org>
2543         * src/mathfunc.c (R_ptukey): More C, less Fortran.
2545 2013-05-19  Morten Welinder  <terra@gnome.org>
2547         * src/mathfunc.c (ptukey_wprob): Sanitize handling of integration
2548         boundaries.
2549         (pnorm2): Get rid of mu and sigma arguments.  Improve accuracy.
2551 2013-05-18  Morten Welinder  <terra@gnome.org>
2553         * src/mathfunc.c (pnorm2): New function.
2554         (R_ptukey): New function imported from R with local improvements.
2556 2013-05-15  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2558         * src/print.c (gnm_create_widget_cb): by default observe
2559         manual page breaks
2561 2013-05-14  Morten Welinder  <terra@gnome.org>
2563         * src/rangefunc.c (gnm_range_multinomial): Add range check.
2564         (gnm_range_geometric_mean): Handle two FIXMEs.
2566 2013-05-13  Morten Welinder  <terra@gnome.org>
2568         * src/*.c: Mark gobject property strings as P_(...).
2570 2013-05-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2572         * src/commands.c (cmd_merge_data_redo): unref merge_contents
2574 2013-05-08  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2576         * src/commands.c (cmd_merge_data_redo): use gnm_cell_set_value
2577         rather than gnm_cell_assign_value
2579 2013-05-06  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2581         * src/sheet-utils.c (gnm_sheet_guess_data_range): also check
2582         first column
2584 2013-05-05  Morten Welinder  <terra@gnome.org>
2586         * src/dependent.c (style_dep_eval): New function.  Re-clear the
2587         rendered value here.  Fixes #699647.
2589 2013-05-03  Morten Welinder  <terra@gnome.org>
2591         * src/wbc-gtk.c (create_undo_redo): Add Ctrl-Shift-z as alternate
2592         accelerator for redo.  Fixes #699579.
2593         (wbc_gtk_create_notebook_area): Mark the button notebook as non
2594         focusable.
2596         * src/sheet.c (sheet_range_set_text_cb): Add redraw.
2598 2013-05-01  Morten Welinder  <terra@gnome.org>
2600         * src/print-info.c: Add gsf includes to make things work with
2601         libgsf 1.14.24.  Redhat #957851.
2603 2013-04-29  Morten Welinder  <terra@gnome.org>
2605         * src/xml-sax-write.c (cb_write_cell): Ignore completely empty
2606         cells.
2608 2013-04-26  Morten Welinder <terra@gnome.org>
2610         * configure.ac: Post-release bump.
2612 2013-04-26  Morten Welinder <terra@gnome.org>
2614         * Release 1.12.2
2616 2013-04-26  Morten Welinder  <terra@gnome.org>
2618         * src/gnumeric.css (GnmItemBar): Make red labels for selected
2619         row/column items the default.
2621 2013-04-24  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2623         * src/wbc-gtk-actions.c: rename some items in the statistics menu
2625 2013-04-24  Morten Welinder  <terra@gnome.org>
2627         * src/func.c (gnm_func_convert_markup_to_pango): Add a target
2628         widget parameter.  All callers changed.
2630         * src/sheet-control-gui.c (scg_init): Ditto comment.timer and
2631         delayedMovement.timer.
2633         * src/item-cursor.c (gnm_item_cursor_init): Ditto
2634         animation_cursor.
2636         * src/application.c (_gnm_app_flag_windows_changed): Ditto for
2637         windows_update_timer.
2639         * src/item-edit.c (GnmItemEdit): change type of blink_timer to
2640         guint to match glib.  Use 0 as undefined since (guint)-1 is a
2641         valid tag.
2643         * src/gnm-pane.c (gnm_pane_init): Ditto sliding_timer (nee
2644         sliding).
2646 2013-04-23  Morten Welinder  <terra@gnome.org>
2648         * src/mstyle.c (gnm_style_link_dependents): Fix segfault.
2650         * src/item-edit.c (gnm_item_edit_init): Set ->blink_timer to avoid
2651         critical.  Fixes #698680.
2653         * src/gui-file.c (gui_file_save_as): For export, change extension.
2654         Fixes #698636.
2656 2013-04-22  Morten Welinder  <terra@gnome.org>
2658         * src/gui-file.c (gui_file_read): Re-take focus if the read fails.
2659         Somehow fixes #625687.
2661 2013-04-20  Morten Welinder  <terra@gnome.org>
2663         * src/go-data-slicer-field.c
2664         (go_data_slicer_field_set_field_type_pos): Add precondition for
2665         slicer.
2667 2013-04-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2669         * src/print-info.c (render_title): new
2671 2013-04-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2673         * src/sheet.c (sheet_range_set_expr_cb): don't try to empty empty
2674         cells.
2675         (sheet_range_set_text): ditto
2677 2013-04-22  Andreas J. Guelzow <aguelzow@pyrshep.ca>
2679         * src/sheet-control-gui.c (scg_comment_display): use spacing rather
2680         than padding.
2682 2013-04-22  Morten Welinder  <terra@gnome.org>
2684         * src/sheet-control-gui.c (scg_comment_display): Display by-line.
2686 2013-04-19  Morten Welinder  <terra@gnome.org>
2688         * src/sheet-control-gui.c (scg_comment_display): Abandon the text
2689         view approach.  Fixes #689283.
2691         * src/wbc-gtk.c (wbc_gtk_init_borders): Show also in vertical
2692         mode.
2693         (wbc_gtk_init_color_fore): Ditto.
2694         (wbc_gtk_init_color_back): Ditto.
2696 2013-04-17  Morten Welinder  <terra@gnome.org>
2698         * src/wbc-gtk.c (wbc_gtk_init): Add also a vertical font chooser
2699         button.
2701         * src/wbc-gtk-impl.h (_WBCGtk): Rename font_name member to
2702         font_name_haction.
2704         * src/wbc-gtk.c (wbc_gtk_init_font_name): Show the font button
2705         only for horizontal toolbars.
2707         * src/gui-file.c (file_saver_format_changed_cb): New function to
2708         change the extension when the format is changed.
2709         (gui_file_save_as): Don't try to hide the extension -- it
2710         interferes with the file chooser's completion.  Fixes #695839.
2712 2013-04-16  Morten Welinder  <terra@gnome.org>
2714         * src/wbc-gtk.c (wbcg_update_action_sensitivity): Turn on context
2715         menu for graph sheets.  Fixes #685446.
2716         (sheet_menu_label_run): Disable resize for graph sheets.
2718         * src/value.c (parse_criteria): Anchor only at start.  Fixes
2719         #661800.
2720         (parse_criteria): Handle criteria "=" and "<>" (with no value
2721         after the operator) special.  These test for empty and non-empty
2722         values.  Fixes #686156.
2724         * src/gutils.c (gnm_regcomp_XL): Split argument "full" into
2725         "anchor_start" and "anchor_end".  All callers changed.
2727 2013-04-15  Morten Welinder  <terra@gnome.org>
2729         * src/application.c (add_icon): Plug leak.
2731         * src/number-match.c (format_match_decimal_number): Try also major
2732         non-locale currencies.  Fixes #577768.
2734 2013-04-13  Morten Welinder  <terra@gnome.org>
2736         * src/mathfunc.c (pochhammer): Improve precision a bit.
2737         (binomialcf): Lower cfSmall by 10^3.  This helps
2738         pbeta(0.9,10,0.5).
2740         * configure.ac (GETTEXT_PACKAGE): Add version number so that
2741         doesn't prevent multiple versions from co-existing.
2743         * src/sheet.c (sheet_range_calc_spans): Don't mark the sheet
2744         dirty.  Callers already appear to handle this when needed
2745         and not when not wanted.  Fixes #697927.
2747 2013-04-12  Morten Welinder  <terra@gnome.org>
2749         * src/mathfunc.c (gnm_owent): Fix a==1 special case.  Part of
2750         #697850.
2751         (pnbinom): Allow prob==1 (already fixed in R) and n==0 (now
2752         reported to R).
2753         (fact): Use table for n<=1; rewrite using pochhammer otherwise.
2755 2013-04-11  Morten Welinder  <terra@gnome.org>
2757         * src/parse-util.c (rangeref_parse): Parse Sheet!#REF and return a
2758         reference with invalid_sheet.  Fixes #683494.
2760         * src/complex.c (complex_to_string): Drop format arguments.  All
2761         callers changed.  Make up a format with enough precision for round
2762         tripping.  Fixes #697634.
2764 2013-04-09  Morten Welinder  <terra@gnome.org>
2766         * src/complex.c (complex_from_string): Make this handle embedded
2767         spaces systematically.
2768         (is_unit_imaginary): Delete.
2770 2013-04-09  Morten Welinder  <terra@gnome.org>
2772         * src/complex.c (complex_pow): Use Goffice's copy.
2774 2013-04-05  Morten Welinder  <terra@gnome.org>
2776         * src/wbc-gtk.c (cb_screen_changed): Re-use the css provider for
2777         new screens.  Add hack for pre-GTK 3.4.
2779         * src/mathfunc.c (gnm_owent): New function.
2781 2013-04-04  Jean Brefort  <jean.brefort@normalesup.org>
2783         * src/graph.c (gnm_go_data_vector_load_len): correctly evaluate array
2784         functions used as vectors. [697281]
2786 2013-04-04  Jean Brefort  <jean.brefort@normalesup.org>
2788         * src/graph.c (gnm_go_data_vector_load_values),
2789         (gnm_go_data_vector_get_str): fix values and strings loading in case of
2790         arrays. [697107]
2792 2013-04-03  Morten Welinder  <terra@gnome.org>
2794         * src/wbc-gtk.c (cb_sheet_tab_change): Use g_object_set to set
2795         attributes of the tab.
2797         * src/sheet-control-gui.c (sheet_control_gui_new): Create a
2798         GnmNotebookButton, not an EditableLabel.
2800 2013-04-02  Morten Welinder  <terra@gnome.org>
2802         * src/wbc-gtk.c (cb_wbcg_drag_motion): Fix test for notebook tab
2803         widget.
2804         (cb_wbcg_drag_leave): Ditto.
2806 2013-03-27  Morten Welinder  <terra@gnome.org>
2808         * src/gnumeric-conf.c (gnm_conf_get_detachable_toolbars): Fix the
2809         key we look up.  When did that change?
2811 2013-03-27  Jean Brefort  <jean.brefort@normalesup.org>
2813         * src/sheet-object-widget.c (sheet_widget_list_create_widget):
2814         remove the frame.
2816 2013-03-26  Morten Welinder  <terra@gnome.org>
2818         * src/item-edit.c: Theme the in-cell edit background color.
2820         * src/gnumeric-fwd.h: Merge most of gnumeric.h and gui-gnumeric.h
2821         into here.
2822         src/gui-gnumeric.h: Remove.
2824         * src/pattern.c (gnumeric_background_set): Insist that ctxt is
2825         non-NULL if there is a selection.
2826         (gnumeric_background_set_gtk): Delete.  Make callers use
2827         gnumeric_background_set.
2829         * src/preview-grid.c (preview_grid_draw_background): Always
2830         provide a context to gnumeric_background_set.
2831         * src/item-edit.c (item_edit_draw): Ditto.
2833         * src/item-cursor.c (ic_reload_style): Use class, not state, to
2834         separate the different cursor types.  Separate autofill colouring
2835         from drag ditto.
2837 2013-03-25  Morten Welinder  <terra@gnome.org>
2839         * src/item-cursor.c (gnm_item_cursor_class_init): Change type of
2840         color to GOColor.
2841         (ic_reload_style): Theme some of the cursor colors.
2843         * src/gnm-pane.c (gnm_pane_expr_cursor_bound_set): Take GOColor,
2844         not colour name.
2846         * src/item-bar.c: Rename: ItemBar to GnmItemBar.
2848         * src/gnumeric.css: use deprecated px-free syntax for padding, so
2849         gtk+ 3.2 can deal with it.
2851         * src/wbc-gtk.c (cb_screen_changed): Install error handler so we
2852         can suppress deprecations.
2854         * src/sheet-control-gui.c (cb_select_all_btn_draw): Fix drawing of
2855         the "all" button.
2857         * src/item-bar.c (ib_reload_style): Load fonts from style.
2859 2013-03-24  Morten Welinder  <terra@gnome.org>
2861         * src/item-grid.c (item_grid_draw_region): Draw the background at
2862         the right coordinates!
2864 2013-03-23  Morten Welinder  <terra@gnome.org>
2866         * src/item-bar.c (ib_draw_cell): There's no point in going to and
2867         from GOColor here.  Just use the color as-is.
2869 2013-03-19  Morten Welinder  <terra@gnome.org>
2871         * src/application.c (install_icons): Install also the icon themed
2872         icons.  No idea why we have both.
2874         * src/wbc-gtk.c (wbc_gtk_setup_icons, add_icon): Remove.
2876         * src/Makefile.am (SUBDIRS): No longer enter pixmaps.
2877         (embedded_imgs): Add the rest from pixmaps.
2879         * configure.ac: No longer create src/pixmaps/Makefile
2881         * src/gui-util.c (gnumeric_load_image, gnumeric_load_pixbuf): Make
2882         these work for resources and absolute paths.
2884 2013-03-19  Jean Brefort  <jean.brefort@normalesup.org>
2886         * src/sheet-control-gui.c (cb_collect_objects_to_commit): fixed
2887         not sizeable objects bounds after dragging when zoom is not 100%.
2889 2013-03-18  Morten Welinder  <terra@gnome.org>
2891         * src/wbc-gtk.c (gnm_font_action_create_tool_item): Disable the
2892         filter.  It takes just long enough to be irritating.
2894 2013-03-17  Morten Welinder  <terra@gnome.org>
2896         * src/wbc-gtk.c (gnm_font_action_create_tool_item): Don't show the
2897         style since we're not picking it explicitly.
2898         (cb_font_filter): Fix leak.
2900 2013-03-14  Morten Welinder  <terra@gnome.org>
2902         * src/wbc-gtk.c (gnm_font_action_create_tool_item): Add filter to
2903         ignore non-scalable fonts.
2905 2013-03-11  Morten Welinder  <terra@gnome.org>
2907         * src/wbc-gtk.c (wbc_gtk_init_font_name): New implementation.
2909 2013-03-10  Morten Welinder  <terra@gnome.org>
2911         * src/ssconvert.c (list_them): Skip savers/openers that require
2912         interaction.  (We don't have any yet.)
2914         * src/stf.c (stf_read_workbook): Set error when we fail due to
2915         lack of GUI.
2916         (stf_init): Mark the configurable saver/opener as interactive.
2918         * src/ssconvert.c (convert): Fix error handling.  Fixes #695529.
2920 2013-03-09  Morten Welinder <terra@gnome.org>
2922         * configure.ac: Post-release bump.
2924 2013-03-09  Morten Welinder <terra@gnome.org>
2926         * Release 1.12.1
2928 2013-03-06  Morten Welinder  <terra@gnome.org>
2930         * src/wbc-gtk.c (list_actions): Handle a null group.
2932 2013-03-03  Morten Welinder  <terra@gnome.org>
2934         * src/libgnumeric.c (gnm_pre_parse_init): Don't call deprecated
2935         g_thread_init if compiled with later than glib 2.32.0.
2937 2013-03-02  Jean Brefort  <jean.brefort@normalesup.org>
2939         * src/gnm-pane-impl.h: remove alignments.
2940         * src/gnm-pane.c (gnm_pane_header_init): dittO;
2941         * src/gnm-plugin.c (plugin_service_ui_read_xml): fixed a C++ type comment.
2942         * src/item-bar.c (item_bar_calc_size): force recalc when indent changed.
2943         * src/sheet-control-gui-priv.h: remove all tables by one grid.
2944         * src/sheet-control-gui.c (cb_table_destroy), (scg_set_panes),
2945         (set_resize_pane_pos), (idle_resize), (cb_canvas_resize),
2946         (sheet_control_gui_new), (scg_finalize), (scg_adjust_preferences),
2947         (scg_mode_edit): ditto.
2948         * src/wbc-gtk.c (cb_show_sheet), (cb_sheet_label_button_press),
2949         (cb_sheet_visibility_change), (wbcg_sheet_add),
2950         (wbcg_sheet_remove), (wbcg_sheet_focus),
2951         (wbcg_sheet_order_changed), (wbcg_sheet_remove_all),
2952         (wbcg_get_nth_scg): ditto.
2954 2013-03-01  Jean Brefort  <jean.brefort@normalesup.org>
2956         * src/gui-file.c (gui_file_open): GtkTable to GtkGrid.
2957         * src/print.c (gnm_create_widget_cb): ditto.
2958         * src/sheet-object-graph.c (sheet_object_graph_guru): ditto.
2960 2013-03-01  Morten Welinder  <terra@gnome.org>
2962         * src/mathfunc.h: Make sure the "q" functions take "p" as their
2963         first argument, not "x".
2965 2013-03-01  Jean Brefort  <jean.brefort@normalesup.org>
2967         reviewed by: <delete if not using a buddy>
2969         * INSTALL:
2970         * src/sheet-object-widget.c (sheet_widget_button_user_config),
2971         (sheet_widget_adjustment_user_config_impl),
2972         (sheet_widget_checkbox_user_config),
2973         (sheet_widget_radio_button_user_config):
2974         * src/wbc-gtk.c (wbc_gtk_init):
2976 2013-02-28  Morten Welinder  <terra@gnome.org>
2978         * configure.ac: remove the DISABLE_DEPRECATED defines even from
2979         development versions.  We now get the information through gcc
2980         warnings.
2981         (solver): Make solver code unconditional.  Feel free to not
2982         distribute the relevant plugins.
2984 2013-02-26  Morten Welinder  <terra@gnome.org>
2986         * src/ssconvert.c (convert): Avoid segfault.  Fixes #694741.
2988 2013-02-26  Jean Brefort  <jean.brefort@normalesup.org>
2990         * src/number-match.c: more introspection warnings.
2992 2013-02-23  Morten Welinder  <terra@gnome.org>
2994         * */*.c: Avoid G_OBJECT casts for g_object_ref and g_object_unref.
2996 2013-02-21  Morten Welinder  <terra@gnome.org>
2998         * src/sheet-style.c (sheet_style_foreach): Take a GFunc, not a
2999         GHFunc.  All callers changed.  Impose a robust ordering.
3000         (sh_all_styles): New function replacing sh_foreach.
3002 2013-02-20  Morten Welinder  <terra@gnome.org>
3004         * src/sheet-object-graph.c (dim_start): Survive malformed xml.
3006 2013-02-20  Jean Brefort  <jean.brefort@normalesup.org>
3008         * configure.ac: make configure --with-python fail when some
3009         dependency is missing.
3011 2013-02-17  Morten Welinder  <terra@gnome.org>
3013         * configure.ac (set_more_warnings): Improve support for clang.
3015 2013-02-16  Morten Welinder  <terra@gnome.org>
3017         * *.c: Clear up confusion between GtkStateType and GtkStateFlags.
3018         (Most cases a matter of 0 vs. 0.)
3020 2013-02-16  Jean Brefort  <jean.brefort@normalesup.org>
3022         * schemas/org.gnome.gnumeric.dialogs.gschema.xml.in.in: fixed
3023         default value for stf export format.
3024         * src/dependent.c: fix introspection warnings.
3025         * src/sheet-style.c: ditto.
3027 2013-02-15  Morten Welinder  <terra@gnome.org>
3029         * configure.ac (libspreadsheet_gtk_reqs): Explicitly require gtk
3030         3.2.0 just like goffice.
3032         * src/gui-util.c (gnm_store_text_tag_attr_in_pango): Adjust to
3033         requiring gtk 3.2
3035 2013-02-14  Morten Welinder  <terra@gnome.org>
3037         * src/gnm-so-path.c (so_path_view_set_bounds): Use G_MAXDOUBLE,
3038         not MAXDOUBLE.  Fixes #693761.
3040 2013-02-10  Morten Welinder  <terra@gnome.org>
3042         * src/sheet-style.c (cb_unlink): gnm_style_unlink_dependents
3043         doesn't belong here.  We handle everything in rstyle_apply.
3045 2013-02-08  Morten Welinder  <terra@gnome.org>
3047         * src/sheet-style.c (rstyle_apply): Take extra range argument and
3048         link/unlink style dependents.  All callers changed.
3049         (sheet_style_shutdown): Set default style for whole sheet to
3050         ensure style dependents get cleared.
3052 2013-02-07  Morten Welinder  <terra@gnome.org>
3054         * src/sheet-style.c (cell_tile_optimize): Implement
3055         ptr-matrix-to-matrix optimization and use it to simplify things.
3057         * src/dependent.c (GnmStyleDependent): New type of dependent.
3058         When triggered, the cells in which it resised will be rerendered
3059         and redrawn.
3061         * src/mstyle.c (gnm_style_link_dependents)
3062         (gnm_style_unlink_dependents): New functions to manage style
3063         dependents due to conditional formatting.
3065 2013-02-06  Morten Welinder  <terra@gnome.org>
3067         * src/sheet-style.c (vector_apply_pstyle): Turn loop structure
3068         inside-out in anticipation of future changes.
3070         (col_indicies, row_indicies): Alignment of the corners of apply_to
3071         is only relevant if we are within the tile.
3073 2013-02-06  Morten Welinder  <terra@gnome.org>
3075         * src/sheet-style.c (tile_is_uniform): Extract from
3076         cell_tile_optimize.
3077         (vector_apply_pstyle): Don't return a value.
3078         (cell_tile_apply): Use tile_is_uniform.
3080 2013-02-05  Morten Welinder  <terra@gnome.org>
3082         * src/sheet-style.c (sheet_style_get): Simplify with "while"
3083         instead of crazy "goto".
3084         (cell_tile_apply): Simplify the covers-whole-tile case.
3086         * src/sheet.h (Sheet): Remove max_width and max_height members.
3087         All users fixed.
3089         * src/dependent.h (GnmDependentClass): Add pos handler.
3091         * src/dependent.c (dependent_pos): Use pos handler.
3092         (dummy_dep_eval): New null handler for GnmDependentClass::eval.
3094 2013-02-04  Morten Welinder  <terra@gnome.org>
3096         * src/dependent.c (dependent_pos): Make global.
3098         * src/position.c (eval_pos_init_dep, parse_pos_init_dep): Use
3099         dependent_pos.
3101         * src/ssconvert.c (run_tool_test): Add code for running the
3102         regression tool.
3103         (convert): Run an analysis tool if requested.  (For testing.)
3105 2013-02-02  Morten Welinder  <terra@gnome.org>
3107         * src/sheet-style.c (rstyle_ctor): Split into rstyle_ctor_style
3108         and rstyle_ctor_pstyle.  All callers changed.
3110 2013-01-18  Morten Welinder  <terra@gnome.org>
3112         * src/mathfunc.c (gnm_matrix_new, gnm_matrix_free)
3113         (gnm_matrix_is_empty, gnm_matrix_from_value, gnm_matrix_to_value):
3114         New matrix support.
3115         (gnm_matrix_multiply): Renamed from mmult and changed to use above.
3116         (gnm_matrix_eigen): Change to take GnmMatrix arguments.
3118 2013-01-15  Morten Welinder  <terra@gnome.org>
3120         * src/stf.c (stf_read_workbook_auto_csvtab): Fix crash for text
3121         import from command line.
3123 2013-01-15  Jean Brefort  <jean.brefort@normalesup.org>
3125         * configure.ac: renamed configure.in and update obsolete macros.
3126         * configure.in: ditto.
3128 2013-01-14  Colin Watson  <cjwatson@ubuntu.com>
3130         * configure.in: Add
3131         distutils.sysconfig.get_python_inc(plat_specific=True) to Python
3132         includes.
3134 2013-01-14  Jean Brefort  <jean.brefort@normalesup.org>
3136         * src/sheet-control-gui.c (sheet_control_gui_new): typo.
3137         * src/sheet-object-graph.c (cb_graph_size_changed): do not remoe
3138         twice the top and bottom margins when displaying a graph
3139         sheet. [#691472]
3141 2013-01-10  Morten Welinder  <terra@gnome.org>
3143         * src/func.c (gnm_func_lookup_or_add_placeholder): Drop copy_name
3144         argument and assume TRUE.  Drop scope name and assume NULL (which
3145         is what all callers should have used).  All callers changed.
3146         (gnm_func_add_placeholder): Ditto.
3147         (invent_name): Downcase the preferred name.
3148         (gnm_func_add_placeholder_full): Eliminate GNM_FUNC_FREE_NAME.
3149         (gnm_func_add): Initialize arg_names_p.
3151         * src/gnm-plugin.c (plugin_service_function_group_activate):
3152         Upgrade existing placeholder functions as needed.
3154         * src/func.c (gnm_func_upgrade_placeholder): Rename from
3155         gnm_func_upgrade_placeholder.  Take GnmFunc argument, not name.
3157 2013-01-10  Morten Welinder  <terra@gnome.org>
3159         * src/func.c (gnm_func_add_placeholder_localized): New function.
3160         (gnm_func_add_placeholder_full): Extract from
3161         gnm_func_add_placeholder.  Handle localization better.
3162         (gnm_func_set_localized_name): New function.
3163         (gnm_func_free, gnm_func_get_name): Use
3164         gnm_func_set_localized_name.
3166         * src/parse-util.c (std_func_map): Improve handling of unknown
3167         function names.
3169         * src/func.c (gnm_func_group_remove_func): Factor this out from...
3170         (gnm_func_free): ...here.
3172 2013-01-09  Morten Welinder  <terra@gnome.org>
3174         * src/symbol.c: delete.
3176         * src/func.c: rewrite to use GHashTable instead of symbol.c
3177         (gnm_func_lookup_prefix): Take extra argument indicating whether
3178         to search translated names.  Caller changed.
3180         * src/parse-util.c (std_func_map): Lookup translated name as
3181         needed.
3182         (parse_util_init): Add enviroment magic to turn on translated
3183         functions names.  This is not ready for prime time and should be
3184         controlled by a user preference eventually.
3186         * src/mathfunc.c (gnm_matrix_eigen): Silence warning.  Document a
3187         bit.
3189 2013-01-07  Morten Welinder  <terra@gnome.org>
3191         * src/mathfunc.c (gnm_matrix_eigen): Detect underflow of the
3192         pivot.  Use gnm_hypot where possible.
3194 2013-01-04  Morten Welinder  <terra@gnome.org>
3196         * src/gui-clipboard.c (gnm_x_claim_clipboard): Take a GdkDisplay
3197         as argument.  Keep track of displays.
3198         (gnm_x_disown_clipboard): New function.
3200         * src/application.c (gnm_app_clipboard_clear): Use
3201         gnm_x_disown_clipboard to make things multi-head safe.
3203 2013-01-03  Morten Welinder  <terra@gnome.org>
3205         * src/collect.c (collect_floats): Fix handling of
3206         COLLECT_IGNORE_ERRORS.
3207         (collect_strings): Ditto.
3208         (callback_function_collect): Handle new flag COLLECT_ZERO_ERRORS.
3210 2013-01-01  Morten Welinder  <terra@gnome.org>
3212         * src/mstyle.c (gnm_style_set_from_pango_attribute): Don't use
3213         deprecated goffice stuff.
3215         * src/cellspan.c (cell_register_span, cell_calc_span): Remove
3216         unused variable.
3217         * src/gnm-pane.c (control_point_leave_notify): Ditto.
3218         * src/gnm-plugin.c (plugin_service_solver_activate): Ditto.
3219         * src/wbc-gtk.c (wbc_gtk_create_edit_area): Ditto.
3221         * src/application.c (gnm_app_history_add): Kill warning.
3223 2012-12-31  Morten Welinder  <terra@gnome.org>
3225         * src/sheet-style.c (sheet_style_resize): Double off-by-one.
3226         Fixed #690929.
3228         * src/ssdiff.c: Introduce --highlight mode.
3230 2012-12-30  Morten Welinder  <terra@gnome.org>
3232         * src/ssdiff.c (main): Add option to send output to a file.
3234 2012-12-29  Morten Welinder  <terra@gnome.org>
3236         * src/ssdiff.c (diff): Use C locale.
3237         (ignore_cell): Ignore arrays, except for the corner.
3238         (output_cell): New function taking proper care of value types,
3239         convensions, etc.
3240         (xml_cell_changed): Use output_cell.
3241         (compare_corresponding_cells): Don't use entered_text here either,
3242         although it's harmless.
3243         (output_cell, compare_corresponding_cells): Handle value formats
3244         too.
3246 2012-12-28  Valek Filippov  <frob@df.ru>
3248         * gnm-pane.c, shell-control-gui.c: Replaced deprecated
3249         gdk_window_get_pointer calls.
3251 2012-12-28  Morten Welinder  <terra@gnome.org>
3253         * src/*.c: Eliminate use of printf.
3255         * src/sheet-style.c (sheet_style_range_foreach): Move handling of
3256         range offset here.  This may need to move further.
3257         * src/ssdiff.c (cb_diff_sheets_styles_2): From here.
3258         (diff_sheets_cells): Ignore completely empty cells.
3259         (xml_sheet_start): Change meaning of Old and New attributes to be
3260         index_in_wb and absent when workbook doesn't have the sheet.
3261         (xml_style_changed): Describe style differences.
3263 2012-12-27  Morten Welinder  <terra@gnome.org>
3265         * src/ssdiff.c (diff_sheets): Compare styles too.
3267         * src/sheet-style.c (sheet_style_range_foreach): Add optional
3268         range argument.  All callers changed.
3270 2012-12-24  Morten Welinder  <terra@gnome.org>
3272         * src/ssdiff.c (def_cell_changed): Merge cell_added and
3273         cell_removed handlers into the cell_changed handler.
3274         (main): Add --xml option.
3276         * configure.in: ssconvert, ssindex, and ssgrep are no longer
3277         configurable.  We need ssconvert for the test and it's silly
3278         anyway.
3280 2012-12-18  Morten Welinder <terra@gnome.org>
3282         * configure.in: Post-release bump.