1Gnumeric 1.12.50
2
3Morten:
4	* Fix undo problem with sorting and cell comments.
5	* Python loader cleanups.
6	* Use Python's bool type instead of rolling our own.
7	* Export file:// links to html.  [#569]
8	* Export file:// links to xlsx.  [#569]
9	* Improve handling of invalid formulae from xlsx.  [#574]
10	* Introspection fixes.
11	* Improve CELL("format",...)  [#576]
12	* wk4 import improvements.  (For no good reason.)
13	* Fix some -fsanitize=undefined problems.
14	* Improve excel-specific xlsx import of validation.
15
16--------------------------------------------------------------------------
17Gnumeric 1.12.49
18
19Andreas:
20	* Do not try to turn all of LibreOffice's SplitModes into frozen
21	panes [file of #557]
22
23Jean:
24	* Fix graph size issue when the graph is in its own sheet. [#516]
25	* Fix one more graph size issue when the graph is in its own sheet. [#565]
26
27JohnDenker:
28	* Fix ssgrep problem when used as a filter.  [#552]
29
30Morten:
31	* Rework conditional styling's upper level.
32	* Fix autofill array critical.  [#511]
33	* Handle missing values in xlsx.  [#517]
34	* Fix critical when using fd://1.
35	* Don't trim spaces for csv files as per rfc 4180.  [#528]
36	* Fix cvs separator guessing problem with quotes.  [#537]
37	* Improve handling of expressions in csv files.
38	* Plug ssconvert leak.  [#546]
39	* Fix bogus time match for "3.a".  [#545]
40	* Use 1us resolution for NOW.  [#549]
41	* Fix ssconvert sheet selection for csv.  [#555]
42	* Test suite improvements.
43	* Fix ods import problem with irregular sheet sizes.
44	* Fix ods import problem with crazy named expressions.  [#557]
45	* Allow plain space as 1000s separator in FR locale.
46	* Fix graph size problem affecting image output.  [#507]
47	* Check for yelp in autogen.  [#558]
48	* Fix ssconvert problem with conditional styles.
49	* Move from style regions to style classes in css.
50	* Implement #ifdef for built-in css.
51	* Dead kitten in css.
52	* Improve the drawing of filter combos.
53	* Allow theming of grid color.
54	* Fix dirty-tracking.  [#554]
55	* Plug ods write leak.
56	* Disable cs documentation translation due to itstool/libxml2 bug.
57
58--------------------------------------------------------------------------
59Gnumeric 1.12.48
60
61Andreas:
62	* Add axis title to chart in histogram tool. [#408]
63	* Fix line end marker roundtrip through strict ODF
64	* Improve export of line markers to ODF for interoperability
65	* Improve line marker handling on import
66	* Fix LaTeX export. [#489]
67	* When reading an ODF file make all sheets of equal size. [#505]
68
69Jean:
70	* Fix xlsx object non-import crash.
71	* Fix in-place graph data problem.  [#492]
72	* Port to Python3. [#419]
73
74Morten:
75	* Fix performance issue with sample_datasource.  [#491]
76	* Fix partial-line issue with sample_datasource.
77	* Fix load of in-place graph data with extra ()s.  [#492]
78	* Fix Ctrl-; cursor position.  [#494]
79	* Fix ssconvert --merge-to problem.  [#496]
80	* Fix sheet size paste problem.  [#497]
81	* Speed up really large auto-filters.  [#465]
82	* Fix 2038 problem on quit.
83	* Improve tests.
84	* Improve dependency tracking for implicit intersection. [#501]
85	* Fix format dialog issue.  [#503]
86	* Re-tune style quad tree.  [#234]
87	* Re-tune dependency bucket system.  [#502]
88	* Fix global name parsing problem with non-uniform sheet sizing.
89	* Avoid style dependency redraw during file load.
90	* Tend to dead kittens.
91	* Fix metadata dialog.  [#510]
92	* Fix potential 64-bit problem with signals.
93	* Fix GnmRange introspection.
94
95--------------------------------------------------------------------------
96Gnumeric 1.12.47
97
98Andreas:
99	* Fix chart and image name roundtrip through ODF. [#477]
100	* Fix print flag roundtrip for sheet objects through ODF. [#486]
101
102Jean:
103	* Fix crash when the embedded spreadsheet is invalid. [#481]
104
105Morten:
106	* Fix dialog size problem.
107	* Add "--set CELL=CONTENTS" option to ssconvert.
108	* Improve tests.
109	* Improve speed on exit with lots of conditional formatting.
110	* Improve error message [#472]
111	* Impose ordering of ssconvert --export-graphs
112	* Doc fixes.
113	* Fix CELL crash.  [#479]
114	* Handle export options for ssconvert --export-graphs.
115	* Fix deps crash.  [#480]
116	* Fix chart name roundtrip through XLSX.  [#478]
117	* Fix sheet object print flag roundtrip through XLSX.  [#486]
118
119--------------------------------------------------------------------------
120Gnumeric 1.12.46
121
122Andreas:
123	* Fix format import from ODF. [#403]
124
125Jean:
126	* Fix charts size in XLS format. [#414]
127	* Fix loading string from arrays in charts. [#416]
128	* Implement wrapping of rotated text. [#394]
129
130Morten:
131	* Fix over-eager guessing of dates in csv.  [#401]
132	* Fix Mac build problem.  [#402]
133	* Fix inter-process paste crash [#406]
134	* Fix problem saving cell protection to xlsx.  [#409]
135	* Look for python3 before python.  [#419]
136	* Fix SUMIF (etc) problem with blank criteria.  [#423]
137	* Improve editing of percentages.  [#413]
138
139Thomas Kuehne:
140	* Improve html import.  [#392]
141
142Shlomi Fish:
143	* Command line export of graphs.  [#410]
144
145--------------------------------------------------------------------------
146Gnumeric 1.12.45
147
148Eugen Dedu:
149	* Doc fixes.  [#380] [#381] [#382]
150
151Morten:
152	* Add DIGAMMA function.
153	* Support ISO-8601 UTC date/time input.  Mostly.  [#371]
154	* Improve cvs separator guessing.  [#397]
155	* Add export option "active-sheet".  [#396]
156
157Thomas Klausner:
158	* Fix compilation issue.  [#378]
159
160Thomas Kuehne:
161	* Handle odf files with no styles whatsoever.  [#389]
162	* Improve Excel standalone-xml import.  [#391]
163
164--------------------------------------------------------------------------
165Gnumeric 1.12.44
166
167Jean:
168	* Fix document properties types. [#367]
169	* Call pygobject_init() if needed. [#368]
170
171Morten:
172	* Fix SWITCH's default argument.  [#354]
173	* Fix problem with setting auto-func.  [#357]
174	* Fix problem reading really old xls format.
175	* Fix sheet filter problem.  [#359]
176	* New NT_RADICAL function.
177	* Fix conditional style crash.
178	* Fix applix locale problem.  [#362]
179	* Fix applix encoding and escape problems.  [#363]
180	* New LAMBERTW function.
181	* Plug sheet object leak with paste.
182	* Fix documentation problem for vararg functions.
183
184--------------------------------------------------------------------------
185Gnumeric 1.12.43
186
187Morten:
188	* Fix header installation.
189	* Fix psiconv compilation.
190
191--------------------------------------------------------------------------
192Gnumeric 1.12.42
193
194Morten:
195	* Plug leaks.
196	* Introspection fixes.
197	* Work around gtk+ breakage re. link colors.
198	* Fix problems with ssconvert --export-file-per-sheet.  [#694408]
199	* Enable ssconvert --export-file-per-sheet for html, latex, and pdf.
200	* Test suite improvements.
201	* ssconvert improvements.
202	* Makefile improvements.
203	* Don't save any configuration when running ssconvert/ssdiff/...
204	* Turn GnmFunc into a GObject.
205	* Make clipboard output deterministic.
206	* Fix conditional format crash [#343].
207
208--------------------------------------------------------------------------
209Gnumeric 1.12.41
210
211Morten:
212	* Fix problem with object pasting.
213	* Fix undo problem for cell comments.  [#732653]
214	* Exit with non-zero with we fail to load file on command line.
215	* Fix undo crash.  [#795861]
216	* Introspection fixes.
217	* Don't offer more than 15 significant digits by default.  [#754391]
218
219--------------------------------------------------------------------------
220Gnumeric 1.12.40
221
222Andreas:
223	* Fix histogram tool for the case of no labels. [#795475]
224
225Dean McCarron:
226	* Introspection fixes.
227
228Morten:
229	* Add floating-point environment sanity check.  [#794515]
230	* Before saving, verify that files hasn't changed on disk.  [#334024]
231	* Add GUI for comparing sheets.
232	* Introspection fixes.
233	* Clean up workbook view construction.
234	* Test suite improvements.
235	* Fix problems with boxed types.
236	* Avoid most punting for object properties.
237	* Fix paste from LibreOffice.
238	* Fix paste to LibreOffice -- use Biff8.  [#795280]
239	* Allow inter-process paste-special.  [#346630]
240	* Fix ssconvert --merge-to problem with names.  [#795408]
241	* Fix problem with image pasting.
242	* Allow pasting an image into Gnumeric.  [#366816]
243	* Full-column paste includes column width.  [#121722]
244	* Auto-fix shared array formulas in gnumeric files.
245	* No-net-access doc build.  [#790226]
246	* No-net test suite fixes.
247
248--------------------------------------------------------------------------
249Gnumeric 1.12.39
250
251Morten:
252	* Fix ssdiff problem.  [#792038]
253	* Fix ISREF.
254	* Some internal array formula code cleanups.
255	* Fix problem with stopping a glpk solver.
256	* Improve workaround for gtk+ scrollbar bug.  [#792417]
257	* Fix minor issue for MUNIT.
258
259Rafael Fontenelle:
260        * Doc fixes.  [#792556] [#792592]
261
262--------------------------------------------------------------------------
263Gnumeric 1.12.38
264
265Morten:
266	* Avoid large stack use here and there.
267	* Test suite improvements.
268	* Improve sylk writer.  Don't ask.
269	* Teach ssdiff about column/row sizes.
270	* Teach ssdiff about defined names.
271	* Fix a few ssdiff crashes.
272	* Fix crash on text import.
273
274--------------------------------------------------------------------------
275Gnumeric 1.12.37
276
277Morten:
278	* Test suite improvements.
279	* Improve format guessing for newly entered formulas.
280	* Improve PERMUTATIONA for unusual arguments.  [#790742]
281	* Extend range of NT_PI.
282	* Improve xlsx export of cell comments.  [#790756]
283	* Plug leaks.
284	* Fix potential crash on exit.
285	* Speed-up number theory functions.
286	* Fix combo object icon.
287	* Code cleanups for main binary.
288	* Fix potential crash in gtk scroll bar bug workaround.
289	* Avoid large stack use here and there.
290
291--------------------------------------------------------------------------
292Gnumeric 1.12.36
293
294Andreas:
295	* Improve contour plot export/import to/from ODF. [#788728]
296	* Improve contour plot import of Excel generated ODF. [#788801]
297	* Improve surface plot export to ODF. [#788447]
298	* Fix export/import of CONCATENATE to and from ODF.
299	* Fix export/import of minor axis divisors to and from ODF.
300	* Fix import of affice trendline from ODF. [#789538]
301
302Jean:
303	* Fix background of multiple selection. [#789411]
304	* Workaround for gtk scroll bar bug.  [#789412]
305
306Morten:
307	* Convert all xpm files to png.
308	* Avoid to-pixdata options for resources.  It's going away.
309	* Minor CORREL improvement.
310	* Fix error on xlsx files with bogus Print_Area.
311	* xlsx import improvements for contour graphs.
312	* xlsx export improvements for contour graphs.
313	* Fix xlsx export of trend line equation.
314	* Fix xlsx import and export of trend line affine flag.
315	* Avoid critical on exporting unnamed xlsx trend line.
316	* Fix VDB for partial periods.  [#790299]
317
318--------------------------------------------------------------------------
319Gnumeric 1.12.35
320
321Jean:
322	* Fix cell border style selectors with recent gdk-pixbuf. [#781988]
323
324Morten:
325	* Test suite improvements.
326	* Improve relative accuracy of BESSELJ and BESSELY.
327	* New function REDUCEPI.
328	* Fix further fallout from glpk format change.  [#783077]
329
330--------------------------------------------------------------------------
331Gnumeric 1.12.34
332
333Andreas:
334	* Fix hyperlinks import from ODF. [#779635]
335
336Jean:
337	* Fix xlsx export of chart series names. [#778618]
338	* Always export a transparent fill style in charts. [#779160]
339
340Morten:
341	* Doc fixes.
342	* Fix xlsx import with missing header/footer. [#778292]
343	* Minor xlsx import improvements with alias colors.
344	* Test suite improvements.
345	* Improve Excel handling of hyperlinks.
346	* Hyperlinks improvements.  [#706671]
347	* Plug leaks.
348	* Fix issues with sheet-local names.
349	* ssdiff improvements with hyperlinks, input messages,
350	  conditional formats, and validations.
351	* Make exit code from ssdiff follow diff's.
352	* Fix ssdiff with inter-sheet references.
353	* Fix style border colour sharing.
354
355--------------------------------------------------------------------------
356Gnumeric 1.12.33
357
358Andreas:
359	* Fix export/import of scaling information to/from ODF.
360	* Fix Wilcoxon Signed Rank Test handling of ties. [#772718]
361	* Fix xlsx export of scale to page information. [#776196]
362
363Jean:
364	* Fix use of cell formats in graphs data labels. [#777338]
365
366Morten:
367	* Speed up sstest part of test suite.
368	* Bring documentation build into the 21 century.
369	* Non-linear solver improvements.
370	* Avoid atomizing style regions with conditional formats.
371	* Adapt to glpk file format changes.
372	* Fix stf problems with text format.  [#777543]
373
374--------------------------------------------------------------------------
375Gnumeric 1.12.32
376
377Andreas:
378	* Improve html4.0 fragment export. [#769343]
379	* Fix moving averages, exponential smothing and principal
380	  component tools. [#769659]
381
382Jean:
383	* Fix  paradox plugin build with pxlib-0.6.7. [#769319]
384
385Morten:
386	* Avoid gnome-common dependency.
387	* New text functions CONCAT, TEXTJOIN.
388	* New selection functions IFS, SWITCH.
389	* New aggregation functions SUMIFS, AVERAGEIFS, MINIFS, MAXIFS, COUNTIFS.
390	* Fix criteria function issue with errors in the selector area.
391	* Fix corner case for MINA and MAXA.
392	* Fix criteria matching of numbers against strings.
393	* Test suite improvements.
394
395--------------------------------------------------------------------------
396Gnumeric 1.12.31
397
398Morten:
399	* Fix case issues for database functions.
400	* Anchor COUNTIF criteria at end too.
401	* Add tests for COUNTIF.
402	* Fix inter-process paste crash.  [#768164]
403
404--------------------------------------------------------------------------
405Gnumeric 1.12.30
406
407Morten:
408	* Improve format guessing for csv and txt files.
409	* Fix DCOUNT and DCOUNTA with missing field.  [#767290]
410	* Fix strictness in database functions.
411	* Fix a bunch of corner cases for database functions.
412	* Add tests for database functions.
413
414--------------------------------------------------------------------------
415Gnumeric 1.12.29
416
417Jean:
418	* Fix array reading in plots using matrix data. [#765483]
419
420Morten:
421	* Documentation fixes for complex numbers.
422	* Fix rare RANDBETWEEN problem.
423	* Test suite improvements.
424	* Fix value-area problem.  [#765438]
425	* Make xlsx shared strings parsing more robust.  [#765544]
426	* Dead kittens.
427
428--------------------------------------------------------------------------
429Gnumeric 1.12.28
430
431Morten:
432	* Fuzzed file fixes.  [#761663] [#761727] [#762278]
433	* Plug leaks.
434	* Fix problems with ssconvert to lp/cplex formats.
435	* Add sensitivity report to solver.
436	* Fix bounds problem with cplex exporter.
437	* Fix IMARCCOSH(1).
438	* Add more tests for complex number evaluation.
439	* Improve accuracy of IMLOG10.
440
441--------------------------------------------------------------------------
442Gnumeric 1.12.27
443
444Andreas:
445	* Read/write rich-text font-size from ODF files. [#759983]
446	* Read/write zoom values to/from ODF files in LO compatible way. [#700013]
447	* Read new attribute to am/pm element in ODF import. [#760043]
448	* Fix NETWORKDAYS. [#760576]
449
450Jean:
451	* Fuzzed file fix.  [#760546]
452	* Fix data labels when the source is a range with several rows and
453	 columns. [#761048]
454
455Morten:
456	* Teach ssconvert to split sheets into separate .txt files [#694408]
457	* Improve test suite.
458	* Fuzzed file fixes.  [#760046] [#760085] [#760087] [#760089]
459	  [#760043] [#760103] [#760102] [#760101] [#760105] [#760106]
460	  [#760104] [#760229] [#760231] [#760232] [#760544] [#760545]
461	  [#761295]
462	* Fix R.DBINOM extreme-value case.  [#760230]
463	* New function AGM.
464	* Fix canvas problem leaving grab in place.  [#760639]
465	* Work around gtk+ bug causing growing windows.  [#761142]
466	* Improve BESSELJ and BESSELY.
467	* Improve BETA accuracy.
468	* Fix problem with database functions.  [#761305]
469	* Fix font problem for ssconvert to pdf.  [#761296]
470	* Fix bison check.  [#761398]
471	* Improve IMIGAMMA coverage.
472
473--------------------------------------------------------------------------
474Gnumeric 1.12.26
475
476Morten:
477	* Fix potential crasher on showing initial window.
478
479--------------------------------------------------------------------------
480Gnumeric 1.12.25
481
482Jean:
483	* Add support in recent files dialog for multiple selesction and double
484	click. [#759160]
485
486Morten:
487	* Fix TABLE problems.  [#752181]  [#752178]  [#752182]
488	* Fuzzed file fixes.  [#752179]  [#752180]
489	* Add R.DGUMBEL, R.PGUMBEL, R.QGUMBEL.
490	* Fix conditional format problem.  [#750271]
491	* Test also RANDWEIBULL and RANDLOGNORM.
492	* Fix problem with R.QHYPER
493	* Add R.DRAYLEIGH, R.PRAYLEIGH, R.QRAYLEIGH.
494	* Fix GUI translation problems.
495	* Fix bugs with merged cells.  [#504004]
496	* Make builds more reproducible.
497	* Improve ssdiff for validation.
498	* Fix problem with xls export of list validation.  [#557555]
499
500--------------------------------------------------------------------------
501Gnumeric 1.12.24
502
503Jean:
504	* Fix printing of sheet objects with one cell or absolute anchors. [#753961]
505	* Fix snap to grid for one cell or absolute anchored objects. [#754792]
506	* On export, just change the extension, not more. [ubuntu #1497344]
507
508--------------------------------------------------------------------------
509Gnumeric 1.12.23
510
511Andreas:
512	* Fix memory handling error on fuzzed sxc file. [#748535]
513	* Improve import/export of page layout from/to ODF.
514	* Improve function import to ODF. [#750627]
515	* Add CONFIDENCE.T, MODE.MULT, PERCENTILE.EXC, PERCENTRANK.EXC
516	  and QUARTILE.EXC.
517	* Fuzzed file fixes.  [#751060] [#751501] [#751851] [#751922]
518	* Fix ODF import of named expressions. [#750627]
519	* Import reference unions from ODF. [#750627]
520	* Improve CONVERT function.
521
522Jean:
523	* Fix xlsx import of plot area manual layout. [#748016]
524	* Fix out of bounds read. [#749121]
525	* Fuzzed file fixes.  [#750042] [#751217] [#751270] [#751271]
526	  [#751383] [#751384] [#751758] [#751744] [#751908] [#751920]
527	  [#751249] [#751945] [#751909] [#751946] [#751968] [#751969]
528	  [#751971] [#751989]
529
530Morten:
531	* Fix import/export of graph backplane.
532	* Fix export of unlabelled axes.
533	* Fix export of rotated axis labels.
534	* Fix xlsx save crash related to shared strings.  [#748477]
535	* Solver code refactoring.
536	* Plug leaks.
537	* Fuzzed file fixes.  [#748595] [#748597] [#749031] [#749030]
538	  [#749069] [#748533] [#749118] [#749166] [#749181] [#749184]
539	  [#749236] [#749240] [#749234] [#749235] [#749271] [#749270]
540	  [#749424] [#749917] [#749919] [#750043] [#750044] [#750046]
541	  [#750811] [#750810] [#750857] [#750864] [#750862] [#750858]
542	  [#751126] [#751254] [#751253] [#750851] [#751258] [#751259]
543	  [#751502] [#751390] [#751579] [#751659] [#751660] [#751662]
544	  [#751970] [#752022] [#751988] [#752021] [#752080] [#752081]
545	  [#752124]
546	* Make solver check linearity of model.
547	* Fix xls saving of marker style.  [#749185]
548	* Make compilation with clang work again.  [#749138]
549	* Fix xlsx problem with import of header/footer.  [#750853]
550	* Fix xls save problem with characters outside codepage.  [#750856]
551	* Fix named expression problem.  [#751056]
552	* Fix xlsx namespace problem.  [#751120]
553	* Protect database functions against malformed database.  [#751392]
554	* Fix csv problem with invalid UTF-8 data.  [#751577]
555	* Fix GROWTH.  [#751658]
556	* Restrict TABLE to array context.  [#751871]
557
558--------------------------------------------------------------------------
559Gnumeric 1.12.22
560
561Andreas:
562	* Improve ODF import/export of additional axes. [#746321]
563	* Fix ODF export of styles for additional axes. [#746621]
564	* Simplify export of SEC and SECH to ODF. [#747211]
565	* Harden ODF import against fuzzed files. [#747447][#747448]
566	* Fix ODF import/export of unlinked checkboxes and radio buttons.
567	* Plug leak in ODF import and export. [#747590]
568	* Improve pattern fill round trip through ODF.
569	* Fix export of Ring plots to ODF. [#747763]
570	* Fix import/export of Pie charts from/to ODF. [#747807]
571	* Add more determinism to ODF export. [#747916]
572
573Jean:
574	* Fix signal handling while running Python. [#744638]
575	* Implement absolute anchoring for sheet objects.
576	* Make graphs (and images) not resize with cells by default. [#684450]
577
578Morten:
579	* xlsx import/export of log axis.
580	* xlsx export of multiple plots in chart.
581	* Fix xlsx import of multiple axes.
582	* Fix xlsx title export problem.
583	* Fix xlsx export problem with series' style.
584	* Fix xlsx import/export of sheet tab text colour.
585	* Improve test suite.
586	* Actually implement DECIMAL.
587	* Fix BETA problem with special case.
588	* Fix MIDB and REPLACEB length check.
589	* Fix PERMUATIONA corner case.
590	* Fix RANDLOG.
591	* Fix RANDGEOM to use same distribution as R.DGEOM.
592	* Improve xlsx roundtrip of GOStyle.
593	* Improve reading of xlsx theme colours.
594	* Plug leaks.
595	* Fix REPLACEB problem.  [#747210]
596	* Fix sheet filter problem.
597	* Minor R.DNORM improvement.
598	* Improve RAYLEIGH accuracy.
599	* Improve R.QCAUCHY accuracy.
600	* Add TANPI and COTPI functions.
601
602--------------------------------------------------------------------------
603Gnumeric 1.12.21
604
605Andreas:
606	* ODF import/export general plot data specifications. [#743818]
607	* ODF import/export the z-index for line objects.
608	* Fix ODF import of stroke colours of sheet objects.
609	* Fix ODF import/export of fill colour and type. [#744051]
610	* Fix ODF import/export of marker fill and outline colours.
611	* Improve ODF export of manually positioned charts in multi-chart
612	  graphs. [#743789]
613	* Fix ODF export of serieslines styles.
614	* Fix ODF import/export of axes label visibility. [#743788]
615	* ODF import/export additional axislines.
616	* Fix ODF import/export of fonts in charts. [#744632]
617	* ODF import/export additional axes. [#743787]
618	* Fix ODF style import of secondary plots. [#744930]
619	* Fix ODF style export for data points in plots. [#745091]
620
621Morten:
622	* Implement xlsx import of sheet widgets.
623	* Implement xlsx export of sheet widgets.
624	* Fix xlsx import/export of patterns.
625	* Plug leaks.
626	* Arrow properties editor.  [#158327]
627	* Fix xlsx export of line style None.
628	* Fix search-and-replace problem with text format.
629	* Fix xlsx import/export of gradients.
630	* Fix undo problems with scrollbars.
631	* Fix spinner properties dialog.
632	* SheetObjectImage fixes.
633	* Fix problem reading images from xls.
634	* Namespace fixes
635	* Test suite improvements.
636	* Fix various dtd version problems.
637
638--------------------------------------------------------------------------
639Gnumeric 1.12.20
640
641Andreas:
642	* ODF import/export trendline names. [#743448]
643	* ODF import/export trendline affinity & dimensions.
644	* ODF import/export major & minor chart axis tick marks.
645	* ODF import/export chart axis min and max formulae.
646	* Fix ODF export of single cell ranges in graphs. [#743619]
647	* ODF import/export series fill types. [#743613]
648	* ODF import/export marker outline colour.
649	* ODF export all charts in a graph.
650	* ODF import/export axis positions.
651	* ODF import/export series lines. [#743785]
652	* ODF import/export all plots in a chart. [#743786]
653
654Morten:
655	* xlsx chart import: fix font family name.
656	* xlsx import/export trend line names.
657	* Fix gda plugin compilation.  [#743506]
658	* Fix xlsx export problem with auto markers.
659	* Import/export xlsx chart axis min/max/steps.
660	* Export xlsx chart axis tick marks.
661	* Fix xlsx problem with inverted axis.
662	* Export sliders as scrollbars for xls.
663	* Fix xls loading of horizontal scrollbars.  [#743754]
664	* Plug leaks.
665	* Fix xlsx comment export.
666	* Make XL see our exported xlsx axes.
667	* Fix xlsx import/export of axis font info.  [#743822]
668
669--------------------------------------------------------------------------
670Gnumeric 1.12.19
671
672Andreas:
673	* Add latex fragment exporter of visible rows only. [#739512]
674
675Jean:
676	* Fix ants problems.
677
678Morten:
679	* Plug leaks.
680	* Pay more attention to union access rules.
681	* Attempt a fix for clipboard crash.  [Redhat #1160975]
682	* Truncate long strings for display in stf import.
683	* Fix crash on closing a graph sheet.
684	* Fix undo crash with conditional formatting and insert row.  [#741197]
685	* Fix xlsx export of HYPGEOMDIST.
686	* Fix xlsx export of document properties.
687	* Fix multihead issue with graph windows.
688	* Improve test suite.
689	* Reorganize icon handling.
690	* Allow removing a specific item from the history.  [#735305]
691	* Fix GNM_HALIGN_DISTRIBUTED rendering.  [#726155]
692	* Restore translations of function help texts.
693	* Fix import of extended float formula results from wk4 files.
694	* Fix ADDRESS problem.
695	* Fix sheet-filter problem with errors.  [#742601]
696	* Improve error handling for .gnumeric a bit.
697	* Improve xlsx graph import: line colour; marker size; marker color;
698	  no lines; bounding box; trend lines; regression equations; axis label.
699	* Improve xlsx graph export: line style; bar/col direction; marker shape;
700	  marker size; marker color; axis label; chart title; trend lines.
701	* Improve xlsx export: default col widths; schema validity.
702	* Improve modifier handling.  [#743130]
703
704Thomas Kluyver:
705	* Fix import of extended floats from wk4 files.  [#739679]
706
707--------------------------------------------------------------------------
708Gnumeric 1.12.18
709
710Andreas:
711	* Improve documentation. [#733466]
712	* Add warning dialog. [#733352]
713	* Fix rich text roundtrip through ODF. [#737039]
714
715Jean:
716	* Fix dialogs behavior in full screen mode. [#736395]
717	* Save axis format to xls. [#736656]
718	* Fix recent files dialog crasher. [#737261]
719
720Morten:
721	* Fix xls export problem.  [#733771]
722	* Update WEEKDAY function.
723	* Fix xlsx export problem for strings.  [#736202]
724	* Improve xlsx import of rich text.
725	* Text suite improvements.
726	* Fix minor ods rich text import problem.
727
728--------------------------------------------------------------------------
729Gnumeric 1.12.17
730
731Morten:
732	* Fix UMR.  [#730727]
733	* Fix crashes on exit.  [#730857]  [#730884]
734	* Handle value formats for xlsx export.  [#724517]
735	* Improve xlsx import/export of rich text.  [#726189]
736	* Fix solver critical.
737
738--------------------------------------------------------------------------
739Gnumeric 1.12.16
740
741Andreas:
742	* Fix database-range import from ODF. [#730197]
743	* Improve chart roundtrip through ODF. [#728197]
744	* Fix export of non-ODF interpolation types to ODF.
745	* Fix export of titles and subtitles to ODF. [part of #730397]
746	* Fix axis sub-element order in ODF export. [part of #730397]
747	* Fix undo crash related to hyperlinks. [#730466]
748
749Morten:
750	* Start moving off GtkUIManager.
751	* Clean out old #ifdef.
752	* Fix ods series marker import/export.
753	* Fix plan-perfect issue.  [Debian #748054]
754	* Make installtion work without scrollkeeper.
755	* Improve import/export testing.  [#730397]
756	* Speed up certain large ranges of conditional formatting.
757	* Work towards making ods export deterministic.
758
759--------------------------------------------------------------------------
760Gnumeric 1.12.15
761
762Andreas:
763	* Fix chart size in ODF import. [#728278]
764	* Improve chart roundtrip through ODF. [#728197]
765	* Export centre-across-selection in a way LO can understand. [#726010]
766	* Improve format roundtrip through ODF.
767
768Morten:
769	* For xlsx, don't complain over "ext" elements.
770	* xlsx graph import improvements.
771	* Attempt a fix for tabs appearance with gtk+ 3.12.  [#728465]
772	* Make it possible to have all callables as python functions. [#728611]
773	* Improve format roundtrip through ODF.
774	* Plug leaks.
775	* Make search dialog non-modal again.  [#728817]
776
777--------------------------------------------------------------------------
778Gnumeric 1.12.14
779
780Andreas:
781	* Improve format import from ODF files.
782
783Morten:
784	* Plug leaks.
785	* xlsx conditional format fixes.  [#726202]
786	* Fix semantics of conditional format operators.  [#726806]
787	* Fix xlsx quotes in formula strings.  [#726824]
788	* Fix xls export of rich text.
789	* Fix problems with large, circular farms of VLOOKUP etc. [#723894]
790	* Let goffice handle conditional number formats.
791	* Attempt a workaround for Ubuntu scroll bars.
792	* Fix odf parse problems.
793	* Fix array editing.
794	* Fix column/row header colouring problem.  [#728007]
795
796--------------------------------------------------------------------------
797Gnumeric 1.12.13
798
799Andreas:
800	* Fix export of comboboxes to ODF.
801	* Fix export of help messages to ODF.
802	* Import invisible alignment characters in number formats from ODF.
803	[part of #725852]
804	* Fix fill-alignment export/import to and from ODF. [part of #726035]
805	* Fix distributed-alignment export to ODF. [part of #726035]
806	* Fix ODF roundtrip of "center accross selection". [#726010]
807	* Improve ODF roundtrip of conditional formats. [#726201]
808	* Fix import & export of cell indent from/to ODF.
809	* Fix ODF roundtrip of underlines.
810
811Jean:
812	* Fix tooltip position for scale or RTL sheets. [#725941]
813	* Really fix the hyperlink tips persistence. [see #706659]
814
815Morten:
816	* Support volatile functions. [#305798]
817	* Improve testing.
818	* Import/Export super/subscript fonts to xlsx. [Part of #726035]
819	* Import xlsx auto-filters. [#725460]
820	* Update Gnumeric schema.
821	* Fix rich text problem. [#726086]
822	* Improve xls import/export of conditional formats.  [#726202]
823	* Fix case sensitivity for conditional formats. [#726246]
824	* Fix minor conditional format GUI issues.
825	* Plug leak.
826	* Fix font dialog problem with underline.
827	* Fix crash reading strange xls file.  [Redhat #1076912]
828	* Fix problem clearing existing values in some xlsx cells.  [#726297]
829	* Fix criticals for dynamic deps in conditional formats.  [#726163]
830	* Fix LOG2 problem.  [#726464]
831
832--------------------------------------------------------------------------
833Gnumeric 1.12.12
834
835Andreas:
836	* Fix ODF roundtrip of some header/footer markers. [part of #724487]
837	* Fix ODF roundtrip of preferred window size. [part of #724487]
838	* Fix ODF number roundtrip issue. [part of #724568]
839	* Fix ODF error constant roundtrip issue. [part of #724568]
840	* Fix import of underlines from LO-generated ODF files. [part of #724763]
841	* Fix ODF viewport roundtrip issue. [#724761]
842	* Fix ODF pagesetup roundtrip issue. [#724516]
843	* Fix ODF pattern roundtrip issue. [#724898]
844	* Export row and column visibility to ODF. [#725115]
845	* Export frozen panes info to and import from ODF. [#725228]
846	* Export and import more sheet properties to/from ODF. [#725258]
847	* Fix validation import from ODF. [#725321]
848	* Fix autofilter condition export to ODF. [#725458]
849	* Provide Undo for sheet reordering via tab dragging. [#725540]
850
851Jean:
852	* Fix persistence of hyperlinks tips. [see #724108]
853	* Fix background filling for rtl sheets. [#725276]
854
855Morten:
856	* Fix BIFF7 import of long strings.  [#724399]
857	* Improve testing.
858	* Fix XLSX number roundtrip issues.
859	* Improve ssdiff's report of differences.
860	* Improve LOG2's accuracy.
861	* Fix BIFF7 export of page headers and footers.
862	* Fix BIFF7 export of font rotation.
863	* Fix xlsx export of underlines.
864	* Fix BIFF8 export of diagonal borders.
865	* Export headers and footers to xlsx.  [Part of #724516]
866	* Import headers and footers from xlsx.  [Part of #724516]
867	* Fix xls export of long strings in formulas.
868	* Fix xls import of cells with long string results.
869	* Fix xls export of long strings in various places.
870	* Fix BIFF7 export of comments.
871	* Improve style handling when expanding sheets.
872	* Fix xls export of headers and footers.  [Part of #724516]
873	* Fix xls import of headers and footers.  [Part of #724516]
874	* Fix xlsx export of row heights.
875	* Fix xlsx export of rotated styles.
876	* Make window geometry round-trip through xlsx.
877	* Fix xlsx import of comments.
878	* Work around gtk+ criticals.  [#725142]
879	* Fix xls/biff8 export of long comments.  [#725168]
880	* Fix xls/biff8 import of comment's text attributes.  [#725168]
881	* Improve the xls macro-roundtrip situation.  [#725220]
882	* Improve ssdiff for sheet attributes.
883	* Fix split pane problem.  [#725375]
884	* Don't generate value format during xls read.  [#725453]
885	* Fix name criticals.
886	* Fix sheet duplication issue.  [#725504]
887	* Fix named expressions crasher.  [Part of #725459]
888	* Fix GUI sheet re-ordering mess.  [Part of #725459]
889
890--------------------------------------------------------------------------
891Gnumeric 1.12.11
892
893Jean:
894	* Fix hang on xls/biff7 save.  [#724399]
895
896Morten:
897	* Release infrastructure improvements.
898	* Improve testing for xls/biff7.
899
900--------------------------------------------------------------------------
901Gnumeric 1.12.10
902
903Andreas:
904	* Fix handling of dashes on ODF import. [#719509]
905	* Suppress some warnings in xlsx import. [#719680]
906
907Jean:
908	* Accept 3D values for vector data. [#722294]
909	* Improve performance of ant-int cursor.  [#381011]
910	* Fix filled sheet objects properties box on cancelling. [#723745]
911
912Mario Rugiero:
913	* Fix leaks.  [#720306]
914
915Morten:
916	* Extend POCHHAMMER to negative values.
917	* Improve accuracy of BETA and BETALN.
918	* Improve accuracy of BESSELJ and BESSELY.
919	* New functions: IMGAMMA, IMFACT, IMIGAMMA, IGAMMA.
920	* Avoid some overflows in IMGAMMA.
921	* Fix tabulation truncation issue.
922	* Fix ABR.  [#720353]
923	* Fix fuzzed file crashes.  [#720425] [#720426] [#720358] [#719349]
924	[#715002]
925	* Resurrect list of functions on the new Gnumeric wiki.
926	* Resurrect support for non-ascii filenames on win32.  [#557815]
927	* Fix timeout related critical in ItemGrid.
928	* Fix win32 print crash.  [#719997]
929	* Fix solver problem with constraints.
930	* Improve accuracy of R.PNORM and R.PLNORM for large arguments.
931	* Improve accuracy of R.QCAUCHY.
932	* Improve accuracy of R.DHYPER, R.DBINOM, R.DNBINOM, R.DPOIS,
933	  RAYLEIGH.
934	* Minor theming improvement.  [#722074]
935	* Save some vertical space between toolbars.
936	* Fix array/merge interaction problem.  [#723600]
937	* Fix problems with large, circular farms of VLOOKUP etc. [#723894]
938
939--------------------------------------------------------------------------
940Gnumeric 1.12.9
941
942Jean:
943	* Implement double click for graph sheets. [#712216]
944
945Morten:
946	* Minor improvement to history dialog.
947	* Fix drop-down sizing (gtk+ regression).  [#710749]
948	* Improve accuracy of R.QCAUCHY.
949	* Acquire more special function test cases.
950	* Improve accuracy of R.QGAMMA and thus R.QCHISQ.
951	* Improve accuracy of R.QBETA, R.QF, R.QTUKEY, R.QSNORM, and R.QST.
952	* Improve accuracy of COMBIN, PERMUT, POCHHAMMER, FACT, GAMMA.
953	* Improve accuracy of bessel functions with large non-integer alpha.
954	* Improve accuracy of ACOTH.
955	* Fix fuzzed file problems.  [#708091] [#712662] [#712685] [#712700]
956	  [#712708] [#712772] [#712788] [#712731] [#715003]
957	* Restore sheet reordering by drag.
958	* Fix BETA on win32.
959	* Fix win32 registry initialization.
960	* Fix win32 gdk-pixbuf install heisen-crash.
961	* Incorporate new tests from crlibm.
962	* New functions SINPI and COSPI.
963	* Improve accuracy of SIN/COS/TAN on win32.
964	* Work around GTK+ ABI break.  [Redhat #1033827]
965
966Xabier Rodríguez Calvar:
967	* Fix dialog button order. [#710378]
968
969--------------------------------------------------------------------------
970Gnumeric 1.12.8
971
972Andreas:
973	* Update/fix documentation [#708679][#707075][#708556]
974	* Fix paste into locked cells [#702292]
975
976Jean:
977	* Fix radio buttons behavior in covariance dialog. [#707595]
978	* Add a border around font selector in cell format dialog. [#708567]
979
980Morten:
981	* Fix fuzzed file crash.  [#707875]
982	* Use lighter green for function markers.  [#708573]
983	* Fix item cursor problem.  [#709320]
984	* Fix win32 compilation.
985
986--------------------------------------------------------------------------
987Gnumeric 1.12.7
988
989Morten:
990	* Extend BESSELJ and BESSELY to handle fractional order.  [#706720]
991	* Fix crash with split pane.  [#707047]
992
993--------------------------------------------------------------------------
994Gnumeric 1.12.6
995
996Andreas:
997	* Fix crash on corrupted files. [#706526]
998
999Morten:
1000	* Fix crash on corrupted files.  [#706413]  [#706417]
1001	* Fix save style performance issue.  [#699045]
1002
1003--------------------------------------------------------------------------
1004Gnumeric 1.12.5
1005
1006Andreas:
1007	* Improve ODF import of cells with links. [#704022]
1008	* Fix import of multi-paragraph text from ODF. [#704391]
1009	* Fix ODF export of empt rows. [#704438]
1010	* Export custom shapes. [#704421]
1011	* Fix export to ODF of empty cells with default column styles. [#704563]
1012	* Improve import to ODF of empty cells with default column styles. [#704563]
1013	* Speed up loading of some ODF files. [#704422]
1014	* Fix ODF style import. [#704563]
1015	* Fix crash on corrupted files. [#704636] [#705385] [#705421] [#705420] [#706075]
1016	* Fix ODF import of charts with series consisting of multiple ranges. [#704742]
1017	* Fix ODF export of charts with series consisting of multiple ranges.
1018	* Implement input message editing. [Part of #705310]
1019	* Fix export of input-message only validations. [#705384]
1020	* Fix warnings. [Part of #705313]
1021	* Show input messages. [#705310]
1022	* Fix Excel XML import. [#705223]
1023	* Fix documentation. [#705541]
1024	* Avoid crashing when printing sheet object widgets from ssconvert. [#705638]
1025	* Fix printing of sheet object widgets. [#705650] [#705653]
1026	* Use current GTK style when printing sheet object widgets from Gnumeric. [#705684]
1027	* Scale tiny buttonssheet objects when printing. [#705689]
1028
1029Dmitry Matveev:
1030	* Bring back gda support.  [#604690]
1031
1032Jean:
1033	* Fix text wrap inside sheet objects. [#704417]
1034	* Fix export of scatter/bubble plots to xls. [#705311]
1035	* Fix crash when importing fuzzed chart from xls. [#705353]
1036	* Accept <graph:Type> nodes in guppi graphs. [Debian #718594]
1037	* Avoid crashing after destroying a SheetWidgetAdjustment associated widget.
1038	[see Gtk+ bug #705692]
1039
1040Morten:
1041	* Fix crazy parsing problem.  [#704109] [#704140]
1042	* Fix crashes on corrupted files.  [#704102] [#704004] [#704325]
1043	[#704562] [#705866]
1044	* Fix conditional format problem.  [#704445]
1045	* Fix R1C1 parsing issue.  [#705637]
1046	* Improve handling of large-area conditional styles.
1047	* Fix (?) Applix pattern importer.  [#705946]
1048	* Fix FMR.  [Part of #705913]
1049	* Fix sheet removal dep problem.  [#706095]
1050	* Fix test failure.  [#705947]
1051
1052--------------------------------------------------------------------------
1053Gnumeric 1.12.4
1054
1055Andreas:
1056	* Improve xlsx export of Gnumeric functions.
1057	* Improve xlsx import of Excel 2010 functions.
1058	* Improve xls import of Excel 2010 functions.
1059	* Fix documentation of r.q* and r.*nbinom. [#703164]
1060	* Add Excel 2010's BETA.DIST.
1061	* Fix crash on corrupted files. [#703149] [#703215] [#703625] [#703895]
1062	* Fix import of sxc files. [#703249]
1063	* Fix TDIST Import/Export from/to ODF.
1064	* Write manual legend position to ODF. [#703362]
1065	* Fix position handling in strict ODF export.
1066
1067Jean:
1068	* Don't attempt to add a path item when there is no path object. [#703052]
1069
1070Morten:
1071	* Improve accuracy for 2-argument ERF.
1072	* Fix crashes on corrupted files.  [#703143] [#703307] [#703306]
1073	* Fix --with-long-double tests.  [#703397]
1074	* Fix problems saving auto filters to xls.  [#703308]
1075	* Improve handling of large graph ranges.  [#703546]
1076	* Fix analysis issue with translations.  [#703355]
1077	* Fix COUNTIF (etc) pattern matching.  [#703770]
1078
1079--------------------------------------------------------------------------
1080Gnumeric 1.12.3
1081
1082Andreas:
1083	* Fix border handling for merged cells in LaTeX export.
1084	* Fix 'Go to First'. [#699631]
1085	* Fix data merges. [#699897]
1086	* Fix editing of hyperlinks. [#700732]
1087	* Fix conditional formatting crash. [#700969]
1088	* Do not include hidden cells in automatic print range. [#700994]
1089	* Make buttons 1 and 2 behave similarly when selecting cells. [#700792]
1090	* Warn when encountering extLst in xlsx import. [#700018]
1091	* Use ctrl-a only to select the whole sheet, if the sheet
1092	  has focus. [#699746]
1093	* Add a keyboard shortcut to jump to the current cell indicator.
1094	  [#699710]
1095	* Fix placement of hyperlink tooltip. [#701436]
1096	* Adjust cell comment display. [#698519]
1097	* Make reference display in paste/define names dialog consistent with
1098	  sheet preferences. [Debian #699054]
1099	* Write/read pagesetup settings to/from xlsx. [#701834]
1100	* Fix in-cell-combos attached to merged cells. [#702146]
1101	* Use the pagesetup setting to determine the landscape option in LaTeX
1102	  export [#702169]
1103	* Fix ODF crash. [#702197]
1104	* In ODF import ignored mentioned but not included sheets. [#698388]
1105	* Fix crash on corrupted files.  [#702205] [#702219] [#702285]
1106	  [#702288] [#702364] [#702409] [#702486] [#702485] [#702498] [#702322]
1107	  [#702689]
1108	* Some documentation improvements. [Debian #621735] [Debian #530462]
1109	* Fix crash on xlsx import due to external references. [#702407]
1110	* Fix reading of conditional formats from xls files. [#702612]
1111	* Fix reading of solid fill conditional formats from xlsx files.
1112	  [#702615]
1113	* Improve xlsx import of new stat function names.
1114	* Fix export of FLOOR(x) to xlsx. [Debian #464732]
1115	* Fix clipboard related crash. [#702868]
1116
1117Darrell Tangman:
1118	* Update documentation for Edit and Insert menus. [#700596]
1119	* Update documentation for comments and hyperlinks. [#700797]
1120	* Consolidate comment, hyperlinks, names documentation.
1121	* Update documentation for Manage Sheets, R1C1 notation,
1122	  sheet ranges. 1.12 updates, typo corrections, misc. cleanup.
1123
1124Dmitry Smirnov:
1125	* Fixes to the gnumeric and ssconvert manual pages.
1126
1127Jean:
1128	* Adjust labels vertical alignment in document properties
1129	  dialog. [#700156]
1130	* Don't crash when exchanging missing axes. [#702126]
1131	* Don't accept GNM_SHEET_PATTERNS as a valid pattern. [#702833]
1132
1133Morten:
1134	* Improve xlsx import of style-only cells.
1135	* Don't write empty cells to .gnumeric.
1136	* Add MPSEUDOINVERSE function.
1137	* Add ctrl-shift-z as extra accelerator for redo.  [#699579]
1138	* Fix conditional format problem.  [#699647]
1139	* Remove gobject property strings from translation corpus.
1140	* Improve LINEST.  [#551457]
1141	* Improve statfuns tests.  [#700294]
1142	* Improve mathfuns tests.  [#700295]
1143	* Add new R.PTUKEY function.  [#700132]
1144	* Add new Q.PTUKEY function.  [#700132]
1145	* Fix missing translation of certain function examples.
1146	* Add new SNORM.DIST.RANGE function.
1147	* Fix critical when last row deleted.
1148	* Fix criticals in about dialog.
1149	* Introspection fixes.
1150	* Fix xls/biff5 link export.  [#701604]
1151	* Workaround problems with automake 1.13.
1152	* Fix crashes on corrupted files.  [#702101] [#702182] [#702218]
1153	  [#702267] [#702277] [#702379] [#702658] [#703006]
1154	* Improve xls import of new stat function names.
1155	* Plug leaks.
1156
1157--------------------------------------------------------------------------
1158Gnumeric 1.12.2
1159
1160Andreas:
1161	* Update documentation.
1162	* Fix angle import of ODF graphs. [#698389]
1163	* Don't insert ODF local tables as sheets. [#698388]
1164	* Improve import of header/footer info from ODF.
1165	* Fix legend placement in ODF import. [#698535]
1166	* Fix plot placement in ODF import.
1167	* Plug leaks.
1168	* Fix border handling in html4 export. [#635217]
1169	* Support ODF's title tag in headers and footers.
1170	* Rename some items in the Statistics menu.
1171	* Fix borders of merged cells in LaTeX export. [#347013]
1172
1173Dominique Leuenberger:
1174	* Fix locale directory.
1175
1176Jean:
1177	* Fix problems with sheet widgets.  [#696533]
1178	* Fixed graph data loading from vectors that are array values. [#697107]
1179	[697281]
1180
1181Morten:
1182	* Improve ssconvert error handling.  [#695529]
1183	* New font selector for toolbar.  [#695031]
1184	* Embed more artwork.
1185	* Plug leaks.
1186	* Introspection improvements.
1187	* Fix drawing of the select-all button.
1188	* Fix getting the detachable-toolbars setting.
1189	* Style most of Gnumeric using css.
1190	* Fix focus problem in cell comment dialog.  [#696826]
1191	* Move sheet renaming into a dialog.
1192	* Make it easier to see what sheet is selected.  [#659317]
1193	* Implement R.PST, R.QST, and R.QSNORM.
1194	* Fix dependency tabulation.
1195	* Fix problems with R.PSNORM.  [#697293]
1196	* New function OWENT.
1197	* New function POCHHAMMER.
1198	* Fix import of XL2007 functions like IFERROR from xls.
1199	* Add test sheet for complex number parsing.
1200	* Improve complex number parsing.
1201	* Fix error codes for complex number functions.
1202	* Fix import of non-Excel functions from LO's xls files.
1203	* Fix problem with xls saving of externnames.
1204	* Fix saving of certain XL2007 functions like IFERROR.
1205	* Ensure full precision for complex numbers.  [#697634]
1206	* Fix parsing of 'Sheet1!#REF!' as used by XL.  [#683494]
1207	* New function NT_OMEGA.
1208	* Fix minor R.PBINOM problems.
1209	* Improve FACT and GAMMA accuracy.
1210	* Fix dirty/undo tracking issue.  [#697927]
1211	* Add version number to translation files.
1212	* Improve precision of R.PBETA slightly.  [#697850]
1213	* Add new test for a collection of special functions.
1214	* Fix xls writing of non-ascii names.  [#608780]
1215	* Improve entry of non-locale currency amounts.  [#577768]
1216	* Fix XL import of names with array constants.  [#654211]
1217	* Fix XL import of booleans/error/empties in array constants.
1218	* Fix database criteria anchoring.  [#661800]
1219	* Fix database criterias "=" and "<>" for emptiness test.  [#686156]
1220	* Enable context menu for graph sheet tabs.  [#685446]
1221	* Fix bad interaction between save-as and GtkFileChooser.  [#695839]
1222	* Fix vertical toolbar's font button.
1223	* Fix criticals in insert-comment dialog.
1224	* Improve vertical toolbars.  [#590889]
1225	* Merge long format toolbar into regular one.
1226	* Work around gtk+ behaviour change.  [#689283]
1227	* Improve handling of broken xls.  [#698424]
1228	* Fix failed-read focus problem.  [#625687]
1229	* Fix critical.  [#698680]
1230	* Fix type problems with glib timers.
1231	* Fix swapped arguments in DAYS.  [#698772]
1232	* Fix showing multiple toolbars on the left.
1233
1234--------------------------------------------------------------------------
1235Gnumeric 1.12.1
1236
1237Alexandre Rostovtsev:
1238	* Introspection fixes.  [#684159]
1239
1240Andreas:
1241	* Some documentation fixes.
1242	* Show argument names for python functions. [#690681]
1243	* Fix loading of ODF files with named expressions. [#690925]
1244	* Avoid unncessary sheet specification in analysis tools. [#691892]
1245	* Fix sensitivity tests for 2-factor anova dialog. [#693980]
1246
1247Jean:
1248	* Fixed aspect ratio for graph sheets. [#691472]
1249	* Replaced all GtkTable instances by GtkGrid.
1250	* Make the row and column header clickable even when indented.
1251	* Fix horizontal and vertical pane positions after indentation.
1252
1253Morten:
1254	* Fix a few compiler warnings.
1255	* Always compile ssconvert, ssindex, and ssgrep.
1256	* New utility: ssdiff.
1257	* Remove disabled corba plugin.
1258	* Fix off-by-ones in sheet resize.  [#690929]
1259	* Start working on warnings from newer gcc.
1260	* Avoid using some deprecated symbols.
1261	* Fix multihead issue with clipboard.
1262	* Improve EIGEN.   [#687926]
1263	* Improve handling of unknown functions.  [#109442]
1264	* Add LINSOLVE function.
1265	* Restrict size of MUNIT to avoid thrashing the system.  [#625544]
1266	* Fix text import crash.
1267	* Add LEVERAGE function for regression tool.  [#691913]
1268	* Clean up matrix code.
1269	* Speed up regressions.  [#691984]
1270	* Clean up sheet style code somewhat.
1271	* Track dependents of conditional formats.  [#654495] [#674954]
1272	* FreeBSD portability fix.  [#693761]
1273	* Introspection fixes.
1274	* Fix ssconvert crash.  [#694741]
1275	* Unconditionally enable solver.
1276	* Rewrite the file history dialog.  [#694777]
1277	* Fix R.QF and R.QBINOM documentation.
1278	* Fix sheet-removed crashes for a few dialogs.  [#364291]
1279
1280--------------------------------------------------------------------------
1281Gnumeric 1.12.0
1282
1283Andreas:
1284	 * Fix xlsx save problem.  [#690203]
1285
1286--------------------------------------------------------------------------
1287Gnumeric 1.11.91
1288
1289Andreas:
1290	* Update the Gnumeric manual.
1291
1292Morten:
1293	* Fix format problem.
1294
1295--------------------------------------------------------------------------
1296Gnumeric 1.11.90
1297
1298Andreas:
1299	* Fix ODF export of conditional styles including data styles. [#683739]
1300	* Fix encounter with macro sheets on xls import. [#684646]
1301	* Make ODF import handling of strike-through match LO. [#686789]
1302	* Fix style handling in ODF export for empty cells with objects. [#687693]
1303	* Fix cell overflow in case of marked up scientific format. [#686540]
1304	* Save all settings in stf export. [#685077]
1305
1306Jean:
1307	* Fixed indentation in cell format dialog. [#683576]
1308	* Do not use filtered out values in graphs. [#687209]
1309	* Fixed crash on interprocess image copying. [#687414]
1310	* Fix sheet focus after resizing. [#687188]
1311	* Unselect sheet objects on closing to avoid leaks. [#688094]
1312	* Fixed introspection annotations. [#682514]
1313
1314Morten:
1315	* Fix xlsx save performance problems.  [#662058]  [#685530]
1316	* Fix ods save performance problems.  [#662057, #687243]
1317	* Make .gnumeric use fewer style rectangles for the same style.
1318	* Short-circuit column resize for large stf imports.  [#686858]
1319	* Enhance POWER to do root of negative numbers.  [#687269]
1320
1321Weng Xuetian:
1322        * Fix interaction with ibus & fcitx. [#684511]
1323
1324--------------------------------------------------------------------------
1325Gnumeric 1.11.6
1326
1327Andreas:
1328	* Some documentation updates.
1329	* Fix implicit ')' for array functions. [#680548]
1330	* Add FLIP function. [#680511]
1331	* Allow unordered abscissae in INTERPOLATION. [#680510]
1332	* Fix INTERPOLATION crash. [#680711]
1333	* Suppress range markers that should be in an external workbook.
1334	[Part of #680718]
1335	* Fix layering of sheet objects in ODF export and import.
1336	[Part of #681009]
1337	* Export/import opacity of fill-colours to/from ODF. [Part of #681009]
1338	* Some basic custom-shape support in ODF import.
1339	* Map captions onto text rectangles on ODF import.
1340	* Add new autofilter op. [#647401]
1341	* Provide new saver for uncompressed Gnumeric xml. [#672622]
1342	* Do not change workbook save info when exporting. [#672323]
1343	* Fix format selection on export. [#681316]
1344	* Add Repeat Export menu item. [#594154]
1345
1346Jean:
1347	* Fix component references issues. [#680190]
1348	* Fix linear averaging interpolation. [#680723][#680918]
1349	* Support semi-transparent fonts in cells. [#678176]
1350	* Fix sheet object frame label change. [#681307]
1351
1352Morten:
1353	* Fix xls read crash.  [#679992]
1354	* Dependents code cleanups.
1355	* Make cells regular dependents.
1356	* Fix non-linear solver crash.  [#680719]
1357	* Improve inter-workbook recalculations.
1358
1359--------------------------------------------------------------------------
1360Gnumeric 1.11.5
1361
1362Jean:
1363	* Add support for introspection. [#670271]
1364
1365Morten:
1366	* Solver translation fixes.
1367	* Teach non-linear solver about constraints.  [Part of #620368]
1368	* Avoid too many hash collissions for dense sheets.
1369	* Speed up operations that iterate over cells in large areas.
1370	* Fix problems with linear solvers and cross-sheet target.
1371	* Fix python-loader vs. goffice interface problem.
1372	* Add solver report.
1373
1374--------------------------------------------------------------------------
1375Gnumeric 1.11.4
1376
1377Andreas:
1378	* Handle coloured text formatting during ODF import.
1379	* Import text box text formatting during ODF import. [#672815]
1380	* Improve import of page headers from ODF.
1381	* Export/Import validation error message to/from ODF.
1382	* Export in-cell font colours. [#675210]
1383	* Fix warning on column insertion. [#675224]
1384	* Correctly read & write rich-text chart titles to/from ODF. [#675821]
1385	* Read and write the graph titles to/from ODF. [#675820]
1386	* Fix loading of ellipse objects defined in ODF's shape section. [#676064]
1387	* Fix loading of line objects defined in ODF's shape section. [#676063]
1388	* Add underline button to formatted text dialog for sheet objects, commemts, etc.
1389	* Write the formatted text of sheet objects to ODF.
1390	* Fix consolidate tool. [#670155]
1391	* Fix crash on ODF import of messagefree validations.
1392	* Improve ODF import/export of style conditions. [#676289, #676441]
1393	* Fix object placement in ODF import. [#676339]
1394	* Fix space handling on ODF import. [Part of #676535]
1395	* Fix TIME and add ODF.TIME. [#676596]
1396	* Fix Wilcoxon Mann Whitney Test in the presence of empty cells.
1397	* Add single sample t-test.
1398	* Fix random generator/new view combination crash. [#677956]
1399	* Improve Mann-Whitney test to allow for two separate data ranges.
1400	* Fix custom colour combos for conditional format selection. [#677967]
1401	* Fix cell-clearing/autofilter interaction. [#674814]
1402	* Fix autofilter handling of column deletion undo. [#625702]
1403	* Fix top-10 and custom autofilter dialogs. [#678258][#678259]
1404	* Fix description of MDURATION. [#678520]
1405
1406Jean:
1407	* Fix graph series headers when a multiple selection is used. [#675913]
1408	* Make selction background visible. [#648676]
1409	* Make mouse wheel scrolling work again with gtk+-3.4. [#675089]
1410
1411Morten:
1412	* Minor doc improvement for non-C locales.  [Part of #675000]
1413	* Fix fullscreen criticals.
1414	* Improve handling of expressions in validations.  [#674914]
1415	* Improve handling of expressions in conditional formats.  [#674954]
1416	* Fix problems with style hash and equality.  [#675955]
1417	* Fix clipboard criticals on exit.  [#678580]
1418
1419--------------------------------------------------------------------------
1420Gnumeric 1.11.3
1421
1422Andreas:
1423	* On ODF import of stacked column charts, set LibreOffice's default
1424	overlap. [#670692]
1425	* On ODF import set series to default to ignoring invalids for
1426	interpolation. [#671508]
1427	* Handle unusual styles created in xls import. [#671745]
1428	* Do not show an icon for the range entry in the search dialog. [#671494]
1429	* Import/Export style information attached to grids from/to ODF.
1430	Part of [#671461]
1431	* Improve annotation import from ODF.
1432	* Fix conditional number format import from ODF. [#672489]
1433	* Import/Export marker size from/to ODF. Part of [#671461]
1434	* Export/Import axes data formats to ODF. Part of [#671461]
1435	* Fix object anchors on ODF import. [#667489]
1436	* Fix properties page of Document Properties dialog. [#673129, #673256]
1437
1438Jean:
1439	* Fixed crash with sheet object. [#671617]
1440	* Fixed labels vectors made of multiple ranges. [#672330]
1441	* Never skip a required plot dimension. [#674341]
1442
1443Morten:
1444	* Hook up unknown_image icon for ssconvert too.
1445	* Fix xls save crash.  [#671267]
1446	* Fix xls page break export.  [Part of #671513]
1447	* Fix xls export of conditional formats' font.  [Part of #671513]
1448	* Fix xls export of conditional formats' pattern.  [Part of #671513]
1449	* Improve xls import of rich text.  [Part of #671513]
1450	* Fix rich text export problem with non-ASCII.  [Part of #671513]
1451	* Fix crash with images on sheet.
1452	* Improve xls image export.   [Part of #671513]
1453	* Fix sheet object order on xls export.
1454	* Fix xls export for formulas in conditions.  [Part of #671513]
1455	* Export non-visible style stuff to xls.  [Part of #671513]
1456	* Improve xls import re. hard column widths.
1457	* Export only needed col/row styles to .gnumeric.
1458	* Fix export of colours to .gnumeric.
1459	* Fix row height xls export rounding issue.  [Part of #671513]
1460	* Export paper size to xls.
1461	* Improve xls export of chart legends.  [Part of #671845]
1462	* Export sets to xls.
1463	* Lower memory usage for ods load.  [#671863]
1464	* Improve test suite.
1465	* Lower per-cell memory usage.
1466	* Fix INTERPOLATION crash.  [#672154]
1467	* Inhibit typing underline style in format dialog.
1468	* Allow pattern matching for VLOOKUP/HLOOKUP.  [#672319]
1469	* Fix pattern matching for VLOOKUP/HLOOKUP/MATCH.
1470	* Improve test suite for ods.
1471	* Fix scrollbar/spinbutton load-from-.gnumeric.  [Part of #672716]
1472	* New function COVARIANCE.S.
1473	* Enable MATCH/VLOOKUP/HLOOKUP caches during redraw.
1474	* Speed-up some operations on large areas.
1475	* Work around pango bug affecting search/replace.  [#673447]
1476	* Try to work around gtk bug causing crashes.  [Redhat #803904]
1477
1478--------------------------------------------------------------------------
1479Gnumeric 1.11.2
1480
1481Andreas:
1482	* Colour the range expressions to match the range cursor. [#632156]
1483	* Implement ctrl-click cell deselection. [#610696]
1484	* Fix LaTeX export of cyrillic. [#666340]
1485	* Fix function tool tip. [#668685]
1486	* Delay function completion tooltip. [#668683]
1487	* Import inline text from xlsx files. [#668936]
1488	* Fix rich text import from xlsx. [#669083]
1489	* Fix data shuffle. [#669184]
1490	* Clarify the skew-t and skew-normal descriptions.
1491	* Fix EXACT. [#670232]
1492	* Fix editing of decimals. [#670558]
1493	* Fix edit line display. [#555519]
1494	* Avoid recalculation on pure comment deletion. [#670603]
1495
1496Jean:
1497	* Fix formula interpretation in plot series (with Morten's help). [#662237]
1498	* Don't destroy a sheet object when inserting it. [#669648]
1499
1500Morten:
1501	* Improve parsing on numbers with non-ascii digits.
1502	* Make solver check for exceeding the time limit.
1503	* Fix object life-cycle problems in solver.
1504	* Fix multihead problem with format dialog.
1505	* Fix auto-expression problem with sheet deletion.
1506	* Fix ellipsizing of auto-expression.
1507	* Fix auto-expression of single cell when moved.
1508	* Fix problems with underlines and rotated cells.  [#667152]
1509	* Fix multihead problem with auto-expressions.
1510	* Fix allocate-free mismatch in sheet management dialog.
1511	* Fix paste special undo problem.  [#667702]
1512	* Fix F4 (abs/rel-cycling) bug.  [#668625]
1513	* Fix minor function name completion bug.  [#668624]
1514	* Fix abs/rel stickiness in expression entry.  [#668691]
1515	* Minor quit-dialog improvements.
1516	* Put DataShuffle back on the menus.
1517	* Resurrect the splash screen from bit rot.  [#670449]
1518	* Make sheet removal respect manual recalculation.  [#671192]
1519
1520--------------------------------------------------------------------------
1521Gnumeric 1.11.1
1522
1523Andreas:
1524	* Show range selection cursors even while selecting new regions and
1525	on other sheets.
1526
1527Jean:
1528	* Fixed expression range cursor behavior. [#664852]
1529
1530Morten:
1531	* Build fixes relating to embedded ui files [#664828]
1532
1533--------------------------------------------------------------------------
1534Gnumeric 1.11.0
1535
1536Adrian Bunk:
1537       * Remove obsolete Hildon port.  [#662412]
1538       * Get rid of dolt.  [#662413]
1539
1540Andreas:
1541	* Use formatting attributes whenever we format numbers.
1542	[#584380][#651561]
1543	* Clarify the distinction beween open/save and import/export.
1544	* Fix enabling of modify comment or hyperlink. [#655877]
1545	* Fully read scientific format from ODF.
1546	* Provide xls file opener permitting encoding specification. [#535473]
1547	* Fix writing of scatter style in xlsx export. [#656799]
1548	* Provide progress feedback for xlsx import. [#634803]
1549	* Provide progress feedback when generating random numbers.
1550	* Add HPFILTER function calculating the Hodrick Prescott Filter.
1551	* Fix saving of newlines to xls. [#356711]
1552	* Enable markup selection in scientific format selector.
1553	* Be compatible with the changed LibreOffice ODF documents with tab
1554	colours.
1555	* Persist selection and edit positions through ODF files. [#657506]
1556	* Some more number formatting improvements to ODF import/export.
1557	* Read and write tick spacing from/to ODF files.
1558	* Fix graph editor crash. [#658223]
1559	* Fix import of non-UTF8 csv files. [#658916]
1560	* Fix copy/paste of graphs to other programs. [#660242]
1561	* Allow for the omission of a string indicator (quote) in configurable
1562	text import. [#658981]
1563	* Add a print item to the sheet object context menu. [#660248]
1564	* Fix IRR and other functions acting on paired data set when called
1565	with fixed arrays.
1566	* Import ODS-like documents produced by Google-docs. [#660657]
1567	* Fix border import from 1C generated xls files. [#660605]
1568	* Fix cell extent caclulation for xlsx export. [#661958]
1569	* Speed up printing of few pages of large sheets. [#662056]
1570	* Provide an information dialog for print preview. [#662056]
1571	* Fix hyperlink placement when inserting or adding hyperlink. [#662310]
1572	* Fix spanning of long centered cell content. [#662331]
1573	* Fix centering of spanned cell content. [#662361]
1574	* Add optional markers to indicate that cell content has been
1575	truncated. [#662149]
1576	* Fix zoom of text superscripts and subscripts. [#425685]
1577	* Fix autofitting of row height in presence of superscripted
1578	scientific notation. [#662472]
1579	* Improve shape import from ODF. [#663078]
1580	* Improve text import/export from and to ODF. [#627509, #663135]
1581	* Import hyperlinks from ODF. [#603533]
1582	* Fix status of sub- and superscript buttons. [#662474]
1583	* Fix name-definition in presence of placeholder. [#663117]
1584	* Add 'object' and 'paper=fit' options to ssconvert pdf export. [#661405]
1585	* Add cell view to auto expression. [#455712]
1586	* Fix import/export of interpolation methods from/to ODF. [#664351]
1587	* Fix leak. [#664447]
1588	* Improve range markers when editing formulas. [#664754]
1589
1590Jean:
1591	* Make things build against gtk+-3.0.
1592	* Make Ctrl-PgUp and Ctrl-PgDn work on chart-only sheets. [#645673]
1593	* Fix row height autofit when zoom level is not 1. [#656418]
1594	* Fix actions sensitivity for chart sheets. [#645842]
1595	* Fixed criticals when saving a chart to ODF. [#658194]
1596	* Fixed labels vertical alignment in preferences dialog. [#658639]
1597	* Fixed autofilter user interface issues. [#657036]
1598	* Make the windows shrink again. [#659246]
1599	* Make the graph window work again. [#660241]
1600	* Fixed layout issues in cell border dialog. [#661213]
1601	* Don't use anymore the "allow-shrink" and "allow-grow" properties.
1602	[#661720, #661855]
1603	* Add support for SVG images using librsvg.
1604	* Fixed SVG images size. [#628472]
1605	* Fix crash in graphs using markups. [#663216]
1606	* Add preference setting determining the minimum number of chars for
1607	autocompletion. [#663671]
1608	* Fixed rendering of outline levels. [#663663, #663802]
1609	* Fixed schemas paths. [#664243]
1610	* Preserve cairo state in item-edit. [#664692]
1611
1612Marek Černocký:
1613        * Add some translation contexts to improve translations.
1614
1615Mikko Rasa:
1616        * Fix ODF import of certain percentage formats. [Debian #642135]
1617
1618Morten:
1619	* Fix crash.  [#658140]
1620	* Fix stf import crash.  [#658982]
1621	* Fix leaks.
1622	* Fix GUI crash for invalid dates.
1623	* Embed ui files into the Gnumeric binary.
1624	* Get rid of obsolete code.
1625	* Add ODF.SUMPRODUCT compatibility function.  [#662551]
1626	* Add HEXREP function for debugging.  [#663712]
1627
1628Valek:
1629	* In xls import, set LABEL encoding based on FONT charset converted to
1630	codepage. [#304007, ubuntu #262777]
1631
1632--------------------------------------------------------------------------
1633Gnumeric 1.10.17
1634
1635Andreas:
1636	* Fix some style import from ODF. [#652492]
1637	* Import/Export print formatting from/to ODF. [#653186]
1638	* Write and read some document properties to and from XLSX.
1639	* Fix xlsx schema violations.
1640	* Fix keyword handling in properties dialog. [#653378]
1641	* Allow document properties to be edited and added.
1642	* Add an interface for conditional styles.
1643	* Fix ODF import of styles with inherited conditional styles. [#654214]
1644	* Provide undo for cut between 2 gnumeric processes. [#640922]
1645	* Fix bar and column chart import/export to ODF.
1646	* Speed up frequent calls to INTERPOLATION with the same
1647	abscissae/ordinates. [#654538]
1648	* Export defined names to xlsx. [#655010]
1649	* Implement printing of errors as blanks, dashes or NAs.
1650	* Fix printing of column headers and borders when formulae are shown.
1651	[#655389]
1652	* Fix import of Excel 2003 xml files in non-C locale. [#655554]
1653
1654Jean:
1655	* Fix selection background. [#648676]
1656
1657Morten:
1658	* Fix --with-gnome compilation:  [#652802]
1659	* Fix parsing crash.  [Redhat #726860]
1660
1661--------------------------------------------------------------------------
1662Gnumeric 1.10.16
1663
1664Andreas:
1665	* Store some print range information in gnumeric files. [#649714]
1666	* Hide Prefer CLIPBOARD preference under MS Windows. [#649675]
1667	* Extend the goto dialog.
1668	* Extend the address box to handle both A1 and R1C1 style addresses.
1669	  [#650941]
1670	* Change the default widget when rolling up or down the default widget.
1671	  [#651173][#646612]
1672	* Import external references from ODF. [#645580]
1673	* Some documentation improvements.
1674	* Read fraction formats correctly from ODF 1.2 files.
1675	* Fix regression line export to ODF.
1676	* Fix font and background colour import of LibreOffice generated xlsx
1677	  files.
1678	* In xlsx files, do not ignore gradient cell background fills
1679	  completely. [#644496]
1680	* Export some cell formatting to xlsx files. [#532635]
1681	* Fix reading of diagonal borders from xlsx files. [#652690]
1682	* Fix writing to xlsx of file with comments. [#652689]
1683	* Add exporter for ECMA-376 2nd edition.
1684	* Fix some font-name handling in ODF import.
1685
1686Morten:
1687	* Fix leaks in SHEET.  [#650761]
1688	* Fix leaks in SHEETS.  [#650764]
1689	* Fix leak in name dialog.
1690	* Switch to using goffice's complex math.
1691	* Fix graph axis problem.  [Part of #599901]
1692	* Drop unneeded value formats.  [#651667]
1693
1694--------------------------------------------------------------------------
1695Gnumeric 1.10.15
1696
1697Andreas:
1698	* Fix shift-arrow movement for sheet objects. [#645805]
1699	* Expand the description of SSMEDIAN. [#647247]
1700	* Redesign autofilter Top10 dialog. [#646641]
1701	* Handle NUL characters in cvs import. [#648354]
1702	* Fix some Statistics tool formatting. [#649092]
1703	* Fix undo crash for column widths. [#649139]
1704	* Indicate vararg functions in function browser and docs. [#649484]
1705	* Fix handling of argument names in docs. [#649592]
1706	* Fix pdf docs. [#649591]
1707	* Handle MS Works formula import. [#649406]
1708	* Restore Gnumeric print range. [#649714]
1709	* Set default, save and restore print file name. [#649711][#649713]
1710	* Some ODF 1.2 export fixes including [#649906] and [#649914].
1711	* Export external references to ODF.
1712	* Fix ODF style handling on import. [#649851]
1713	* Import more validations from ODF.
1714	* Export all validations to ODF.
1715	* Fix printing of background colours. [#650261]
1716	* From ODF also import named expressions with illegal name. [#650125]
1717	* Handle [#REF!] and friends on ODF import. [#650639][#650640]
1718	* Handle some invalid expressions in ODF import. [#650625]
1719
1720Jean:
1721	* Fixed critical. [#649901]
1722
1723Morten:
1724	* Fix problems with localized function docs.
1725	* Plug leaks.
1726	* Fix minor problem reading old xls objects.
1727	* Reduce memory usage when new glib is used.  [#644197]
1728	* Eliminate col/row infos that are identical to the default.  [#155003]
1729	* Fix problems reading some Lotus 1-2-3 files.
1730	* Fix paste-special repeat.
1731	* Fix ADDRESS problem.
1732	* Fix xlsx write problem.  [#650639]
1733
1734Urmas:
1735	* Initial support for Works files.  [#647492]
1736
1737--------------------------------------------------------------------------
1738Gnumeric 1.10.14
1739
1740Andreas:
1741	* Fix width of translated lists in various dialogs [#641626]
1742	* Allow function tooltips to be closed temporarily [#641355]
1743	* Import & export list validation from and to ODF files. [#640701]
1744	* Minor histogram improvements.
1745	* Fix import of LibreOffice created xlsx files using shared formulas.
1746	  [#642850]
1747	* Fix crash on resaving LibreOffice created xlsx files with unauthored
1748	  comments. [#642850]
1749	* Trigger configurable text importer on paste of tabs. [#395631]
1750	* Fix ctrl-end in presence of hidden rows. [#643971]
1751	* Fix import of dbf files with more than 65536 rows. [#644189]
1752	* Export workbook-scoped named expressions and ranges to ODF.
1753	* Improve reading of named expressions from ODF files.
1754	* Fix weighted and Spencer moving averages crashes. [#645722]
1755	* Avoid creation of unused names. [#650281]
1756
1757Jean:
1758	* Fix cursor position inside a cell edited in a zoomed sheet. [#641709]
1759	* Add GSettings schemas.
1760	* Import multiple runs chart titles from xlsx. [#643814]
1761	* Import axis crossing position from xlsx. [#642941]
1762
1763Morten:
1764	* Import wide sc files.  [#641581]
1765	* Fix problem with single-cell names and 'r'-type arguments.  [#613273]
1766	* Plug leaks.
1767	* Fix potential crash on quick exit.
1768	* Fix stf import problem diagnosed by Andreas.  [#642477]
1769	* Restore toolbar positioning code.
1770	* Fix solver crash.  [Redhat #680572]
1771	* Fix xml reading of constraints.  [Redhat #680572]
1772	* Fix lpsolve/glpk writing of affine part.
1773	* Fix xlsx import crash.  [#643808]
1774	* Import sheet visibility from xlsx.  [#643815]
1775	* Import names from xlsx.  [#643874]
1776	* Improve dbf codepage support.  [#644189]
1777	* Improve date format consistency in document properies.  [#644217]
1778	* Hopefully make print preview work on win32.  [#533795]
1779	* Improve quit dialog's non-ascii handling.  [#644982]
1780	* Make print-preview work on win32 by avoiding gtk+.  [#533795]
1781	* Fix crash related to dynamic deps.  [#645209]
1782	* Fix stf import crash.  [#645555]
1783	* Allow templates for multi-sheet ssconvert.  [#645287]
1784
1785Stanley Pinchak:
1786	* Improve "dif" output.
1787
1788--------------------------------------------------------------------------
1789Gnumeric 1.10.13
1790
1791Andreas:
1792	* Calculate residuals when using the regression tool. [#635064]
1793	* Permit data entry by-passing autocorrection.
1794	* Work around OpenOffice date formatting bugs. [#636131]
1795	* Export text formats to and import from ODF. [#636158]
1796	* Fix ODF import of sheets with far forward references. [#636968]
1797	* Add EEK support to EURO and EUROCONVERT.
1798	* Fix leaks in potentially failing analysis tools.
1799	* Make the row and column headers and selection match the theme better.
1800	  [#639019]
1801	* Fix locale specific sorting. [#638874]
1802	* Ensure we have sub- and sperscript icons. [#639086]
1803	* Fix advanced filter. [#639444]
1804	* Suppress function tooltips on text-formatted cells. [#638832]
1805	* Fix documentation of ATAN2. [#640344]
1806
1807Jean:
1808	* Only disable the formula bar when a chart sheet is selected. [#636031]
1809	* Make sheet objects invisible outline from .xls files persistent. [#637393]
1810	* Fixed arrows and line object position when zoomed. [#637453]
1811	* Fixed series lines color export to .xls. [#637658]
1812	* Fixed sheet objects position on zoomed sheets. [#637739]
1813	* Override edition-canceled property for GnmExprEntry. [#639287]
1814
1815Morten:
1816	* Fix array intersection problem with IF.  [#633433]
1817	* Make sure columns are wide enough for dates in csv import.
1818	* Plug a few leaks.
1819	* Fix number-match issue regarding fraction.
1820	* Fix problems with pivot reading from xls.  [#638776]
1821	* Allow version-agnostic template files.  [#630247]
1822
1823--------------------------------------------------------------------------
1824Gnumeric 1.10.12
1825
1826Andreas:
1827	* Add argument to FOURIER to separate parts.
1828	* Extend TREND function to handle multiple regression. [#630085]
1829	* Fix selection for sheet object lists and combos. [#631322]
1830	* Preserve selection for sheet object lists when we change
1831	  content. [#631327]
1832	* Add option to sheet object lists and combos to enter values
1833	  rather than index. [#629333]
1834	* Fix manual pagebreak handling when printing. [#631570]
1835	* Add menu items to remove and add manual page breaks.
1836	* Improve the sc import.
1837	* Fix button sensitivity in sort dialog. [#632999]
1838	* Fix ODF export of files with large formatted sheets. [#634135]
1839	* Fix extensions of supported ODF files. [#635111]
1840
1841Hans de Goede:
1842	* Fix import of dib format images in XLS. [#553098]
1843
1844Jean:
1845	* Fixed maximum for col/row number in sheet resize dialog. [#631702]
1846	* Eliminate glade usage.  [#631717]
1847	* Fixed crash in print setup. [#634149]
1848	* Fixed image bounds in zoomed sheets.
1849
1850Morten:
1851	* Fix crash related to broken xls.  [#632050]
1852	* Fix print area problem from broken xls.
1853	* Fix printing crash.  [#632439]
1854	* Partially fix problem with undefined names.  [#633140]
1855	* Fix analysis tools problems when "as values" is chosen.
1856	* Fix gtk+/X crash with large tooltips.
1857	* Take care of dead kittens.
1858	* Fix text object clipping issue.  [#634597]
1859	* Fix problem with disappearing window for empty file.  [#634792]
1860	* Fix ranges-in-expression criticals.
1861
1862Sameer Morar:
1863	* Add key combinations to move sheets. [#634139]
1864	* Modify quit dialog to be able to discard multiple files without
1865	saving.  [#527133]
1866
1867--------------------------------------------------------------------------
1868Gnumeric 1.10.11
1869
1870Andreas:
1871	* Fix image-fill, pattern and gradient export. [#628762]
1872	* Read tab colors from OOo config in ODF files.
1873	* Improve some ODF chart import/export.
1874	* Import/export all sheet objects from and to ODF files.
1875	* Fix reformatting of cells on expression entry. [#629303]
1876	* Allow multiple selection in manage sheet dialog.
1877	* Permit ctrl-click specification of sort columns.
1878	* Set ODF files to save by default as ODF files. [#629962]
1879	* Fix ssconvert crash on form controls. [#630335]
1880	* Improve printing of the form controls.
1881	* Permit choice whether to print sheet objects.
1882
1883Jean:
1884	* Export/import tick label rotation angle. [#629675]
1885	* Read and write cell comments from/to OpenXML. [#630627]
1886	* New contextual menu item: copy a graph to a new graph sheet.
1887
1888J.H.M. Dassen (Ray):
1889	* Revised ssconvert man page.
1890	* Fix several potential and actual problems highlighted by
1891	  LLVM/clang static analysis.
1892
1893Morten:
1894	* Fix date entry problem.  [#630177]
1895	* Fix problem with inter-process empty-value paste.  [#629302]
1896	* Fix problem with inter-process object paste.  [#629302]
1897	* Allow user-defined templates.  [#630247]
1898	* Improve test suite.
1899
1900--------------------------------------------------------------------------
1901Gnumeric 1.10.10
1902
1903Andreas:
1904	* Significantly improve chart export and import to/from ODF.
1905	* Improve handling of corrupted ODF files.
1906	* Fix percentage style import from ODF. [#627517]
1907	* Fix INTERPOLATION documentation. [#627461]
1908	* Provide progress info in ODF export.
1909	* Improve warnings dialog in ODF import.
1910	* Fix button sensitivity in sort dialog.
1911
1912Jean:
1913	* Fix some interpolation and periodogram issues.
1914	* Fixed graph scalar data editor behavior. [#628721]
1915
1916Morten:
1917	* Plug sylk importer leak.
1918	* Plug xml importer leak.
1919	* Plug odf importer leak.  [#627759]
1920	* Extend domain of IMPOWER.  [#627775]
1921	* Allow use of glib's memory profiler.
1922	* Fix some confusion of char vs. xmlChar.
1923	* Fix elapsed-time entry.  [#628082]
1924	* Fix problems with limits for date axes.
1925	* Improve function docs self test.
1926	* Fix errors in function docs.
1927
1928--------------------------------------------------------------------------
1929Gnumeric 1.10.9
1930
1931Andreas:
1932	* Clarify autofilter dialog. [#625688]
1933	* Make the tooltips theme-independent. [#625966]
1934	* Adjust and fix WORKDAY and NETWORKDAY.
1935	* Fix crash on certain handcrafted ODF files. [#626632]
1936	* Fix import of some ODF 1.0 charts. [#626632]
1937	* Fix crash on paste into an empty expression entry. [#626648]
1938	* Import and export boxplots to and from ODF files. [#626653]
1939	* Improve handling of corrupted ODF files. [#626654][#626655]
1940	* Fix autocorrection when entering in ranges. [#626781]
1941	* Fix column wdth and row height adjustments when entering in ranges.
1942	  [#626789]
1943	* Fix autofitting on data entry. [#626861]
1944	* Avoid some of the multiple undos when entering existing text in
1945	  ranges. [#626797]
1946	* Adjust formats when autofitting new entries. [#626903]
1947	* Autofit rows and columns when entering an array expression. [#626904]
1948	* Fix column and row fitting on paste. [#359404][#611181]
1949	* Export images to ODF.
1950	* Fix import of graphs from rich ODF files. [#626961]
1951	* Some ring and pie plot ODF export improvements.
1952	* Export legends to ODF.
1953
1954Jean:
1955	* Import Guppi graphs from gnumeric-1.0.x files. [#567953]
1956	* Survive malformed guppi graphs. [#625726]
1957	* Use theme foreground color for row and column headers. [#625727]
1958	* Force column span recalculation when switching between number and
1959	  error. [#625994]
1960	* Fix scroll when selecting a merged cell. [#626065]
1961	* Fix objects dragging when zoomed. [#626484]
1962	* Fix control points behavior when zooming.
1963	* Fix in-cell editing when zoom < 100%. [#626279]
1964
1965Morten:
1966	* Survive malformed xml files.
1967	* Fix win32 random problem.  [#533779]
1968	* Fix IMPOWER problem.  [#627014]
1969	* Avoid criticals in ODS import.
1970	* Fix problem with collect cache.  [#627079]
1971
1972--------------------------------------------------------------------------
1973Gnumeric 1.10.8
1974
1975Andreas:
1976	* Add new Excel and Openformula units ("pica" and "picapt") to CONVERT.
1977	* Save default search settings. [#105615][#625185]
1978	* Improve configurable text export of numbers. [#126444]
1979	* Improve horizontal fill. [#594193]
1980	* Improve function syntax tooltips. [#623317]
1981	* Add weekend specifier to WORKDAY and NETWORKDAYS. [#172458]
1982	* Fix ngettext usage.
1983	* Fix undo text for sheet object duplication. [#623557]
1984	* Fix additional undo entry for sheet object duplication. [#623559]
1985	* Fix undo of object creation followed by duplication. [#623566]
1986	* Avoid creating interacting auto filters. [#607086]
1987	* Improve items of the cell context menu. [#74359]
1988	* Fix various function docs issues.  [#623669][#624559][#625102]
1989	* Improve the presentation of the examples in the function
1990	  documentation. [#623455]
1991	* Fix HDATE and friends. [#623764][#625177]
1992	* New functions DATE2HDATE, DATE2HDATE_HEB and DATE2JULIAN.
1993	* Add hyperlink and comment removal menu items.
1994	* Add merge and unmerge menu items.
1995	* Add menu item to autofit column width or row height based on the
1996	  selection only. [#125595]
1997	* Add autofit actions to cell context menu.
1998	* Add new function ARRAY. [#570689]
1999	* Add new function SORT. [#59144]
2000	* Add menu item to wrap SORT around an existing range.
2001	* Show the number of rows filtered by the auto filter. [#346002]
2002	* Improve function tooltips. [#623322]
2003	* Improve expression entry range selection.
2004	  [#80725][#624288][#624289][#624581]
2005	* Add preference setting to disable the extension check for the
2006	  configurable text exporter. [#594151]
2007	* Add optional marker to indicate that a cell contains an expression.
2008	  [#55124]
2009	* Add merge and unmerge items to the cell context menu.
2010	* Permit double-clicking of functions in the function selector.
2011	* Allow single merge to single merge copying. [#87296]
2012	* Make the font style buttons override the character attributes.
2013	  [#163410]
2014	* Provide name completion (F4) when entering functions. [#587084]
2015	* Implement access to the function selector to paste function
2016	  names while editing cells (Shift-F4).
2017	* Add preference settings whether to show function name and/or
2018	  argument tooltips.
2019	* Fix undo of Clear->All and Clear->Comments. [#625151][#623803]
2020	* Add menu items to allow clearing of filtered rows only.
2021	* Fix editing of hyperlinks.
2022	* Work around OOo's failure to correctly define its named ranges.
2023	  [#625332]
2024	* Remove range hightlighting while not editing expressions. [#625361]
2025	* Reduce the size of the text import dialog. [#625281]
2026	* Fix import of underlined/double underlined comments from xls.
2027	  Part of [#405951]
2028	* Improve xl import of underlines.
2029	* Correctly size the autoexpressions. [#625521]
2030	* Fix row height dialog. [#625543]
2031	* Add menu to specify whether to enter as array, into multiple cells,
2032	  etc. Part of [#53733]
2033	* Make autofilter condition changes undoable. [#625143]
2034
2035Jean:
2036	* Fix strong/weak cursor display. [#623241]
2037	* Fix regression in ms_excel_chart_read. [#623960]
2038	* Fix a regression in chart series evaluation. [#624263]
2039	* Fix crash in cell_calc_span. [#624274]
2040	* Install a self-consistent headers list.
2041	* Fixed borders display in cell format dialog.
2042
2043Morten:
2044	* Ask user to locate solver binaries when plain search fails.
2045	[#619519]
2046	* Fix problem with solver target cell entry.
2047	* Fix date function docs issues.  [#623669]
2048	* Fix gtk_show_uri problem affecting win32.  [#623605]
2049	* Fix mistakes pointed out by sparse.
2050	* Fix win32 versioning problem.  [#624171]
2051	* Improve function doc checks.
2052	* Eliminate almost all remnaining GdkGC usage.
2053
2054--------------------------------------------------------------------------
2055Gnumeric 1.10.7
2056
2057Andreas:
2058	* Improve function syntax and formula guru tooltips.
2059	* Avoid superfluous redo items under validation failure. [#622509]
2060	* Fix validation for array and range entry. [#622511]
2061	* Autofit column widths in stf import. [#427382]
2062	* Ensure the table range is unlocked before allowing the data
2063	  table to be configured.
2064	* Also store any markup if entering text in several cells at once.
2065	  [#622530]
2066	* Read HTML files with nested tables. [#594789]
2067
2068Jean:
2069	* Fixed autofilter (and other) combo positions. [#621817]
2070
2071Morten:
2072	* Improve function syntax tooltips.
2073	* Fix excessive memory use problem with xlsx.  [#622365]
2074	* Make BackSpace work as Delete on pane.  [#622599]
2075	* Improve handling of MS-style HTML in clipboard.  [#617801]
2076
2077--------------------------------------------------------------------------
2078Gnumeric 1.10.6
2079
2080Andreas:
2081	* Add Wilcoxon Signed Rank Test tools for one and two populations.
2082	* Fix spin button handling in various tool dialogs. [#619971]
2083	* Redesign define-named-expressions dialog. [#465840]
2084	* Add paste-names dialog. [#613325]
2085	* Make changing the scope of a named expression undoable.
2086	* Add search tool to paste- and define-names dialogs. [#465840]
2087	* Check whether defined names are in use before deleting them.
2088	* Add option to the regression tool to allow for multiple Y.
2089          [#620505]
2090	* Ensure that names cannot be mistaken as cell references.
2091	  [#409997]
2092	* Add search function to function selector. [#495776]
2093	* Add function help menu item. [#156777]
2094	* Improve ACCRINT and its description. [#611436]
2095	* Fix tests for homogeneity and independence for non-square
2096	  tables. [#621227]
2097	* Show all ranges while editing. [#166653]
2098	* Provide a tool tip showing function syntax. [#56172]
2099	* Provide more navigation options. [#15010]
2100	* Check with user before hiding all rows or columns. [#316976]
2101	* Check with user before pasting too many copies. [#530956]
2102
2103Jean:
2104	* Do not ungrab a not grabbed item. [#620369]
2105	* Always update the right series entry. [#620719]
2106	* Fixed multi-line item edit selection. [#621235]
2107
2108Morten:
2109	* Make sure windows for help commands show up on right screen.
2110	* Fix dependency tabulation undo issue.
2111	* Fix critical when inserting graph using keys.
2112	* Automate win32 help generation.
2113	* Mark a sheet dirty when its tab colour is changed.  [#621191]
2114	* Fix SERIESSUM issue.
2115	* Modernize code for LINEST, LOGEST, and  LOGREG.  [#317426]
2116	* GEOMDIST: avoid overflow in extreme cases.
2117	* SFTEST: improve extreme-case precision.
2118	* Fix RANDLEVY.
2119	* Fix hidden-sheet problem.  [#621463]
2120	* Improve help text sanity checks.
2121	* Fix minor parsing problem.
2122	* Handle missing data in FORECAST properly.  [#621417]
2123	* Handle missing data in GROWTH properly.  [#621418]
2124	* Improve BINOM.DIST.RANGE.
2125	* Modernize STEYX.
2126	* Plug evaluation leak.
2127	* Fix memory handling issue for dependents.
2128
2129--------------------------------------------------------------------------
2130Gnumeric 1.10.5
2131
2132Andreas:
2133	* Add Wilcoxon-Mann-Whitney test tool.
2134
2135Morten:
2136	* Fix stf crash.  [#619283]
2137	* Persist solver model type.
2138	* Add non-linear solver.  [#614865]
2139	* Feed the gtk+ deprecation monster.  [#572240]
2140	* Fix win32/paradox problem.  [#619942]
2141
2142Sameer Morar:
2143	* Improve page setup dialog. [#619421]
2144
2145--------------------------------------------------------------------------
2146Gnumeric 1.10.4
2147
2148Andreas:
2149	* Include version number in HTML export.
2150
2151Jean:
2152	* Fixed autofill issues. [#618687]
2153
2154Morten:
2155	* Linear regression test suite.
2156	* Fix TABLE problem.  [#618829]
2157	* Handle "Jan 2010" and "January 2010" better.
2158	* Fix date parsing problems for invalid years.
2159
2160Sameer Morar:
2161 	* Fix sheet order dialog layout. [#619056]
2162
2163--------------------------------------------------------------------------
2164Gnumeric 1.10.3
2165
2166Andreas:
2167	* Fix CHITEST for rectangular ranges. [#615920]
2168	* Fix printing and preview of graph only sheets. [#616475]
2169	* Make even active sheets invisible. [#616474]
2170	* Improve date and time import from and export to ODF. [#617208]
2171	* Protect against accidentally pushing data off the sheet. [#98562]
2172	* Make Advanced Filter (except filter-in-place) undoable.
2173	* Fix Data->Filter->ShowAll for Advanced Filter. [#611079]
2174	* Remove undesired interaction between Advanced Filters and
2175	  Autofilters.
2176	* Make the par argument to ACCRINT optional. [#323545]
2177	* Improve keyboard navigation of the configurable text
2178	  importer. [#614939,#614941]
2179
2180Jean:
2181	* Implement graph only sheets. [#158170]
2182	* Fix chart title import when excel automagically uses the unique
2183	  series label. [#616262]
2184	* Allow multiple and block selection for graph vector data.
2185	  [#494685,#616068]
2186	 * Use the "combo-activate" signal where appropriate? [#583175]
2187
2188Morten:
2189	* Make sure an empty string is shown with a quote.
2190	* Fix problem loading cells with empty strings.  [#616139]
2191	* Fix WEEKNUM problems.  [#616330]
2192	* Fix hidden-sheet problem.  [#616549]
2193	* Fix auto-expr problem.  [#575104]
2194	* Fix xls-save problems with custom autofilters.
2195	* Fix auto-filter problem.  [#383400]
2196	* Fix advanced-filter problem with multiple criteria.  [#164169]
2197	* Fix problem parsing complex numbers.
2198	* Improve error handle for complex functions.
2199	* Improve IMPOWER.
2200	* Fix sheet duplicate bugs.  [Part of #617469]
2201	* Clean-up handling of pango contexts.
2202	* Fix old graph problem.  [#142412]
2203
2204--------------------------------------------------------------------------
2205Gnumeric 1.10.2
2206
2207Alexander Kahl & Sven Mantei:
2208	* Some documentation updates
2209
2210Andreas:
2211	* Fix build with --disable-solver. [#612820]
2212	* Fix column and row header display under Quartz. [#600085]
2213	* Fix preferences in gconf-less situations. [#613523]
2214	* Implement first letter capitalization. [#613768]
2215	* Extend regression tool to perform multiple simple regressions.
2216	  [#614031]
2217	* Fix ZTEST description. [#614746]
2218	* Don't write unnecessary manifest entries in ODF export.
2219	* Various ODF export fixes.
2220	* Adjust regression tool to reflect the changes to TDIST.
2221	* Basic import and export of text boxes from ODF files.
2222	* Watch for the null date in OOXML import. [#615777]
2223	* Write the null date in OOXML export.
2224
2225Jean:
2226	* Print pattern backgrounds. [#615365]
2227
2228Morten:
2229	* Improve object sizing tooltip positioning a bit.
2230	* Fix filter critical.  [#611073]
2231	* Make more menu entries available when an object is selected.
2232	* Improve partitioning of status area.
2233	* Fix goal seek problem affecting XIRR.  [#614147]
2234	* Fix export xls of XIRR, FVSCHEDULE, and XNPV.  [#614257]
2235	* Set win32 stack size to 64M.  [#571346]
2236	* Patch gtk+ so GtkEntry widgets on win32 draw right.  [#603667]
2237	* Fix xls export of cell comments.  [#615845]
2238	* Fix error propagation problem.  [#615772]
2239	* Partially clean up INDEX implementation.
2240	* Make regression functions return a result when goffice reports
2241	  that the problem is near singular, but still good.
2242
2243--------------------------------------------------------------------------
2244Gnumeric 1.10.1
2245
2246Andreas:
2247	* Fix storing of error-literals in ODF. [#610175]
2248	* Don't export filter combos to ODF. [#610399]
2249	* Apply filter on ODF import. [#610399]
2250	* Fix display of autocomplete suggestions. [#610537]
2251	* Fix formatting of multirow cells in LaTeX export. [#611633]
2252	* Protect exported LaTeX files from babel shorthands.
2253
2254Jean:
2255	* Fix a crash in excelplugin. [#610012]
2256	* Fix cursor appearance. [#611076]
2257
2258Morten:
2259	* Turn off -Wstrict-prototypes for the stable series.
2260	* Fix ODF read problem.  [#610178]
2261	* Fix rendering problem with iterated evaluation.
2262	* Fix solver undo problem.  [#611406]
2263	* Fix graph label problem.  [#611362]
2264	* Fix GLPK solver issue.  [#611407]
2265	* Fix ssindex crash.  [#611842]
2266	* Fix ODF export of intersection.  [#611824]
2267	* Fix cell comment critical.
2268
2269--------------------------------------------------------------------------
2270Gnumeric 1.10.0
2271
2272Andreas:
2273	* Fix ODF contour/surface plot confusion. [#607631]
2274	* Include compatibility info in the gnumeric manual.
2275	* Fix confidence interval in simulation output. [#607970]
2276
2277Morten:
2278	* Fix TRIMMEAN border case.  [#607562]
2279	* Fix TDIST border case.  [#607008]
2280	* Fix problem with hpaned for tabs/scrollbar.  [#607794]
2281
2282Peter Jaeckel:
2283	* Support for XLL files.  [#597849]
2284
2285--------------------------------------------------------------------------
2286Gnumeric 1.9.18
2287
2288Andreas:
2289	* Add paste special flip horizontally and vertically. [#393367]
2290	* Add EIGEN function to calculate eigenvalues and eigenvectors
2291	  of real symmetric matrices.
2292	* Add principal components analysis.
2293	* Load graph series labels and categories from ODF files. [#379220]
2294	* Write series labels to ODF files.
2295	* Fix tab behaviour. [#388344]
2296	* Print sheet widget objects. [#144787]
2297	* Allow sheet object size and position to be specified via a dialog.
2298	* Allow the sheet object name to be specified. [#596545]
2299	* Add menu item to select sheet objects. [#338615]
2300	* Enable sheet tab menu when objects are selected. [#604496]
2301	* Fix empty cell handling of the advanced filter. [#599064]
2302	* Fix scroll bar problem with large frozen panes. [#68603]
2303	* Singleton selections now cause the sort buttons to sort the
2304	  whole sheet below the selection. [#141313]
2305	* Have the formula guru auto-quote unparsable expressions. [#442941]
2306	* Create default tip for hyperlinks. [#316974]
2307	* Add GET.LINK. [#128534]
2308	* Add "Don't change formulae" to paste special. [#123326]
2309	* Select pasted objects. [#604227]
2310	* Add auto expression menu items to add formula. [#8872]
2311	* Some updates to the Gnumeric manual.
2312	* Fix tool tip position for recent gtk (2.18 or newer). [#605723]
2313	* Fix NPV documentation. [#22381]
2314	* Fix type errors. [#606066]
2315	* Add surface plot description. [#604285]
2316	* Include the short functions descriptions in the documentation.
2317	  [#606354]
2318	* Fix sheet handling in validation setup. [#606458]
2319	* Allow some of the text export properties to be saved as default.
2320	  [#559749]
2321	* Fix printing of repeated rows and columns. [#607451]
2322
2323Jean:
2324	* Fix import export of line type in scatter plots. [#605043]
2325	* Force sharing of first series in line plots when requested. [#605330]
2326	* Fixed mouse cursor for object resizing in RTL mode. [#605514]
2327
2328Jody:
2329	* Fix use of ExprEntry from glade on win32.
2330	* More win32 build fixes (xslt for libgda & poppler).
2331	* Fix pango test harness.
2332	* Fix use of Tab in ExprEntry for gurus.
2333	* Adapt to latest gtk-2.19.3 GSEAL.
2334
2335Morten:
2336	* Fix GCD border case.  [#606870]
2337
2338--------------------------------------------------------------------------
2339Gnumeric 1.9.17
2340
2341Andreas:
2342	* Update EURO and EUROCONVERT with currencies added in 2007 to 2009.
2343	* Export hyperlinks to ODF. [#603533]
2344	* Make EUROCONVERT Excel compatible [#603755]
2345	* Update modification times. [#603099]
2346	* Add RANK.AVG (rank function returning average rank for ties)
2347	* Added Sign Test to statistical analysis tools
2348
2349Gabriel Kerneis:
2350	* Implement --one-file-per-sheet in ssconvert [#604549]
2351
2352Jean:
2353	* Fixed problem with row headers. [#603862]
2354	* Fixed pane origin when zoomed. [#604373]
2355	* Make the cell comment red triangle visible in RTL mode. [#604580]
2356
2357Morten:
2358	* Elminate use of "float".
2359	* Fix selection problem.  [#601107]
2360	* Automate solver testing.
2361	* Fix SUMIF problems.  [#603671] [#604214]
2362	* Fix DATEDIF problem across bogus 1900-02-29.  [#599461]
2363	* Fix graph editor crash.  [#604223]
2364	* Fix goal seek problems.
2365	* Fix ODS import crash.  [#604615]
2366
2367--------------------------------------------------------------------------
2368Gnumeric 1.9.16
2369
2370Andreas:
2371	* Clarify distinction between Document and View Properties.
2372	* Sort the translated labels in the preference dialog.
2373	* Turn view properties dialog into instant-apply dialog.
2374	* Temporarily remember the sort setups. [#100541]
2375	* Work around GTK bug #601922.
2376	* Add ADTEST (Anderson-Darling Test for Normality).
2377	* Add normality test tool.
2378	* Add LKSTEST (Lilliefors (Kolmogorov-Smirnov) Test of Normality).
2379	* Add SFTEST (Shapiro-Francia Test of Normality).
2380	* Add CVMTEST (Cramér-von Mises Test of Normality).
2381
2382Jean:
2383	* Fix cursor and cell edition on dark backgrounds. [#600656]
2384	* Fix multiple error message boxes in graph guru. [#152517]
2385	* Invert selected text in a cell when editing. [#122176]
2386	* Allow selection when the click occur after the last character. [#388342]
2387	* Fixed selecting text in a cell. [#337521]
2388
2389Jody:
2390	* turnkey win32 build on 32bit host.
2391	* update desktop file to follow new guidelines.
2392
2393Morten:
2394	* Resurrect long-double support.
2395	* More solver fixes.
2396	* Plug another mps leak.
2397	* Fix problem with remote uris.  [#601274]
2398	* Use external solver program.
2399	* Allow constants on solver constraints' rhs.  [#369728]
2400	* Fix extreme case for R.PGAMMA.
2401	* Fix solver undo/redo.
2402	* Make solver parameter changes always persist.  [#440664]
2403	* Re-implement MPS importer.
2404	* Fix matching of "Sep 23 2008".  [#603116]
2405	* Major scenario code cleanup.
2406	* Implement load and save of scenarios.
2407
2408--------------------------------------------------------------------------
2409Gnumeric 1.9.15
2410
2411Andreas:
2412	* Add RANDSNORM and RANDSTDIST. [#144717]
2413	* Add R.PSNORM, R.DSNORM and R.DST.
2414	* Fix small sort dialog problem. [#599091]
2415	* A few functions from the christian liturgical calendar.
2416	* Add ODF compatibility functions DAYS, ISFORMULA, IFNA, SHEETS,
2417	  SHEET and NUMBERVALUE.
2418	* Work around OpenOffice.org saving function names in lowercase.
2419	* Add BINOM.DIST.RANGE (equivalent to the ODF function B).
2420	* Make Autofilter addition & removal undoable. [#478152]
2421	* Fix autocorrection exception lists. [#600055]
2422	* Move autocorrection setup into preferences.
2423	* Fix HTML export of strikethrough and subscript/superscript. [#600163]
2424
2425Jean:
2426	* Fixed graph size issues. [#599887]
2427
2428Jody:
2429	* First steps towards a turnkey win32 build.
2430
2431Morten:
2432	* Fix sheet-resize vs. merges issue.  [#582030]
2433	* Fix xls export of check boxes and radio buttons.  [Part of #597035]
2434	* Add xls export of spin buttons.  [Part of #597035]
2435	* Add xls export of scroll bars.  [Part of #597035]
2436	* Add xls export of list widgets.  [Part of #597035]
2437	* Add xls export of combo widgets.  [Part of #597035]
2438	* Add xls export of button widgets.  [Part of #597035]
2439	* Make it possible for arrows to have arrow heads in both ends.
2440	* Implement round arrow heads.
2441	* Fix xls import and export of line styles.
2442	* Save and read new arrow attributes in xml format.
2443	* Fix Excel-to-Gnumeric paste problem.  [#381732, #388531].
2444	* Fix Alt-Enter problems.  [#597295]
2445	* Make DATE work for pre-1900 dates.  [#599365]
2446	* Add lpsolve output format.
2447	* Plug solver leaks.
2448	* Some solver cleanups.
2449	* Fix reading of solver constraints.
2450
2451Yaacov Zamir:
2452       * Hebrew Calendar functions.  [#153738]
2453
2454--------------------------------------------------------------------------
2455Gnumeric 1.9.14
2456
2457Albert Gräf:
2458        * Add button sheet object.
2459        * Add radiobutton sheet object.  [#595670]
2460
2461Andreas:
2462	* Add more ODF elements on ODF read. [#595750]
2463	* Fix 2-factor ANOVA with replication.
2464	* Fix diagonal borders in ODF export/import.
2465	* For freezing of panes consider edit cell A1 special. [#594875]
2466	* Don't convert blank cells to 0 in LINEST. [#551234]
2467	* Fix histogram tool.
2468
2469Jean:
2470	* Make plugins GUI labels translatable. [#159806]
2471	* Fix more canvas issues.
2472	* Enable image filling in shapes.
2473
2474Morten:
2475	* Fix inter-process pasting of merged regions.
2476	* Make inter-process pasting use the sax parser.
2477	* Make auto-format templates use the sax parser.
2478	* Fix loading of diagonal border styles.
2479	* Improve consistency when moving toolbars around.
2480	* Fix translation problem with toolbar menu.  [#587250]
2481	* Fix printing of coloured sheet objects.
2482	* Fix printing of lines and arrows.
2483	* Fix sheet object/clipboard related critical on exit.  [#596509]
2484	* Fix Excel-crashing export problem with objects.  [#596886]
2485	* Add name property to sheet objects.
2486	* Start cleaning up xls sheet object writing.
2487	* Plug xls export leaks.
2488	* Implement export of lines and arrows to xls.  [Part of #597035]
2489	* Fix xls reading of sheet object colours.
2490	* Export line and textbox colouring and widths.  [Part of #597035]
2491
2492--------------------------------------------------------------------------
2493Gnumeric 1.9.13
2494
2495Jean:
2496	* Fix grab issue after dragging an object. [Debian bug #546559]
2497	* Reimplement double-click in item-cursor. [Debian bug #546690]
2498	* Fix access to GocWidget in sheet widgets. [#595627 and #595648]
2499
2500Morten:
2501	* Fixes text export GUI issue.  [#594155]
2502	* Fix minor status line issue.  [#594469]
2503	* Fix print crash for sheet object.  [#594862]
2504	* Limit memory usage for rendered values.
2505	* Fix auto-format.
2506	* Fix API installation problem.  [#595317]
2507	* Put zoom action on vertical toolbars too.  [#590889]
2508
2509--------------------------------------------------------------------------
2510Gnumeric 1.9.12
2511
2512Andreas:
2513	* Add CHOLESKY.
2514	* Fix ODF background colour export. [#593816]
2515	* Handle super/subscript in html export. [#593851]
2516	* Fix crash on unknown chart type. [#594041]
2517	* Handle ODF import/export of surface plots originally created in
2518	  XL [#594041]
2519	* Remember text import configuration for export. [#142395]
2520
2521Jean:
2522	* Don't use simple GOData when importing xls files. [#594068]
2523
2524Morten:
2525	* Fix menu sensitivity problem.  [#593624]
2526	* Simplify GnmColor.
2527	* Fix grab problem.  [Debian #544975]
2528	* Simplify GnmFont.
2529
2530--------------------------------------------------------------------------
2531Gnumeric 1.9.11
2532
2533Andreas:
2534	* Add AVERAGEIF, MUNIT, RRI, SEARCHB, REPLACEB, COMBINA, ARABIC.
2535	* Improve import of ODF functions
2536
2537Jean:
2538	* Use GocCanvas instead of FooCanvas.
2539
2540Morten:
2541	* Add GAMMA.
2542	* Fix Insert-Date+Time.  [#592545]
2543	* Fix problem with VLOOKUP and HLOOKUP when both are used on the
2544	  same data range.  [#593238]
2545
2546--------------------------------------------------------------------------
2547Gnumeric 1.9.10
2548
2549Andreas:
2550	* Improve ODF export.
2551	* Add OpenFormula comp. descriptors to some function documentations.
2552	* Implement new functions CSC, CSCH, SEC, and SECH.
2553	* Implement new functions LEFTB, MIDB, RIGHTB.
2554	* Implement ASC and add new function JIS.
2555	* Fix printing crash. [#586672]
2556	* Fix import of currency symbols from ODF.
2557	* Improve import of elapsed time from ODF.
2558	* Import some conditional cell formats from ODF.
2559	* Fix "not-between" conditional styles. [#586818]
2560	* Show existence of conditional styles in format dialog.
2561	* Add an initialy hidden long format toolbar.
2562	* Fix std error for intercept in non-affine case of LINEST. [#550933]
2563	* Fix loading of charts from MS generated ODF files. [#588107]
2564	* Add some sheet object support to ODF export.
2565	* Export basic charts to ODF.
2566	* Fix format labels in configurable text importer. [#590257]
2567	* Add warning for missing plugins needed by tools. [#590175]
2568	* Fix percentage histogram . [#590375]
2569	* Fix non-label 2-factor ANOVA with replication.
2570	* Fix various minor bugs.
2571	* Convert old help texts to new format.
2572
2573Jody:
2574	* Fix col/row resize. [#588297]
2575
2576Morten:
2577	* Make SUMIF/COUNTIF and the D* functions understand pattern. [#586215]
2578	* Make dialogs remember their sizes and positions.
2579	* Fix crash with new-from-template.
2580	* Rework loading of configuration.  [#585701]
2581	* Support evaluated examples in function docs.
2582	* Simplify Win32 build.
2583	* Convert old help texts to new format.
2584	* Fix problem with print area.
2585	* Fix problems with in-sheet combos.  [#587992]
2586	* Fix translation textdomain confusion.  [#588110]
2587	* Avoid using gtk_tree_view_column_get_cell_renderers.  [#589105]
2588	* Fix DEC2HEX and friends for large values.  [#588997]
2589	* Make undo/redo visible for vertical toolbar.
2590	* Add some checking of help texts' sanity.
2591
2592--------------------------------------------------------------------------
2593Gnumeric 1.9.9
2594
2595Almer S. Tigelaar:
2596        * Fix scrolling via mouse wheels [#533051]
2597
2598Andreas:
2599	* Export some data formats to ODF.
2600	* Fix comment export to ODF.
2601	* Remove distinction between label and filled rectangle.
2602	* Add superscipt and subscript buttons. [#583327]
2603	* Improve ODF import.
2604	* Improve 2 factor ANOVA tool.
2605	* Improve Rank & Percentiles tool.
2606	* Improve Fourier transform tool.
2607	* New FOURIER function.
2608	* Added Tests for Independence and Homogeneity.
2609	* Make imported manual page breaks work.
2610	* Improve print area handling and export to ODF.
2611	* Some minor menu rearrangement.
2612	* Let the sort dialog guess whether there is a header.
2613	* Fix xls import of sheet labels.  [#586066]
2614	* Fix html export.  [#586028]
2615	* Avoid analysis tool crashes if required plugins are not loaded.
2616
2617Jody:
2618	* GOString start of richtext and phonetic support.
2619	* Extend cell combo to allow support for toggles
2620	* XLS/XLSX import/export for data slicer caches.
2621	* Hooks for data slicer UI.
2622	* Break GnmCommand out to allow commands in multiple files.
2623
2624Morten:
2625	* Add search-for-number.
2626	* Fix format-as-currency action.
2627	* Honour --geometry even when not loading a file.
2628	* Fix increase/decrease precision for accounting formats.
2629	* Fix array editing criticals.  [#584746]
2630	* Fix style problems with operator.xls.  [#585178]
2631	* Fix NPER problems.
2632	* Implement new functions COT and ACOT.  [#585270]
2633	* Fix GCD.  [#585271]
2634	* Change x^y^z into x^(y^z) to indicate parsing.
2635	* Parse x^y^z as (x^y)^z from ODF files.  [#585277]
2636	* Fix text import problem.  [#135523]
2637	* Fix problem loading very old .gnumeric files.
2638	* Implement new-from-template.  [#303657]
2639	* Add Gudermannian function GD.
2640	* Fixed FIXED.  No, really.
2641	* Start introducing external references for function docs.
2642	* Implement new functions COTH and ACOTH.  [#586170]
2643	* Fix tsa crashes.  [#586191, #586427]
2644	* Fix IF problems with empties and arrays.  [#586218, #586312]
2645	* Fix problem with tooltip positions.  [#586590]
2646
2647--------------------------------------------------------------------------
2648Gnumeric 1.9.8
2649
2650Andreas:
2651	* Save and load text formatting of comments and of sheet object
2652	  labels [#580979][#580838]
2653	* Lots of improvements to the ODF exporter [#581937][#553508][# 582903]
2654	* Some improvements to the ODF importer [#581953]
2655	* Some improvements to the xlsx exporter [#569862][#581896]
2656	* Write some character based formats to HTML files. [#582118]
2657
2658Jody:
2659	* Closer to a turnkey win32 build.
2660
2661Morten:
2662	* Optimize styles on load.
2663	* Prune fn-lookup caches in case someone is being silly.
2664	* Plug leak in HTML paste.
2665	* Respect the sheet size prefs for new blank workbooks.
2666	* Cache large ranges, possibly sorted.
2667	* Add progress display for OO import.
2668	* Improve ssindex' coverage.
2669	* Make it possible to have horizontal widgets too.  [#166487]
2670	* Fix sheet-object paste crash.  [#490479]
2671	* Fix critical in format dialog.  [#582890]
2672	* Turn WorkbookView into a more proper GObject.
2673	* Hide scrollbars as requested.  [#583005]
2674	* Fix date conventions in graphs.
2675	* Improve GUI for date/time axes.  [#574681]
2676	* Fix R1C1 issues.
2677
2678Paul Fitzpatrick:
2679	* Extend ssconvert to also merge multiple sheets.  [#581616]
2680
2681--------------------------------------------------------------------------
2682Gnumeric 1.9.7
2683
2684Andreas:
2685	* Fix some divergence between character weight in the label properties
2686	  dialog and the label itself.
2687	* Add interface to format cell comments
2688	* Fix printing of sheet objects whose text intersects with markup.
2689	  [#581125]
2690	* Load meta data from gnumeric files [#578607]
2691
2692Jean:
2693	* Do not crash in render_value for NULL values. [#581120]
2694
2695Jody:
2696	* XLSX start reading external refs.
2697	* XL2003-XML enable the use of builtin formats, and drop '.sml' kludge.
2698	* Add pref entry to set default value of autosave.
2699
2700Morten:
2701	* Fix xls save problem with sheets that are too big for the format.
2702	* Fix global-name .gnumeric warning.  [#580227]
2703	* Fix tooltip positioning.  [#580358]
2704	* Fix xlst export problem.  [#580360]
2705	* Fix size of sheets loaded from Applix files.
2706	* Fix problem with global names shadowed by sheet names.  [#306686]
2707	* Fix relocation problem with expressions using names.  [#552749]
2708	* Fix fullscreen toolbar issues.  [#574603]
2709	* Fix various R1C1 bugs.
2710	* Fix precision for xml saving inside graphs.
2711	* Fix long-sheet-name GUI issue.  [#580837]
2712	* Fix dependency problem with names.  [#581117]
2713	* Fix style-allocation screwup.
2714	* Fix xls export performance problem.  [#581378]
2715	* Fix xls export issue that made files readable by Gnumeric only.
2716	* Fix autofill crash.  [#581589]
2717	* Fix gnumeric crash exporting polygons.  [#581394]
2718
2719--------------------------------------------------------------------------
2720Gnumeric 1.9.6
2721
2722Andreas:
2723	* Show sheet sizes in manage sheet dialog
2724	* Write metadata from the property dialog to the files
2725	* Complete the list sheet object configuration dialog [#578557]
2726	* Make all sheet object configurations undoable [#114098]
2727	* Quieten GTK warning [#579152]
2728	* Print text in sheet object label [#144787]
2729	* Implement editing of a sheet object label
2730	* Include "italic", "strikethrough" and "bold" buttons in the
2731	  properties dialog for sheet object labels
2732
2733Jean:
2734	* Variable sheet sizes.
2735	* Fixed libspredsheet.pc. [#575390]
2736
2737Jody:
2738	* Improve xml probing for 2003-spreadsheetml.
2739	* More 2003-spreadsheetml formats.
2740
2741John Rea:
2742        * new calendar template
2743
2744Joseph Pingenot:
2745       * Update the file format documentation.
2746
2747Morten:
2748	* Handle elapsed time formats better on text export.
2749	* Plug leak.
2750	* Fix mps loading crash.  [#577138]
2751	* Improve XIRR a bit.
2752	* Fix Applix loading crash.  [#577145]
2753	* Fix Lotus loading crash.  [#577156]
2754	* Fix XLS loading crashes.  [#577205] [#577208] [#577259] [#577260]
2755	  [#577348] [#577351] [#577399] [#577400] [#577503] [#577504]
2756	* Add sorted sheet list to tab menu.
2757	* Fix criticals during Lotus load.
2758	* Clean up Sheet object.
2759	* Clean up str.h usage.
2760	* Load csv and txt files into sheets as big as needed.  [Part of
2761	  #168875]
2762	* Implement sheet resize.
2763	* Fix validation problem.  [#580157]
2764
2765Vivien Malerba:
2766	* Move to libgda4.
2767
2768--------------------------------------------------------------------------
2769Gnumeric 1.9.5
2770
2771Andreas:
2772	* Fix style critical on latex export [#574125]
2773	* Always print the whole printarea even if it has no
2774	  content or style. [#554116] [#572818]
2775	* Fix translation of argument names for empty names.
2776	* Don't switch sheets when widgets are adjusted. [#574734]
2777	* Fix printing of rotated text (negative angles or non-default
2778	  alignment). [#574813]
2779	* Remove crash potential for various dialogs with multiple views.
2780	  [#364291]
2781	* Fix some strings. [#575360]
2782
2783Jean:
2784	* Make gconf use independent from the with-gnome option. [#574813]
2785	* Fixed  null pointer crash in oo_plot_area(). [#575403]
2786
2787Jody:
2788	* Work around semantic changes in gtk-2.16.
2789	* rename sr@Latn -> sr@latin
2790
2791Morten:
2792	* Fix multihead issues with cell comments.
2793	* Fix multihead issue with sheet reordering.
2794	* Fix multihead issues with tooltips.
2795	* Fix PFACTOR to handle huge factors.
2796	* Fix problem with dialogs not showing up in fullscreen mode.
2797	[#574602]
2798	* Fix desktop file to always specify that we take URIs.
2799	* Fix sheet-ordering by dragging.  [#574763]
2800	* Fix potential crash for cell comment dialog with multiple views.
2801	[Part of #364291]
2802	* Fix lotus importer crash.  [#575190]
2803	* Improve entry of date for locales not using slashes.  [Part of #33229]
2804	* Make date edit use the date separator of the locale.  [Part of #33229]
2805	* Fix xls writing crash.  [Part of #575318]
2806	* Fix criticals in xls export for comments without author.
2807	* Fix crash while loading broken xls.  [#575393]
2808	* Fix string problem with broken xls.  [#575452]
2809	* Improve date entry for locales that end abbreviated month names
2810	with punctuation.
2811	* Fix ODS crashes.  [#575600] [#575843] [#575981]
2812	* Use goffice magic formats for certain date and time formats so we
2813	can persist them in .gnumeric.
2814	* Fix setting of radio button objects' text.
2815
2816Sum1:
2817	* Implement OOO probing.  [#574381]
2818
2819--------------------------------------------------------------------------
2820Gnumeric 1.9.4
2821
2822Andreas:
2823	* Change sheet manage dialog into an instant-apply dialog
2824	* Implemented sheet duplication in manage sheets dialog.  [#128160]
2825	* Allow for undos in the manage sheet dialog
2826	* Permit lexicographic sorting by sheet names in the manage sheets
2827	  dialog.  [#527076]
2828	* Add functional seealso links in the function browser
2829	* Allow ranges of censor marks in Kaplan-Meier tool and
2830	  multiple groups. Output median survival times.  [#558582]
2831	* Add Log-Rank Test to Kaplan-Meier tool.  [#558582]
2832	* Add the name of the response variable to the regression tool
2833	  output.  [#400019]
2834	* Fix critical when printing. [#568991]
2835	* Update ucs usage when exporting to LaTeX. [#569476]
2836
2837Henry Law:
2838	* Fix dependency problem with constructed ranges.  [#562363]
2839
2840Hib Eris:
2841	* Fix problems with toolbars when no handle bar present.  [#559249]
2842	* Fix problems with formats.  [#559291]
2843
2844Jean:
2845	* Fix crash when exporting an empty contour plot to .xls.  [#557027]
2846	* Add widgets in the graph guru first page to allow finer selection
2847	of data.
2848	* Fix labels length for charts generated by the histogram tool.
2849	[#552721]
2850	* Fix loss od new graphs when clicking on an existing sheet
2851	object. [#151789]
2852	* Do not export invalid AXESUSED data to .xls. [#567783]
2853	* Fix export of simple data to xls graphs. [#567930]
2854
2855Jody:
2856	* Display top-left when selecting a rel ref to a merged region.
2857	* Win32 fixed.
2858	* Make .gnumeric xml probe smarter.
2859	* Add probe routine for MS Excel (tm) 2003 SpreadsheetML.
2860
2861Jon Kåre:
2862        * Work around vulnerability in Python.  [#569648]
2863	* Improve encoding detection on html paste.  [Part of #564166]
2864
2865Lutz Mueller:
2866	* Enable drag of whole sheets to other applications.  [#523033]
2867
2868Morten:
2869	* Fix XLS import crash.  [#557077]
2870	* Fix problem with auto filter after column insert.   [#557237]
2871	* Fix undo problem with auto filters.  [#557591]
2872	* Remove the effect on an auto filter when its column is removed.
2873	* Plug leaks.
2874	* Remove the effect on an auto filter column when removed.
2875	* Fix RANDDISCRETE crash.  [#557682]
2876	* Fix SUMIF issues.  [#557782]
2877	* Fix LOOKUP critical.  [#559005]
2878	* Fix GROWTH/TREND crash.  [#559363]
2879	* Make non-gnome the default.  [#558840]
2880	* Disallow deleting last visible sheet.  [#557153]
2881	* Merge the sheet tabs into the status bar.  [#561733]
2882	* Fix crash in multi-view mode.  [#562053]
2883	* Introduce explicit () on parsing -2^2.  [#115941]
2884	* Fix inter-process paste crash.  [#556561]
2885	* Plug leak in TRIMMEAN.
2886	* Plug leak in RANK.
2887	* Plug leaks in ssindex, ssgrep, and ssconvert.
2888	* Fix export of Gnumeric-specific patterns to xls.  [#564078]
2889	* Improve guess of csv parsing parameters.  [#498912]
2890	* Fix problem with saving huge values.  [#552464]
2891	* Dump information about number system into xml.
2892	* Improve sc import.  Not sure why.  [#564495]
2893	* Fix date overflow problem.  [#564502]
2894	* Fix XLS import critical.  [#564499]
2895	* Sanitize error cases for DAY, MONTH, YEAR.
2896	* Fix column-split problem with fixed-width stf import.
2897	* Fix problem with deprecated gtk+ stuff in glade files.
2898	* Fix xls export problem generating extra ()s.  [#567380]
2899	* Constify usage of GOFormats.
2900	* Fix inconsistentcy in searching with respect to formats.
2901	* Fix issue with BASE.   [#567252]
2902	* Fix XLS import criticals.  [#567823]
2903	* Don't evaluate both branches of IF.  [#326595]
2904	* Fix undo crash for inter-workbook operations.  [#568634]
2905	* Fix crash and criticals in dbf import.  [#568454]
2906	* Fix colour problem in LaTeX export.  [#568860]
2907	* Fix loop while loading lotus file.  [#568917]
2908	* Fix performance problem in dependency tracking given large
2909	number of large ranges.  [#567389]
2910	* Fix VLOOKUP and HLOOKUP for bools.
2911	* Fix problem reading slightly-corrupted dbf file.  [#568454]
2912	* If we overflow the sheet tab area, put list in context menu.
2913	* Fix ods load crash.  [#568994]
2914	* Use caches for bisection cases of VLOOKUP/HLOOKUP/LOOKUP/MATCH
2915	too.  Fix issues with bools versus floats.
2916	* Fix parsing problem for constructed ranges.  [#569730]
2917	* Fix plugin menu merging.  [#569724]
2918	* Improve handling of 3D ranges.  [#569372]
2919	* For VLOOKUP and friends, do not turn empties into zeroes.  [#567389]
2920	* Implement MATCH for wildcards.  [#570139]
2921	* Fix problem with functions docs in locales without encoding
2922	information.
2923	* Work around a ODF spec. problem in OOo import.  [#570890]
2924	* Advertise fewer aliases for text/csv.  [#571073]
2925	* Fix Windows extra-Gnumeric paste problem.  [#564166]
2926	* Fix csv import problem with "-OINK".  [#571129]
2927	* Make sure ()s do not take up stack space during eval.
2928	* Make dependency debug output a little easier to read.
2929	* Warn when we drop csv rows.  [#571603]
2930	* Fix SERIESSUM.
2931	* Fix xls export of SERIESSUM.  [#572127]
2932	* Disable non-functional corba plugin.  [#572356]
2933	* Handle GTK+ deprecation issues.  [#572240]
2934	* When ssconvert-ing a single-sheet workbook, don't complain the
2935	exporter can handle only a single sheet.  [#572448]
2936	* Fix xls crash for bogus file.  [#572515]
2937	* Fix OO import issue.  [#568010]
2938
2939--------------------------------------------------------------------------
2940Gnumeric 1.9.3
2941
2942Andreas:
2943	* Do not print hidden sheets.  [#525368]
2944	* Print wysiwyg.  [#153578]
2945	* Fix column ordering in analysis tools.  [#516052]
2946	* Make the paired t-test analysis tool use only
2947	  complete pairs.  [# 531852]
2948	* Improve regression tool
2949	* Fix row height and column width dialogs [#360873]
2950	* Don't force text export of empty sheets [#521726]
2951	* By default cells with hyperlinks should not be empty [#152617]
2952	* Fix command names for hyperlink additions.
2953	* Improve histogram tool [#385458][#552161]
2954	* Make external hyperlinks work.  [#535015]
2955	* Make more dialog buttons obey no-icon request.  [#302883]
2956	* Fix and improve the sampling tool.  [#552975]
2957	* Improve moving averages tool.  [#527489]
2958	* Add weighted and cumulative moving averages.
2959	* Add Spencer's 15-point moving average.
2960	* Fix and improve exponential smoothing tool.  [#553267]
2961	* Added Holt's trend corrected exponential smoothing.  [#385467]
2962	* Added additive Holt-Winters exponential smoothing.
2963	* Fix scenario report shift.  [#554591]
2964	* Added multiplicative Holt-Winters exponential smoothing.
2965	* Fix minor bugs.  [#554818] [#553342]
2966	* Update some of the analysis tools documentation.
2967	* Add non-numeric frequency tables tool.  [#134166]
2968	* Add basic Kaplan-Meier Estimates Tool.  [#453765]
2969	* Fix scrolling issue in function selector.  [#556718]
2970	* Delete cell overwrite dialog.  [#556773]
2971
2972Jean:
2973	* Fix printing of rotated text.  [#539734]
2974	* Fix leakage in histogram tool.  [#552596]
2975	* Fix horizontal position of sheet objects in print.  [#554993]
2976	* Reimplemented the goffice component.
2977
2978Jody:
2979	* Extend ssgrep to search VBA too.
2980	* Add column width doubling in 'display formula' mode.
2981	* Fix OO.o style import.  [#553506]
2982	* Support XLSX themed colours.  [#555687]
2983	* Restore the undocumented magic for solid fills in XLSX conditions.
2984	* Work around gtk behavior change in IMContext initialization.
2985	* XLS : support anachronistic objs in newer versions.  [#546887]
2986	* WIN32 : build fixes
2987	* WIN32 : Fix Decimal keypad character.  [#555522]
2988
2989J.H.M. Dassen (Ray):
2990	* Understand and ignore byte-order markers for CSV/stf probing and
2991	  importing.  [#549743]
2992
2993Morten:
2994	* Fix display of array formulas.  [#550902]
2995	* Fix off-by-one for random_landau.
2996	* Fix error check for printing to file.
2997	* Fix SUMIF crash.  [#552006]
2998	* Fix NETWORKDAYS problem.  [#553047]
2999	* Bring SUMX2MY2, SUMX2PY2, and SUMXMY2 into 21st century.  [#554040]
3000	* Fix XIRR problem with missing data.  [#554732]
3001	* Switch to LINGUAS file.  [#554348]
3002	* Fix problems with saving undefined names.  [#554325]
3003	* Fix parser crash.  [Part of #552750]
3004	* Fix clipboard leak.
3005	* Fix reading magic version of ancient file format.  [#555933]
3006
3007Nakai:
3008	* Enable Perl plugin again.  [#553939]
3009
3010--------------------------------------------------------------------------
3011Gnumeric 1.9.2
3012
3013Andreas:
3014	* Fix printing of footer line.  [#549247]
3015
3016Jean:
3017	* Import/export axis ticks labels orientation.  [#544935]
3018	* Fix an attribute order issue while loading.  [#547183]
3019
3020J.H.M. Dassen (Ray):
3021	* Bumped goffice build dependency.
3022	* Corrected error message for first_round > last_round.  [#537669]
3023	* Updated desktop file to validate without warnings.  [#512011]
3024
3025Jody:
3026	* Fix distcheck.  [#540284]
3027	* Fix ODS import failure on win32.  [#536552]
3028	* Get closer to a turnkey win32 build.  [#534291]
3029	* Name guru defaults to absolute references.
3030	* Add mnemonics to the quit dialog.  [#132131]
3031	* Odd renaming of some long file names on windows.  [#542872]
3032	* Fix cusor in tab labels.  [#546981]
3033
3034Morten:
3035	* Fix EOMONTH issue.  [#540069]
3036	* Fix phyper hang.  [#540211]
3037	* Fix openoffice -pedantic problem.  [#540180]
3038	* Fix bogus-xls problem.  [#540697]
3039	* Fix problems with invalid dates in fn-financial.  [#540690]
3040	* Fix MATCH problem with singletons.  [#540996]
3041	* Fix DDB problems.  [#541158]
3042	* Make ssgrep a lot more grep-like.
3043	* Unify functions that work on sorted ranges.
3044	* Fix date entry problem.  [#540198]
3045	* Fix entry of error constants.  [#546759]
3046	* Fix import of broken 1.6 formats.  [#548414]
3047
3048Nick Lamb:
3049	* Retain ()s.  [#69813]
3050
3051--------------------------------------------------------------------------
3052Gnumeric 1.9.1
3053
3054Jean:
3055	* Fix INDEX related crash.  [#533247]
3056	* Fix LINEST and LOGREG crashes.  [#533263]
3057	* Handle empty array.  [#533516]
3058	* Fix SUMPRODUCT criticals.  [#533507]
3059
3060Jody:
3061	* Fix R1C1 parsing of refs followed by subtraction.  [#533943]
3062	* Fix xls import of DDE/OLE links (unimplemented).
3063	* Fix xls import of empty pre-biff8 headers/footers.
3064	* Fix menu warnings with newer Gtk+.
3065	* Polish win32 installer.  [#534231]
3066	* Fix range highlighting while editing.
3067	* Fix highlighting of merged cells.  [#127415]
3068	* Fix PageSetup on windows.
3069	* Make object insertion more flexible.  [#97216]
3070	* Add alignment to row/col headers for small scales.  [#154687]
3071	* Support Some XLM functions commonly used in charting.
3072	* Fix xls import of charts in charts.
3073	* Fix display confusion when reordering away from RTL sheet.  [#499910]
3074	* Make xlsx chart export more robust.
3075	* Be more careful with corrupt xls records.  [#539666]
3076	* Support Data -> Table variables that contain expressions.
3077
3078Morten:
3079	* Fix Excel export problem for strings that need quoting.  [#530704]
3080	* Internal cleanup for analysis tools.  [#532210]
3081	* Fix hang.  [#533288]
3082	* Fix AREAS crash.  [#533370]
3083	* Fix translation of function description.  [#533193]
3084	* Fix R.QPOIS (and related functions) hang.  [#533515]
3085	* Fix critical spew.  [#533511]
3086	* Fix OPT_BS_DELTA assert.  [#533656]
3087	* Fix parser crashes.  [#533951]  [#534131]
3088	* Fix RANDEXPPOW hang.  [#533965]
3089	* Fix array evaluation problem.  [#533953]
3090	* Fix COUNTBLANK crash.  [#534204]
3091	* Fix TREND crash.  [#534587]
3092	* Fix text export problem for times with fractional seconds.  [#534514]
3093	* Fix xls export problem.  [#537625]
3094	* Fix ZTEST issue.  [#405958]
3095	* Handle foo.XLS as well as foo.xls.  [#510036]
3096	* Fix OPT_RGW hang.  [#534132]
3097	* Fix BESSELI and BESSELK aborts.  [#534475]
3098	* Fix corrupted-xls-file problem.  [#539178]
3099	* Fix markup/text confusion.  [#386412]
3100	* Fix BESSELI issue.  [#323784]
3101	* Fix SLOPE/INTERCEPT critical.  [#539648]
3102	* Fix PERCENTRANK.  [#539672]
3103	* Fix UMR in WORKDAY.  [#539808]
3104	* Plug leaks in GROWTH.  [#539827]
3105	* Plug leak in NETWORKDAYS.
3106	* Add missing "return" in CODE.
3107	* Fix EDATE issue.  [#539868]
3108	* Fix RANK crash.  [#540015]
3109	* Fix DAYS360 and NETWORKDAYS for invalid dates.  [#540055]
3110
3111Seán de Búrca:
3112	* Move to tango based icons.  [#450444]
3113
3114--------------------------------------------------------------------------
3115Gnumeric 1.9.0
3116
3117David Reiser:
3118	* Patch for OSX build of python plugin.  [#510059]
3119
3120Hans de Goede:
3121	* Fix broken xls issues.  [#505330]
3122
3123Jean:
3124	* Fix graph paste.  [#507342]
3125	* Fix corrupted-xls-file problems.  [#514513] [#515343] [#515873]
3126	  [#515876] [#518939]
3127	* Evaluate formulas loaded from a text file.  [#525107]
3128
3129Jody:
3130	* Fix cell comment positioning problem.  [#506017]
3131	* Update win32 build.
3132	* Fix win32 help.
3133	* Fix File->Sendto on win32.
3134	* Fix ssconvert win32.
3135	* Merge some cygwin build patches.  [#506366]
3136	* Enable the use of dolt.
3137	* Add 'ssgrep'
3138
3139Jon Kåre:
3140        * Receive clipboard from broken apps.  [#524756]
3141
3142Morten:
3143	* Fix NPV doc problem.  [#506160]
3144	* Fix python compilation problem.  [#509023]  [508988]
3145	* Fix DSUM crash.  [#509427]
3146	* Fix insert-current-date locale problem.  [#508237]
3147	* Fix xls read crash.  [#505330]
3148	* Plug csv leak.
3149	* Fix inter-sheet cut problem.  [#511706]
3150	* Fix loading of solver constraints.
3151	* Fix solver issue.  [#512500]
3152	* Fix corrupted-xls-file problems.  [#512984] [#513005] [#513313]
3153	  [#513317] [#513361] [#513364] [#513551] [#513605] [#513608] [#513790]
3154	  [#513787] [#513835] [#513963] [#514229] [#514230] [#514295] [#514435]
3155	  [#514436] [#514437] [#514506] [#514510] [#514630] [#514637] [#515155]
3156	  [#515269] [#515275] [#515335] [#515336] [#515339] [#517106] [#518939]
3157	* Fix non-ascii export problem.  [#511135]
3158	* Band-aid evaluation problem with broken xls.  [#513559]
3159	* Fix circular array formula problem.
3160	* Work around Qt theme bug.  [#512752]
3161	* Fix paste-as-text bug.  [#514438]
3162	* Fix corrupted-mps-bug.  [#517141]
3163	* Fix corrupted-qpro-bugs.  [#517144] [#517376] [#517591]
3164	* Fix corrupted-sylk-bug.
3165	* Make <control>KP_Subtract work as <control>minus.  [#516358]
3166	* Make <control>KP_Add work as <control>plus.
3167	* Fix corrupted-applix-bugs.  [#517778] [#520873]
3168	* Fix autofill issue with merged cells.  [#504191]
3169	* Fix sylk importer's format handling.
3170	* Fix memory allocation failure for huge .gnumeric files.  [#519319]
3171	* Fix mstyle problem.  [#519451]
3172	* Fix auto-fill problem.  [#519680]
3173	* Fix corrupted-gnumeric-bug.  [#519761]
3174	* Fix insert-time problem.
3175	* Fix inc/dec buttons for General.  [#510252]
3176	* Don't allocate memory for boolean values.  [#518527]
3177	* Ignore invalid formats read from .gnumeric and .xls.  [#521849]
3178	* Don't allow entry of invalid formats for cells.  [#521849]
3179	* Fix SUMIF problems.  [#523250]
3180	* Allow opening multiple files in open dialog.  [#524479]
3181	* Fix check for bogus xls files.  [#524926]
3182	* Fix CONCATENATE's empty case.
3183	* Improve performance of analysis tools for large ranges.
3184	* Fix performance repeated VLOOKUP/HLOOKUP/MATCH with constant
3185	  data range.  [#525875]
3186	* Fix date pasting problems to/from 1904 workbooks.  [#490419]
3187	* Fix problems editing times.  [#527392]
3188	* Implement IFERROR.  [#445591]
3189	* Implement F9 for evaluating a selected subexpression.
3190	* Fix problem loading Quattro Pro files.  [#530183]
3191	* Fix right/center text for Quattro Pro files.
3192	* Fix problem with sheet changes during range selection.  [#529309]
3193
3194Nick Lamb:
3195	* Honour detachable-toolbar preference.  [#321867]
3196
3197Uwe Steinmann:
3198	* Paradox DB export.
3199
3200--------------------------------------------------------------------------
3201Gnumeric 1.8.0
3202
3203Andreas:
3204	* Fix print area bug [#502206]
3205	* Fix paired t-test [#504256]
3206
3207Jean:
3208	* Fix import/export of line styles in xls files.  [#502968]
3209
3210Jody:
3211	* Fix cell comments in presence on merged cells.  [#503392]
3212	* Support enter_moves_dir == NONE.  [#500718]
3213	* .gnumeric support for persisting grid colour.
3214	* Fix clipboard for regions with merges/styles but no content.  [503634]
3215
3216Morten:
3217	* Fix a handful of rich-text editing bugs.  [#470089]
3218	* Fix xls chart import problem.  [#501656]
3219	* Fix crash relocating set expressions.  [#502781]
3220
3221--------------------------------------------------------------------------
3222Gnumeric 1.7.91 (rc2)
3223
3224Andreas:
3225	* Fix formula guru.  [#363871]
3226	* Remove apparently confusing textview in the preference
3227	  dialog [#380080]
3228	* Fix header configuration crash [#499717]
3229	* Fix sensitivity of buttons in header/footer configuration [#499719]
3230	* Fix sheet object printing bug [#499913]
3231
3232Jean:
3233	* Import/export radar plots axes.  [#499349]
3234
3235Jody:
3236	* OFFSET use size of input range.  [#497294]
3237	* Finish .gnumeric i/o support for explicit page breaks.  [#499339]
3238	* Update the .gnumeric schema to handle modern content.  [#499378]
3239	* Make xlsx import more defensive against unsupported bits.
3240	* Fix xlsx round trip of margins.  [#499377]
3241	* .gnumeric i/o for GridColour.
3242	* Support enter_moves_dir == NONE.
3243
3244Morten:
3245	* Fix crash in dependency code for named expressions.  [#498347]
3246	* Fix yet another jumpbox problem.  [#499722]
3247	* Fix Find dialog problem with hidden sheets.  [#499723]
3248	* Fix pane-related critical.  [#499905]
3249	* Fix critical in series filling.  [#499984]
3250	* Fix critical related to shared views.  [#499680]
3251
3252--------------------------------------------------------------------------
3253Gnumeric 1.7.90 (rc1)
3254
3255Andreas:
3256	* Speed up pagination
3257	* Account for repeating rows/cols when scaling automatically
3258	* Load header & footer info from file
3259	* Print headers and footers
3260	* Reenable header/footer customization
3261	* Add do-not-print flag to sheets.  [#371754]
3262	* Allow multi-line headers and footers
3263	* Allow nicer entry of header/footer fields [#122175]
3264	* Fix gtk issues triggered by sorting dialog.
3265	* Fix printing of background of merged cells.  [#497478]
3266	* Allow inclusion of cell content in header/footer.  [#162480]
3267	* Add faster way to switch orientation.  [#497438]
3268
3269Jean:
3270	* Print images.
3271	* Fix FMR in solver dialog.  [#496052]
3272	* Fix markers shapes and objects stack order when importing
3273	xls files.  [#344950]
3274	* Fix transparent background import from xls.
3275
3276Jody:
3277	* Fix visibility filtering for clipboard export.  [#496985]
3278	* XLS export of hyperlinks.  [#81718]
3279
3280Jon Kåre:
3281        * Fix clipboard export.  [#496187]
3282
3283Morten:
3284	* Make pdf exporter able to print specified sheets only.
3285	* Make it possible to set page size for ssconvert's pdf exporter.
3286	* Fix date entry problem with yyyy-mm-dd formats.  [#494387]
3287	* Fix FMR during workbook destruction.
3288	* Fix UMR when moving cells.
3289	* Validate names before defining them.
3290	* Fix gtk issues triggered by sorting dialog.
3291	* Improve initial appearance of quit dialog.
3292	* Plug printing dialog leak.
3293	* Fix just-in-time evaluation problem.
3294	* Fix minor parse problem for faulty inter-workbook references.
3295	* Fix interaction between re-spanning and manual recalc.  [#495879]
3296	* Refuse to jump to invisible sheet.  [#496304]
3297	* Fix rtl display problem.  [#496304]
3298	* Plug leak in oleo import.  [#496867]
3299	* Fix g-critical problem with editable labels' cursors.
3300	* Plug excel exporter leaks.  [#497191]
3301	* Make sure =<right> produces a relative address.
3302	* Improve recent-files integration.
3303	* Fix CHITEST crash.  [#497477]
3304	* Fix a pile of CHITEST corner cases.
3305	* Fix a pile of FTEST corner cases.
3306	* Improve error message for xls export with excess function arguments.
3307	* Fix a pile of TTEST corner cases.
3308
3309Oliver Burnett-Hall:
3310       * Fix R1C1 issued with defined names.  [#409997]  [#494318]
3311
3312--------------------------------------------------------------------------
3313Gnumeric 1.7.14
3314
3315Andreas:
3316	* Print repeated rows and columns.
3317	* Fix printing crash.  [#491775]
3318	* Reimplement down then across printing
3319
3320Götz Waschk:
3321	* Fix paradox plugin compilation.  [#489030]
3322
3323Hib Eris:
3324	* ssconvert export options.  (Code butchered by Morten.)  [#170767]
3325
3326Jody:
3327	* Improve ODF (and .sxc) import.
3328	* Improve ODF chart data import (ick).
3329	* Add Snap-to-grid context menu command for objects.
3330	* Fix Data -> Table and enable the UI.
3331
3332Morten:
3333	* Improve test suite.
3334	* Fix clipboard text-target export problem.
3335	* Add date convention to clipboard ranges.
3336	* Update man pages a bit.
3337	* Fix excel dual-format write crash.  [#490828]
3338	* Fix problem loading .gnumeric files.  [#490859]
3339	* Fix print crash.  [#478552]
3340	* Fix xls FMR.  [#491472]
3341	* Fix gnumeric sax loader UMR.  [#492391]
3342	* Make text exporter remember settings between invocations.
3343	* Make text import handle ranges of files with >64k rows.  [#370273]
3344
3345--------------------------------------------------------------------------
3346Gnumeric 1.7.13
3347
3348Jean:
3349	* Export font in charts to xls.
3350	* Export and import chart titles to/from xls.  [#301720]
3351
3352Jody:
3353	* XLSX import chart axes, singletons, some styles.
3354	* Merge in most of the win32 cleanup.
3355	* Fix autofilters on win32.
3356
3357Jon Kåre:
3358	* Fix python crash.  [#461845]
3359
3360Morten:
3361	* Fix minor date entry problem.
3362	* Fix minor time entry problem.
3363	* Fix page setup crash.  [#476467]
3364	* Fix scenarios.  [#477410]
3365	* Fix sheet filter crash .  [#477417]
3366	* Fix print crash.  [#478475]
3367	* Switch to new tooltip api.
3368
3369--------------------------------------------------------------------------
3370Gnumeric 1.7.12	'Rocks for Rob, Roses for Harlan'
3371
3372J.H.M. Dassen (Ray):
3373	* Added infrastructure to render the DocBook documentation as PDF.
3374
3375Jody:
3376	* Store objects in visible order in .gnumeric files.  [#438933]
3377	* Make SMALL/LARGE support implicit intersection.  [#343176]
3378	* XLS import for Form combos/lists source ranges.  [#451384]
3379	* Remove warning when combo objects updated.
3380	* Repeat action being activated by F4 while editing.  [#461284]
3381	* SUM(INDIRECT:INDIRECT) XL compat outside arrays.  [#395926]
3382	* Merge UI layer back into WBCGtk, no more arbitrary split.
3383	* Use pygobject instead of pygtk
3384	* Use utf-16 encoded cmd line args on windows.  [#361321]
3385	* Fix XLS import of workbook local hyperlinks.
3386	* XLSX import/export of hyperlinks.
3387	* XLSX import/export of validation and input messages.
3388	* Basic XLSX import/export of charts.
3389	* ROW/COLUMN return vectors not matricies.  [#Harlan Grove]
3390
3391Morten:
3392	* Fix undo column/row insert/delete for arrays.  [#463834]
3393	* Fix undo column/row delete for objects.
3394	* Fix undo of sheet objects pushed off the sheet.
3395	* Fix auto-correct issue.  [#463996]
3396	* Fix handling of named expressions when inserting or deleting
3397	  columns or rows.  [#123649]
3398	* Validate defined names.  [#346223]
3399	* Fix 64-bit issue for non-GNOME build.  [#465545]
3400	* Allow relative formulas in name dialog.
3401	* Make test suite a bit more robust.
3402	* Fix date entry problem.  [#472760]
3403
3404--------------------------------------------------------------------------
3405Gnumeric 1.7.11
3406
3407Andreas:
3408	* Save and restore default paper, margins and various
3409	  other print settings
3410	* Handle differences in page setup between sheets when
3411	  printing multiple sheets
3412	* Fix handling of "print even if only style".  [#438743]
3413	* Implement printing of row and column headers
3414	* Fix saving of null header/footer items [#449836]
3415	* Fix TINV for large degree of freedom
3416
3417Jean:
3418	* Fix check for long double support in goffice.
3419	* Import legend and axis labels fonts from excel
3420	  in charts.  [#437858]
3421	* Fix performance issues in float_range_function2 and
3422	  fn-tsa plugin.
3423
3424Jody:
3425	* Fix drawing of large cursor while sheet scrolls.  [#444610]
3426	* Fix drawing of merged cells in RTL.  [#442463], [442467]
3427	* Fix editing in RTL, and for merged cells.
3428	* Properties to store fine tuned capabilities in protected sheets.
3429	* Read/Write of protected sheet capabilities for XLS/XLSX.
3430	* Move the OpenPkg support code into libgsf from our xlsx plugin.
3431	* Fix placement of validation combo in merged cells.
3432	* Eval validation functions as arrays.
3433	* Make Morten's pdf exporter available from gnumeric too.
3434	* Start to implement limits to selection in protected sheets.
3435	* Handle array expressions in SYLK importer.
3436	* ODF import/export for hidden and RTL sheets.
3437	* Fix redraw of spanning cells when toggling RTL.
3438	* Work around ODF's lack of a default col/row style.
3439	* Fix crash in t-test.  [#450676].
3440	* Sylk import support for arrays, and encoding.
3441	* Sylk export.
3442	* Configurability for which direction <Enter> moves.
3443	* Calc property import/export for xlsx.
3444	* Update validation combo moving between identical styles.  [#453525]
3445	* Patch the problems found by coverity.
3446	* Fix win32 docs.  [#443726]
3447	* Be more flexible about range relocation for ins/del cells.  [#439347]
3448
3449Morten:
3450	* Make ssconvert able to export to pdf.  [#381965]
3451	* Fix loading of tab text colour.  [#437743]
3452	* Improve handling of foreign recently-used files.  [#438918]
3453	* Improve save-on-exit dialog.
3454	* Fix potentially confusing save-in-wrong-format-on-exit bug.
3455	* Tentatively fix issue with recent Pango.  [#440514]
3456	* Provide good mime type for recent documents.
3457	* Fix localized-format problem in cell format dialog.  [#442657]
3458	* Fix R1C1 problem.  [#443832]
3459	* Fix performance problem when selecting large areas.  [#445617]
3460	* Fix loading/saving of R1C1 attribute.  [#448714]
3461	* Fix overflow problem when int!=long.  [#458158]
3462
3463Nils Kanning:
3464	* Fix the inline documentation for python addins.  [#412804]
3465
3466--------------------------------------------------------------------------
3467Gnumeric 1.7.10
3468
3469Andreas:
3470	* Reimplement scaling
3471	* Save orientation
3472	* Show paper preview
3473	* Show unit selector in print dialog
3474	* Add margin adjustments
3475
3476Jean:
3477	* New Time Series Analysis plugin.
3478
3479Jody:
3480	* Fix inadvertent relocation of reference on other sheets.  [#433907]
3481
3482--------------------------------------------------------------------------
3483Gnumeric 1.7.9
3484
3485Andreas:
3486	* Switch to gtk print from gnome print
3487	  (some feature regression)
3488
3489Jody:
3490	* Import and Export for inline arrays in ODF. (now patched in OOo)
3491	* Export cell comments to xls.
3492
3493Morten:
3494	* Require three digits after a thousands separator in order to
3495	  accept it as a number.  [#415007]
3496	* Fix autofill issue.  [#414815]
3497	* Fix criticals with frozen panes.  [#308562]
3498	* Fix rich text problem.  [#417632]
3499	* Use GtkRecentManager.  Fixes #115112.
3500	* Ignore local files that no longer exist.  [#67453]
3501	* Fix XL load crash.  [#418868]
3502	* Fix format guessed for $123,456.78  [#423603]
3503	* Perform UTF-8 normalization during search.  [#421678]
3504	* Allow selecting a locale for sorting.  [#427019]
3505	* Make sure ssindex doesn't update the recent-files list.
3506	* Update recent-files on load and save.  [#152584]
3507
3508--------------------------------------------------------------------------
3509Gnumeric 1.7.8
3510
3511Morten:
3512	* Fix FACT.  [#410005]
3513	* Fix gui problems after replacing pristine book.  [#410365] [#410371].
3514	* Fix R1C1 preventing the use of, e.g., COS and RADIANS.  [#410609]
3515	* Fix editing of out-of-range numbers with date format.
3516	* Improve CopyDown and CopyRight.  [#112847]
3517	* Make file chooser show more files for load.
3518
3519Oliver Burnett-Hall:
3520	* Fix R1C1 problem in formula guru.
3521
3522--------------------------------------------------------------------------
3523Gnumeric 1.7.7
3524
3525Jody:
3526	* Patch a leak in DataTables.
3527	* Fix AutoFormat loading.
3528	* Add support for the standard builtin formats in xlsx.
3529	* Fix col/row grouping deletion.  [#388505]
3530	* Basic ODF AutoFilter partial import/export.
3531	* Some property dialogs for combos and lists.
3532
3533Morten:
3534	* Unify layout and string value formatting.
3535	* Make sheet duplication handle sheet-local names.
3536	* Make sheet duplication change sheet references to point to
3537	  the new sheet.  [#158825, #158691]
3538	* Fix parsing of new workbook-level named expressions.  [#306686]
3539	* Fix xml loading of names that refer to other names.
3540	* Fix crash from old-style file.  [#392054]
3541	* Fix cell contents reading from old v7 files.  [#392054]
3542	* Make sure we call g_thread_init early.  [#392050]
3543	* Fix CRITICALs with DOLLAR.
3544	* Fix progress display for .gnumeric and thus splash.  [#392546]
3545	* Don't allow "1D2" [win32] or "0x1234p1" as numbers.  [#393347]
3546	* Fix redraw problem.  [#393359]
3547	* Don't complain over encoding-less documents unless there is a reason.
3548	* Don't pull in popt.  [#396329]
3549	* Fix OO import crash.  [#396200]
3550	* Fix part of problem loading style conditions.  [#397679]
3551	* Fix generated libspreadsheet-1.7.pc [#399550]
3552	* Fix tsv import problem.  [#404264]
3553	* Fix R1C1 crash.  [#407274]
3554	* Fix R1C1 issues.  [#407247]
3555
3556--------------------------------------------------------------------------
3557Gnumeric 1.7.6
3558
3559Jody:
3560	* Fix sax import of autofilters.  [#383400]
3561	* Fix autofilter lists with only 1 combo.  [#383400]
3562	* Implement sax import of sheet objects.
3563	* Implement List and Combo objects.
3564	* Avoid pixel dirt when drawing hidden cursor.  [#365960]
3565	* XLSX support for import and export of autofilters.
3566	* Right click on combos/list always brings up popup.  [#135966]
3567
3568Morten:
3569	* Fix title problem.  [#382643]
3570	* Fix sax loading of comments.
3571	* Fix scaling and rtl orientation of comment marker.  [#381700]
3572	* Set a saver after loading with the sax loader.
3573	* Implement undo for sheet object widgets.  [#384136]
3574	* Work around a gcc bug.
3575	* Improve number formatting.
3576
3577--------------------------------------------------------------------------
3578Gnumeric 1.7.5
3579
3580Jon Kåre:
3581	* Fix zoom preference.  [#378043]
3582
3583Jody:
3584	* Improve xls import/export of 'best fit' column widths.  [#378560]
3585	* Implement Validate from List cell combo.  [#375620]
3586	* Fix xls import of checkboxes with empty labels.  [#375620]
3587	* Put the style feedback onto an idle handle to improve cursor
3588	  responsiveness.
3589	* Improve autofill/validation combos.
3590	    - Alt-Down opens a combo in the current cell
3591	    - Enter, Alt-Up/Down selects within an open combo
3592	    - Drag autoscroll
3593	    - set initial selection for validate from list
3594	    - Home/End jumps to top bottom.
3595	    - Fix in RTL mode.
3596	    - List items unfiltered by other active conditions.  [#114307]
3597	* Fix .gnumeric import of col/row groupings.  [#380015]
3598	* SAX import for autofilters
3599	* Fix XSD schema
3600	    - Add autofilters
3601	    - Add inputmessages
3602	    - Add Workbook Attributes
3603	    - Make it validate
3604	* Start simplifying the object anchor types for xlsx.
3605	* Fix RTL text display.
3606	* Fix a collection of dialog leaks.
3607
3608Morten:
3609	* Add automatic test framework.
3610	* Fix sc import of functions with no args.
3611	* Prevent ssconvert from updating the recent-files list.
3612	* Fix goal-seek crash.  [#377961]
3613	* Minor goal-seek improvements.  [#379234]
3614	* Fix critical in name definition dialog.
3615	* Improve precision of goal-seek.
3616	* Fix a case where goal seek went outside the interval.
3617
3618--------------------------------------------------------------------------
3619Gnumeric 1.7.4
3620
3621Jody:
3622	* Fix splash.
3623	* Fix crash.
3624	* Make auto filter combo a real widget.
3625
3626Morten:
3627	* Fix ssconvert error handling.
3628	* Fix RATE.
3629
3630--------------------------------------------------------------------------
3631Gnumeric 1.7.3
3632
3633Eduardo Lima:
3634	* Make printing support optional.  [#331948]
3635
3636Jon Kåre:
3637	* Fix another clipboard crash.  [#362993]
3638	* Fix encoding of mailtos.  [#148550]
3639	* Fix crash in sheet label context menu.  [#363261]
3640	* Fix crash when deleting same sheet from two views.  [#364082]
3641	* Fix crash reading inconsistent file.  [#312010]
3642	* Remove "deactivate all" button from plugin manager.
3643	* Fix crash due to invalid border line type.  [#364658]
3644	* Fix crash on loading Excel file with unusual text box.  [#340293]
3645	* Fix loading Excel files with unusual cell merges.  [#331190]
3646	* Update window list when closing view.  [#366335]
3647	* Fix crash when attempting to edit locked cell.  [#367870]
3648	* Fix initial sizing bug.  [#368825]
3649
3650Jody:
3651	* Rewrite expression relocation logic.
3652	* Add accelerator (Alt-=) for auto-sum.
3653	* Make paytype handler more flexible.
3654	* Fix DIF import/export.
3655	* Add accelerator for group/ungroup and inc/dec indent.
3656	* Make clipboard faster.
3657	* Support exporting only visible content to clipboard.
3658	* Fix checkbox objects.
3659
3660Joseph Pingenot:
3661	* Add more conditional format types.
3662
3663Morten:
3664	* Basic life support for perl-loader.  [#362911]
3665	* Fix csv problems.  [#359269]
3666	* Fix crash deleting and adding sheets.  [#363549]
3667	* Fix jump-to-area crash.  [#363977]
3668	* Fix search crash.  [#364085]
3669	* Fix IPMT, PPMT issues.
3670	* Start fixing issues with sheets being deleted underneath a
3671	  dialog.  [#364291]
3672	* Fix undo/redo problems in cases where all sheets might become
3673	  temporarily hidden.  [#366477]
3674	* Fix crash relating to workbook disposal.  [#366570]
3675	* Fix edit-line weirdness.  [#367870]
3676	* Cleanup g_free and g_strdup calls.  [#369661]
3677	* Fix undo for sheet object copy.  [#308300]
3678	* Fix redo for sheet object copy.  [#308300]
3679	* Add a bugzilla component for bug-buddy.  [#348829]
3680	* Make WorkbookView a more proper gobject.
3681	* Fix autosave crash.
3682	* Handle parsing of "2005/12" and "12/2005".
3683	* Handle parsing of "1-10" in non-date cells.  [#376090]
3684	* Handle new documentation format in the function selector.
3685	* Improve formula editor a bit.
3686	* Fix sheet object selection problem.  [#376866]
3687
3688--------------------------------------------------------------------------
3689
3690Gnumeric 1.7.2
3691
3692Emmanuel :
3693	* New look for col/row headers.
3694
3695Jody :
3696	* Fix off by one pt, printing vertical borders in RTL mode.  [#317662]
3697	* Handle the last (we hope) MS XL array iteration.  [#361074]
3698	* Fix inversion check for cell relocation.  [#350222]
3699
3700Jon Kåre:
3701        * Fix import of certain hyperlinks from Excel.
3702	* Fix bug which hid file type selector when saving images.
3703	* Fix crash when storing to clipboard manager.  [#321714]
3704	* Fix warnings when storing to clipboard manager.  [#342580]
3705	* Fix warnings when pasting objects over clipboard.  [#308569]
3706        * Fix import of images in Excel files written by PHP/Perl.  [#155696]
3707
3708Morten:
3709	* Fix font preview crash.
3710	* Fix performance problem with big paste.  [#359392]
3711	* Fix paste crash.  [#360672]
3712	* Fix transposed pasting of arrays.  [#349288]
3713	* Fix sharing problem with regular pasting of arrays.
3714	* Fix toolbar hiding/unhiding.
3715	* Fix inter-workbook crash.  [#323811]
3716	* Re-implement sharing of top-level expressions.
3717	* Fix stale sheet pointer problems in clipboard.  [#323762]
3718	* Fix growing button in sheet manage dialog.  [#362558]
3719	* Expand default stack.  (With JKH.)  [#92131]
3720	* Force expression sharing on load.
3721
3722--------------------------------------------------------------------------
3723
3724Gnumeric 1.7.1
3725
3726Andreas:
3727	* Fix ngettext calls [#345027]
3728	* Use ngettext to support correct plurals [#123860]
3729	* Fix zoom-dialog labels [#311206]
3730	* Initialize locale selector in stf export.
3731	* Added Sheet_Title predefined name [#342542]
3732	* Improve Define Names dialog [#345896]
3733	* Fix button sensitivity in Define Names dialog in presence
3734	  of identical workbook and sheet scope names
3735	* Remove some warnings on AMD64 [#346045]
3736	* Add "switch scope" button to define names dialog [#345896]
3737	* Add "print area" to sheets [#164058]
3738	* Fix writing of floating point preference values under
3739	  --without-gnome [#346433]
3740	* Added menu items to set/clear/show the print area of a sheet
3741	  [#164058]
3742	* Add a latex-exporter for an unformatted table fragments [#325980]
3743	* Implement content export in the OpenDocument exporter.
3744	* Fix undo text for definition/update of names [#346962]
3745	* Fix interaction of merged cells, cell comments and undo [#347536]
3746	* Fix undo problem for paste [#347826]
3747	* Fix crash when jumping to Print_Area [#349686]
3748	* Adjust width of tables in LaTeX export [#350625]
3749	* Check for empty styles.xml and meta.xml files in OpenDocument
3750	  import [#350644]  Patch by sum1_abi@yahoo.com.
3751
3752Jean Brefort:
3753	* Smoothing generated by Excel graphs supported.  [#349457]
3754	* Don't use auto_shape or auto_dash when plot has no marker/line
3755	and series have while importing from excel.  [#319727]
3756
3757Jody:
3758	* Fix ODF sheet name import ('aa''a' == aa'a).
3759	* Don't lose the orientation of line objects when copying.
3760	* Add context menu binding for selected objects.  [#338616]
3761	* Allow File->Save even when editing an object.  [#338619]
3762	* Only install util man pages if they are built.  [#341916]
3763	* Handle Tab/Return movement.  [#88167]
3764	* Re-enable R1C1 parsing.
3765	* Remove GnmCell::col_info to shrink cell by a ptr
3766	* Remove ColRowInfo::pos to shrink col/row by an int
3767	* Update schema a bit.
3768	* Update GLPK to version 4.9.
3769	* Make ODF merge cell import more flexible.  [#347263]
3770	* Restore ctrl-a as alternative for select-all.
3771	* Select All no longer moves the edit_pos.
3772	* Extend GDA type conversions, and make compatibile with 1.9.103.
3773
3774Morten:
3775	* Moved font metrics to goffice.
3776	* Fixed font initialization.
3777	* Fix minor mouse cursor problem.  [#341877]
3778	* Improve handling of invalid xls files.  [#341917]
3779	* Try harder not producing CRITICALs on buggy files.
3780	* Fixup expression sharer interfaces.
3781	* Fix scientific-number editing problem.  [#342583]
3782	* Reduce memory consumption for dependency storage.
3783	* Fix CRITICAL for --debug-deps on startup.
3784	* Fix sheet duplication problem related to the solver.
3785	* Fix stf import crash.  [#345477]
3786	* Fix problems with decreasing month autofill.  [#346028]
3787	* Fix CRITICALs for =[].  [#347916]
3788	* Fix problems with sheet reordering.  [#349255]
3789	* Fix clipboard code's memory usage.  [#348922]
3790	* Fix ods import of time values.  [#355943]
3791
3792Shixin Zeng:
3793	* Add \L{} escape to LaTeX exporter (The content of the
3794          braces is being inserted literally into the LaTeX file.)
3795
3796--------------------------------------------------------------------------
3797
3798Gnumeric 1.7.0
3799
3800PACKAGERS :
3801    If you store supported mimetypes anywhere other than gnumeric.desktop you
3802    will need to resync.
3803
3804Andreas:
3805	* Fix lost minus signs in latex output.  [#325656]
3806	* Add has-header preference to the sort preferences.  [#327278]
3807	* Fix sort dialog crash.  [329236]
3808	* Make sort dialog range entry sensitive to keyboard entry.
3809	  [#329250]
3810
3811Harun Vos:
3812	* Fix Win32 crash-on-start for pre-WinXP.
3813
3814Ivan, Y.C. Wong:
3815	* Fix Gdk-WARNING when cutting or copying cells.  [#314210]
3816	* No more debug command prompt.
3817	* Error/warning messages will go to an existing command
3818	  prompt (if any).
3819
3820Jody:
3821	* Handle the special case of ADDRESS (r1c1) actually relative.
3822	* Make sheet name quoting modular.
3823	* AREAS handles error conditions better.
3824	* Make Array formulas use less memory
3825	* Fix xls import of optimized CHOOSE
3826	* Dup sheet props when duping a sheet.
3827	* Adding an autofilter dirties the sheet.
3828	* Move Workbook::uri and ::dirty into GODoc
3829	* Handle inconsistency with XL's model of vararg eval.  [#336212]
3830	* Export underlines to html.
3831	* handle ctrl/shift space during rangeselection.
3832	* Fix path to docs.  [#330339]
3833	* Handle canceling object drag motion.  [#314866]
3834	* Fix image drags with previously selected objects.
3835	* Handle oddness in xls files generated by 'miniCalc' [#336858]
3836	* Do not make backgrounds for xl95 charts transparent.
3837	* Basic import and export for MS Office 12 (beta1) files
3838	* xls import optimization for shared strings.
3839	* Install the headers for libspreadsheet.  [#332218]
3840	* Enable ODF metadata import.
3841	* Fix ODF import of underlines.
3842	* Fix ODF import of sheets with quoted names.
3843	* Enable ODF import of hidden rows/cols.
3844	* Fix ODF import of col/row cell default styles.
3845
3846Klokan Pridal:
3847	* Implement xml saving/loading of "protected" attribute.  [#334257]
3848	* Implement xls saving/loading of "protected" attribute.  [#330129]
3849
3850Luciano Miguel Wolf:
3851	* ODS import improvements.
3852
3853Morten:
3854	* Fix COUNTBLANK.
3855	* Fix auto-filter formatting issue.  [#322392]
3856	* Fix ATAN2(0,0).
3857	* Make AND, OR, and XOR ignore strings as claimed.
3858	* Fix TRIM for non-ASCII case with spaces at end.
3859	* Fix TYPE crash.  [#323128]
3860	* Plug leak.
3861	* Fix sheet quoting problem.  [#323546]
3862	* Improve Excel compatibility of BIN2DEC, BIN2HEX, and
3863	  BIN2OCT.  [#323787]
3864	* Fix crash on xml load.  [#323888]
3865	* Fix file corruption on saving scenarios.  [#323927]
3866	* Fix a pile of leaks in solver and scenario saving and loading.
3867	* Fix leaks in solver dialog.
3868	* Fix parser leak.  [#301127]
3869	* Fix NetBSD compilation.  [#324358]
3870	* Fix solver dialog crash.  [#324585]
3871	* Fix FMR in SUBSTITUTE.
3872	* Fix REPLACE and SEARCH for non-ASCII strings.
3873	* Fix division-by-zero problems in FIXED, ROUND, ROUNDUP,
3874	  ROUNDDOWN, TRUNC.
3875	* Fix accuracy of ROUND, ROUNDUP, ROUNDDOWN, TRUNC.
3876	* Fix out-of-memory problem in REPT.
3877	* Fix lots of little XL compatibility problems in string
3878	  functions.
3879	* Fix error on Search-and-replace.
3880	* Improve handling of boolean args for "R" functions.
3881	* Fix near-infinite loop in FACTDOUBLE.
3882	* Fix text-to-columns crash probably affecting stf import too.
3883	* Fix font preference crash.  [#326830]
3884	* Fix memory allocation problem for writing charts.
3885	* Fix loading of boolean constants from ods files.
3886	* Fix MID for out-of-bounds values.
3887	* Fix constructed-range parsing for OO.
3888	* Improve .desktop file.  [#328015]
3889	* Make expressions use less memory by merging ref_count
3890	  and operator fields.
3891	* Split expression memory pool into one for large and one for
3892	  small nodes.
3893	* Fix SECOND, MINUTE, HOUR compatibility problems.
3894	* Fix DATE compatibility for bizarre input.
3895	* Cleanup parameter handling in financial functions.
3896	* Fix parsing problem with underscores in sheet names.  [#329236]
3897	* Fix LCM and GCD for large arguments.
3898	* Switch gnumeric option handling to GOption.
3899	* Switch ssconvert option handling to GOption.  [#154395]
3900	* Switch ssindex option handling to GOption.  [#154395]
3901	* Fix problem with solver error message translation.
3902	* Expand the range of certain random number functions.
3903	* Fix large-argument cases for BITOR, BITAND, BITXOR, BITLSHIFT,
3904	  and BITRSHIFT.
3905	* Redo string-to-value parsing.
3906	* Allow "12Dec2001" for date entry.  [#56168]
3907	* Allow "20041231:103355".
3908	* Fix bogus duplicate-accelerator warnings.  [#324692]
3909	* Fix criticals relating to toolbar combos for very narrow windows.
3910	  [#162498]
3911	* Allow vertical toolbars.
3912	* Save a bit of memory for function calls.
3913	* Fix type confusing in mps importer.
3914	* Greatly reduce the use of the type-unsafe GnmExprList.
3915	* Use argc/argv form for sheet function taking uneval'd args.
3916	* Fix expression creation and leaks in mps importer.
3917	* Use toolbuttons for edit-line buttons.  [#331916]
3918	* Go to end of text on F2.  [#319311]
3919	* Let GtkNotebook handle hidden sheets by using hidden tabs.
3920	* Fix updates of tab colours.
3921	* Make Workbook a little more like a proper GObject.
3922	* Rework "dirty" handling for sheets and workbooks.
3923	* Fix 64-bit problem for xls save.
3924	* Fix printing issue when sheet is zoomed.  [#332932]
3925	* Fix dbf import issue.  [#332878]
3926	* Fix menu feedback when replacing a pristine workbook
3927	  by a file.
3928	* Fix stf text import speed regression.  [#333407]
3929	* Fix XIRR issues.  [#333620]  [#333631]
3930	* Fix autofilter for text that looks like numbers.  [#333809]
3931	* Plug leak in SEARCH.
3932	* Fix printing issue with wrapped, right-aligned text.  [#334144]
3933	* Introduce top-level expressions.
3934	* Eliminate ref-counting at the sub-expression level.
3935	* Plug leaks in preferences dialog.
3936	* Make CORREL, COVAR, RSQ, SLOPE, and INTERCEPT really ignore
3937	  blanks.  [#334591]
3938	* Fix DOLLARDE and DOLLARFR.
3939	* Resurrect the ability to name external workbooks by filename,
3940	  including relative filename.  (But things still expand to URIs.)
3941	* Improve Excel compatibility for ROMAN and COMBIN in extreme cases.
3942	* Fix sheet object deletion crash.  [#335052]
3943	* Make ISPRIME and PFACTOR work for much larger numbers.
3944	* Fix border case for iterative evaluation.
3945	* Display and xml-save inter-workbook references using relative
3946	  URIs.  [#334724]
3947	* Fix theming problem.  [#309060]
3948	* Fix validation problems.  [#114086]
3949	* Fix validation handling of errors/strings/booleans.
3950	* Implement WORKDAY.
3951	* Improve Excel compatibility for EDATE and EOMONTH in extreme
3952	  cases.
3953	* Fix EVEN and ODD for very large numbers.
3954	* Fix sheet-manage dialog crash.  [#336165]
3955	* Reimplement autofill.
3956	* Fix xls export of data tables.
3957	* Fix xls export for intersections.
3958	* Fix parser crash for ={-TRUE}.
3959	* Get rid of integer/float split.
3960	* Allow ={+42}.
3961	* Fix copy-and-paste problem between gnumeric instances.  [#337215]
3962	* Improve handling of strings that look like numbers or expressions
3963	  during search-and-replace.  [#167304]
3964	* Fix rendering problems for values with attached formats.
3965	* Fix button ordering on Win32.  [#170479]
3966	* Fix rendering on fractions that round to 0.  [#314210]
3967	* Add undo handling to deletion of names.  Fix recalc are removing
3968	  or defining names.  [#312610]
3969	* Improve editing of cells containing currency amounts, fractions,
3970	  or percentages.
3971	* Improve 1-2-3 import for Chinese files.  [#337968]
3972	* Fix 1-2-3 format handling.
3973	* Fix parsing of "4/2005".  [#166413]
3974	* Fix initial sheet selection in the sheet-manage dialog.  [#331984]
3975	* Make autofill understand 3Q01, 4Q01, 1Q02, ...  [#61650]
3976	* Make autofill understand Apr, Jul, Oct, Jan, ... (and other skip-N
3977	  sequences, with or without year.)
3978	* Make autofill fit columns.
3979	* Fix sorting undo problem.  [#161890]
3980	* Add locale choice on text export.  [#123339]
3981	* Remove stray "Back" button for text export's one-sheet case.
3982	* Fix elusive sheet tab tracking bug after we replaced the initial
3983	  pristine workbook by a newly loaded one.
3984	* Fix GUI inconsistency for text import.  [#338694]
3985	* Fix crash on save+quit.  [#338847]
3986	* Auto-fit width when entering new values or formulas.
3987	* Auto-fit height when entering string constants.
3988	* Fix fits for wrapped text.  [#67351]
3989	* Fix minor undo problem for applying a height-changing format.
3990	* When undoing or redoing, move to where things happen.  [#114077,
3991	  #154705]
3992	* Add tooltips to a few combos.  [#339122]
3993	* Improve stf import format guessing.  [#332997]
3994	* Improve stf import for sloppy clumps of whitespace.  [#339297]
3995	* Improve stf import's keyboard navigation.
3996	* Fix applix import issue.  [#339190]
3997	* Fix critical.  [#339793]
3998	* Make "General" format pixel-perfect.
3999	* Fix zoomed rendering issue.  [#310492]
4000	* Warn for confusing text-formatted-non-string situation.  [#339834]
4001	* Fix filling of text formatted as non-general.
4002	* Fix printing problem for cells that haven't been displayed.
4003	* Fix critical on exit for --debug=1.
4004	* Display tooltips during autofill.  [#51272]
4005	* Fix editing of comments attached to merged regions.
4006
4007Jon Kåre:
4008        * Hand clipboard off to clipboard manager when exiting.
4009	* Handle non breaking space in html input.
4010	* Handle .xls containing html fragment [#311879]
4011
4012Nick Lamb:
4013	* Fix CONVERT crash.  [#323678]
4014
4015Philo Vivero:
4016	* New loan template.  [#317201]
4017
4018--------------------------------------------------------------------------
4019Gnumeric 1.6.1
4020
4021Allin Cottrell:
4022	* Save configuration in non-gnome case.  [#310354]
4023
4024Jean Brefort:
4025	* Use localized decimal separator.  [#80139]
4026
4027Jody:
4028	* Unfreeze panes if the drag handles are pulled outwards.
4029	* Adjust ctrl-~ vs ctrl-!
4030	* Some R1C1 fixes
4031	* More SpreadsheetML from MS Office XP.
4032	* Some OpenDoc import extensions.
4033	* Minor fixes for auto-fill
4034	* Enable a chart importer in the experimental xml sax importer.
4035
4036Lukasz Stelmach:
4037	* Fix python binding for RangeRef::end.
4038
4039Eduardo Lima:
4040Renato Araujo:
4041	* Maemo/Hildon port to Nokia 770
4042
4043Morten:
4044	* Fix content probing of csv and tsv files.  [#318419]
4045	* Import formats from Lotus 1-2-3 files.
4046	* Import column widths and row heights from Lotus 1-2-3 files.
4047	* Handle Lotus 1-2-3 functions whose names differ from the ones
4048	  we use better.
4049	* Read basic info from wk4 files.
4050	* Fix issues with new function docs method.
4051	* Fix OO import crash.  [#320818]
4052	* Fix Excel save crash.  [#321009]
4053	* Plug minor leak.
4054
4055Philippe Lelong:
4056	* Fix issue with PRICE (and probably related functions).
4057
4058--------------------------------------------------------------------------
4059Gnumeric 1.6.0
4060
4061Andreas:
4062	* Preload selection in "Define Names" dialog.  [#316406]
4063
4064Jean Brefort:
4065	* Fix crash when deleting plot with dynamic deps.
4066	* Fix localization issues.  [#318042][#318043].
4067
4068Jody:
4069	* Snap objects right in RTL mode.  [#316026]
4070	* Finish Data -> Table evaluation
4071	* Avoid entering "" for every keystroke when using gtk-2.8
4072	* Fix xls import/export of markers for radar plots.
4073	* Fix rotated text with pango-1.10 [#316597]
4074	* Update auto-expr after a recalc [#314867]
4075	* Use Emmanuel's ideas to improve the frozen pane drag handles.
4076	* Enable super/subscripts.
4077	* SpreadsheetML importer.
4078
4079Morten:
4080	* Fix C99ism.
4081	* Fix rare dependency crash.
4082	* Warn if running with buggy pango_attr_list_splice.
4083	* Improve stf import gui for multi-byte encoded text.  [#316816]
4084	* Fix xml-io's name parsing.  [#317427]
4085	* Fix .gnumeric saving of summary items.  [#318254]
4086	* Import some style info from Lotus 1-2-3 files.
4087	* Fix infinite loop in pdhyper.
4088
4089--------------------------------------------------------------------------
4090Gnumeric 1.5.90
4091
4092Jody:
4093	* quotes for pure strings in expressions for xml in/out [#313460]
4094	* Fix F4 cycling of abs/rel in mixed mode range refs
4095	* Check all format tuples for a match [#85950]
4096	* Escape cancels object drag.  [#314866]
4097	* F2 while editing jumps focus to entry.  [#314869]
4098	* XLS in/out for Data -> Table
4099	* 2d Data -> Table support
4100
4101Morten:
4102	* Fix tooltip problem.  [#314865]
4103	* Throw a minimum of effort at a Lotus importer for modern
4104	  versions.  [#314875]
4105
4106--------------------------------------------------------------------------
4107Gnumeric 1.5.5
4108
4109(No code changes -- translations only)
4110
4111--------------------------------------------------------------------------
4112Gnumeric 1.5.4
4113
4114Clytie Siddall:
4115	* Audit strings.  [#312746]  [#312986]
4116
4117Jean Brefort:
4118	* Fix crash on close related to graph plugins.  [#313463]
4119
4120Jody:
4121	* Fix lost background colours.  [#314207 and others]
4122	* Add some drag handles for graphicly creating frozen panes.
4123	* Fix sheetview confusion.  [#314208]
4124
4125Morten:
4126	* Fix harmless, but ugly, error message on xls save.
4127	* Fix solver crash.  [#314025]
4128	* Fix solver coefficients.
4129	* Package lp_solve into a single file and sanitize its API.
4130	  Update to lp_solve 5.5 in the process.
4131	* Fix dependency crash.  [Part of #314207]
4132	* Fix theming bug.  [#307783]
4133	* Fix crash related to changing colours of sheet tabs.
4134	* Fix rich text editing problem.  [#314209]
4135	* Be consistent about dialog separators.  [#314306]
4136	* Fix print problem with page numbers.  [#314520]
4137
4138--------------------------------------------------------------------------
4139Gnumeric 1.5.3
4140
4141Ivan, Y.C. Wong:
4142	* Fix recent files list on win32.  [#308302]
4143	* Fix non-latin characters rendering of fonts sans, serif and monospace
4144	  on win32.  [#161027]
4145
4146Jean Brefort:
4147	* Copy charts (to abiword).
4148
4149J.H.M. Dassen (Ray):
4150	* Bumped goffice build dependency.
4151
4152Jody:
4153	* Handle ROW/COLUMN with no argument in an array.
4154	* Fix problems with row height resizing on win32.  [#163414]
4155	* XLS, SAX, & DOM in/out for conditional Formatting.
4156	* SAX in/out for input messages.
4157	* SAX in for hyperlinks.
4158	* Conditional Formatting for backgrounds.
4159	* Conditional Formatting for borders.
4160	* Store the current settings before previewing.  [#301494]
4161	* Fix F4-abs/rel state rotation after R1C1 breakage.
4162	* Fix leak in xls chart import.  [#157058]
4163	* Fix object movement and snap to grid in RTL.
4164	* XLS import of image fills.  [#127756]
4165	* XLS import of font for chart labels.
4166	* Don't put extra quotes around exported series names.  [#152317]
4167	* Keep images hidden until they are sized.  [#308301]
4168	* Warnings when consolidating single columns.  [#308431]
4169	* Improve sync of cell editing and editline for autocomplete.  [#308303]
4170
4171Jon Kåre:
4172        * Improve sc/xspread import.
4173	* Export page orientation to Excel.
4174	* Fix top margin/header interaction bug in page setup.  [#310055]
4175
4176Morten:
4177	* Make changes to toolbar visibility permanent.
4178	* Fix stf export quoting problem.  [#308109]
4179	* Fix stf export format problem.
4180	* Prevent sheets from being renamed to "".
4181	* Fix IRR.  [Debian #315625]
4182	* Eliminate old sheet reorganize support code.
4183	* Make ssconvert able to save to stdout ("fd://1").
4184	* Fix repeat-setting-border crash.  [#310924]
4185	* Fix typo that managed to get its own bugzilla entry.  [#312823]
4186	* Fix problem with save.  [#312930]
4187	* Improve screen-vs-print line breaking situation.  [#312912]
4188	* Fix crash changing font.  [#313257]
4189	* Fix crash on finalizing sheet with objects in it.
4190	* Fix sheet-remove crash related to dependencies.  [#312794]
4191
4192--------------------------------------------------------------------------
4193Gnumeric 1.5.2
4194
4195Andreas:
4196	* permit formula guru to add array functions
4197
4198Ivan:
4199	* (Win32) Fix opening files with non-ascii names when users "open"
4200	  them in explorer.  [#304874]
4201	* Enable libspeadsheet build
4202	* (Win32) Fix the bug that d&d from explorer doesn't work in
4203	  gnumeric.  [#304074]
4204
4205Jody:
4206	* Tweak the errors from LOGNORMDIST, CONFIDENCE, STANDARDIZE, and
4207	  NORMDIST to match MS Excel.
4208	* After a command refocus controls for the current view.  [#165700]
4209	* Fix 'Begins with' vs 'Ends With' for autofilters.
4210	* Autofilter string equality is stronger than containment [#172355]
4211	* Buttons in sheet manager dialog should not strech vertically.
4212	* Stub for MS Excel's ASC function, which is unncessary in gnumeric.
4213	* Make range clipping more efficient.  [#164950]
4214	* Fix advanced filter for inputs that do not start at col A.  [#165734]
4215	* Fix xls import of names calling fwd declared names.  [#166611]
4216	* Fix string generation for arrays.
4217	* Don't hide columns < 4pts wide on import.  [#304558]
4218	* Rich content from MS Excel clipboard [#305405]
4219	* Fix warning while importing pre XL-95.
4220	* Fix adjustment object handling [#167584].
4221	* Be more careful what we assume is a header [#165061].
4222	* Use sheet specific print settings when printing a workbook.  [#163589]
4223	* Fix small positioning glitch when creating widgets.  [#304559]
4224	* re-enable experimental sax importer after goffice split.
4225	* Improve handling of some odd XL operators.
4226	* Remove warning when nudging during object creation.  [#164779]
4227	* Delete while editing should not clear the cell.  [#165172]
4228	* R1C1 support.
4229
4230Jon Kåre:
4231        * Don't output the xml declaration for xhtml.  [#303827]
4232
4233Michal Kaukic:
4234	* Fix solver for affine objective functions.  [#171025]
4235
4236Morten:
4237	* Fix SUMIF even more.  [Debian #308346]
4238	* Fix horizonal alignment of rotated numbers broken by fix to
4239          #303292.
4240	* Fix CRITICAL when undoing borders.
4241	* Improve multiline rotated text.  [#167544]
4242	* Fix Excel load crash.  [#303923]
4243	* Speed up exit on large sheets with lots of names, such as the
4244	  one from #303923.
4245	* Clean up dependencies somewhat.
4246	* Simplify expressions used for defined names for single cells.
4247	* Fix redo crash.  [#305007]
4248	* Fix auto-complete deactivation issues.  [#305011]
4249	* Fix recognition of accounting formats.  [#305314]
4250	* Fix unintentional format currency change.  [#305313]
4251	* Plug leaks.
4252	* Work hard at not leaving passwords in memory, just in case.
4253	* Add tooltips for ok_button, cancel_button, and func_button.
4254	  [#160344]
4255	* Fix paste problem.  [#305404]
4256	* Fix brown bag text import problem.  [Later reported as #305624]
4257	* Improve R.QPOIS accuracy, efficiency, and termination.
4258	* Improve R.QNORM's accuracy in the long double case.
4259	* Improve R.QCAUCHY's accuracy.
4260	* Add new R.QHYPER function.
4261	* Fix xml SAX import issue for array formulae.
4262	* Fix xml export of shared array formulae.
4263	* Fix number matching problem.  [#306254]
4264	* Fix R.PBETA screwup for log case.
4265	* Fix problem with hiding sheets.
4266	* Fix sheet removal undo to also undo changes to names and
4267	  cells in other sheets.
4268	* Save and load visibility sheet attribute.
4269	* Fix 3D deps crash.
4270	* Fix 3D dependencies spanning more than one sheet.  (I.e., all.)
4271	* Fix dynamic dependency crash on exit.
4272	* Plug leaks of sheet views.
4273	* Fix CRITICAL in the "manage sheets" dialog.
4274
4275--------------------------------------------------------------------------
4276Gnumeric 1.5.1
4277
4278Andreas:
4279	* Make ROUNDDOWN and ROUNDUP MSExcel compatible including the
4280	  strange handling for negative numbers.  [#162682]
4281	  This breaks backwards compatibility to earlier Gnumeric versions
4282	  for these functions.
4283	* Fix text colour in selected item in sheet manage dialog.  [#170462]
4284	* Fix NORMDIST description.  [#167467]
4285
4286David J Craigon:
4287	* Allow ssconvert to specify importer.  [#160069]
4288
4289Ivan Wong:
4290	* Fix image filtering for Win32.  [#164589]
4291	* Implement the Win32 registry connection.
4292
4293Jody:
4294	* Major re-org for goffice split.
4295	* Fix xls import for fit to page.
4296	* Fix OFFSET for asymmetric ranges [#166764]
4297	* Fix SUMIF for asymmetric ranges [#166769]
4298	* Import sheet visibility from ms excel
4299	* Split function docs into a distinct catalog
4300	* Decrease memory usage in clipboard.
4301	* Simplify tiling when pasting a copy.  [#87477]
4302	* Be more flexible pasting full cols/rows in single cells.  [#87528]
4303	* Add vertical alignment DISTRIBUTED
4304	* Fix xls in/out of rotation
4305
4306Jon Kåre:
4307        * Don't crash on csv file with invalid unicode [#167190]
4308	* Import html hyperlinks as hyperlinks.
4309	* Fix session management bug when gnumeric is minimized.  [#166769]
4310	* Paste images from clipboard.
4311	* Copy images and graphs to clipboard.
4312	* Receive and send images by drag and drop.
4313	* Don't clear clipboard when losing primary selection.  [#300468]
4314
4315Kasal:
4316	* Modified the way generated files are handled by Automake.
4317	* Some configure hacks to support po-functions.
4318
4319Morten:
4320	* Work around Pango bug causing XL save crash.  [#166532]
4321	* Fix Save-As GUI problem causing CRITICALs.
4322	* Fix typos that managed to get their own bugzilla entries.
4323	  [#167495] [#302306]
4324	* Improve auto-detection of separators for text files.  [#167449]
4325	* Fix some #decimals problems with print page setup.
4326	* Fix saving.
4327	* Fix crash when using --quit.  Fix leak too.
4328	* Fix rare crash on exit.
4329	* Use unicode minus (U2212) for numbers.  [#168467]
4330	* Improve format selection dialog for text import.
4331	* Constification.
4332	* Use FooCanvas for rotation part of cell format dialog.
4333	* Get rid of the last direct GnomeCanvas use.
4334	* Clean up long double configuration.
4335	* Fix save-as for non-local files.  [#170308]
4336	* Drop gtk+-bug workaround.  [#162952]
4337	* Make sheets even more object-like.
4338	* Fix parsing problem with names that start out with something
4339	  that can be parsed as a cell, e.g., "K3P".  [#170465]
4340	* Improve auto-fixup of 1.0.x era non-ASCII Gnumeric files.
4341	* Fix minor GUI problem with the format page of text import.
4342	* Create new plugin with R.[DPQ]dist functions using the
4343	  R Project's naming and calling conventions.
4344	  Note: this is deliberately not yet in po-whatever.  There are
4345	  tons of autogenerated strings and things need to settle down
4346	  a bit first.
4347	* Fix modality issue causing crashes.  [#170958]
4348	* Use a better format for auto expressions.
4349	* Improve undo description for rich text style changes.  [#171637]
4350	* Don't destroy target file when loading a saver plugin fails.
4351	  [#168581].
4352	* Make sure we update our window menu when we create a new view.
4353	* When we reopen insert->image, start in the directory we were
4354	  last time.  [#143188]
4355	* Fix conversion problems with stf export.  [#126513]
4356	* Improve text import for strange encodings.  [#167191]
4357	* Rework stf export code and fix crash-on-exit-causing leaks.
4358	* Do something sensible when exporting dates and times as text.
4359	  [#128936]
4360	* Fix uncompressed saving of .xml and .gnumeric (when requested).
4361	  [#173030]
4362	* Improve extreme-case evaluation of quantile functions that are
4363	  computed by root searching, such as =BETAINV(0.52,1e-3,1e6).
4364	* Improve accuracy of R.QF (and thus FINV).
4365	* Fix TRIMMEAN.
4366	* Fix MODE.
4367	* Allocate some clipboard data in pools.
4368	* Fix potential save-as crash.
4369	* Fix spurious criticals.  [#301581]
4370	* Change various sheet things to use an object properties.
4371	* Plug leaks with moving sheets.
4372	* Use object properties for much of the {sheet,workbook}-control-gui
4373	  to sheet linkage.
4374	* Fix multihead problems with popups.
4375	* Fix crash for sheet-remove on sheets with local dynamic
4376	  dependencies.
4377	* Implement CELL("sheetname", ...).
4378	* Fix CELL with explicit sheet in the reference.
4379	* Fix sheet reordering by dragging.
4380	* Fix various theme related bugs.  [#302902]  [#302880]  [#302882]
4381	* Fix undo crash in connection with cloning sheets.
4382
4383--------------------------------------------------------------------------
4384Gnumeric 1.5.0
4385
4386Emmanuel Pacaud:
4387	* Snap to grid mode when moving sheet objects with shift.
4388
4389Jean Brefort:
4390	* add scatter plots with spline interpolation.
4391	* Box-plots.
4392	* Fix crash in contour plots (#166051).
4393	* Automatic bounds work with negative values in XY chart (#164593).
4394	* Scrollbar and slider max values are now constant (#165173).
4395	* Avoid recalculation of scrollbar and slider values when not
4396	necessary (#166085).
4397
4398J.H.M. Dassen (Ray):
4399	* Generate an error when no proper UTF-8 filename is produced when
4400	  saving [Debian #291265]
4401
4402Jody:
4403	* RTL support.
4404	* Another step towards the libgoffice split
4405
4406Kasal:
4407	* Some configure.in cleanup.
4408
4409Morten:
4410	* When using the new printing code, don't bother to generate
4411	  gnome print fonts for the old code.
4412	* Improve search strategy for auto-completion.
4413	* Fix crash for insert/delete column/row.  [#165873]
4414	* Fix text import crash.  [#165617]
4415	* Fix SUBSTITUTE.  [#165996]
4416	* Fix general format's use of "e".
4417	* Plug dependency leak.  [#159581]
4418	* Fix fake rounding functions for very large numbers.  [#166188]
4419	* Eliminate old printing code.
4420	* Clean out workarounds for old libraries.
4421	* Avoid GnomeFont in printing.
4422	* Fix .dbf import of floating point values.  [#166311]
4423	* Plug xls save leak.  [#166561]
4424
4425--------------------------------------------------------------------------
4426Gnumeric 1.4.2
4427
4428Caolan McNamara:
4429	* Improve python config test for ia64 [#161547]
4430	* Handle invalid DIMENSIONS records in xls [#161534]
4431	* Fix installation path for the docs [#161404]
4432
4433Emmanuel Pacaud:
4434	* fix legend update on pie label change.
4435	* don't disable theming for xy plot with line or marker only.
4436
4437Ivan wong:
4438	* Fix Win32 detection of default date format.  [#161793]
4439
4440Jean Brefort:
4441	* Fix crash in contour plots.  [#163626]
4442	* When saving, always ask when file exist and come back to the dialog
4443	  when user does not want to overwrite.
4444
4445J.H.M. Dassen (Ray):
4446	* XLS import for paper sizes for which gnome-print doesn't have a
4447	  name.
4448
4449Jody:
4450	* Install the man pages
4451	* Backport some framework for RTL
4452	* image import from xl95 [#157997]
4453	* Double click on an object brings up prop page
4454	* Fix warnings when selecting a widget
4455	* Hide value for slider objects
4456	* Don't crash when attempting to copy an un-copiable object [#162888]
4457	* Fix crash deleting a shared view [#163452]
4458	* Fix sax export of outlines
4459	* Fix TYPE to allow non-scalar
4460	* Use element 0 of an array returned in a non-scalar context [#162923]
4461	* Fix MATCH.  If type is unspecified default to 1 not 0 [#163040]
4462	* Unnecessary row resize undoing format that did not resize [#163407]
4463	* Remove adjustment of copied areas on ins/del col/row [#163408]
4464	* XLS export for booleans and errors in arrays
4465	* Make SUMPRODUCT ignore booleans and strings to match XL, and SUM
4466	* Fix sizes of Bitstream Vera for xls export [#163406]
4467	* Mouse events while editing with other vertical alignments [#163198]
4468	* Fix zoom for rich text with explicit size [#163223]
4469	* Fix race condition when creating drawing objects [#162631]
4470	* XLS export for empty cols with non-default formats [#163409]
4471	* Redo var width content when resizing all cols at once [debian #288157]
4472	* Handle zero sized charts [#163939]
4473	* Fix comment indicator position when zoomed [debian #290388]
4474	* Some support for filled styles [#163438]
4475	* XLS import/export for print header/footer [#155719]
4476	* Some tuning for missing arg export to xls [#163236]
4477
4478Matthias Drochner:
4479	* Use non bash specific substitution for autformat templates [#161782]
4480
4481Morten:
4482	* Improve accuracy of pgamma and thus pchisq, ppois, qgamma,
4483	  qchisq, qpois, and more for extreme arguments.
4484	* Make it possible to change rotation of formats.
4485	* Draw rotated text.
4486	* Print rotated text.
4487	* Fix torn off undo/redo crash.
4488	* Fix cell format dialog initialization problems.
4489	* Doc fixes for ODD and EVEN.
4490	* Fix rich text crash.  [#161621]
4491	* Fix inserting new characters into a rich text string.
4492	* Fix deleting more than one character at once from a rich text
4493	  string.
4494	* Fix rich text problem when starting from empty.  [#161723].
4495	* Vastly improve sorting speed for large ranges with formulas.
4496	  [#161909]
4497	* Fix Help->Contents accelerator.  [#162865]
4498	* Make general format use "E", not "e", as appropriate.
4499	* Simplify SUM.  [#131588]
4500	* Fix INT(-1) problem.  [#163019]
4501	* Fix rich text re-edit problem.  [#163415].
4502	* Fix rich-text insertion problem.  [#163413].
4503	* Fixed font/size/zoom selection problem.  [#163412].
4504	* Implement OOo's BASE and DECIMAL.
4505	* Fix some error cases of LINEST/LOGEST not to crash.
4506
4507Uwe Steinmann:
4508	* Extend paradox importer to support additional types.
4509
4510--------------------------------------------------------------------------
4511Gnumeric 1.4.1
4512
4513Jody:
4514	* Saved charts were 1 pixel larger than the stated size [#157732]
4515	* Fix path to chart icons for win32 [#160046]
4516	* Fix sax export for Validation [Debian #283999]
4517	* Fix unintended object resize when clicking on the lower right resize
4518	  handle of existing object
4519	* Break long words when wrapping text
4520
4521Morten:
4522	* Add bugzilla version number to desktop file.  [#159371]
4523	* Fix arrows' direction used for printing and saving.  [#159922]
4524
4525Spudun:
4526	* tidy up lp_solve code to build under OS/X
4527
4528--------------------------------------------------------------------------
4529Gnumeric 1.4.0
4530
4531Andreas:
4532	* Fix crash on empty file in lotus file probe.  [#158126]
4533	* Enable auto-correct initial caps exception list.  [#158209]
4534	* Fix removable of items from auto-correct initial caps
4535	  exception list.  [#158207]
4536	* Protect ABcD style strings from auto-correction [#124858]
4537	* Rename graph guru's okay button [#152514]
4538	* When undoing the deletion of sheet objects also recreate the
4539	  original ordering of objects.  [#151609]
4540
4541Jody:
4542	* Pull the file open filters from the openers
4543	* Enable ssindex
4544	* Undo for objects deleted by pasting a cut region [#159365]
4545
4546Harald Ashburner:
4547	* Update derivatives.gnumeric
4548
4549J.H.M. Dassen (Ray):
4550	* XLS import for paper sizes known to gnome-print.
4551
4552Morten:
4553	* Fix crash with weird history items.  [#157682]
4554	* Fix print preview leak.  [#158566]
4555	* Fix stf import crash.  [#159009]
4556
4557--------------------------------------------------------------------------
4558Gnumeric 1.3.93
4559
4560Andreas:
4561	* Keep the recently used function list uptodate.  [#156732]
4562	* Fix default font selection in preference dialog.  [#157238]
4563	* Fix preference dialog window fraction selection.  [#157239]
4564	* Make various preferences setting changes apply to the current
4565	  gnumeric instance
4566	* Add screen page to preference dialog and fine-tune its general
4567	  layout
4568	* Replace text entry boxes in preference dialog with
4569	  checkboxes and spinbuttons.
4570	* Ensure that the preference dialog inthe non-gnome build
4571	  looks reasonable.
4572
4573Jody:
4574	* Fix perl and python tests in configure
4575	* Fix creation of slow sheet objects when there are frozen panes
4576	* Fix the solver and several related reports
4577	* Make the solver dialog's constraint page more usable
4578
4579Kasal:
4580	* More cleanup in configure
4581
4582Morten:
4583	* Fix Clear-All crash.  [#157376]
4584
4585Jody:
4586	* Fix display of slow objects when there are frozen panes
4587
4588--------------------------------------------------------------------------
4589
4590Gnumeric 1.3.92
4591
4592Andreas:
4593	* Fix text export dialog [#155437, #154231]
4594	* Skip sheet selection in text export if there is only one
4595	  non-empty sheet.  [#156604]
4596	* Make print dialog less modal.  [#132876]
4597	* Make non-imported columns in configurable text import more
4598	  visible [#154139]
4599	* Suppress warnings when filling with large series.  [#153527]
4600	* Improve format page in configurable text import [#154138,
4601	  #139385]
4602	* Improve schema description [#153631]
4603	* Warn if csv import is dropping columns [#139385]
4604	* Change menu text in fixed cvs import [#154137]
4605	* Add format descriptor to column headers in text import.  [#154140]
4606	* Fix various bugs [#156531, #156710]
4607	* Add tooltips to buttons in text export sheet selection.
4608	* Add top and bottom buttons to text export sheet selection.
4609	* Disable buttons in text export sheet selection when not applicable.
4610	* Fix LaTeX export of cells spanning to the left [#157047]
4611
4612Arief Mulya Utama:
4613	* Erlang (telecommunications engineering) plugin.
4614
4615Emmanuel Pacaud:
4616	* Add dash styles to chart objects.
4617	* Enables non integer line width for chart objects.
4618	* Fix clipping in svg export.
4619	* Update labels automatically [#152585].
4620
4621Hal Ashburner:
4622	* Some function documentation cleanups.
4623
4624Jody:
4625	* Enable selecting and moving multiple drawing objects
4626	* Swap X & Y axis content when importing xls bar plots.  [#154734]
4627	* Basic handling for XL 'Forms' Objects
4628	* Fix handling of empty arguments in nested expressions
4629	* Delay gnome-print init to decrease startup time
4630	* Improve OOo import for styles
4631	* Some support for newer Lotus-123 formats
4632	* Translate autoformat categories and descriptions
4633	* Re-enable the ui plugin service
4634	* Rename x-quattro-pro to match freedesktop [#152159]
4635	* Have text in item-edit does reflect zoom
4636	* Show the right rich text format when clicking on edit line
4637	* Finish rich text persistence for gnumeric xml and clipboard
4638
4639Morten:
4640	* Implement Edit->Select->Input.  [#154735]
4641	* Fix sample datasource's recalc.  [#154857]
4642	* Make File->Open start in the directory where the current file
4643	  was loaded.  [#143188]
4644	* Make it possible to unhide sheets.  [#154710]
4645	* Add HYPOT function.  [#148322]
4646	* Add PFACTOR function.
4647	* Plug leaks.
4648	* Revive logic to add missing parenthesis in parser.
4649	* Fix evil timing issue in about dialog.  [#155268]
4650	* Fix window menu in case of "_" in names.  [#155235]
4651	* Add support for setting text and markup in buttons.
4652	* Fix XL save crash.  [#155371]
4653	* Limit the width of search window.  [#136421]
4654	* Protect against crash in inter-process paste.
4655	* Make URLs work from Nautilus.  [#156456]
4656	* Fix pgamma accuracy for extreme arguments.
4657	* Improve accuracy of a few complex number functions.
4658	* Make sure basenames of files can be seen during splash for
4659	  multiple files.
4660	* Fix undo column crash.  [#157045]
4661
4662Yukihiro Nakai:
4663	* Improve perl plugin.
4664	* Fix various untranslated GUI elements.
4665	* Bullet-proof plugin loader.
4666
4667--------------------------------------------------------------------------
4668
4669Gnumeric 1.3.91
4670
4671Adrian:
4672	* Write the chapter "Graphics: Plots, Images, Widgets and Drawings"
4673	* Write the chapter "Working with Files"
4674	* Update the chapter "Elements".
4675
4676Andreas:
4677	* Improve `Z-Test for 2 Means'
4678	* Improve `T-Test (Paired Sample)'
4679
4680Emmanuel Pacaud:
4681	* Grid lines implementation
4682	http://bugzilla.gnome.org/show_bug.cgi?id=152615
4683	* New set of icons for charting engine
4684	http://bugzilla.gnome.org/show_bug.cgi?id=152499
4685	* Fix crash when adding y-erros to an empty plot
4686	http://bugzilla.gnome.org/show_bug.cgi?id=152201
4687	* Fix the performance degradation with too many axis ticks
4688	http://bugzilla.gnome.org/show_bug.cgi?id=153146
4689	* Fix crash when adding series to a radar plot
4690	http://bugzilla.gnome.org/show_bug.cgi?id=153401
4691	* Fix ring plots for center radius = 0
4692	http://bugzilla.gnome.org/show_bug.cgi?id=153402
4693	* Remove unused radar plot editor
4694
4695Jody:
4696	* XLS import formatted single points in charts (only pie for now)
4697	* Improve theme support for single points in charts
4698	* ctrl-7, ctrl-9, ctrl-(, ctrl-0, ctrl-)
4699	* Rework column size calculation on xls import/export
4700	http://bugzilla.gnome.org/show_bug.cgi?id=152248
4701	* font strangeness when exporting to xls
4702	http://bugzilla.gnome.org/show_bug.cgi?id=152512
4703	* Improve cursor for object resize
4704	http://bugzilla.gnome.org/show_bug.cgi?id=152244
4705	* Fix loss of precision when resizing objects
4706	http://bugzilla.gnome.org/show_bug.cgi?id=152636
4707	* Fix rendering problem when zoomed
4708	* Fix object positioning when zoomed
4709	* Make the status area shorter with GtkStatusbar and fewer frames
4710	* XLS import for arcs, polygons
4711	* Improve XLS object styling
4712	* More win32 build patches
4713	http://bugzilla.gnome.org/show_bug.cgi?id=114099
4714	* Clipboard support for objects
4715	* Support for symmetric object resize, and duplication via ctrl-click
4716	* Cleanout the SheetObject menu code to restore model gui split
4717	* Fix File -> Sendto
4718	* Add ctrl-period == insert current date&time
4719	http://bugzilla.gnome.org/show_bug.cgi?id=114153
4720	* Respect 0 as no-compression for xml export
4721
4722Jon Kåre:
4723	* Fix the CORBA plugin.
4724	* Add pangoft2 dependency.
4725	http://bugzilla.gnome.org/show_bug.cgi?id=153701
4726
4727Morten:
4728	http://bugzilla.gnome.org/show_bug.cgi?id=152511
4729	* Fix crash when adding a xy plot over a pie plot
4730	* Work on using pango layouts for printing.
4731	* Fix endless recursion.  [#153544.]
4732	* Plug leaks.
4733	* Improve save-as dialog.
4734	* Make sure *.csv and *.tsv are listed as spreadsheets in the
4735	  open dialog.  [#143135.]
4736
4737Uwe Steinmann:
4738	* Validate the field names for paradox databases
4739
4740Yaacov Zamir:
4741	* Fix header/footer printing to use pango layouts.
4742	* Fix graph printing to use pango layouts for text.
4743	* Fix cell printing to use pango layouts.
4744
4745Yukihiro Nakai:
4746	* Enable editing email links
4747
4748--------------------------------------------------------------------------
4749
4750Gnumeric 1.3.90
4751
4752Andreas:
4753	* Improve `T-Test (Unpaired; Unequal or Equal Variances)' tool
4754	* Fix TDIST for negative x and two tails
4755
4756Emmanuel Pacaud:
4757	http://bugzilla.gnome.org/show_bug.cgi?id=151529
4758	* Fix markers in xy and line plots.
4759	http://bugzilla.gnome.org/show_bug.cgi?id=151530
4760	http://bugzilla.gnome.org/show_bug.cgi?id=151527
4761	* Fix axis size allocation
4762	http://bugzilla.gnome.org/show_bug.cgi?id=127203
4763	* Align axis title with plot area
4764
4765Jody:
4766	* XLS import zooming for full page charts
4767	* XLS export for full page charts
4768	* XLS import of autoshapes with/without outlines and fills
4769	* Use the right default palette for XL95
4770	http://bugzilla.gnome.org/show_bug.cgi?id=151628
4771	* Fix resizing sample plot in graph assistant type selector
4772	http://bugzilla.gnome.org/show_bug.cgi?id=152059
4773	* Add full screen toggle
4774	* Auto recognize csv files < 80 characters long
4775
4776Jon Kåre:
4777	* Export text objects to Excel
4778
4779Kasal:
4780	* Some typos in various docs
4781	* Cleanup configure.in
4782
4783Morten:
4784	* Make new windows inherit toolbar visibility from parent.
4785	* Map [Enter] to next-match in search centre.
4786	* Fix F4 ($-cycling) when used in bogus places.
4787	* Improve save-as when selected from a workbook that was not
4788	  loaded.  (Still, save-as isn't great.)
4789
4790--------------------------------------------------------------------------
4791
4792Gnumeric 1.3.2
4793
4794Andreas:
4795	* Improve `F-Test' tool
4796	http://bugzilla.gnome.org/show_bug.cgi?id=148724
4797	http://bugzilla.gnome.org/show_bug.cgi?id=149247
4798	* Some minor About box changes
4799	http://bugzilla.gnome.org/show_bug.cgi?id=149945
4800	* Fix database functions
4801
4802Emmanuel Pacaud:
4803	* Add logarithmic mapping and invert axis support.
4804	* Zoom support for markers and error bars.
4805	* Move sharp libart rendering tweaks to pixbuf renderer.
4806	* Improve chart SVG export.
4807	http://bugzilla.gnome.org/show_bug.cgi?id=132063
4808	* Improve chart printing.
4809	* Fix minor tick rendering
4810	http://bugzilla.gnome.org/show_bug.cgi?id=144123
4811	* Add labels to radar axis
4812	http://bugzilla.gnome.org/show_bug.cgi?id=139397
4813	* Don't clip markers to plot area
4814	http://bugzilla.gnome.org/show_bug.cgi?id=142255
4815
4816Harald Ashburner:
4817	* Updates for the option pricers.
4818	* Pricers for
4819	    : American/European options to exchange one asset for another
4820	    : Options on spreads between futures
4821	    : Payouts on the most favorable state during a period
4822
4823Jody:
4824	* Use SAX exporter by default.
4825	* Enable 'popup-menu' binding support
4826	* Add tooltip for object resizing
4827	* Misc ancient array formula parsing and entry problems
4828	* Jump to lp_solve 5.0
4829	* Jump to GLPK 4.5
4830	* Add a View -> Windows menu
4831	* Work on tightening up XL compat of array functions
4832	* Improve xls export for obscure xl eval modes
4833	* Improve XL/OO compat for RANK()
4834	* XLS import of full page charts
4835	http://bugzilla.gnome.org/show_bug.cgi?id=150530
4836	* sax export of comments without authors
4837	http://bugzilla.gnome.org/show_bug.cgi?id=150792
4838	* fix breakage in ins/del col/row caused by dsum changes
4839	http://bugzilla.gnome.org/show_bug.cgi?id=150578
4840	* Update the resize handles if the current object's size changes
4841	http://bugzilla.gnome.org/show_bug.cgi?id=151144
4842	* XL cannot handle plots with no data, filter them
4843	http://bugzilla.gnome.org/show_bug.cgi?id=151150
4844	* center ticks for bar/col plots too
4845	http://bugzilla.gnome.org/show_bug.cgi?id=143724
4846	* Clip large dbf files to compile time file limits
4847
4848Jon Kåre:
4849	* Export images to Excel
4850	* Read images from native Gnumeric format
4851	* Read and save images we cannot render without loss to and
4852	  from Excel and native Gnumeric format
4853	* Add 'Save As' menu entry for image objects.
4854	* Add format chooser to 'Save As' dialog for images and graphs.
4855	* Resurrect the Psion Sheet importer.
4856	* Fix file drag from nautilus -> gnumeric.
4857	* Fix "Save changes?" bug.
4858	http://bugzilla.gnome.org/show_bug.cgi?id=151152
4859
4860Morten:
4861	* Add Ctrl-5 for strike-through.
4862	* Add Ctrl-Shift-D for double underline.
4863	* Fix error return for GEOMEAN and HARMEAN.
4864	* Fix IMCONJUGATE and IMABS for reals.  [#148323, backported]
4865	* New function INVSUMINV.
4866	* Fix crash with format toolbar in menu mode.
4867	* Fix crash on exit.  [backported]
4868	* Fix ssconvert output.
4869	* Fix potential lexer crash.
4870	http://bugzilla.gnome.org/show_bug.cgi?id=150821
4871	* Fix graph guru crash in the absense of graph plugins.
4872
4873Uwe Steinmann:
4874	* Paradox DB import.
4875
4876Yukihiro Nakai:
4877	* Export links when saving as html.
4878	* Add actions for www and bug reporting.
4879	http://bugzilla.gnome.org/show_bug.cgi?id=151273
4880	* Fix perl plugin
4881
4882--------------------------------------------------------------------------
4883
4884Gnumeric 1.3.1
4885
4886Andreas:
4887        http://bugzilla.gnome.org/show_bug.cgi?id=142219
4888        * Handle borders in latex export correctly
4889	http://bugzilla.gnome.org/show_bug.cgi?id=142836
4890	* Save current sheet as csv (rather than first sheet)
4891	http://bugzilla.gnome.org/show_bug.cgi?id=140820
4892	* Fix default colour handling in manage sheet dialog
4893	* Add interface to allow the visibility of sheets to be toggled
4894	http://bugzilla.gnome.org/show_bug.cgi?id=142700
4895	* Make sure zoom-box shows current zoom factor
4896	* Improve `Descriptive Statistics' tool
4897	* Improve `One-Factor ANOVA' tool
4898	* Improve `Correlations' tool
4899	* Improve `Covariances' tool
4900	* Add CLIPBOARD over PRIMARY choice to preference dialog
4901
4902Christian Neumair:
4903	* Put delete actions from edit main menu into their own submenu.
4904	* HIGify some dialogs when it comes to spacing.
4905
4906Emmanuel Pacaud:
4907	http://bugzilla.gnome.org/show_bug.cgi?id=142212
4908	* In a line graph, don't use '0' if Y value is missing.
4909	* fix a double draw of chart childs.
4910
4911Jean Brefort:
4912	* Add error bars in bars, columns, lines and areas plots.
4913
4914Jody:
4915	* Edit and display rich text in cells (no persistence yet)
4916	* Make the last dependency above gtk optional to enable a win32 build
4917	* Major re-org of xls string import to handle rich text
4918	* Improve xls import of old < xl95 variants
4919	* Fix xls chart import for value dimensions
4920	* Fix autoformat dialog
4921	* Fix db functions
4922	* Pango uses _byte_ offsets for attributes.  Fix everything
4923	* Fix xls import of chart background and outline
4924	* Support richtext during autofill
4925  	* A huge performance improvement when scrolling images
4926	http://bugzilla.gnome.org/show_bug.cgi?id=136363
4927	* Fix font handling in chart labels and titles
4928	http://bugzilla.gnome.org/show_bug.cgi?id=140671
4929	* Fix crash when undoing a cut from a different workbook
4930	* Fix MS XL crash when there are too many strings
4931	* MS XL import for chart gradient backgrounds
4932	* Support series without legend entries, including xls import
4933	* Started on an OOo exporter
4934	http://bugzilla.gnome.org/show_bug.cgi?id=103054
4935	* Tweak XL import and export for named expressions / addins
4936	http://bugzilla.gnome.org/show_bug.cgi?id=142474
4937	* Use first rather than last conditional value fmt as catch-all
4938	* Implicit iteration for operators
4939	* Make the unary operators XL compatible
4940	* basic xls export for charts
4941	* start work on OOo export
4942	* Skip ticks/labels for discrete axes
4943	* Drag files from nautilus -> gnumeric
4944	http://bugzilla.gnome.org/show_bug.cgi?id=143577
4945	* fix grid printing
4946	* fix merged cell printing and diagonal borders
4947	* Allow themed series with gradients
4948	* Fix application prop dialog
4949	* Support repeat for several commands
4950	http://bugzilla.gnome.org/show_bug.cgi?id=147756
4951	* Ancient autofill leak on constant string fills
4952
4953Morten:
4954	* Fix crash related to database functions (#138600).  [backported]
4955	* Fix [h]:mm precision (#138182).  [backported]
4956	* Make it possible to hide toolbars.
4957	* Make it possible to hide the statusbar.
4958	* A few multihead fixes.
4959	* Upgrade to R's development version.
4960	* Add cumulative distribution to HYPGEOMDIST.
4961	* Fix pgeom for small x.  (Fixes accuracy of GEOMDIST.)
4962	* Fix pbinom for very large n.  (Fixes accuracy of BINOMDIST.)
4963	* Replace R's pbeta function.  (Fixes accuracy of BETADIST,
4964	  BETAINV, FINV.)
4965	* Replace R's pcauchy function .  (Fixes accuracy of CAUCHY.)
4966	* Replace R's pf function.  (Fixes accuracy of FDIST, FTEST, F-test
4967	  tool, regression tool, ANOVA tools..)
4968	* Replace R's phyper function.  (Fixes accuracy and evaluation speed
4969	  of HYPGEOMDIST.)
4970	* Fix accuracy of our versions of various long-double functions
4971	  that Solaris lacks.  (Fixes, for example, ERF.)
4972	* Improve accuracy of FISHER.
4973	* Improve accuracy of EFFECT, NOMINAL, MIRR, IRR, XNPV, NPV, PMT,
4974	  RATE, PV, FV, IPMT, PPMT for small rates.
4975	* Fix accuracy of ZTEST.
4976	* Improve prevision of the bessel functions.
4977	* Fix validation crash due to excel import.  [backported]
4978	* Fix custom validation export.  [backported]
4979	* New functions EXPM1 and LN1P.
4980	* Fix image-inside-xls problem.  [backported]
4981	* Ignore more spaces in expression entry.
4982	* Improve error handling in xbase plugin.  [backported]
4983	* Fix a weird IF semantics where the argument count including
4984	  empties matters.
4985	* Fix parser problem with single empty arg after expression.  [backported]
4986	* Avoid keeping passwords in memory.  (Will need gtk+ fix to be really
4987	  effective.)
4988	* Switch to keeping URIs, not filenames, inside and in history.
4989	* Implement copy-right (Ctrl-R) and copy-down (Ctrl-D).
4990
4991	(For those worrying over the pile of accuracy fixes above it should
4992	be noted that prior versions of Gnumeric were already pretty good,
4993	certainly far better than Excel.  Most of the fixes above are for
4994	extreme-case arguments where most other software packages will give
4995	totally incorrect answers and/or take extremely long time to
4996	produce any answer at all.  We are slowly feeding some of these
4997	fixes back to, say, the R Project.)
4998
4999--------------------------------------------------------------------------
5000
5001Gnumeric 1.3.0
5002
5003Andreas:
5004	* Make new strings translatable.
5005	* Use new widget for output page of analysis tools.
5006	* Add display indicating why the okay button is disabled
5007	  to selected analysis tools.
5008	http://bugzilla.gnome.org/show_bug.cgi?id=131343
5009	* Use the paper selected in the print dialog [backported]
5010	http://bugzilla.gnome.org/show_bug.cgi?id=132347
5011	* Fix argument names for RATE.
5012	* Some HIGfication in the print setup dialog
5013	* Make sure that when printing to a file we don't accidentally
5014	  overwrite an existing one.
5015	* Don't close the print dialog if a user wants to look at a preview.
5016	* Remove last use of gnome-config
5017	* Fix GtkFileChooser crash (133069)
5018
5019Emmanuel Pacaud:
5020	* Work on single point formatting for charts.
5021	http://bugzilla.gnome.org/show_bug.cgi?id=135621
5022	* Fix rounding issue for markers in xy plots and for axis ticks.
5023
5024Jean Brefort:
5025	* Add error bars in scatter and bubble plots.
5026
5027Jody:
5028	* Drop gnome-app-helper in favour of GtkAction
5029	http://bugzilla.gnome.org/show_bug.cgi?id=128524
5030	* COUNTRY record position is xls version specific [backported]
5031	* Generate an SST record even without strings to placate french version
5032	  of MS Excel [backported]
5033	* Fix memory error introduced in 1.2.3 when saving to xls [backported]
5034	* Move to glib/gi18n.h and delete the gnumeric specific equivalent
5035	http://bugzilla.gnome.org/show_bug.cgi?id=130579
5036	* We only need selection info in the primary pane
5037	http://bugzilla.gnome.org/show_bug.cgi?id=130577
5038	* Export multiple selections to xls for frozen panes
5039	http://bugzilla.gnome.org/show_bug.cgi?id=130582
5040	* Rangesel doesn't bind the panes during cursor movements either
5041	http://bugzilla.gnome.org/show_bug.cgi?id=130424
5042	* Recalc new expressions even when manual recalc is set
5043	http://bugzilla.gnome.org/show_bug.cgi?id=130700
5044	* Better compatibility with MS Excel's handling of minus sign
5045	http://bugzilla.gnome.org/show_bug.cgi?id=130835
5046	* ISNUMBER() should return false for blank references
5047	http://bugzilla.gnome.org/show_bug.cgi?id=130172
5048	* Do not convert blanks to int(0) for string args
5049	* Allow optional args to receive empty even for booleans
5050	* Install the executable as gnumeric-<version>
5051	http://bugzilla.gnome.org/show_bug.cgi?id=132017
5052	* Support double underline when importing from applix
5053	http://bugzilla.gnome.org/show_bug.cgi?id=127138
5054	* Handle freezing when top or left is non 0
5055	http://bugzilla.gnome.org/show_bug.cgi?id=132448
5056	* Silly crash fix
5057	http://bugzilla.gnome.org/show_bug.cgi?id=131933
5058	* Handle mismatched locales with decimal pt == thousands sep
5059	http://bugzilla.gnome.org/show_bug.cgi?id=132060
5060	* update axis labels when a plot changes a source
5061	http://bugzilla.gnome.org/show_bug.cgi?id=125886
5062	* Data points define the axis, not the number of labels
5063	http://bugzilla.gnome.org/show_bug.cgi?id=132390
5064	* Fix crash when updating chart style combos
5065	http://bugzilla.gnome.org/show_bug.cgi?id=132017
5066	* Support double underline when importing from applix
5067	* Fix our exported xls with macros with named sheets
5068	* Use theme colours in plot type selector
5069	* New about box
5070	* Reorg the text exporter
5071	http://bugzilla.gnome.org/show_bug.cgi?id=74205
5072	* Display the blue range designator even in other panes
5073	http://bugzilla.gnome.org/show_bug.cgi?id=126563
5074	* Fix col/row sizes when copying a sheet with default zoom != 1
5075	http://bugzilla.gnome.org/show_bug.cgi?id=135946
5076	* Add support for mmmmm formats
5077	* persist combos and lists (to gnumeric xml)
5078	* Fix xls import of external 3d references
5079	http://bugzilla.gnome.org/show_bug.cgi?id=136088
5080	* Persist vary-style-by-color for pie plots
5081	* Do not theme colours when using image fills
5082	* Recalc autosized row heights when a font size changes
5083	http://bugzilla.gnome.org/show_bug.cgi?id=135977
5084	* Fix xls import of font and font colours for XL95/XL97 text/labels
5085	* Fix xls import of label outlines for XL95 textboxes
5086	* Make the text probe routine a bit more relaxed
5087	* Fix xls import of cursor position for frozen panes
5088	* Fix xls export of h/v only frozen panes
5089	* Fix xls 97 export of named expressions without addins
5090	http://bugzilla.gnome.org/show_bug.cgi?id=137818
5091	* For immediate rerender, even for simple font changes.
5092	* Support editing rich text in cells (incomplete)
5093	http://bugzilla.gnome.org/show_bug.cgi?id=138533
5094	* handle insufficient data in moving average tool
5095
5096J.H.M. Dassen (Ray):
5097	http://bugzilla.gnome.org/show_bug.cgi?id=135044
5098	* Incorrect undo label for row autosize
5099
5100John Gill:
5101	* Tool tips for the sort dialog.
5102
5103Michael Devine:
5104	* Radar plots.
5105
5106Morten:
5107	* Clean out work-arounds for old GTK+.
5108	* Turn on multi-head support.
5109	* Switch to file chooser.
5110	* Eliminate use of GnomeEntry.
5111	* Fit scale-fit problem.
5112	* Fix FLOOR and CEILING error case.
5113	* Fix problem with typing in the "decimals" spin button in the
5114	  cell format dialog.
5115	http://bugzilla.gnome.org/show_bug.cgi?id=135609
5116	* Fix pretty-print (and thus saving) problem with ranges like
5117	  $B$1:$B1.
5118	http://bugzilla.gnome.org/show_bug.cgi?id=136639
5119	* Work around theme engine crash.  [backported]
5120	http://bugzilla.gnome.org/show_bug.cgi?id=135000
5121	* Set accessibility role for save-before-exit dialog.
5122	* Improve auto-scrolling when dragging the cursor outside the
5123	  window.
5124	* Improve pgeom (and thus GEODIST) accuracy.
5125	* Make filename history UTF-8 safe.
5126
5127--------------------------------------------------------------------------
5128
5129Gnumeric 1.2.3
5130
5131Adrian Bunk:
5132	* Portability fixes.
5133
5134Andreas:
5135	* http://bugzilla.gnome.org/show_bug.cgi?id=128166
5136	  Mark workbook as dirty on sheet deletion/addition
5137	* Bug fixes: 128915, 128611
5138	* Minor changes to the sort dialog
5139	* http://bugzilla.gnome.org/show_bug.cgi?id=128936
5140	  Allow text export to use the rendered strings rather than the
5141	  stored values
5142	* http://bugzilla.gnome.org/show_bug.cgi?id=129444
5143	  Fix printing of non-word-wrapped cells with hard line breaks
5144	* http://bugzilla.gnome.org/show_bug.cgi?id=129049
5145	  Make sure dialogs are visible on session manager communications
5146
5147
5148Jody:
5149	http://bugzilla.gnome.org/show_bug.cgi?id=128565
5150	* Overzealous renaming.
5151	http://bugzilla.gnome.org/show_bug.cgi?id=128169
5152	* Use the right font when editing.
5153	http://bugzilla.gnome.org/show_bug.cgi?id=127625
5154	* kludge around mystery inconsistent autfilters in xls
5155	* Patch a leak in the pattern selector
5156	* Fix a potential crash when changing labels on axis
5157	http://bugzilla.gnome.org/show_bug.cgi?id=127734
5158	* Modernize the sylk importer
5159	http://bugzilla.gnome.org/show_bug.cgi?id=129445
5160	* Fix xls import of plot styles that override defaults
5161	* Fix xml import of ManualRecalc flag
5162	http://bugzilla.gnome.org/show_bug.cgi?id=128837
5163	* Horizontal, and Zoom scroll wheel support
5164	* User selectable format for axis labels
5165	* Tune 'General' format width calculation
5166	* Improve quoting of accounting formats
5167	* Auto format selection for axis value labels
5168	http://bugzilla.gnome.org/show_bug.cgi?id=129833
5169	* Tweak the mime types we claim to handle
5170
5171John Gill:
5172	* Add a field menu and keyboard shortcuts to the sort dialog
5173
5174Jon Kåre:
5175	* Fix encoding of author field in summary.
5176	http://bugzilla.gnome.org/show_bug.cgi?id=129702
5177
5178Jukka:
5179	* GLPK upgrade to version 4.2
5180
5181Morten:
5182	* Handle fractional seconds correctly for UNIX2DATE.
5183	* Fix display of -0:30 again.
5184	* PCRE upgrade to 4.5.
5185
5186--------------------------------------------------------------------------
5187Gnumeric 1.2.2
5188
5189Andreas:
5190	* Updated some docs.
5191	* Also use fallback-fonts for the page decorations when printing.
5192	http://bugzilla.gnome.org/show_bug.cgi?id=122034
5193	* Add default header/footer font selector to preference dialog.
5194	http://bugzilla.gnome.org/show_bug.cgi?id=125361
5195	* Fix printing from Page Setup dialog.
5196	http://bugzilla.gnome.org/show_bug.cgi?id=125422
5197	* Upon inserting of cells try to guess whether to move cells down
5198          or to the right.
5199	* Upon deleting of cells try to guess whether to move cells up
5200          or to the left.
5201	* Use the number of copies info read from an XL file
5202	http://bugzilla.gnome.org/show_bug.cgi?id=127415
5203	* Fix expr entry interaction with merged cells
5204	http://bugzilla.gnome.org/show_bug.cgi?id=127932
5205	* Fix and adjust sort dialog
5206
5207Emmanuel Pacaud:
5208	* Add clipping for plot areas.
5209  	http://bugzilla.gnome.org/show_bug.cgi?id=125419
5210
5211Jean Brefort:
5212	* Support text in SVG exporter
5213
5214Jody:
5215	* More renaming
5216	* Don't install schemas when building an rpm
5217	* Support non-assisted CSV export for ssconvert
5218	* Simple optimization for 30% faster number matching
5219	* Center line plot points on index
5220	* Fix crash when importing truncated xls files
5221	* Update axis labels when bac/col/line/area labels are set/cleared
5222	* Complain loudly when people run without installing the schema
5223	* Improve padding of chart elements
5224	http://bugzilla.gnome.org/show_bug.cgi?id=124244
5225	* Fix xls import of collapsed cols/rows at level 0
5226	http://bugzilla.gnome.org/show_bug.cgi?id=123325
5227	* Fix in 1.2.1 was spewing pointless warnings
5228	http://bugzilla.gnome.org/show_bug.cgi?id=124975
5229	* Handle undoing a paste from a deleted external sheet
5230	http://bugzilla.gnome.org/show_bug.cgi?id=77303
5231	* Don't scroll the other panes unless we absolutely have to.
5232	http://bugzilla.gnome.org/show_bug.cgi?id=125269
5233	* Try to save a current edit before an action
5234	http://bugzilla.gnome.org/show_bug.cgi?id=125045
5235	* Fix tick spacing with manual axis bounds
5236	* Tune clipboard to avoid ultra deep recalc stacks
5237	http://bugzilla.gnome.org/show_bug.cgi?id=125230
5238	* Add epsilon _before_ we scale formats with elapsed hours
5239	http://bugzilla.gnome.org/show_bug.cgi?id=125421
5240	* Tune insert col/row above frozen panes
5241	http://bugzilla.gnome.org/show_bug.cgi?id=124930
5242	* Be more lenient about invalid xml, but put errors in gui
5243	http://bugzilla.gnome.org/show_bug.cgi?id=125604
5244	* Fix OO import in some locales.
5245	http://bugzilla.gnome.org/show_bug.cgi?id=125611
5246	* Fix OO import of integer attributes.
5247	* XLS probe support for misnamed streams
5248	http://bugzilla.gnome.org/show_bug.cgi?id=125577
5249	* Don't forget to recalc after deleting col/row
5250	http://bugzilla.gnome.org/show_bug.cgi?id=125619
5251	* Init the high/low button for axis prefs
5252	http://bugzilla.gnome.org/show_bug.cgi?id=125496
5253	* Update all displayed auto values for axis bounds
5254	http://bugzilla.gnome.org/show_bug.cgi?id=125886
5255	* Have an inverse pull to 0 in case the eps pulls too far
5256	* Actually install the man pages
5257	http://bugzilla.gnome.org/show_bug.cgi?id=126389
5258	* Formatting marks a sheet as dirty
5259	* Support auto-shape/outline/fill for chart markers
5260	* Add UI to restore auto colors for charts
5261	* Update UI when a chart style element changes externally
5262	* Support line plots with no markers by default
5263	* Support xy plots with no markers, no lines, by default
5264	http://bugzilla.gnome.org/show_bug.cgi?id=125886
5265	* x axis label vertical alignment
5266	http://bugzilla.gnome.org/show_bug.cgi?id=125986
5267	* Extend 'is_auto' support.
5268	* Fix round tripping of imported xls macros.
5269	http://bugzilla.gnome.org/show_bug.cgi?id=125416
5270	* Enabled the object re-ordering buttons
5271	http://bugzilla.gnome.org/show_bug.cgi?id=126775
5272	* Be smarter when all the values are the same
5273	http://bugzilla.gnome.org/show_bug.cgi?id=126908
5274	* Set label and text box outline/background to XL defaults
5275	http://bugzilla.gnome.org/show_bug.cgi?id=68794
5276	* default to rows when rows == cols
5277	* Support minor ticks
5278	* Tune chart axis ticks to avoid anti-aliasing blur
5279	* Export 'Manual Recalc' flag to xls
5280	http://bugzilla.gnome.org/show_bug.cgi?id=126907
5281	* Recalc new expressions even when manually recalculating
5282	http://bugzilla.gnome.org/show_bug.cgi?id=116090
5283	* Support DISPLAY-less function dumping
5284	http://bugzilla.gnome.org/show_bug.cgi?id=127095
5285	* Problem introduced in 1.2.1 that breaks xml import in other locales
5286	http://bugzilla.gnome.org/show_bug.cgi?id=127145
5287	* Update status display even on delayed motion.
5288	http://bugzilla.gnome.org/show_bug.cgi?id=127205
5289	* Fix rangeseltion of multiple items in other locales
5290	http://bugzilla.gnome.org/show_bug.cgi?id=127199
5291	* Update the format status UI after a successful read
5292	http://bugzilla.gnome.org/show_bug.cgi?id=127211
5293	* Errors default to horzontal alignment == center
5294	http://bugzilla.gnome.org/show_bug.cgi?id=127204
5295	* Don't add a grid if there wasn't one in the xls
5296	http://bugzilla.gnome.org/show_bug.cgi?id=127238
5297	* Fix memory handling for autoformats
5298	http://bugzilla.gnome.org/show_bug.cgi?id=127262
5299	* Fix minor cosmetic issue with the boarder between frozen panes
5300	http://bugzilla.gnome.org/show_bug.cgi?id=64297
5301	* Cosmetic tweak to keep cursor visible on dark backgrounds
5302	* Fixed xls export of col/row groups
5303	* Support workbook local functions
5304	* Fix xls import of unicode in expressions
5305	* Fix gutter resize when adding groups
5306
5307Morten:
5308	* Fix crash with STF import and gazillions of columns.
5309	* Drastically reduce memory usage during STF import with lots of
5310	  small fields.
5311	* Speed up STF import by not creating field structures for lines
5312	  not shown in the preview anyway.
5313	* Fix display of cumulative hours for -1h < time < 0h.
5314	* Fix crash with loss of precision in linear regression of
5315	  dimension 2.  http://bugzilla.gnome.org/show_bug.cgi?id=125436
5316	* Fix wiiiiiiiide stf dialog with glibc and composite locales.
5317	* Fix stf import of empty files.
5318	  http://bugzilla.gnome.org/show_bug.cgi?id=125573
5319	* Fix column selection in stf import.
5320	  http://bugzilla.gnome.org/show_bug.cgi?id=125417
5321	* Plug a few leaks.
5322	* Optionally generate pseudo-random (as opposed to random) numbers.
5323
5324Rodrigo:
5325	* Bump requirement to libgda/libgnomedb 1.0.1
5326
5327J.H.M. Dassen (Ray):
5328    	* Include several missing images in the documentation. (Debian #218580)
5329
5330--------------------------------------------------------------------------
5331Gnumeric 1.2.1
5332
5333Adrian Custer:
5334	* More documentation.
5335
5336J.H.M. Dassen (Ray):
5337	* Update debian control files.
5338
5339Jean Brefort:
5340	* Gradient support for svg chart renderer.
5341	* Marker support for svg chart renderer.
5342
5343Jody:
5344	* Fix infinite loop on empty axis under solaris.
5345	* Fix leak loading charts.
5346	* Don't pad zero sized children.
5347	* Correctly show unqualified sheet local names in array exprs
5348	* Add 'Albany' to excel plugin's font table
5349	* Chart printing now respects scaling
5350	* Fix crash with partial bar/col/line/area/xy series
5351	* Patch warning when quiting with an keyed dialog
5352	* Fix xls export of operand classes
5353	* Minor packaging bug in corba plugin
5354	* Accept blank lines in text to cols.
5355	* Provide a cleaner work around for
5356	    http://bugzilla.gnome.org/show_bug.cgi?id=121543
5357	* Re-enable the probe functions in plugins
5358	* Big performance improvement when autosizing row heights.
5359	* Fix recalc for ISBLANK
5360	* Fix deleting a graph object with expr entries.
5361	* Tweak the axis auto range selector to keep things symmetric
5362	* Enable basic style import for chart elements
5363	* Drop in a basic implementation of ssconvert
5364	* Be anal about exporting unicode chars > 0xfeff to xls
5365	* Fix import typo that broke xls import of local hyperlinks
5366	* Draw marker and lines for legend elements that support them
5367	* Memory error when adding a series to a bar/col/line/area plot
5368	* Tune Planperfect importer.
5369	* Cleanup header inclusion to make things work even with gtk HEAD
5370	* Have ssconvert generate export file name from exporter if needed
5371	http://bugzilla.gnome.org/show_bug.cgi?id=123270
5372	* update the goto box in a few more places
5373	http://bugzilla.gnome.org/show_bug.cgi?id=122085
5374	* Have 'MATCH/LOOKUP/HLOOKUP/VLOOKUP' handle blank criteria XLishly.
5375	http://bugzilla.gnome.org/show_bug.cgi?id=123325    [countif]
5376	* COUNTIF counts empties
5377	* xls import for manual axis bounds and step
5378	* xls import for chart and axis labels
5379
5380John Gill:
5381	* Heuristics to improve finger feel of autofilter range selection
5382
5383Jukka:
5384	* Fixed solver's model maximization button.
5385	* Fixed crash with Cancel/OK buttons in Scenarios->View.
5386	* Usability fix for solver's constraint change button.
5387	* Bug fix: don't create a scenario if solver didn't find a solution.
5388	* Layout improvements for Risk Simulation dialog.
5389	* Layout improvements for Scenarios->View dialog.
5390
5391Nick Lamb:
5392	* Improve import of ancient xls.
5393
5394Morten:
5395	* Invalid memory read in marker combo.
5396	* Speed up number match by caching localized TRUE and FALSE.
5397	* Speed up number match of batches of partial dates (like "Jun-21").
5398	* Speed up number match by speeding up regexp matching for regexps
5399          with lots of ()s.
5400	* Improve number rendering when showing more decimals than backed
5401	  by precision.
5402	* Fix covariance tool.
5403	* Plug leaks.
5404	* Fix space trimming for stf import.
5405	* Clean up FREQUENCY.
5406	* Clean up DOLLAR.
5407	* Plug html import leaks.
5408
5409Thomas Miesbauer:
5410	* Redo screenshots
5411
5412--------------------------------------------------------------------------
5413Gnumeric 1.2.0
5414
5415Andreas:
5416	* Fix Advanced Filter dialog
5417	* Fix Scaled Printing
5418	* Fix `Fit to' printing
5419	* Fix histogram dialog (122155)
5420	* Fix header/footer dialog preview
5421	* Make &[FILE] Excel compatible
5422	* Add &[PATH]
5423	* Fix &[TIME:hh:mm:ss] and &[DATE:yyyy] style subformatting
5424	* Fix manage-sheet-dialog bug
5425	* Add console warning message for font substitution
5426	* Fix format chooser list (Thanks Etsushi Kato)
5427
5428Christian Neumair:
5429	* Start adding ATK relations to the dialogs.
5430
5431Jody:
5432	* Make chart axis prettier.
5433	* Fix crash freeing undo info for a deleted sheet with comments
5434	* Fix File -> SendTo
5435	* Be more verbose when we cannot find the default fonts
5436	* Add a grid object for charts
5437	* Install the plugin schema in the sample spec file
5438	* Require libgsf-1.8.2 to fix backward compatibility with libole2 and
5439	  Gnumeric-1.0.x
5440	* Support index/implicit axis for scatter plots
5441	* Fix horizontal data sets
5442	* Auto pad between chart child with compass layouts
5443	* XLS import for axis marker/line formats, and axis ticks
5444	* XLS import for ring plots, and fix some pie parameter scales
5445	* XLS import legend position
5446	* Honour and edit manual min/max values for axis
5447
5448Jon Kåre:
5449        * Ensure that scrollbars always show up in font combo when
5450 	  needed (http://bugzilla.gnome.org/show_bug.cgi?id=121877).
5451
5452--------------------------------------------------------------------------
5453Gnumeric 1.1.90
5454
5455Andreas:
5456	* Make graph configuration undoable.
5457	* Add image preview to insert image dialog.
5458
5459Ben Liblit:
5460	* Improve spec file.
5461
5462Emmanuel Pacaud:
5463	* Initial support for line markers.
5464	* Add a combo for marker selection.
5465	* Make colour combo less ugly for themes.
5466
5467Jean Brefort:
5468	* Basic SVG renderer for charting engine.
5469	* Implement brightness style gradients
5470
5471Jon Kåre:
5472	* Add 'Save As' entry for graph objects.  Support png for now.
5473	* Persist Styles for charting engine.
5474	* Begin to enable support for is_auto
5475
5476Jody:
5477	* Get the lifecycle of copied GogGraphs running smoothly.
5478	* Fix printing of graphs.
5479	* Fix expr relocation with cross sheet references.
5480	* Paper over the most common technique for blowing the stack.
5481	* Disable clipboard operations during object editing.
5482	* Enable labels in charts
5483	* Fix Pie/Ring style editor
5484	* Begin font support for chart attributes
5485	* Fix gradient's in pie/ring slices
5486	* http://bugzilla.gnome.org/show_bug.cgi?id=121045
5487	* Adjust the semantics of empty cells passed to optional arguments
5488	* Pretty up the legend a bit
5489	* Be more expansive about what constitutes General.
5490	* Tweak the parameters of what XL thinks the size of 'Courier' is.
5491	* Add basic Scatter plot.
5492	http://bugzilla.gnome.org/show_bug.cgi?id=121560
5493	* Fix dynamic depend leak.
5494	* Improve performance when deleting multiple sheets at once.
5495	* Only export a charting style field if it is interesting.
5496	* Hook up the Jean's SVG exporter to Jon Kåre's Chart Save As
5497	* Bound clipping for xy/bar/col/line/area
5498	* Finish axis life cycle support
5499
5500Morten:
5501	* Support End+Home key sequence.
5502	* Tidy up gradients for charting engine.
5503	* Handle -hh:mm.
5504
5505--------------------------------------------------------------------------
5506Gnumeric 1.1.20
5507
5508Adrian Custer:
5509	* Get the new documentation building.
5510
5511Andreas:
5512	* Fix analysis tools dialogs again
5513	* Fix text export of non-ascii charaters
5514	* Fix latex export of non-ascii charaters
5515	* Allow latex export to use utf-8 if required
5516	* Avoid duplicate regression tool error messages
5517	* Added new function SSMEDIAN (social science median, or
5518          median for grouped data)
5519	* Added a locale selector to text import.
5520	* Fix 115542 (cs_CZ bug), 115503 (autofill of dates)
5521          and many others
5522	* Fix landscape printing
5523	* Save header/footer defaults
5524	* Update consolidate dialog
5525	* Permit to ignore any columns during text import
5526	* Add column header menu to format page of text import
5527	* Fix locale specific parsing on paste
5528	* Add undo to inserting of sheets via the tab context menu
5529	* Clarify insert/append sheet commands
5530        * Change layout of preference dialog
5531	* Make fill->series undoable, redesign its dialog
5532	* Make Data->Text_to_Columns undoable
5533	* Add help button to autoformat and plugin manager
5534	* Make Tools->Solver undoable
5535	* Make Tools->GoalSeek undoable
5536	* Make Duplicate Sheet undoable
5537	* Reduce the occasions when the undo chain is being flushed
5538	* Make Edit->Sheet->Remove partly undoable
5539	* Add standard output selector to consolidate tool
5540	* Make Edit->Fill->Tabulate Dependency undoable
5541	* Add simple session management
5542
5543Ben Liblit:
5544	* Another attempt at configure time path generation.
5545
5546Emmanuel Pacaud:
5547	* New format selector for stf.
5548	* Ring plots
5549	* Line and Area plots
5550
5551Gustavo Carneiro:
5552	* Use gnome-common detection for libtool version
5553
5554Jean Brefort:
5555	* Support image files in chart areas (background, bar/col or pie)
5556	* Initial pass at supporting patterns in chart areas.
5557
5558Jody:
5559	* Fix the generated source files.
5560	* Cleanout the internals of PreviewGrid.
5561	* Cleanup AutoFormat dialog.
5562	* Printing support for charting engine.
5563	* Fix printing of images.
5564	* Coup de grace to gal, importing the 75 lines of e_xml we used
5565	* Keynav for autoformat dialog
5566	* Fix jumping to internal links in a different sheet
5567	* Add XML persistence for charts
5568	* Misc Charting improvements & fixes
5569	* Add YEARFRAC to put us at 100% coverage
5570	* Fix some format generation bugs
5571	* Rationalize and document the SheetObject::print interface
5572	* Cleanup line/arrow/filled sheet object config dialogs
5573	* An initial implementation of bonobo-less File -> Send To
5574	* Recalc fix for functions that did not use the collect utils
5575	* Work on Charting Engine.
5576	* Function doc patches to go with the new doc framework.
5577	* Function doc spelling and grammar.
5578	* Fix glitch in xls hyperlink import.
5579	* Undocumented flag on cell comments in xls
5580	* Import cell comments from >= xl97 too.
5581	* Object text labels from >= xl97.
5582	* Fix export of strings > 8224 characters in xl97.
5583	* Fix style export in the presence of validation and hyperlinks.
5584	* Spinner/Scrollbar import for xl 95 & 97.
5585	* Fix 118723
5586	* Work on image persistence in xml
5587	* Revamp chart styles and patterns
5588	* Improve behavior of autofilters with ins/del col/row
5589	* Make mmult smarter about what constitutes a 3d ref
5590	* Improve import of gnumeric-1.0.x era graphs
5591	* Fix crash on xls export for autfilters with no conditions.
5592	* Some basic work on axis
5593
5594John Gill:
5595	* More XLish heuristics for autofill range selection.
5596	* Support End keys, and XL style 'transition' keys
5597
5598Jon Kåre:
5599	* Improve color combo.
5600	* Fix keynav for various kinds of combos.
5601	* Make splash screen display code clairvoyant.
5602	* Import OpenOffice.org 1.1 from clipboard.
5603	* Export XHTML to clipboard.
5604	* Fix clipboard export of non-Latin 1 content as text.
5605	* Fall back to string when import from clipboard as
5606 	  table/spreadsheet fails.
5607        * Import incomplete html fragments, as produced by
5608	* e.g. Mozilla, from clipboard.
5609	* Fix bugs in Python loader.
5610	* Polish Python console.
5611	* Add workbook_new() to Python bindings.
5612
5613Joseph Pingenot:
5614	* Spin buttons
5615	* Slider objects
5616
5617Morten:
5618	* Hopefully fix NAN issues on Alphas.
5619	* Plug autoformat leak.
5620	* Import all gal widgets we use.
5621	* Fix lots of UTF-8/filename problems.
5622	* Make pixmap combos multihead safe.
5623	* Make color combos multihead safe.  Fix latent memory corruption
5624	  problem.
5625	* Fix incorrect range highlighting in non-expressions like "10:23".
5626	* Improve character set handling of pastes from other apps.
5627	* Improve stf import's handing of strange line terminators.
5628	* Fix nasty locale-changing problem (localeconv data changing
5629	  underneath us).
5630	* Make locale handling UTF-8 safe.
5631	* Unify our three regexp quoting functions into just one (correct)
5632	  function.
5633	* Make pretty-printing clarify trees like "-2^2" into "(-2)^2".
5634	* Fix cell entry display for strings with initial quote.
5635	* Fix YIELDDISC, ODDFPRICE, ODDLPRICE, and ODDLYIELD.
5636	* Implement ODDFYIELD.
5637	* Reduce flicker in format selector widgets.
5638	* Fix another O(n^2) problem in stf import.
5639	* Fix YEARFRAC.
5640	* Speed up loading.
5641	* Use pool allocation for cell style tiles.
5642	* Fix rounding and error problems with GCD and LCM.
5643	* Make +/- buttons work for changing precision of fractional formats.
5644	* Fix +/- buttons for cells with value formats.
5645	* Fix +/- buttons for currency formats.
5646	* Make the 1000-separator button do something more useful.
5647	* Improve the support for fractional formats.
5648	* Improve auto-format for date differences.
5649	* Clean up style format code.
5650	* Fix parsing of fractional constants.
5651	* Improve progress display a bit.
5652	* Show default image for types we don't recognize.
5653	* Improve fixed-width stf.
5654	* Fix reading 1.0 xml files lacking encoding.
5655	* Handle file save errors that happen after the initial open.
5656	* Major speed-up for certain dynamic dependencies.
5657
5658--------------------------------------------------------------------------
5659
5660Gnumeric 1.1.19
5661
5662Auto*-wrestling only.
5663
5664--------------------------------------------------------------------------
5665
5666Gnumeric 1.1.18
5667
5668Andreas:
5669	* Some more UTF-8 cleaning in the stf parsers.
5670	* Improve the encoding selector by only showing
5671	  supported encodings
5672	* Some small improvements to the Text Import dialog
5673
5674Ben Liblit:
5675	* Move the various compile time paths into a generated header.
5676
5677Emmanuel Pacaud:
5678	* HIG compliant quit dialog.
5679
5680Jean Brefort:
5681	* Initial version of gradient editor for chart style page.
5682
5683Jody:
5684	* More work on graphs.
5685	* Set alwaysCalc flag when xls exporting dynamic dependencies.
5686	* Fix HIG-ification of validation page in fmt dialog
5687	* Add some mnemonics to the new and improved file open dialog.
5688	* Finish conversion of default font to Sans 10
5689	* Fix http://bugs.debian.org/193276
5690	* Fix rangesel on other sheet in with of sheet local names
5691	* Fix recalc on undo of cut-paste of interior of range
5692	* Sheet data -> charts begins working.
5693	* Some minor tweaking for xls escher import to handle gradients
5694	* Clean up edit item, and support spanning autocompletion
5695	* Fixes for sheet object dependencies.
5696	* Fixes for chart series generation.
5697	* Basic Pie & Bar/Col plots.
5698	* Initial xls import for new plots (no formatting).
5699	* Have HTML exporters handle utf8.
5700	* Extend layout engine in GogChart.
5701	* Nice redraw speedup for images and charts.
5702	* Fix undo bug for moving merged regions (yummy).
5703	* Support Move with cells flag for sheet object.
5704	* Text in charts.
5705	* Fix lots of bugs in the run up to a beta.
5706	* Fix undo of defining an existing named expression placeholder.
5707	* Simplify the recently used file stuff in preparation for egg.
5708	* Fix months old stupidity in my lobotomization of gconf wrapper.
5709	* Remove deprecation from canvas items.
5710	* Finished first pass at an xml SAX based exporter, still rough around
5711	  the edges.
5712
5713Morten:
5714	* New function COLUMNNUMBER.
5715	* Fix ABRs in imported pcre code.
5716	* Leak fix for gnumeric xml saving.
5717	* Leak fix for character encoding selection.
5718	* Fix stf import crash for empty files.
5719	* Improve generation of binomial and negative-binomial random
5720	  numbers.
5721	* Fix stf dialog problem with WM close.
5722	* Make stf export quoting UTF-8 safe.
5723	* Make stf export cell separation UTF-8 safe.
5724	* Improve generation of NaN, -Inf, and +Inf.
5725	* Fix 112330.
5726	* Handle character set aliases, more or less.
5727	* Improve remote-DISPLAY start-up time by getting rid of calls to
5728	  deprecated gtk_style_get_font function.
5729	* Start getting rid of use of deprecated features.
5730	* Multihead support.
5731	* Fix crash for analysis tools on initial failure.
5732	* Speed up stf import.
5733	* Rewrote stf importer to be GtkTreeView/GPtrArray based instead
5734	  of GnomeCanvas/GList.
5735	* Fix a ton of stf bugs.
5736
5737--------------------------------------------------------------------------
5738
5739Gnumeric 1.1.17
5740
5741Andreas:
5742	* Add character encoding menus to the file selector
5743	* Handle specified encoding for csv/tsv files
5744	* Handle specified encoding for configurable text import
5745	* Fix csv parsing (#80806), finally
5746	* Fix #100529, #78355, #99649
5747
5748Ben Liblit:
5749	* Support for automake 1.6.x
5750	* Modernize the rpm .spec file
5751
5752Emmanuel Pacaud:
5753	* Add encoding selector to stf export
5754
5755Jody:
5756	* Improve handling of files with content type != extension
5757	* A few small bugs in XL97 export.
5758	* Simplify defining new services
5759	* Work on graphs
5760	* Fix xbase importer
5761	* Add motion compression for high speed scrolling
5762	* Fix elapsed hour format
5763	* Make the edit item smarter at the right edge
5764	* Handle saving too many merged cells for 1 xls record
5765	* Fix internal hashing bug with styles containing auto colors
5766	* Improve update semantics of ExprEntry in preparation for graphs
5767	* Make sheet_get_extent span when needed.
5768	* Fix old bug exposed by alex's fix to mapping in foocanvas.
5769
5770Jukka:
5771	* Added shuffling tool.
5772	* Added `Edit'->`Fill'->`Series...' filling tool like in XL.
5773	* Added scenario tools.
5774
5775Martin Hoffmann:
5776	* Fix autocompletion in the face of multi-byte characters.
5777
5778Morten:
5779	* Make RenderedValue use a PangoLayout for storing the contents
5780	  of a cell.  (Operation Snappiness, Part 3.)
5781	* Make mstyle cache pango attributes.  (Operation Snappiness,
5782          Part 4.)
5783	* Make sure our pango contexts have language set.  (Operation
5784	  Snappiness, Part 5.)
5785	* Shave off a few cycles here and there.
5786	* Improve progress display when loading.
5787	* Eliminate rendered_text from struct RenderedValue.  (Operation
5788	  Snappiness, Part 6.)
5789	* Fix a few stf irritants.
5790	* Security fix for sample data source plugin.
5791	* Security fix for oleo plugin.
5792	* Security fix for sc plugin.
5793	* Fix gnome print configuration.
5794	* Fix latex exporter crash.
5795	* Restore auto-format functionality.  (Automatically supply a format
5796	  to a new cell based on the formula entered.)
5797	* Work around extremely slow cases in, e.g., BETAINV.
5798	* Improve speed of generation of many types of random numbers.
5799	* Switch regexp routine to pcre.
5800
5801--------------------------------------------------------------------------
5802Gnumeric 1.1.16
5803
5804Jody:
5805	* Support Mac Office style 1904 date convention.
5806	* Fix recalc problem with MMULT.
5807	* Bump libgsf req to 1.7.0
5808	* Fixed XL export (apologies to all)
5809	* Improve support for negative elapsed time formats.
5810	* Minor lotus-123 import issue.
5811	* Added Skeleton for importing MS Excel XML.
5812	* Changed default toolbar layout to icon only.
5813
5814Jon Kåre:
5815	* Finish UI for managing hyperlinks of various sorts.
5816	* Skip sheet chooser page in text export when there is only
5817	  one sheet (Fixes 84791).
5818	* Paste OpenCalc from clipboard.
5819	* Paste html tables from clipboard.
5820
5821Morten:
5822	* Fix MDETERM.
5823	* Lower number of matrix LU-decomposition routines from three to
5824	  one.
5825	* Add function renaming support for file formats that use function
5826	  names different from our.
5827	* Partial buffer overrun audit.
5828	* Improve fraction format.
5829	* Move pango attribute calculation into rendered value.  (Operation
5830	  Snappiness, Part 1 of many.)
5831	* Eliminate StyleColor member of RenderedValue.  (Operation
5832	  Snappiness, Part 2.)
5833
5834Nicolas Peninguy :
5835	http://bugzilla.gnome.org/show_bug.cgi?id=102236
5836	* Decrease depenence on glibc regexp extensions.
5837
5838Murray Cumming :
5839	* Port to the gnome-print-2.2 api.
5840
5841Theppitak Karoonboonyanan:
5842	* Improve XIM support.
5843
5844Wayne Schuller  <k_wayne@linuxpower.org>
5845	* Initial implementation of fit-to-pages printing.
5846
5847--------------------------------------------------------------------------
5848Gnumeric 1.1.15
5849
5850Jody:
5851	* Fix some XL95 object issues.
5852	* Find a few undocumented corners of XL's format.
5853	* Fix XL97 export of validation and filters for simple sheets.
5854	* Misc screwups with autofilters
5855	* Ins/Del Col/Row now does mostly the right thing with filters.
5856	* Ins/Del Col/Row now handles frozen panes.
5857	* Lower right of merge extends sheet bounds.
5858	* Fix parser's handling of unknown function.
5859	* Remove unnecessary new/free of dates.
5860
5861Jon Kåre:
5862	* Open DB connections read only.
5863	* Improve password dialog.
5864	* Show password dialog also for files given on command line.
5865
5866Morten:
5867	* Fix crash when no undo information is wanted.
5868	* Clean up NULL/FALSE confusion all over.
5869	* Remove GNM_EXPR_PARSE_CREATE_PLACEHOLDER_FOR_UNKNOWN_FUNC.
5870	* New functions GNUMERIC_UNICHAR, GNUMERIC_UNICODE
5871
5872Nicolas Peninguy:
5873	* Move the generation of the standard formats into StyleFormat
5874
5875--------------------------------------------------------------------------
5876Gnumeric 1.1.13/1.1.14
5877
5878Andreas:
5879	* Fix some stf bugs
5880
5881Evert Verhellen:
5882	* New icons for +/- precision
5883	* Make bonobo/non-bonobo a whole lot more consistent.
5884
5885Fernando Herrera:
5886	* Improve desktop file to support bug-buddy.
5887
5888Jody:
5889	* Make the behavor of save and save-as more comfortable.
5890	* Fix parsing 3d references
5891	* More work on exporting names to xls
5892	* Support the global outline buttons
5893	* Optional outline markers at the begining rather than end
5894	* Make the label object more useful
5895	* Fix XL import for h/v only freeze with non origin start
5896	* More attributes for excel95 objects
5897	* Support pruning 3d references on sheet deletion.
5898	* Clean up some workbook view life cycle issues
5899	* Implement Auto-filters
5900	* Begin support for pivot tables
5901	* Full support for SUBTOTAL magic
5902	* Fix sneaky bug between sheetobjects and frozen panes
5903	* Fix removal of placeholder names
5904	* XLS export for validation and Input Messages
5905	* Improve handling of validation in format dialog
5906	* XL97 export for named expressions
5907	* XLS export for autofilters
5908	* Fix print dialog's entry of repeated cols/rows
5909
5910Jon Kåre:
5911        * Separate GUI for showing progress and messages before first
5912	  spreadsheet window is displayed.
5913	* Fix 98661.
5914	* Port the remaining plugins to gsf output.
5915	* Use desktop font for row and column titles, fixing 98666.
5916	* Fix bugs in the bonobo control version of Gnumeric.
5917	* Install the bonobo control in libexec.
5918	* No longer pretend to support the Bonoobo/PersistFile interface.
5919	* Fix key navigation and scrollbar scrolling in auto-filter combos.
5920	* Clean up editable-label some more.
5921	* Improve image loading. With libwmf-0.2.8 and gtk+-2.1.2 or
5922	  later, Gnumeric can now display Windows Metafile images -
5923	  common in Excel documents.
5924	* Fix bug in hyperlink import from Excel.
5925
5926Morten:
5927	* Improve qpro importer.
5928	* Fix 98664 for bonobo.
5929	* Fix sylk importer to do ISO-8859-1 -> UTF-8 conversion.
5930	* Fix dif importer to do ISO-8859-1 -> UTF-8 conversion.
5931	* Attempt a fix for psiconv importer to do ISO-8859-1 -> UTF-8
5932	  conversion.
5933	* Make autofill UTF-8 safe and fix a bug with negative numbers.
5934	* Fix FV problem with rate==0.
5935	* Fix DAYS360 incompatibility (with XL).
5936	* Improve parsing infra-structure.
5937	* Fix unnecessary singularities for IPMT, PPMT, and NPER.
5938	* Make print-info use GnomePrintUnit instead of our own half-baked
5939	  stuff.
5940	* Overhaul error value layers.
5941	* Fix loading and saving of error values in xml format.
5942	* Fix parser crash.  (101658.)
5943	* Fix oleo parser.
5944
5945--------------------------------------------------------------------------
5946Gnumeric 1.1.12
5947
5948Andreas:
5949	* Hide hidden cells in groff/troff export.
5950	* Fix 78356.
5951	* Watch for file extensions not matching filetype when saving.
5952
5953Evert Verhellen
5954	* Buff up the function guru icon a touch
5955
5956J.H.M. Dassen (Ray):
5957	* Updates to the build system.
5958	* Some code janitor work.
5959
5960Jody:
5961	* POISSON is defined for x == 0
5962	* Start work on rotated text
5963	* Enable Excel97 basic export
5964	* Have the importer designate the exporter directly
5965	* Switch to foocanvas for performance
5966	* Just in time rendering for clipboard
5967	* Add 'require_explicit_enable' for plugins
5968	* Support writing dual stream xls files
5969	* http://bugzilla.gnome.org/show_bug.cgi?id=97672
5970	* Rewrite string export for xls (95 & 97)
5971	* Fix inline array export for xls (95 &97)
5972	* Store the xls codepage when importing for use when exporting
5973	* Merge style extent and most common style calcs for xls export
5974	* Improve xls export of custom palettes
5975	* Fix xls export for zoom > 100
5976	* Implement intersheet and 3d references for xls97 export
5977	* Fix xls import of 3d external references
5978
5979Jon Kåre:
5980        * Merged File/Open and File/Import
5981	* Remove code which supported the File/Open File/Import
5982	  distinction.
5983
5984Morten:
5985	* Spelling fixes all over.
5986	* Add the ability to search expression results.
5987	* Add parameter checks to RAYLEIGH, RAYLEIGHTAIL, EXPPOWDIST,
5988	  LAPLACE, PARETO, LOGISTIC functions.
5989	* Plug leaks in function selector dialog.
5990	* Improve memory usage in search centre slighly.
5991	* Fix precision of GAMMALN.
5992	* Fix precision of FACT and extend it to negative non-integers.
5993	* Add BETA and BETALN functions.
5994	* Make CHAR function UTF-8 safe.
5995	* Make CODE function mostly UTF-8 safe.
5996	* Fix SUBSTITUTE (for non-blank fourth argument) and make it UTF-8
5997	  safe.
5998	* Make SEARCH function UTF-8 safe.
5999	* Fix sc importer to do ISO-8859-1 -> UTF-8 conversion.
6000	* Fix oleo importer to do ISO-8859-1 -> UTF-8 conversion.
6001	* Make search UTF-8 safe.
6002
6003Nick Lamb:
6004	* Initial support for pre-ole xls files.
6005
6006Olaf Till:
6007	* Two new logarithmic regression functions, one of them
6008	  with nonlinear fitting of a horizontal curve shift.
6009
6010--------------------------------------------------------------------------
6011Gnumeric 1.1.11
6012
6013Adrian:
6014	* Some LaTeX exporter fixes
6015
6016Andreas:
6017	* Fix 97246
6018
6019Dustin Mudryk:
6020	* Hide hidden cells in LaTeX export
6021
6022Jody:
6023	* Store current sheet in both spots for xls export
6024	* Fix multiple name invalidation within 1 expr on sheet delete
6025	* Work around incorrect XL95 export in OpenCalc
6026	* Enable full simplistic just in time render & span.
6027	* Fix names.
6028	* Tidy and brighten up the name dialog.
6029	* Add more format and alignment support to cell edit.
6030	* Re-enable feedback for autocomplete.
6031	* Fix xls names with unicode ids.
6032	* Fix xls 2000 import for external names.
6033	* Fix edit line behaviour.
6034
6035Morten:
6036	* Clean up SERIESSUM.
6037	* Fix crash during xml save.
6038	* Fix elusive dependency leak.
6039	* Implemented a new and better qgamma function.  (Anything dealing
6040          with the chisq distribution will also benefit from this.)
6041	* More utf8 work.
6042	* Fix ABW in html exporter.
6043
6044--------------------------------------------------------------------------
6045Gnumeric 1.1.10
6046
6047Andreas:
6048	* Add XHTML exporter
6049	* Fix minor bug in the sort dialog
6050	* Fix leak
6051	* Fix 95333
6052
6053Chris Benedict:
6054	* Do not allow all sheets in a workbook to be deleted.
6055	* Implement a simple configuration dialog for the frame
6056	  sheet object
6057
6058dorami@bu.iij4u.or.jp:
6059	* Add InputMethod support for better international key support
6060
6061Hal Ashburner:
6062	* Rework derivative valuation routines
6063
6064Jody:
6065	* Decrease GAL dependence.
6066	* More work on opencalc importer.
6067	* Start clean up of error handling routines.
6068	* Some UTF-8 cleanup.
6069	* Support placeholders for unknown names (incl XL import)
6070	* Restore core <-> split for analysis and random num tools
6071	* Undo support for defining and updating named expressions
6072	* Port Name guru from GtkList -> TreeView
6073	* Fix applix expr parsing now that we consider spaces
6074	* Correct sheet order and naming for Applix import.
6075	* Support named ranges for Applix import.
6076	* XML string quoting in expressions for opencalc importer.
6077	* Fix handling of 3d references in context of sheet reorder
6078	* Some optimization of case insensitive sheet name lookup
6079	* Make named expression ids case sensitive.
6080	* Port cell format dialog to TreeView.
6081	* Handle encryption from 'Tools -> Protection -> Workbook Protected'
6082	* Remove implicit conversion of unquoted strings that are not names
6083	* Import named expressions, arrays and merged regions from OpenCalc
6084	* More cleanup after the big parser rework
6085	* Esoteric XL number formats #,,##0,,
6086	* Simplify some dialog code
6087	* Support Dynamic Depends (eg INDIRECT)
6088	* Add AREAS so that we can finally finish off the lookup functions
6089	* Clean up the function registration api
6090	* Make format parsing utf8 clean
6091	* Fix mishandling of empty strings in xls data validation importer
6092	* Support Horizontal and Vertical only frozen panes
6093	* Some optimizations for filling large regions
6094	* Start work on 'Text from Columns' and 'External Data -> Text File'
6095	* Simple manual recalculation, it won't catch everything yet.
6096	* Some UI for recalc and iteration changes
6097	* Tweak precedence of new operators and clean up the grammar
6098	* Fix parse error reporting
6099	* Fix xls name import for external and builtin names (95 & 2k)
6100	* Fix undo for object movement
6101	* Improve XL95 export and prep framework for 2k
6102	* Add quicky placeholder for importing 'input msg' from xls
6103
6104Morten:
6105	* Port search center from gal's e-table to gtk's treeview.
6106	* Fix parse-utils to handle large number of columns.
6107	* Reduce the number of source places that need to be changed in
6108	  order to get more than 256 columns and/or 65536 rows.
6109	* Fix --geometry, I hope.
6110	* Start handling invalid (== non-utf8) file names.
6111	* Fix minor leak in excel loader.
6112	* Improve precision of GEOMEAN and PRODUCT.
6113	* Fix MOD for non-integer (or just huge) args.
6114	* Fix division by zero in MROUND.
6115	* Fix a bunch of gnum_float issues.
6116	* Fix leaks in COLUMN and ROW.
6117	* Sort names in name dialog.
6118	* SC importer work.
6119	* Various UTF-8 work.
6120	* Fix double replacement problem for search-and-replace with a
6121          regular expression matching an empty string.
6122	* Fix GAMMAINV.
6123	* Improve precision for qgamma (and thus GAMMAINV).
6124	* Fix a few cases of col/row confusion.
6125
6126Nicolas Peninguy:
6127	* Use regexps to classify currency and accounting formats
6128
6129Tim A. Garner:
6130	* Hide hidden data in html export
6131	* In the LaTeX exporter optionally export math in italics
6132
6133Jon Kåre:
6134	* Remove old Python plugin
6135
6136--------------------------------------------------------------------------
6137Gnumeric 1.1.9
6138
6139Andreas:
6140	* Fix #92367, #94300
6141
6142Christian Neumair:
6143	* Made most dialogs HIG compliant.
6144
6145Jody:
6146	* Start enabling the graph guru.
6147	* Begin to re-enable xls document metadata.
6148	* Fix translations in the bonobo build.
6149	* Enable translation of function category names.
6150	* Parser support for both syntaxes of 3d reference.
6151	* Parser support for row or col only references (A:C or 1:5)
6152	* Fix some drawing issues related to the pango conversion.
6153	* Remove usage of some deprecated functions.
6154	* Fix handling of files named .xml.gz
6155	* Improvements for ExprEntry
6156	* Make autocorrect unicode-safe, and port dialog to treeview.
6157	* Fix 'address' so that we pass all of the tests.
6158	* Fix handling of optional scalar arguments.
6159	* Convert many of the IS* info functions to nodal:scalar.
6160	* Support implicit iteration for array expressions.
6161	* Fix sheet object ref counting error that Morten found.
6162	* Fix crash when destroying unshared view.
6163	* Start fleshing out support signals to give scripting more power
6164	* Move the CORBA support code into a plugin and make more functional.
6165	* Add some UI for managing hyperlinks of various sorts (unfinished)
6166	* Make the location status box smarter about named ranges
6167	* Begin support for intersection
6168	* Start parsing range sets
6169	* Simple OpenOffice importer (expr and content but no formatting)
6170	* Support multi-region version of INDEX
6171	* Handle obscure corner case in xbase importer
6172
6173Michael Meeks:
6174	* Spruce up the CORBA code to use some bonobo utils.
6175
6176Morten:
6177	* Leak plugging.
6178	* Leak plugging in support libraries.
6179	* Speeding up a few string value constructions.
6180	* Really make autocorrect utf8 safe.
6181	* Add FIB function.
6182	* Fix loading of sheets with error constants in expressions, such
6183	  as #REF!
6184
6185Lutz Müller:
6186	* Drag & Drop sheet re-ordering
6187
6188--------------------------------------------------------------------------
6189Gnumeric 1.1.8
6190
6191dorami@bu.iij4u.or.jp:
6192	* Begin to use Pango in cells.
6193
6194Jody:
6195	* Add XL import for polygon colours.
6196	* More pango work.
6197	* Fix icon assignment.
6198	* Support pasting utf8
6199	* Rewrite plan perfect import, significantly more useful now.
6200	  Includes some format transfer and uses the wordperfect
6201	  charset map from kword (thanks to Ariya Hidayat)
6202	* Cull out a pile of special iconv code in favour of glib
6203	* Fix documentation installtion to match libgnome's expectations
6204	* locale -> utf8 conversion for lotus wk1 importer
6205	* support for BITAND and BITOR in lotus wk1 importer
6206	* Tweak XL export so that MS Excel does not produce a warning when
6207	  reading our sheets.
6208	* Partially fix printing images
6209
6210Jon Kåre:
6211	* Port to new libgsf big file api
6212
6213Jukka:
6214	* Solver improvements:
6215	  - Imported the GLPK (GNU linear programming kit) version 3.2.
6216	    It provides a revised simplex algorithm for solving large
6217	    scale problems, written by Andrew Makhorin.  It performs
6218	    much better than lp-solve if the model is large, see
6219	    a benchmark in ftp://plato.la.asu.edu/pub/lpsimp.txt.
6220	  - Added the algorithm selection into the dialog.
6221	  - Other dialog improvements.
6222	* Speed optimizations for the MPS plugin.
6223
6224Morten:
6225	* Add poor man's utf8 regexp routines.
6226
6227Christian Meyer:
6228	* Renamed "Print Setup" to "Page Setup" in the file menu and the
6229	  gnumeric documents.
6230
6231Zbigniew:
6232	* Work on the plugins.
6233	* Plugins can now register menu and toolbar items (bonobo only for now)
6234	* Another step towards a gtk only build.
6235
6236--------------------------------------------------------------------------
6237Gnumeric 1.1.7
6238
6239Jody:
6240	* Fix and speed up the XL exporter.
6241	* Make the behaviour for right button consistent in all contexts.
6242	* Fix import of frozen panes.
6243	* Fix XL export of functions with fewer args than XL requires
6244	* Improve the wk1 importer
6245	* Implement some of Harlan's CELL routines to help the wk1 importer
6246	* Make sheet deletion multi-view safe.
6247	* More fixes for named expressions.
6248	* Remove old bogosity when importing the err form of #REF!
6249	* Fix handling of embedded newlines for gtk2
6250	* Fix Chema's bug.
6251	* Don't leak clipboard on exit.
6252	* Have Enter move the edit_pos while in the editline the same way it
6253	  does in the cell.
6254	* Support Double click in cell to start editing.
6255	* Change the cursor when the mouse is in the edit item.
6256	* Improve (Fix?) colwidth exporting in xls
6257	* Fix XLS name import in the presence of external links
6258	* Extend XLS array import
6259	* Take a step towards supporting external links in XLS.
6260	* Fix reporting of import errors.
6261	* Fix ref-count problem importing builtin names in XLS.
6262	* Enable and patch the plan perfect importer.
6263	* Fix ref-count problem with cell comments.
6264	* Ultra basic support for Excel 95 Polygon objects.
6265	* Fix colour leak with grid colour change, and small warning.
6266
6267Jukka:
6268	* New random distribution functions (mostly integrated from the
6269	  GNU Scientific Library with some minor modifications):
6270	  RANDDISCRETE(), RANDGAUSSIANTAIL() and RANDLANDAU().
6271	* New random distributions for the random number generation tool:
6272	  Gaussian Tail, Landau, and Uniform integer.
6273	* New financial function, VDB(), integrated from the OpenOffice
6274	  with some modifications and clean up.
6275	* New statistical functions (integrated from the R 1.5.1 and
6276	  GSL 1.1.1):
6277	  BERNOULLI(), CAUCHY(), EXPPOWDIST(), GEOMDIST(), LANDAU(),
6278 	  LAPLACE(), LOGISTIC(), PARETO(), RAYLEIGH(), and RAYLEIGHTAIL().
6279	* Added `Filter->Show All'.
6280	* Improved the function description layout in the
6281	  `Insert->Function' dialog.
6282	* Function documentation improvements.
6283	* Implemented standard errors output for the exponential
6284          smoothing tool.
6285	* Implemented the `Risk Simulation Tool'.  You cannot find it in
6286	  XL, you have to pay more to get it as an extra add-in.
6287	* Implemented SIMTABLE() function related to the risk simulation
6288	  tool.
6289	* Initial EUROCONVERT() function.
6290
6291Morten:
6292	* Fix random number generator to really use /dev/urandom.
6293	* More utf8 work.
6294	* Make search utf8 safe (assuming utf8-ready regexp routines).
6295
6296J.H.M. Dassen (Ray):
6297	* Update desktop to reflect wider mime support.
6298
6299Zbigniew:
6300	* Work on the plugins.
6301
6302--------------------------------------------------------------------------
6303Gnumeric 1.1.6
6304
6305Andreas:
6306	* Fix and improve html import.
6307	* Make the analysis tools honour the lock state of cells.
6308	* Properly handle output range preparation for analysis tools
6309	  even if the user did not want it cleared.
6310	* Create ui to set protection of indiviual sheets.
6311	* Make various edit actions check for locks first.
6312	* Fix 85383, 84396, 88164.
6313
6314Jody:
6315	* Have the stf dialog use the default font.
6316	* Use GsfInput for importing.
6317	* Improve the Applix importer.
6318	* Fix lifecycle for 3d references.
6319	* Fix goto dialog's handling of invalid addresses.
6320	* forward port missing patches from 1.0
6321	* Finally add SheetView
6322	* Move animated cursor selection to sheetview
6323	* Handle enabling paste special on an application level
6324	* Move selection to SheetView
6325	* Parse and evaluate constructed references, no depends yet.
6326	* Read edit_pos from xls for multi-selection case.
6327	* Save selection correctly for xls.
6328	* Move freeze state to SheetView.
6329	* Decrease dependence on gal in favour of libgsf.
6330	* Move libgsf for XL export
6331	* Remove dependence on libole2 !
6332	* Add a Quattro Pro importer
6333	* Fix Lotus import of relative references, and formulas with strings
6334	* Support url, and in workbook hyper-links, no UI or persistence yet.
6335	* Import url, and in workbook hyper-links from xls
6336	* Take steps towards support implicit iteration for function args.
6337	* Handle cursor changes, and tooltips for hyper-links.
6338
6339Jukka:
6340	* More solver enhancements:
6341	  Reporting improvements.
6342	  Documentation updated.
6343	* MPS plugin enhancements.
6344	* New financial functions (integrated from the OpenOffice with
6345	  some modifications and clean up):
6346	  AMORDEGRC(), AMORLINC(), CUMIPMT(), CUMPRINC(), MDURATION(),
6347	  ODDLPRICE(), ODDLYIELD(), and YIELDMAT().
6348	* Renamed Gnumeric's DURATION() as G_DURATION() and implemented
6349	  DURATION() like in XL (using OpenOffice code).
6350	* Fixed YIELD().
6351	* Moved all complex number functions from fn-eng plug-in to a
6352	  separate plug-in for complex numbers.
6353	* New complex number functions (integrated from the GNU Scientific
6354	  Library with some minor modifications):
6355	  IMINV(), IMNEG(), IMARCSIN(), IMARCCOS(), IMARCTAN(), IMARCSEC(),
6356	  IMARCCSC(), IMARCCOT(), IMSEC(), IMCSC(), IMCOT(), IMSINH(),
6357	  IMCOSH(), IMTANH(), IMSECH(), IMCSCH(), IMCOTH(), IMARCSINH(),
6358	  IMARCCOSH(), IMARCTANH(), IMARCSECH(), IMARCCSCH(), and IMARCCOTH().
6359	* Moved all random number generation functions from fn-math to a
6360	  separate plug-in (fn-random).
6361	* New random distribution functions (mostly integrated from the
6362	  GNU Scientific Library with some minor modifications):
6363	  RANDBETA(), RANDCAUCHY(), RANDCHISQ(), RANDEXPPOW(), RANDFDIST(),
6364	  RANDGAMMA(), RANDGAUSSIAN(), RANDGEOM(), RANDGUMBEL(), RANDHYPERG(),
6365	  RANDLAPLACE(), RANDLEVY(), RANDLOG(), RANDLOGISTIC(), RANDLOGNORM(),
6366	  RANDPARETO(), RANDRAYLEIGH(), RANDRAYLEIGHTAIL(), RANDTDIST(),
6367	  RANDUNIFORM(), and RANDWEIBULL().
6368	* New random distributions for the random number generation tool:
6369	  Beta, Cauchy, Chi-Squared, Exponential power, F, Gamma, Geometric,
6370	  Laplace, Levy alpha-Stable, Logarithmic, Logistic, Lognormal,
6371	  Pareto, Rayleigh, Rayleigh tail, T, Type I Gumbel, Type II Gumbel,
6372	  and Weibull.
6373
6374Morten:
6375	* Improve the Applix importer.
6376	* Update mathfunc.c to R 1.5.1.
6377	* Improve precision of HYPGEOMDIST and NEGBINOMDIST.
6378	* Fix PERMUT crash.
6379	* Fix RANDPOISSON loop and performance.
6380	* Start making Search and Search/Replace UTF-8 safe.
6381	* Resurrect long double support.
6382
6383Jon Kåre:
6384	* Use GsfInput in the Python plugin loader
6385	* Use GsfInput in the Nautilus component
6386	* Open all probe-able file formats from the Nautilus component
6387	* Added ISOYEAR().
6388
6389--------------------------------------------------------------------------
6390Gnumeric 1.1.4
6391
6392Almer:
6393	* Implement validation criteria checking.
6394          (http://bugzilla.gnome.org/show_bug.cgi?id=72554)
6395	* Port part of the string functions to utf8.
6396
6397Andreas:
6398	* Improve printing dialogs.
6399	* Make print-setup changes undoable.
6400	* Add zoom factor preference.
6401	* Add sheet selector to print-setup dialog.
6402	* Fix print range selection.
6403	* Added new stats function CRONBACH.
6404	* Improve focus handling in search dialog
6405	  (http://bugzilla.gnome.org/show_bug.cgi?id=81087).
6406	* Persist printer information
6407	* Add GUI to plugin manager to add/remove extra plugin
6408	  directories
6409	* Add discard all/save all buttons to exit dialog.
6410	* Add a rescan directories button to the plugin manager
6411	(Note: this has seen only minimal testing.)
6412	* Fix bug:
6413	  http://bugzilla.gnome.org/show_bug.cgi?id=82272
6414	  http://bugzilla.gnome.org/show_bug.cgi?id=80126
6415	  http://bugzilla.gnome.org/show_bug.cgi?id=82398
6416
6417Jody:
6418	http://bugzilla.gnome.org/show_bug.cgi?id=83392
6419	* fix name definition.
6420	http://bugzilla.gnome.org/show_bug.cgi?id=79925
6421	* Only grab if selection succeeds.
6422	* Fix drawing glitch when creating unshared views not at A1
6423	* Copy freeze state and outline info
6424	* Ignore combos associated with filters.
6425
6426Jukka:
6427	* More solver improvements.
6428
6429Morten:
6430	* Cleanup fn-database.
6431	* Disentangle fn-stat and fn-database.
6432	* Make fn-database a plugin.
6433	* Make fn-stat a plugin.
6434	* Improve goal seek for the case without a proper df.
6435	* Fix XIRR.
6436	* Plug leaks and improve speed of string functions.
6437	* Fix DOLLAR.
6438	* Fix ROW and COLUMN.
6439	* Prevent gcc 2.96 compilation.
6440	* Fix leaks for unknown function stubs.
6441
6442Jon Kåre:
6443	* Install bonobo control
6444	* Merge bonobo control commands into container's menus
6445	* Make bonobo control zoomable
6446	* Enable bonobo control to display message dialog.
6447
6448--------------------------------------------------------------------------
6449Gnumeric 1.1.3
6450
6451Andreas:
6452	* Port print-setup dialog.
6453	* Fix print dialog.
6454	* Make all Analysis Tools undoable.
6455	* Add output formatting options to Analysis Tools.
6456	* Make undo-size configurable.
6457	* Plug leaks.
6458	* Add preference dialog.
6459	* Improve treeview cell renderers.
6460	* Make Random Generator Tool undoable.
6461	* Fix and improve row-height dialog.
6462	* Fix hide/show detail and group/ungroup dialog.
6463	* Include more info in HTML 4.0 files.
6464	* Support borders in HTML4.0 exports.
6465	* Fix Sheet-Object-Scrollbar configuration dialog.
6466	* Fix Sheet Object leak.
6467	* Fix Sheet-Object-Checkbox configuration dialog.
6468	* Fix Sheet-Object Arrow/Line configuration dialog.
6469	* Fix Sheet-Object Fill configuration dialog.
6470	* Fix workbook attribute dialog.
6471	* Add preference setting to include sheet name in undo/redo
6472	  description
6473	* Fix missing data handling of SUMPRODUCT and friends
6474	* Fix CONCATENATE (http://bugzilla.gnome.org/show_bug.cgi?id=78610)
6475	* Add number of sheets preference
6476	* Start to UTF8 some of the string functions
6477	* Preserve autocorrect exception lists
6478	* Switch plugin manager from gnome-config to gconf
6479	* Add window size preference page to preference dialog
6480	* Add file/xml preference page to preference dialog
6481	* Redesign Error info dialog
6482	* Improve x-selection handling
6483	* Fix http://bugzilla.gnome.org/show_bug.cgi?id=76474
6484	* Add lowering and raising of sheet objects (except widgets).
6485	* Fix http://bugzilla.gnome.org/show_bug.cgi?id=79809
6486	* Add lowering and raising of sheet objects (except widgets) to top and bottom.
6487	* Fix http://bugzilla.gnome.org/show_bug.cgi?id=62127
6488	* Fix http://bugzilla.gnome.org/show_bug.cgi?id=79744
6489
6490Jody:
6491	* Add password dialog to support encrypted input.
6492	* Make expr parser utf8 clean.
6493	* Fix printing.
6494	* Fix object import from XL.
6495	* Quicky insert image item.
6496	* Tidy drag and Drop.
6497	* Fix dateToUnix.
6498	* Some touchups to bonobo build.
6499	* cleanup autoconf.
6500	* apply some pending japanese patches.
6501	* Improve HIG compliance.
6502	* Start support for filter importing.
6503	* Fix sheetobjects in the presence of panes.
6504
6505Jon Kåre:
6506	* Enable bonobo
6507	* fix hpux build
6508	* Clean up Guile plugin
6509	* Enable use as a bonobo control
6510
6511Jukka:
6512	* More solver improvements.
6513
6514Morten:
6515	* More and better chunk allocation.
6516	* Fixed memory corruption in LINEST and LOGEST.
6517	* Plug gigantic leak in parser.
6518	* Improve gnumeric-expr-entry's utf8 support and speed.
6519	* Plug various little leaks.
6520	* Add logical XOR function.
6521	* Make fn-date a plugin.
6522	* Make fn-eng a plugin.
6523	* Make fn-financial a plugin.
6524	* Make fn-info[rmation] a plugin.
6525	* Make fn-logical a plugin.
6526	* Make fn-lookup a plugin.
6527	* Make fn-math a plugin.
6528	* Make fn-string a plugin.
6529	* Partially untangle remaining fn-files.
6530
6531--------------------------------------------------------------------------
6532Gnumeric 1.1.2
6533
6534Almer:
6535	* Make autoformat edges toggleable.
6536
6537Andreas:
6538	* Make Single-Factor ANOVA undoable.
6539	* Port search dialog.
6540	* Add merge tool.
6541	* Implement setting and changing of tab colors.
6542	* Port search/replace dialog.
6543	* Reimplementation of function selector.
6544	* Reimplementation of formula guru.
6545	* Add `recently used' to function selector.
6546	* Fix csv importer crash.
6547	* Port summary dialog and make it modeless.
6548	* Make summary changes undoable.
6549	* Fixed #68048.
6550
6551Jody:
6552	* Fix XL import of external function names.
6553	* plug item-bar leak.
6554	* Rewrite editable-label to use gtkentry and to be utf8 clean.
6555	* Fix scrollbar & checkbox object cloning.
6556	* Support Applix's #AND# #OR# #NOT#
6557	* Rework dependent relocation.
6558	* Improve event handling during sheet-object editing.
6559	* Add dependency support for 3d references.  needs work on delete.
6560	* More polish to dependency engine.
6561	* Big ExprTree -> GnmExpr rename in prep for libgnumeric.
6562	* Support importing encrypted XLS workbooks (password is temporarilly
6563	  hard coded)
6564
6565Jukka:
6566	* More solver improvements.
6567
6568Morten:
6569	* Plug leaks.
6570	* Add aggressive expression sharing during load.
6571	* Add chunk allocators for cells, dependents, and some values.
6572	* Fix conditional formats, more or less.
6573	* Fix F4 key.
6574	* Fix PROB function's argument order.
6575
6576--------------------------------------------------------------------------
6577Gnumeric 1.1.0 and 1.1.1
6578
6579Almer:
6580	* Fixes to the STF exporter. (#72416, #71783)
6581
6582Andreas:
6583	* Port gnumeric_notice to gnome2.
6584	* Fix #63485.
6585	* Make the autosave dialog non-modal, port to gnome2.
6586	* Make the analysis tools warnings non-modal.
6587	* Make the autocorrect dialog non-modal, port to gnome2.
6588	* Fix gnome2 specific random tool crash.
6589	* Destroy outadated dialogs.
6590	* Port solver dialog to gnome2.
6591	* Make the solver information dialogs non-modal.
6592	* Make the goal-seek warnings non-modal.
6593	* Port consolidate dialog to gnome2.
6594	* Make the consolidate warning dialogs non-modal.
6595	* Allow cross-sheet consolidation.
6596	* Turn sheet-rename dialog into guru.
6597	* Port filter dialog to gnome2 using the expr-entry
6598	  widget and improve filter mechanism.
6599	* Port the plugin manager dialog to gnome2.
6600	* Improve numerical precision in single factor ANOVA.
6601	* Correct regression analysis tool (intercept == 0 case).
6602	* Port and redesign sort dialog.
6603	* Reenable the expr entry widgets in gurus.
6604	* Fix about dialog.
6605	* Convert lots of dialogs to use the new expr entry
6606	  widget correctly.
6607	* Add help buttons to various dialogs.
6608	* Make reordering of sheets undoable.
6609	* Port zoom dialog and convert it into a guru.
6610	* Improve Sheet-Order dialog.
6611	* Make add/modify comment undoable.
6612	* Make comment clearing undoable.
6613	* Make comment deletion undoable.
6614	* Add `Add/Modify Comments' item to cell context menu.
6615	* Fix 73491.
6616	* Improve comment popup.
6617	* Make adding sheet undoable/redoable
6618
6619Jakub Steiner:
6620	* Some new icons.
6621
6622Jody:
6623	* Initial port to gnome2.
6624	* Enable microhash depend mechanism.
6625	* Rework the range relocation logic.
6626	* Rework sheet order dialog and make it a guru.
6627	* Clean sheet object widget creation.
6628	* Improve key handling when there are gurus.
6629 	* Crash importing 3d references to external workbooks.
6630	* move libole2 req into excel plugin, and make it optional.
6631	* guruify autoformat dialog, and update autoformat code.
6632	* move format from cell -> value.
6633	* add an icon to the expr-entry (thanks Jacub)
6634	* make images available without bonobo, including printing.
6635	* fix scrollwheels for gnome2.
6636	* more fixage for libxml2.
6637	* improve xl import of images.
6638	* start moving to utf8 internals.
6639	* fix pango context leak.
6640	* improve xl95 export.
6641	* Implement hooks to support per instance depends
6642	  (eg data sources or INDIRECT)
6643	* Fix formula guru.
6644	* Initial pass at dumping the translated function docs into a manual.
6645	* Cleanup name import from xls, and handling of fwd sheet decls in xl95.
6646	* Move the font mapping into the core rather than at XL import.
6647	* Cleanup the sheet's use of dependents.
6648	* Improve dependent management.
6649	* Prep for importing external references from XL.
6650	* Better support for 3d references.
6651	* Add a sample external data source.
6652	* fix paste-special.
6653
6654Jon Kåre:
6655	* More correct import of "automatic" colors from Excel.
6656	* Export "automatic" colors to Excel.
6657	* Simplify and fix bugs in Excel color import and export.
6658	* Support cropping in Excel image import.
6659
6660Joshua R. Odom:
6661	* Reorganize the custom pixmaps.
6662
6663Jukka:
6664	* Major rewrite of the Solver.  Integrated key parts of the LP
6665	  Solve 3.2 written by Michel Berkelaar and others.
6666
6667Morten:
6668	* Fix DATE2UNIX.  (Bug 70814.)
6669	* Fix compiler warnings.  (Well, fix the bugs they pointed out.)
6670	* Partially clean up regression code.
6671	* Fix regression's singularity test.
6672	* Fix validation's use of abs to be fabs.
6673	* Improve random number generation using /dev/urandom device.
6674	* Fix Oleo plugin's isdigit usage.
6675	* Support for --with-long-double
6676	* Constify C strings.
6677	* Switch to newer R sources.
6678	* Fix "make -j" in plugins.
6679	* Add extra tests for singularity and near-singularity in
6680	  regression.
6681	* Clean up Fourier analysis.
6682	* Fix validation int check.
6683	* Fix analysis tools crashes.
6684
6685Scott Ananian:
6686	* Update the debian control files.
6687	* Initial support for WorkbookView::is_protected.
6688
6689Wayne Schuster:
6690	* Implement opening of comment dialog by double clicking marker.
6691
6692--------------------------------------------------------------------------
6693Gnumeric 1.0.3
6694
6695Andreas:
6696	* Redo  COUP_ functions one more time, ignoring XL.
6697	* Fix expression entry widget
6698	* Preload selections in analysis tools
6699
6700Jakub Steiner:
6701	* Update the icon.
6702
6703Jody:
6704	* Enable Add/Delete Series for Graph Guru.
6705	* Improve usability of Graph Guru data selectors.
6706	* More work on XL import for 3d references.
6707	* Import checkbox links from XL.
6708	* Add scrollbars and import them from XL.
6709	* Update the xml schema.
6710	* Small optimization to shrink xml in .gnumeric files.
6711	* Polish the sheet object editing.
6712
6713Morten:
6714	* New tabulation tool.
6715
6716Neil Booth:
6717	* Document the Black-Scholes routines.
6718
6719Wayne Schuller:
6720	* Audit the dialogs for accelerators.
6721
6722--------------------------------------------------------------------------
6723Gnumeric 1.0.2
6724
6725Andreas:
6726	* Add `autofit columns' checkbox to all analysis tools.
6727	* Add radio buttons to rank dialog to let user choose
6728	  behaviour in case of ties.
6729	* Enable Standard Errors Checkbox in Moving Averages Dialog.
6730	* Implement calculated bins in Histogram Tool.
6731	* Implement Fourier Analysis Tool.
6732	* Updated documentation.
6733	* Fixed COUPNCD.
6734	* Complete implementation of COUPDAYSCD
6735	* Implement COUPPCD.
6736	* Implement COUPDAYBS.
6737	* Implement COUPDAYS.
6738
6739Jody:
6740	* Generate spans after importing a lotus 123 file.
6741	* Add Russian Ruble.
6742	* Improve Data Validation, and add XL import.
6743	* Add new builtin format to Applix importer.
6744	* Fix AREA_3D expressions from Excel.
6745	* Display and import coloured tabs from Excel XP.
6746	* Fix displayed cursor when leaving a sheet object.
6747	* Improve goto box to support names, and inter-sheet jumps.
6748	* Support inter-sheet references in the goal seek.
6749	* Handle totally hidden merges at freeze bound.
6750	* Improve XL import for 3d references.
6751	* Try REALLY hard to find an expression in xml not
6752	   marked as being a value.
6753
6754Jon Kåre:
6755	* Added WEEKNUM and ISOWEEKNUM
6756
6757Morten:
6758	* Make sure Linux ends up using IEEE_754 code in mathfunc.c.
6759	* Fix search crash.
6760	* Make functions that take numeric arguments accept also strings
6761	  that parse as numbers.
6762	* Partly fix ADDRESS.
6763
6764Neil Booth:
6765	* Handle 1900/Feb/28 the same way MS Excel (tm) does.
6766
6767--------------------------------------------------------------------------
6768Gnumeric 1.0.1
6769
6770Andreas:
6771	* Fix 67878 (help button ref)
6772	* Fix a few ANOVA error messages
6773	* Fix 67289 (PERCENTRANK)
6774
6775Jody:
6776	* Fix CRASH!! due to last minute translation fix.
6777	* Some missing '...' in menu names
6778	* Rename 'Summary' menu -> 'Properties'
6779	* Support graphs with no data.
6780	* A bit of warning suppression for s390.
6781	* Bump the GAL requirement to 0.16
6782
6783Morten:
6784	* Added DATE2UNIX and UNIX2DATE.
6785	* Added GETENV.
6786	* Fix WEEKDAY.
6787
6788J.H.M. Dassen (Ray):
6789	* Lots of bit warning suppression for s390.
6790
6791--------------------------------------------------------------------------
6792Gnumeric 1.0.0
6793
6794Andreas:
6795	* Improve file format documentation
6796	* Fix text colour in html and latex exporters (#67550)
6797	* Fix roff importer (#66457)
6798
6799Jody:
6800	* Double check that nearest range is not on another sheet.
6801	* Fix undo for range fills with overlapping ranges.
6802	* Do not register commands for pasting a cut onto itself.
6803	* Fix cloning checkboxes.
6804	* Make all openers available on the import menu, just in case.
6805	* Fix sheet objects as inter-sheet dependents.
6806	* Fix undo from keyboard for sheet object deletion.
6807
6808--------------------------------------------------------------------------
6809Gnumeric 0.99.1
6810
6811Andreas:
6812	* Improve documentation incl. analysis tools, files & worksheet
6813	* Implement merges and spans in html exporter
6814	* Make output from HTML4.0 and HTML3.2 exporters validate
6815	* Fix copy multiple cells to single merged cell (#67298)
6816	* Fix expr entry widget: used to fet confised on mouse clicks
6817          (#65894)
6818
6819Jody:
6820	* Add insert Graph menu item & icon
6821	* Fix Exit icon for bonbo build.
6822	* Delete the CAPS lock feature from autocorrect.
6823	* Fix Chema's sneaky cursor grab.
6824	* Applix import for v4.41, add it to the mime types.
6825	* Inter-Gnumeric pasting support for merges, and shares.
6826	* Fix life cycle of validation styles.
6827	* Undo for pasting a cut was saving too much.
6828	* Parser was not honouring requests to ensure absoluteness.
6829	* Transparent makes no sense for lines & arrows.
6830	* Improve help tokenizer.
6831	* Don't prompt for sheet delete if it is pristine.
6832	* Autofill includes autoformats for expressions.
6833	* Edit position after undoing a merge.
6834	* Partial fix for del col/row undo with dependent objects.
6835	* Support some additional forms of #!REF in XL import.
6836	* Fix importing of graphs with embedded graphs.
6837	* Improve autofill handling of merges & arrays.
6838	* Support pasting transposed merges.
6839	* Ensure that cell sizes never violate absolute minima.
6840	* Fix format leak (thanks Morten)
6841	* Fix data validation.
6842	* Dirty workbook when modifying summary info.
6843	* Invalidate names refering to deleted expressions.
6844	* Fix row height resize when undoing changes to JIT rendering.
6845
6846Morten:
6847	* Fix DATE.
6848	* Fix a pile of leaks in financial functions.
6849	* Fix COUPNCD, YIELD, PRICE.
6850	* Fix overflow issues.
6851
6852Wayne Schuller:
6853	* Search and search-replace history persistence.
6854	* Improve documentation: intro and printing
6855
6856Tino Meinen:
6857	* Make bound errors for INDEX consistent.
6858
6859--------------------------------------------------------------------------
6860Gnumeric 0.99.0
6861
6862Andreas:
6863	* Fix problem in search & search/replace tool #64989
6864	* Permit input from other sheets in Random Number Generator
6865	  (discrete distribution), Rank and Percentile Tools and
6866	  2-factor ANOVAs
6867	* Check for valid input in Random Number Generator tool
6868	* Fix parsing error in analysis tools expecting sheet references
6869          when none is given
6870	* Fix sheet reference in database function criteria (# 65353 (1))
6871	* Implement -geometry cmd line option
6872	* Fix rank calculation with respect to ties
6873	* Set cell format for percentiles in rank and percentile tool
6874	* Fix crash on copy between different invocations of gnumeric
6875	* Fix search in comments (# 65159)
6876	* Fix crash in parser (# 65896)
6877	* Format all numbers preentered in analysis tools dialogs
6878	  according to locale (# 65404)
6879	* In histogram tool add percentage column and format all
6880	  percentages appropriately (# 62164)
6881	* Implement text wrap in LaTeX exporter (# 20898)
6882	* Implement math mode in LaTeX exporter (# 63395)
6883	* Use gnumeric column widths in LaTeX exporter
6884	* Implement multirow merges in LaTeX exporter
6885	* Remove default grid in LaTeX exporter
6886	* Implement cell borders in LaTeX exporter
6887	* Fix merged cell to merged cell copy (#65760 & #58691)
6888	* Removed latex209 exporter
6889	* Implement spans in LaTeX exporter
6890	* Improved analysis tools documentation
6891	* Fix bugs (#66433 & #66880 & #66393)
6892	* Fix cellspan bug (#66658)
6893
6894Jody:
6895	* Tricky corner cases for style applications (Part 2).
6896	* Rework sheetname quoting (Good idea Andreas)
6897	* Support multiple expressions in the parser and clean up
6898	  expression lists.
6899	* Memory error when parsing names.
6900	* Fix xml storage of parse position for names.
6901	* sync print code with draw code for merges.
6902	* Fix ins/del col/row in outline mode.
6903	* Support number buttons in outline mode.
6904	* Implement XL export for array formulas.
6905	* Fix handling of failue in filter dialog.
6906	* Remove some dead code.
6907	* Minor etable warning tweak.
6908	* Improve cursor handling for frozen panes.
6909	* Fix sorting with hidden cols/rows before region.
6910	* FIXED now uses the format engine.
6911	* Simplify cell fmt dialog's idea of merges.
6912	* Don't compress file when suffix is .xml.
6913	* Actually put the schema file where we say it is.
6914	* More work on libxml2 compatibility.
6915	* Some simple shared steps towards gnome2.
6916	* Fix autofill crash when shrinking regions.
6917	* Make graph vector header recognition more like XL.
6918	* Fix missing bononbo menu icon for exit.
6919
6920Morten:
6921	* Fix EXPRESSION crash.
6922	* Fix 65577.
6923	* Fix 66848 (the table of function names in the formula guru
6924	  is not alphabetized).
6925	* Sort currencies in cell format's drop-down.
6926
6927Sultanov Albert:
6928	* http://bugzilla.gnome.org/show_bug.cgi?id=55142
6929	Do charset conversions on summary fields to/from XL.
6930
6931Toralf Lund:
6932	* http://bugzilla.gnome.org/show_bug.cgi?id=60468
6933	More work on the oleo importer.
6934
6935Greg Lebalnc:
6936	* Modernize the doc build architecture.
6937
6938--------------------------------------------------------------------------
6939Gnumeric 0.76
6940
6941Alex Barnes:
6942	* Autofill backwards.
6943
6944Andreas:
6945	* Fix handling of missing observations in F-test, z-test,
6946	  one-factor ANOVA, histogram, regression, and t-tests analysis
6947          tools.
6948	* Permit input from other sheets in F-test, z-test, one-factor
6949	  ANOVA, histogram, regression, and t-tests analysis tools.
6950	* Fix small errors in F-test, z-test, one-factor
6951	  ANOVA, Desc. Stats. and t-tests analysis tools.
6952	* Improve Exponential Smoothing and Moving Averages tools.
6953	* Implement pareto and labels in histogram tool.
6954        * Use confidence level in regression tool.
6955	* Use format parsing in entry fields of analysis tools.
6956
6957Jody:
6958	* More work on the expr entry.
6959	* Fix outline mode.
6960	* Add keyboard support to sheet objects.
6961	* Add warning when xls imports non-ole file.
6962	* Continue audit and clean out some old code.
6963	* Validate autoformat template before storing undo.
6964	* Fix leaks.
6965	* Fix centering while printing scaled regions.
6966	* Tricky corner cases for style applications.
6967	* Break lines at hyphens to.
6968	* Disable col/row resize while editing.
6969	* Make some dialogs resizable.
6970	* Fix comment placement for merged cells.
6971	* Initial XL import for data validation.
6972
6973Jukka:
6974	* Improved function documentation.
6975	* Implemented Exponential Smoothing tool.
6976	* Improved COUPDAYSNC().
6977
6978Morten:
6979	* Leak plugging.
6980	* Fix memory overrun in function guru.
6981
6982--------------------------------------------------------------------------
6983Gnumeric 0.75
6984
6985Andreas:
6986	* Rewrite solver dialog as guru (semi-modal using the
6987          expr-entry widget).
6988	* Fix FTEST docs.
6989
6990Jody:
6991	* Shink exported XL files.
6992	* Enable per sheet style management to support
6993	  validation, conditionals, and simply XL export.
6994	* re-enable compression for .gnumeric files.
6995	* Make cell format dialog only pseudo-modal.
6996	* Fix support for cancel on window manager quit.
6997	* Fix non-bonobo View menu
6998	* Fix sheet extent calculation new complex objects.
6999	* Improve formula guru.
7000	* Support scrollwheel in a larger area.
7001	* Fix Edit -> Fill -> Autofill.
7002	* Fix Autofill with the month of May.
7003	* Improve dbf importer.
7004	* Make autocorrect non-modal and cleaner.
7005	* Make autocompletion a view attribute, with a gui.
7006	* Improve the ExprEntry widget.
7007	* Don't clear the clipboard when Klipper requests things.
7008
7009Jukka:
7010	* Lots of documentation added.
7011	* Added `Help' buttons for various tools.
7012	* Help button of autosave doesn't kill the dialog any more.
7013	* Added `Filter' submenu into the `Data' menu.
7014	* More work done to support financial functions.
7015
7016Morten:
7017	* Cleanup various functions' improper access to internal strings.
7018	* Plug leaks.
7019
7020--------------------------------------------------------------------------
7021Gnumeric 0.74
7022
7023Jody:
7024	* Fix regexp handling of escaped characters.
7025	* Improve XL import when faced with corrupt workbooks.
7026
7027Morten:
7028	* Find and fix leaks.
7029	* Fix an ugly dependency bug.
7030
7031--------------------------------------------------------------------------
7032Gnumeric 0.73
7033
7034Adrian Custer:
7035	* Improve latex exporter to support multiple pages and basic support
7036	  for merges.
7037
7038Almer:
7039	* More work on validation.
7040	* Improve View menu layout.
7041
7042Andreas:
7043	* Allow analysis tool output to be directed onto a range
7044          on another sheet.
7045	* Allow analysis tool output ranges to be specified using
7046	  defined names.
7047	* Change covariance, correlation, descriptive statistics and
7048	  sampling tools to allow multiple selections (and defined
7049          names as input.
7050	* Change covariance and correlation tools to handle missing
7051          observations.
7052	* Change sampling tool to permit multiple samples from the
7053          same or different data.
7054
7055Jody:
7056	* Fix autosizing of indented content.
7057	* Fix jump to bound with end in hidden region.
7058	* Hide objects in hidden regions for display and printing.
7059	* LOG() is valid with base > 0 && base != 1
7060	* Clean out some unused code.
7061	* Fix redo of unmerge to handle redraw spans.
7062	* Fix Name Support and Dialog.
7063	* Improve data allocator for graphs.
7064	* Begin code audit.
7065	* Fix autofill of days with months visible.
7066	* Fix minor leaks.
7067	* Improve recognition of values vs expressions
7068	* Reset grid display cursor after editing an object.
7069	* Resize frozen panes after ins/del col/row.
7070	* Make python version configurable.
7071
7072Jukka:
7073	* Improved MPS plugin.
7074	* Extended the data analysis tools and function documentation.
7075	* Improved COUPDAYS().
7076
7077Morten:
7078	* Improve goal seek.
7079	* Fixed parsing of numbers in scientific, monetary, and number
7080	  contexts.
7081	* Find and fix leaks.
7082	* Fix dif plugin's use of alloca.
7083
7084Wayne Schuller:
7085	* Much improved header/footer preview canvas.
7086	* Improve UI for customizing print header/footer.
7087
7088--------------------------------------------------------------------------
7089Gnumeric 0.72
7090
7091Adrian Custer:
7092	* Improve latex exporter.
7093
7094Almer:
7095	* More work on validation.
7096	* Stf multiple-separators-as-one fix.
7097
7098Andreas:
7099	* Rewrite remaining analysis tools
7100          to use the gnumeric-expr-entry widget.
7101	* Rewrite goal seek dialog to use the
7102	  gnumeric-expr-entry widget.
7103
7104Jody:
7105	* Offer config var to control compression level
7106	* Fix color selectors for drawing objects.
7107	* Re-enable support for row vectors in graphs.
7108	* Allow string functions to accept numbers as strings.
7109	* Font selector in cell format dialog
7110	* Off by 1 error when undoing unhiding cols/rows
7111	* Improve handling of Cancel during File -> Quit
7112	* Autoscroll support during object creation
7113	* Fix MINVERSE
7114	* CODE assumes unsigned char
7115	* Improve parser's handling of integers larger than int.
7116	* Improve cursor & scroll bounds checking.
7117	* Fix graph leaks.
7118	* Allow xls exporter to (poorly) handle large format regions.
7119	* Fix changing data for graphs
7120	* Format match can match strings, don't assume only numbers.
7121	* Improve XL chart import.
7122	* Plug memory leaks.
7123
7124John Gotts:
7125	* Make bonobo optional in the sample rpm specfile.
7126
7127Jukka:
7128	* Improved COUPDAYS() and COUPDAYBS().
7129
7130Morten:
7131	* New Search Control Center.
7132	* Find/Fix memory leaks.
7133
7134--------------------------------------------------------------------------
7135Gnumeric 0.71
7136
7137Almer:
7138	* Core support for validation and conditional formats.
7139
7140Andreas:
7141	* Rewrite descriptive statistics, correlation, covariance,
7142          and rank analysis tool dialogs to use the gnumeric-expr-entry widget.
7143
7144Christopher Keith Fairbairn:
7145	* Add a 'Fill' menu connection to autofill.
7146
7147Eric Baudais:
7148	* Improve function documentation generator.
7149
7150Jody:
7151	* Enable XL import for graphs.
7152	* Import/Export/Edit Hidden/Locked attributes.
7153	* Parse using the assigned fmt before checking the builtins.
7154	* Enable basic attributes when importing shapes from XL.
7155	* Add simple bucketing of range dependencies.
7156	* Formatting extensions and corrections.
7157	* Some simple recalc tuning speeds things up by a factor of 2.
7158	* Basic version of just in time rendering for another factor of 2.
7159	* Cleanup the DOM based xml import/export utilities.
7160	* Remove irritating frame around bonobo objects.
7161	* Make the sheet object control points prettier.
7162	* Off by 1 pixel/pt error when handling right/center alignment.
7163	* Improve sheet object menus.
7164	* Reworked the Text Combo,
7165	* Remove the eval queue.
7166	* Improve the Histogram tool slightly.
7167	* Improve INDIRECT.
7168	* Sort the function names for the index generator.
7169	* Fix handling of mixed mode references.
7170	* Convert lines/arrows/boxes/ovals to StyleColor.
7171	* Correct sensitivity of menus & toolbars.
7172	* Some initial guess work on how to import conditional XL formats.
7173	* bump bonobo req to 1.0.8 to fix the memory problem.
7174	* bump the gnome-print req to 0.29 in an effort to decrease
7175	  the number of problems with gnome-print installs.
7176
7177Jukka:
7178	* Fixed COUPNUM().
7179	* MPS importer plugin implemented.  Reads a linear program in MPS
7180	  format and creates a spreadsheet model of it.  Currently, the
7181	  bounds and ranges are not implemented yet.
7182
7183Marc Johnson:
7184	* The POI project has contributed an xml schema for .gnumeric files.
7185
7186Morten:
7187	* Speed up font handling.
7188	* Speed up dependency handling.
7189	* Eliminate deep recursion during dependency dirtying.
7190	* Fix the python and python-loader modules.  (Work around mind-
7191	  boggling bug in python.  Again.)
7192	* Various code cleanup.
7193	* Fix regression.
7194	* Implemented querying in search-and-replace.
7195	* Implemented Search.
7196
7197Toralf Lund:
7198	* improve the oleo importer.
7199
7200Wayne Schuller:
7201	* Support gray scale patterns when printing.
7202	* Improve Header/Footer page for printer setup.
7203
7204Yukihiro Nakai:
7205	* Improve font handling for multi-byte environments.
7206
7207Zbigniew:
7208	* Support for translations in plugin.xml files using xml-i18n-tools
7209	  (modified xml file structure a bit).
7210	* Sped up Gnumeric compilation by replacing #include <gnome.h> with
7211	  something smaller in almost all source files.
7212
7213--------------------------------------------------------------------------
7214Gnumeric 0.70
7215
7216Ariel:
7217	* Make guile a proper plugin.
7218
7219Jody :
7220	* Basic support for M-Enter to add embedded newlines.
7221
7222Lutz:
7223	* Object printing work.
7224
7225Morten:
7226	* Make CEIL more as users expect (based on Jody's idea).
7227
7228--------------------------------------------------------------------------
7229Gnumeric 0.69
7230
7231Almer:
7232	* Add extra cut/copy/paste shortcut keys.
7233	* Improve the function selector.
7234	* Simplify background/pattern preview in cell-format dialog.
7235	* Make sure entered text never gets lost.
7236	* Equalize the look of all the dialogs.
7237	* More work on group/ungroup.
7238
7239Ariel:
7240	* Rewrite guile plugin to use guile 1.5 or later.
7241
7242Andreas:
7243	* Rewrite descriptive statistics, correlation and covariance
7244	  analysis improving error checks and labels for data sets.
7245	* Remove duplicate calculation code in analysis tools.
7246	* Fix sampling tool.
7247
7248Jody:
7249	* XL export for panes.
7250	* Some autoscroll bugs with panes.
7251	* Cursor support for panes.
7252	* Improve INDIRECT.
7253	* More smarts for autofill by month/year.
7254	* Add some new icons from the Evolution team.
7255	* Fix import of files generated by perl::writeExcel.
7256	* Fix animated cursors and sheet objects.
7257	* Fix XL import of print scaling.
7258	* Locales with different LC_NUMERIC & LC_MONETARY.
7259	* merge in several contributions to improve configure.in
7260	* merge in updated debian control files.
7261	* merge in contributed man page.
7262
7263Morten:
7264	* Fix MODE.
7265	* Clean up LARGE, SMALL, QUARTILE, PERCENTILE.
7266	* Give the range functions a home of their own.
7267
7268Frodo Looijaard:
7269	* Add import support for Psion.
7270
7271Zbigniew:
7272	* i18n fixes.
7273	* Add precedence scheme for importers.
7274
7275--------------------------------------------------------------------------
7276Gnumeric 0.68
7277
7278Almer:
7279	* Fix backspace key.
7280	* Fix autosave dialog.
7281	* Improve scrollbars.
7282	* Fix double-click autofill.
7283	* Shine-up string functions.
7284	* Fix STF for CRLF terminated files.
7285	* Fix bounds handling and leakage in STF.
7286	* Add csv default importing + probing.
7287	* Improve font preview in cell format dialog.
7288
7289Andreas:
7290	* Fix bugs in analysis-tools' t-test.
7291	* Finish two-factor anova tool in analysis-tools.
7292	* Adjust scrollbars when outputting data analysis results.
7293
7294Jody:
7295	* Even more missing files.
7296	* Crash after exiting 1 of many shared views.
7297	* Bug when printing wrapped text in merged cells.
7298	* Frozen panes.
7299	* Some span bugs.
7300	* Usability tuning (Thanks to auspex, UnNamed, & jwz)
7301	* Misc bugs.
7302
7303Morten:
7304	* Improve bsd support.
7305	* Fix CONCATENATE.
7306	* Fix MULTINOMIAL.
7307	* Fix LCM.
7308	* Fix dependency tracking problem.
7309
7310Rodrigo:
7311	* Update gda support.
7312
7313Nakai:
7314	* Over-the-Spot style support for XIM.
7315
7316Lutz:
7317	* Introduction of placeholders named "FileOperations" and
7318	  "PrintOperations" that help components to put their own menus into
7319	  the right place.
7320
7321Zbigniew:
7322	* Use temporary files to handle saving to BonoboStream with every
7323	  file saver.
7324
7325--------------------------------------------------------------------------
7326Gnumeric 0.67
7327
7328Jody :
7329	* Restore missing files.
7330
7331John Gotts :
7332	* Update spec file.
7333
7334Zbigniew:
7335	* Fix libml1 bug exposed by progress monitor.
7336
7337--------------------------------------------------------------------------
7338Gnumeric 0.66
7339
7340Almer:
7341	* Some work on the SAX importer.
7342	* Finish Group/Ungroup.
7343	* Clean-up the STF importer.
7344	* Add support for multicharacter separators
7345	  and quoted cells with newlines to the STF
7346	  importer.
7347	* Clean-up row naming.
7348	* Fix the STF exporter (it works again).
7349	* Add new consolidation feature.
7350	* Keyboard Shortcuts for moving and formatting.
7351
7352Elliot:
7353	* Financial functions.
7354
7355Jody:
7356	* Fix ctrl-enter filling.
7357	* Reorganize the recalc queue to speed things up a bit.
7358	* Support iteration.
7359	* Fix FV arguments.
7360	* Support conditional number formats.
7361	* Obscure referencing bug.
7362	* Scaled printing.
7363	* Some number formatting bugs.
7364
7365Juan Pablo Mendoza:
7366	* Handle {caps,number,scroll}lock.
7367	* Improve sheet name quoting.
7368
7369Morten:
7370	* Fix PV.
7371	* Applied some much-needed TLC to fn-financial.c and fn-eng.c.
7372	* Speed-up Gnumeric function calls.
7373	* Killed a zillion problems pointed out by gcc 3.0 warnings.
7374	* Improve goal seeking slightly.
7375	* Fix RATE and IRR.
7376
7377Zbigniew:
7378	* More work on plugin system.
7379	* Many i/o system improvements (general cleanup, reporing i/o progress,
7380	  better probing, nicer import dialog, pluggable default savers,
7381	  handling single sheet exporters in a special way)
7382
7383--------------------------------------------------------------------------
7384Gnumeric 0.65
7385
7386Almer:
7387	* Fix a variety of bugs and other issues.
7388	* Improve parser error messages.
7389	* Implement undo/redo for Zoom.
7390	* Make undo/redo descriptors more descriptive.
7391	* Complete the CELL function.
7392	* Drastically revise and fix-up the color combo's.
7393	* Architectural improvements for preview-grid, menu state, etc.
7394
7395Chema:
7396	* GNUMERIC_ENABLE_XL_OVERWRITE
7397	* Implemented clone, write and load for some sheet objects
7398
7399Jody:
7400	* Restore horizontal FILL alignment.
7401	* Fix array intercept checking.
7402	* Some fine tuning to improve start and exit times.
7403	* Merge cell & hidden column interactions
7404	* Some XL import improvement when parsing objects
7405	* Improve XL95 export and include merged regions & outlines
7406	* Fix some irritating mouse behaviors
7407	* More system portability enhancements.
7408	* Support fraction formatting (not parsing)
7409	* Fix printing of borders.
7410	* Improve checking for array/merged region division.
7411	* Prep for frozen panes.
7412	* Partial support for outline mode
7413	* Misc bugs.
7414
7415Jon Kåre:
7416	* New architecture for selecting cell ranges into dialogs.
7417	* Fix dialog placement.
7418
7419Juan Pablo Mendoza:
7420	* Improve col and row sizing when cloning a cell.
7421	* Catch many bugs with merged regions.
7422	* Bug fix for supporting maximized windows.
7423
7424Morten:
7425	* Changed a large number of dirty diapers.
7426	* Plugged gnumeric leaks too.
7427	* Make search-and-destroy work better on comments.
7428	* Fixed parsing of numbers like "-4,885".  (We used to get -3115
7429	  == -4 * 1000 + 885...)
7430	* Fixed formulae with leading dash, like "-995/5".
7431	* Fixed MID, FIND, LEFT, RIGHT, LOWER, UPPER, PROPER, CLEAN, LEN,
7432	  EXACT, REPT.
7433	* Improve signed-vs-unsigned situation.
7434	* Fixed sorting dialog in the by-row case.
7435
7436Vlad Harchev
7437	* Improve i18n support for XL import/export
7438
7439Zbigniew:
7440	* Added support for plugin dependencies
7441	* Made Excel a real plugin.
7442	* Improved plugin system performance & scalability.
7443
7444--------------------------------------------------------------------------
7445Gnumeric 0.64
7446
7447Almer:
7448	* Improve scrollbars.
7449
7450Jody:
7451	* Fix handling of edit pos while extending out of merged regions.
7452	* Fix format toolbar update.
7453	* Fix merge undo.
7454	* Fix interactions between spans and hidden rows/cols.
7455	* Work around xls files which specify col/row too small.
7456	* Header redraw of shrinking selections with merged full col/row
7457
7458Morten:
7459	* Make search-and-replace dialog non-modal.
7460	* Released version 2 -- a cute little thing of about 3k.  She
7461	  leaks, though.
7462
7463Vlad Harchev:
7464	* Improved themed behaviour.
7465	* Improved character set behaviour.
7466
7467Zbigniew Chyla:
7468	* More work on plugins.
7469
7470--------------------------------------------------------------------------
7471Gnumeric 0.63
7472
7473Almer:
7474	* menu state improvements.
7475
7476Jody:
7477	* Fix parenthesis for XL export.
7478	* Enable right/left indent.
7479	* Sheet prefs IO and MVC support.
7480	* MVC fixes.
7481
7482Morten:
7483	* Column header drawing fix.
7484	* [Linear] Regression fix.
7485
7486Jon Kåre:
7487	* item-edit fix.
7488
7489Translations:
7490	* Updated: de (Karl), ja (Yukihiro Nakai), pl (Zbigniew), and maybe
7491	more.
7492
7493--------------------------------------------------------------------------
7494Gnumeric 0.62
7495
7496Chema:
7497	* Massive bug hunting spree.
7498
7499Jody:
7500	* Finish merged cells.
7501	* Rework style engine.
7502	* Rework borders.
7503	* Improve range selection for expressions.
7504	* Fix sheet objects.
7505	* Fix stupid memory corruption problem in the applix importer.
7506	* Some mis-translations for spanish.
7507	* Improve pixel matching of XL import.
7508	* Add option to manage printing ranges with only styles.
7509
7510Jon Kåre:
7511	* Improve file save dialog.
7512
7513Morten:
7514	* Make rounding functions (ROUND, TRUNC, FLOOR, CEIL, ...) behave
7515	  more like most users expect.  The number 1.54999...9 will now
7516	  be rounded to 1.6, not 1.5.  In other words, we are assuming that
7517	  the number is really meant to be 1.55, but has suffered
7518	  floating point effects.  (If you ever truly get a number that
7519	  is within DBL_EPSILON of a rounding threshold, well, then you
7520	  lose.  With a binary representation, we cannot all win.)
7521	* Leak plugging as usual.
7522	* Created and/or stole a number of tools to make life easier for
7523	  developers.
7524	* Cleaned up gnumeric-bonobo's GUI.
7525	* Search and replace.
7526
7527JPablo:
7528	* Search and replace.
7529
7530Zbigniew Chyla:
7531	* Internationalization support for autoformat.
7532	* Rework plugin architecture.
7533
7534Translations:
7535	* Updated: ca (Pablo), de (Karl), hu (Szabolcs), it (Leandro),
7536          ru (Valek), sk (Stanislav), sv (Christian), tr (Fatih), and
7537          maybe more.
7538
7539--------------------------------------------------------------------------
7540Gnumeric 0.61
7541
7542Alan Cox:
7543	* Fix formatting mistakes in documentation.
7544
7545Chema:
7546	* Some work on the name dialog.
7547
7548Jody:
7549	* Work on sheet object persistence.
7550	* Begin honouring the current format when parsing.
7551	* More work on merged cell support.
7552	* Improve cursor rubber banding when selecting a range.
7553
7554Morten:
7555	* Fix scripts generating documentation.
7556	* Fixed lotus file format loader.  (Magic detection,
7557	  avoid unaligned memory accesses, leaks.)
7558
7559--------------------------------------------------------------------------
7560Gnumeric 0.60
7561
7562Jody:
7563	* Initial work on supporting merged cells.
7564	* Improve sheet object and cell comment infrastructure.
7565	* More work on expression relocation.
7566	* Bugs.
7567
7568Jon Kåre:
7569	* Improve XL export of non-builtin functions.
7570
7571Morten:
7572	* Semi-smart undo/redo list truncation.
7573	* Fix serious crash during gnumeric-format save.
7574	* Plug leaks.
7575
7576--------------------------------------------------------------------------
7577Gnumeric 0.59
7578
7579Almer:
7580	* Minor improvements to the autoformat dialog.
7581
7582--------------------------------------------------------------------------
7583Gnumeric 0.58
7584
7585Ariel:
7586	* Cleanup and general bugfixing in guile plugin.
7587	* Support for values inside the Guile interpreter
7588
7589Almer:
7590	* Undo for autoformat.
7591	* Beautify stf dialog.
7592	* Stf and other bugfixes.
7593
7594Chema:
7595	* Massive bug hunting spree.
7596
7597Jody:
7598	* Massive bug fixing spree.
7599	* Fix popup context menus.
7600	* 'General' number formats.
7601	* Some initial work on an MVC split for workbooks.
7602	* More work on double click fill support.
7603
7604Jon Kåre:
7605	* When format toolbar is vertical, replace font and size
7606	  selectors with a button.
7607
7608Morten:
7609	* Fixed analysis tools for ranges not starting at A1.
7610	* Isolated floating-point-double reading code with endian-issues
7611	  in one spot rather than in all file io plugins.
7612
7613Kenneth:
7614        * Fixed and updated the i18n subsystem, so it how should work
7615          more smooth - I will consider this very close to finished.
7616
7617--------------------------------------------------------------------------
7618Gnumeric 0.57
7619
7620Almer:
7621	* Fix stf importer bugs.
7622	* Add "Autodiscovery" feature to stf fixed width importer.
7623	* New Autoformat dialog.
7624
7625Chema:
7626	* Sheet copy routine
7627
7628Hardy Falk:
7629	* Output the cells in row/col sequence, rather than by hash.
7630
7631Jody:
7632	* Applix support mostly functional.
7633	* Improve support for named expressions.
7634	* Name and Graph gurus support range selection.
7635	* Improve internation keyboard support.
7636	* Fix XIRR and friends so that they support blanks.
7637	* A few more bugs in printing multiline text.
7638	* Correct handling of number formatting in intl locales.
7639	* Lots of formatting bugs.
7640	* Handle strings used as arguments to numeric operators.
7641	* Support for non-cell dependencies.
7642	* Improve performance and decrease memory for large row/col resizes.
7643	* Bug fixes for ins/del row/col & cut&paste
7644	* Locale safe formatting.
7645
7646John Gill:
7647	* Double click fill support.
7648
7649Jon Kåre:
7650        * Make print work with new gnome-print
7651	* Lots of printing/margin bugs.
7652
7653JPR:
7654	* Put more effort into reverse engineering MATCH (and friends)
7655	  than you want to know about.
7656	* Fixed sort to ignore hidden rows/cols.
7657
7658Jukka:
7659	* Implementation of `Anova: Two-Factor With Replication'
7660	  and `Histogram' data analysis tools mostly
7661	* Implemented COUPNUM and COUPNCD
7662	* Implemented TRUE and FALSE logical functions
7663	* Started the implementation of COUPDAYBS and COUPDAYS.
7664
7665Kenneth:
7666	* Created xml2pot script, and integrated it with Gnumeric
7667	* Update update.pl script to make it more genetic, and work
7668	  with the xml2pot script. It actually now requires it.
7669	* Updated the spec file a little.
7670        * Made 'make update-po' and 'make dist' work with new update.pl
7671
7672Matthew D. Bissiri:
7673	* Paste special arithmetic operations, skip blanks, paste link.
7674
7675Michael Levy:
7676	* Improve the colour combo box.
7677
7678Morten:
7679	* Cleanup analysis tool code.
7680	* Eliminate many fixed limits in the code.  (Still some to go.)
7681	* Rewrote SUMPRODUCT.
7682	* Fixed array and range traversal order, thus fixing all strict
7683	  range functions.  (SUM, MIN, ...)
7684	* Fixed many bogusities in xbase plugin.
7685	* Cleanup limits in numtheory.  Added BITXOR.
7686	* Fixed RATE, SLD, and SYD.
7687	* Improved RATE's and IRR's root searching.
7688
7689Pablo De Napoli:
7690	* New NT_MU function in numtheory.
7691
7692Thomas Canty:
7693	* Updated and improved documentation.
7694
7695Weston:
7696	* Implement DateDif.
7697	* Fix chitest.
7698
7699Translations:
7700	* Updated: da (Kenneth and Keld), de (Karl), en_GB (Robert), ko
7701	  (Sung-Hyun Nam), no (Kjartan), ru (Valek), uk (Yuri), maybe more.
7702	* Update not new, but not mentioned the last time: pl (Zbigniew).
7703	* Updated: nl (Almer). Not all done yet.
7704
7705--------------------------------------------------------------------------
7706Gnumeric 0.55/0.56
7707
7708Almer:
7709	* Stf importer bug fixes and enhancements.
7710
7711Jody:
7712	* Speedup workbook exit, copy/paste.
7713	* Improve cut/copy/paste.
7714	* Improve col/row resize.
7715	* Undo for copy/paste, autofill, col/row resize
7716	* More work on formula guru.
7717	* Extend auto-fill to support months and years.
7718	* Some translation bugs.
7719
7720Jon Kåre:
7721	* Tooltips for combo boxes.
7722	* Synchronize list selection with entry field in combo boxes.
7723	* Make  units in print setup dialog user selectable.
7724	* More dialog polishing.
7725
7726JPR:
7727	* Sorting now moves styles with the elements
7728	* Sorting now detects headers when sorting
7729
7730Kenneth
7731	* Added two perl scripts for translation help/maintainence.
7732          Also added is a README.tools file, explaining how to use these.
7733
7734Michael:
7735	* Fix tricky Excel import problem.
7736	* Split libole2 out into a standalone package.
7737
7738Miguel:
7739	* Added support for autocompletion.
7740
7741Morten:
7742	* Changed a bunch of internals to work with StyleFormats instead
7743	  of throwing strings around.
7744	* Improved the optimization of styles.
7745	* Fix ROUND.
7746	* Make sorts stable.
7747	* Make sorts faster.
7748
7749Translations:
7750	* Updated: da (Kenneth), de (Karl), ja (Oka/Nakai), no
7751        (Kjartan), pt (Tiago), ru (Valek), maybe more.
7752	* Update not new, but not mentioned the last time: it (Leandro).
7753
7754--------------------------------------------------------------------------
7755Gnumeric 0.54
7756
7757Jacob:
7758	* Enable mini icons when available.
7759
7760Jody:
7761	* Bug fixes.
7762	* Initial applix import.
7763	* Improve row/col insert/del.
7764
7765JonKare:
7766	* Lots of dialog polishing.
7767	* Autoscrolling combo boxes.
7768	* Make tearoff combo boxes behave more like tearoff menus.
7769
7770Michael:
7771	* Get embedded gnumeric working again.
7772
7773Translations:
7774        * New: gl (Jesus).
7775	* Updated: de (Karl), no (Kjartan), sv (Andreas), and more.
7776
7777--------------------------------------------------------------------------
7778Gnumeric 0.53
7779
7780Morten:
7781	* Fixed QUARTILE.
7782	* Fixed MATCH for types -1 and +1.
7783
7784Jody:
7785	* Overhaul cell structure to cleanup temp formats, improve spans.
7786	* Improve array formula entry, editing, and xml-io.
7787	* Share formulas persisted using xml.
7788	* Add auto-sum
7789	* Improve versioning.
7790	* Decrease memory usage.
7791
7792Michael:
7793	* Accelerated intersheet dependencies
7794
7795Marko:
7796	* Number theory functions.  (In new plugin.)
7797
7798Almer:
7799	* Stf-exporter
7800	* Bug-fix stf importer.
7801
7802Translations:
7803	* Updated: da (Keld and Kenneth), de (Karl), en_GB (Robert), es
7804	  (Pablo), no (Kjartan), ru (Valek), uk (Yuri), and more.
7805
7806--------------------------------------------------------------------------
7807Gnumeric 0.52
7808
7809Jon:
7810	* Tearoff combo boxes
7811
7812Jody:
7813	* Bugs fixes.
7814	* Correct doc generation.
7815	* Improve update status area (autoexpr, editor, format tools)
7816	* Rework canvas editor to behave nicely at boundaries and
7817	  span correctly.
7818
7819Morten:
7820	* Leak fixes.  Bug other people about leaks.
7821	* IPMT, PPMT argument order corrected.
7822	* MIRR fixed (or at least changed) to match Excel.
7823	* RATE, IRR, XIRR use supplied guess.
7824	* Improve precision of IRR.
7825	* Made auto-format work for sheet-relative cellrefs, i.e.,
7826	  "=sum(a1:a10)" now takes a default format from the range.
7827	* Made generated postscript files (print to file) contain enough
7828	  information to let ghostview go back and forth in them.
7829	* Made landscape previews readable.
7830
7831--------------------------------------------------------------------------
7832Gnumeric 0.49
7833
7834Jukka:
7835	* Added `>=' and `=' constraint support for the Solver tool.
7836	* The Solver input variables can now have the negative values too.
7837	* Added `Int' constraints support by implementing the
7838	  Branch-And-Bound algorithm.
7839	* The Solver parameters are now saved/loaded when the workbook
7840	  is saved/loaded.
7841	* Implemented `Answer Report' generation for Solver.
7842	* Started implementation of `Sensitivity Report' generation for
7843	  Solver (currently, not very useful though).
7844	* Major GUI improvementes for Solver, i.g. Solver constraints
7845          can now be cell ranges, not just cells.
7846	* Solver documentation added.
7847	* Added `Advanced Filter' tool.
7848	* Added the following distributions for the random number
7849	  generation tool:
7850	  - Poisson
7851	  - Binomial
7852	  - Negative binomial
7853	  - Exponential
7854	* Minor improvements for the AutoSave tool.
7855	* GUI improvements for the Data Analysis tool.
7856	* Added RandExp(), RandPoisson(), RandBinom(), RandNegBinom(),
7857	  and RandBernoulli() functions.
7858
7859Jody:
7860	* Redraw improvements (cursor, selection, spanning, speed, underlining)
7861	* Border improvements (combo, printing, partial double line).
7862	* More work on undo.
7863	* Parse interbook references.
7864	* Mostly correct sizing of MS Excel cols/rows and objects.
7865	* Printing improvements.
7866	* Selecting ranges for formulas on other sheets.
7867
7868Jon:
7869	* GUI polishing.
7870	* File history improvements.
7871	* Python plugin enhancements.
7872        * Error reporting improvements.
7873	* Cursor fixes and speedups.
7874	* CORBA bugfixes.
7875
7876ERDI Gergo :
7877	* Add a zoom element to the toolbar.
7878
7879Michael:
7880	* Style undo/redo
7881	* Gnome Basic integration
7882
7883Miguel:
7884	* Charting work
7885	* Wizard for charting
7886	* Bug fixes.
7887	* Visual cell references while editing.
7888	* Implemented Gnumeric-side vectors for graphics support.
7889
7890Dom Lachowicz :
7891	* libgladify the plugin manager.
7892	* Improve color combo.
7893	* Lots of DIV0 cases in functions caught elegantly.
7894
7895Mike Kestner:
7896	* Add file menu file history.
7897	* Style preserving column/row insertion(configurable, defaults on)
7898
7899Almer :
7900	* "Structured" Text Format Importer (STF) (Customizable CSV/Fixed Width importer)
7901	  - Merged with Gnumeric main source (no longer plug-in) and completely revised.
7902	  - Pops-up when pasting from external applications.
7903	  - Preview is drawn faster and is interactive.
7904	  - More separators to choose from when doing a CSV import.
7905	* Copying cells between different instantances of gnumeric.
7906
7907Morten:
7908	* Fixed display of pre-1900 dates.
7909	* Fixed display of very large numbers.
7910	* Went on a warning-killing spree.
7911
7912Ariel:
7913	* Guile plugin can now register functions in user given categories.
7914
7915JP:
7916	* Add sorting functionality to workbook toolbar
7917	* Sorting fixes
7918	* Add basic attribute support for workbooks
7919--------------------------------------------------------------------------
7920
7921Gnumeric 0.48
7922
7923Miguel:
7924	* Fix annoying flashing cursor bug.
7925
7926Jody:
7927	* Improve inter{sheet,book} references.
7928	* Beginnings of Undo.
7929	* Row/Col hiding.
7930	* Keep cursor visible, Add Alt-Pg{Up,down}
7931	* Clipboard, Selection, & border fixes.
7932
7933Morten:
7934	* Revamp the memory handling of the parser.
7935	* Fixed goal seek's behaviour on cancel and failure.
7936	* Bogotised PRODUCT and introduced G_PRODUCT.
7937	* Implemented the auto-format feature.
7938
7939Jon:
7940	* Found xml io font size loading bug.
7941	* Excel export clean.
7942	* Python plugin update: Allow calling Gnumeric builtins from
7943	  Python.
7944
7945Michael:
7946	* Re-wrote dependency engine; lots more speed.
7947
7948Ariel:
7949	* Improvements on VALUE_BOOL management on the guile plugin.
7950	* Bug fixes.
7951
7952Jukka:
7953	* Implemented `AutoSave' tool.
7954	* Started `AutoCorrect' tool.
7955	* Some minor improvements to the Solver tool.
7956
7957JP:
7958	* Sorting undo/redo
7959--------------------------------------------------------------------------
7960
7961Gnumeric 0.47
7962
7963Michael :
7964	* Fix nasty recalc bug that would hang the app.
7965	* Improve bounding box calculation for printing.
7966
7967Miguel :
7968	* Improve empty cell loading.
7969	* Re-enable pasting from X.
7970	* Adjust semantics of paste to work even when selection is not
7971	  visible.
7972
7973Jody :
7974	* Fix import plugins.
7975
7976--------------------------------------------------------------------------
7977
7978Gnumeric 0.46
7979
7980Michael:
7981	* Fixed problems closing workbooks
7982	* Add pristine workbook discard
7983	* Fixup html export.
7984	* Fixed print header/footer setup, users should remove
7985	  ~/.gnome/Gnumeric to speedup load.
7986
7987Jon:
7988	* Lots of Excel style export work:
7989	format, font, colors, borders, alignment, wrap, rotation.
7990	* Excel export row/col sizing.
7991	* Excel fixed up DBCELL collating to export lots of rows correctly.
7992
7993JP:
7994	* Added sorting of infinite ranges
7995	* Got rid of blank sheets when printing
7996
7997Frank:
7998	* Worked on Excel summary export
7999
8000Jody:
8001	* Begin exception handling for corba vs gui.
8002	* Add some simple version protection for plugins.
8003	* Improve error reporting for file loading.
8004	* Explicitly disable passord protected XL spreadsheets.
8005	* Bug fixing.
8006
8007Cort:
8008	* Expanded CORBA API.
8009
8010Andrew:
8011	* Many improvement for multi-dimensional linear regression.
8012
8013Jukka:
8014	* Implemented Simplex algorithm for Solver
8015	* Solver can now solve some simple LP problems (more interesting
8016	  stuff is coming later).
8017
8018Ariel:
8019	* Added guile plugin documentation.
8020	* Removed redeclaration of functions.
8021	* Removed security hazard on the definition of scm_eval.
8022	* Improvements on VALUE management.
8023	* Added Fibonacci formula
8024	* Split the guile scheme files into gnumeric_startup.scm and
8025	  functions.scm
8026	* Bug fixing.
8027
8028--------------------------------------------------------------------------
8029
8030Gnumeric 0.45
8031
8032JP:
8033	* Improved sort dialog
8034
8035Nat:
8036	* Updated bonobo infastructure
8037
8038Kevin:
8039	* Plan Perfect plugin
8040	* DIF export / import
8041
8042Jody:
8043	* Improved clipboard ops.
8044	* import Excel auto-ranges
8045	* better range instersection
8046	* Guile plugin fixed
8047	* Auto fill display fixes.
8048
8049Jon:
8050	* Style hashing
8051
8052Michael:
8053	* Misc cleans
8054	* Fix #2110
8055
8056--------------------------------------------------------------------------
8057
8058Gnumeric 0.44
8059
8060Jon:
8061	* Vastly improved col / row sizing in excel import
8062	* ditto for Excel object placement.
8063
8064JP:
8065	* Expanded sort dialog to allow sorting of rows as well as columns
8066	* Added advanced button to sort dialog to allow sorting but case
8067	sensitivty and text (rather value)
8068
8069--------------------------------------------------------------------------
8070
8071Gnumeric 0.43
8072
8073	* Minor build fix.
8074
8075--------------------------------------------------------------------------
8076
8077Gnumeric 0.42
8078
8079Michael:
8080	* Totaly re-wrote style engine.
8081
8082Jukka:
8083	* Implemented IRR and XIRR financial functions
8084	* Fixed the handling of the database function criterias
8085	* Fixed the non-numeric return values of DGET
8086	* One-dimensional GROWTH and TREND should work now
8087	* Documentation of the db functions improved
8088
8089Jody:
8090	* Complete transition of cut/paste to cell movement code.
8091	* 1st pass at borders & patterns
8092	* Improve edit popup.
8093	* Rework cell format dialog.
8094	* Some support for inter book references (no dependencies yet)
8095
8096Daniel:
8097	* Excel Name export.
8098
8099Federico:
8100	* Improved dragging and zooming behavior in the print preview.
8101	* Added "open hand" and "closed hand" cursors for dragging the
8102	  print preview.
8103
8104Robert:
8105	* Primitive oleo import : supports numbers and text.
8106
8107Frank:
8108	* Huge chunk of summary-info re-structuring.
8109	* Import and export lots of new summary fields.
8110
8111JPR:
8112	* Improving sort dialog
8113
8114Jeff:
8115	* Sylk import filter.
8116	* CSV export filter.
8117
8118--------------------------------------------------------------------------
8119
8120Gnumeric 0.41
8121
8122	* More recalculation bugs & other minor issues fixed.
8123	* Base release before Style mangling.
8124
8125--------------------------------------------------------------------------
8126
8127Gnumeric 0.40
8128
8129Miguel:
8130	* Important recalculation bugs fixed.
8131
8132--------------------------------------------------------------------------
8133
8134Gnumeric 0.39
8135
8136Miguel:
8137
8138	* Arbitraryly shaped bonobo objects.
8139	* Formatting engine supports h,m,s correctly and supports [h], [m], and [s]
8140
8141Jukka:
8142	* Started implementation of GROWTH function
8143	* Optional argument fixes for TREND function
8144
8145Arturo:
8146	* Split libole2 + test program.
8147	* Large excel file support > 8Mb.
8148
8149Michael:
8150	* Start of sheet/workbook/global name scoping.
8151
8152Jody:
8153	* Some Optimization.
8154	* Enhance row/col insert/delete, cell shift, and cell cut/paste.
8155	* Some eye candy.
8156
8157Jon K Hellan:
8158	* Dialog improvements.
8159
8160--------------------------------------------------------------------------
8161
8162Gnumeric 0.36
8163
8164Jody:
8165	* Improve selection to correctly handle overlapping ranges.
8166	* Improve XL import of 'escher' stream for pictures and objects.
8167	* Enabled import of XL objects by default.
8168	* Rewrite zoom dialog.
8169
8170Jukka:
8171	* Major clean up to the documentation of functions.
8172	* Added tons of examples to functions.
8173	* Added ``Delete...'' entry to ``Edit'' menu.
8174	* Implemented PERCENTILE function.
8175	* Fixed PERCENTRANK function.
8176
8177Miguel:
8178	* New toolbar code.
8179	* Report font type, support for reporting size
8180	* New format apply buttons for money, percent.
8181	* More commands to format/row/col/sheet
8182	* Bumped row limit to 64k
8183
8184Michael:
8185	* Support IO on non-mmap-able excel files.
8186	* Totaly re-write libole2's API - its usable now.
8187	* Excel export 'Add-in' functions.
8188
8189Frank:
8190	* Excel summary info export.
8191
8192--------------------------------------------------------------------------
8193
8194Gnumeric 0.33, 0.34, 0.35
8195
8196Jukka:
8197	* Implemented ACCRINT, ACCRINTM, DISC, FVSCHEDULE, INTRATE,
8198	  ISPMT, RECEIVED, PRICEDISC, PRICEMAT, TBILLEQ, TBILLPRICE,
8199	  and TBILLYIELD functions
8200
8201Michael:
8202	* Re-implemented sheet objects,
8203	* Implemented drop filename -> Bonobo component conversion,
8204	* More intelligent workbook sizing.
8205	* Fixed sheet tab focus / editing.
8206	* Per sheet page setup / preview.
8207	* Print setups XML I/O & Excel importing
8208	* Functions MATCH & INDEX started.
8209	* Array input parser.
8210
8211--------------------------------------------------------------------------
8212
8213Gnumeric 0.33, 0.34, 0.35
8214
8215Jukka:
8216	* Implemented ACCRINT, ACCRINTM, DISC, FVSCHEDULE, INTRATE,
8217	  ISPMT, RECEIVED, PRICEDISC, PRICEMAT, TBILLEQ, TBILLPRICE,
8218	  and TBILLYIELD functions
8219
8220Miguel:
8221	* Implemented Print Preview
8222
8223Jody:
8224	* Bug fixes.
8225
8226--------------------------------------------------------------------------
8227
8228Gnumeric 0.32
8229
8230Jukka:
8231	* More work done on documenting the analysis tools.
8232	* Implemented MDETERM and MINVERSE matrix functions.
8233	* Finished the ROMAN function completing the mathematical
8234          functions.
8235	* Implemented DB, DDB, FREQUENCY, QUARTILE, and XNPV functions.
8236	* Started the implementation of LINEST and TREND functions.
8237	* Fixed DOLLAR, DOLLARDE, DOLLARFR, and PROB functions.
8238
8239Michael:
8240	* Added GUI for Summary Info.
8241	* Enabled function wizard.
8242	* Initial stab at Lotus 123: 'wk1', 'wks' import.
8243	* Added GUI for Names.
8244	* Better Excel string importing.
8245	* Fix for padded number insertion ( fixes CSV import )
8246	* Implemented ISREF, INDIRECT improved CELL
8247	* Fixed several database functions.
8248	* Non-relative R1C1 style references.
8249
8250Jody:
8251	* Enable Array formulas.
8252	* Add VALUE_BOOLEAN, VALUE_ERROR, and  OPER_PERCENT
8253	* Added EOMONTH, WORKDAY, NETWORKDAYS.
8254	* Work on functions : ROW, COLUMN, ISLOGICAL, ISERR, ISBLANK,
8255          DATEVALUE
8256	* Support implict intersection 'feature' of XL for functions,
8257	  NOT operators.
8258	* Support Ctrl-Arrow movement & selection.  Make moving corner of
8259	  selection visible.
8260	* Support F4 switching between absolute and relative addressing
8261	  modes
8262	* Reworked internal handling of absolute/relative addressing.
8263	* Fixed cut/copy/paste to relocate relative references to only
8264	  when copying not cuting.
8265
8266Jay:
8267
8268	* Implemented BESSELI, BESSELK completing the engineering functions.
8269
8270Miguel:
8271	* Bonobo support is working again.
8272	* Added Moniker support for the Workbooks
8273	* Made the Workbook a GtkObject;
8274	* Made Workbook a GnomeContainer object
8275	* EmbeddableGrids now can be returned from get_object to provide linking support.
8276	* Added a signal for cell_content_changed for the speech support.
8277	* Removed function wizard.
8278	* Fixed locale setting and switching for file IO.
8279	* Updated the CORBA interface for setting cell attributes.
8280	* Killed some dead code.
8281	* All IO code now takes an existing workbook to load information into,
8282	  rather than creating a new workbook and returning it.
8283	* Scrolling sheet tabs.
8284
8285--------------------------------------------------------------------------
8286
8287Gnumeric 0.31
8288
8289Jukka:
8290	* Implemented ``Anova: Single Factor'' data analysis tool
8291	* Implemented ``Anova: Two-Factor Without Replication'' data
8292	  analysis tool
8293
8294Jody:
8295	* Added TEXT, HYPERLINK stub, fixed OFFSET, VALUE.
8296	* Improve handling of empty cells, and null strings.  Still incomplete.
8297	* Partial fix formatting/parsing.
8298	* Bug fixes for Excel import.
8299
8300Michael:
8301	* Implemented Summary Information
8302
8303--------------------------------------------------------------------------
8304
8305Gnumeric 0.30
8306
8307Jukka:
8308	* Bernoulli distribution added to Random Number Generation tool
8309	* Finished the Rank and Percentile tool
8310	* Lots of bug fixes and documentation updates to the data
8311	  analysis tools
8312
8313Jody:
8314	* Added TRANSPOSE(), MMULT()
8315	* Constification.
8316	* SplitArray exception for array formulas support.
8317	* Better Excel emulation for insert/delete row/col menus.
8318
8319Miguel:
8320	* New font selector widget for the new gnome-print information.
8321
8322Rasca:
8323	* New EPS exporter.
8324
8325--------------------------------------------------------------------------
8326
8327Gnumeric 0.29
8328
8329Miguel:
8330        Added EmbeddableGrid Bonobo support for embedding graphics.
8331        Added header/footer printing code.
8332        Extended the CORBA interface for sheets
8333        Added Grid corba interface
8334	Fixed Gnumeric compilation
8335	Include all the plugins again
8336
8337Rasca Gmelch:
8338	Troff export
8339	Improved HTML export
8340	Improved LaTeX export
8341
8342Jukka:
8343        - Implemented Moving Average Tool
8344        - Started implementation of Rank and Percentile Tool
8345        - Documented Analysis tools
8346
8347Jody:
8348	Display embedded newlines in multi-line-cells
8349
8350Michael
8351        * More improved Excel writing code
8352--------------------------------------------------------------------------
8353
8354Gnumeric 0.28
8355
8356Hello guys,
8357
8358   I have just released version 0.28 of Gnumeric.
8359
8360   This version main feature is that it adds printing support.
8361Starting with this release you need to install the gnome-print
8362package.
8363
8364* Availability
8365
8366ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8367
8368* New Features since 0.27
8369
8370	* Print support (miguel)
8371
8372	* Improved function wizard (not yet enabled) (Michael)
8373
8374	*
8375* New Tools
8376
8377	* Started the implementation of Data Analysis tools (Jukka)
8378    	    - Implemented Correlation and Covariance tools
8379    	    - Implemented Descriptive Statistics Tool
8380    	    - Implemented Sampling Tool
8381    	    - Implemented t-Test Tools (paired, assuming equal variance, and
8382    	      assuming unequal variance)
8383    	    - Implemented z-Test Tool
8384    	    - Implemented F-Test Tool
8385    	    - Implemented Random Number Generation Tool with the following
8386    	      distributions: Discrete, Normal, and Uniform.
8387
8388* New Functions
8389
8390	* Added the following functions (Jukka)
8391	    - FORECAST() and INTERCEPT().
8392
8393* Excel support
8394
8395	* Patterns now match the Excel ones (Jody)
8396
8397	* Improved writing code (Michael)
8398	  * Excel can load our formulas now
8399	  * Text/number work correct (Michael)
8400
8401	* Completed Excel color handling (Jody)
8402
8403	* Improved Excel format support for formulas (Jody).
8404
8405	* Worked on embryonic Excel chart code (Jody).
8406
8407* File I/O
8408
8409	* Working CSV code (miguel, alan)
8410
8411	* Split between importers and loaders (miguel):
8412
8413	  Importers basically lack a probing routine, so for
8414	  non-deterministic probing, we use importing instead of loading.
8415
8416	* HTML importer (Rasca Gmelch)
8417
8418	* HTML exporter (Rasca)
8419
8420	* Latex exporter (Rasca)
8421
8422* Random improvements
8423
8424	* Prettified sort slightly (Michael).
8425
8426* Major Bug fixes
8427
8428	* Pattern selector works again (miguel)
8429
8430	* Memory leak fixes (Morten)
8431
8432	* SUMIF() and N() fixed (Jukka).
8433
8434	* Many translations updated, thanks to our translators.
8435
8436Best wishes,
8437Miguel.
8438
8439
8440Gnumeric 0.27
8441Hello guys,
8442
8443   New version of Gnumeric has been released.  Version 0.27
8444
8445   The next version will most likely merge my code to do printing into
8446the main branch unless we decide to do a quick bug fix release.  Also,
8447starting with this release, Gnumeric will be supported by
8448International GNOME Support (http://www.gnome-support.com).
8449
8450   Michael Meeks has redone the function definition code, it is much
8451better and extensible than the code we had before.
8452
8453* Getting it
8454
8455	You can get it from:
8456		ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8457
8458* What is new in this release:
8459
8460Jukka:
8461	* Added the following functions:
8462	 - FTEST(), TTEST(), SUMPRODUCT(), SEARCH(), ADDRESS(),
8463	   CHITEST(), BETAINV(), PERCENTRANK(), SERIESSUM(), SUMA(),
8464	   SUBTOTAL(), SLOPE(), AVERAGEA(), MAXA(), MINA(), STDEVA(),
8465	   STDEVPA(), VARA(), and VARPA().
8466        * And fixed these functions:
8467	 - BETADIST(), NORMDIST(), RANK(), and POISSON().
8468	* Lots of test files added
8469
8470Morten:
8471	* Reworked the insert/delete column/row again.
8472	* Reworked the Goal Seek function to produce more accurate
8473	  results faster, and fail less often.
8474	* Improved the recalculation engine.
8475	* Shined up date calculations.
8476	* Added WEEKDAY(), DAYS360(), TIMEVALUE().
8477	* Fixed PROPER(), FLOOR(), SERIESSUM(), ROUND(), ROUNDUP(),
8478	  ROUNDDOWN(), ATAN2(), MOD(), INT(), COUNT(), COUNTA(),
8479	  AND(), OR().
8480	* Improved precision here and there.
8481	* Fixed font-reusage when writing in Gnumeric's default file
8482	  format.
8483	* Fixed cell editing code.
8484	* Fixed many internationalisation bugs.  Translators, please
8485	  make sure the default floating-point format, "0.0########",
8486	  has been translated for your locale.  (German translators,
8487	  please revisit "Zoom factor should be at least 50%" also, :-)
8488
8489Miguel
8490	* Paste-Special/Transpose.
8491	* Bug fixing.
8492
8493Sean
8494	* Implemented 'X-base' importing support (DBase, FoxPro etc.1)
8495
8496Michael
8497	* Re-wrote the OLE block layer again...
8498	* Re-wrote all the function code for more uniformity, lucidity
8499	and expandibility.
8500	* Re-wrote the function documentation.
8501	* Tentative alpha Excel sheet writing
8502	 - StarOffice is only tested importer
8503	 - Only Excel 95 likely to 'work'
8504	 - only basic numbers and text are stored.
8505	* Fix writing code to preserve sheet order.
8506
8507Nick Lamb
8508	* Added excel function mappings.
8509	* Fixed absolute shared formulae cell references.
8510	* Supplied a spreadsheet to check date functions.
8511
8512Jody Goldberg
8513	* Supplied many new error and error checking functions.
8514	* Vastly improved Excel color loading.
8515	* Completed Excel function mappings, as far as possible.
8516
8517Several translations updated: thanks to our translators
8518
8519And lots of bugs fixed.
8520
8521Thanks to all
8522Miguel.
8523
8524
8525
8526Gnumeric 0.25
8527Hello guys,
8528
8529   Gnumeric 0.25 has been released.  Lots of new things are happening
8530in this new version, here is a list:
8531
8532* User visible
8533
8534	* New functions: BETADIST(), FDIST(), TDIST(), CHIDIST(),
8535	  CHIINV(), GAMMAINV(), GAMMADIST() from Jukka-Pekka.
8536
8537	* New functions: SUMSQ(), MULTINOMIAL(), PRODUCT(), SQRTPI().
8538	  I believe these are from Jukka Pekka, but I do not see a
8539	  ChangeLog entry.
8540
8541	* Enhanced Excel importing code even more (Michael Meeks).
8542
8543	* Goal seek dialog box from Jukka-Pekka works.
8544
8545	* Round up bug fixed by Morten Welinder.
8546
8547	* Recomputation bugs for cell ranges fixed (some taxpayers
8548	  noticed that their loaded sheets were not recalculating at
8549	  startup, thanks for their input).
8550
8551* User visible, not ready
8552
8553	* More Bonobo work.  Start of graphics wizard for use with
8554	  Guppi, the GNOME plotting engine.
8555
8556
8557* Foundation work
8558
8559	* Integration of libglade into Gnumeric.  Now we can design
8560	  our dialog boxes with Glade and use libglade to load the
8561	  GUIs.  Thanks to Damon Chaplin for Glade and James
8562	  Henstridge for libglade and his support with libglade.
8563
8564	* Made the code use 'const' a lot more (Morten Welinder), this
8565	  helps making the code more robust.
8566
8567* Not very visible
8568
8569	* Assorted batch of bug fixes.
8570
8571	* A number of memory leaks have been fixed (Morten Welinder).
8572
8573	* Excel loader can even restore your selection :-) (Michael
8574	  Meeks).
8575
8576	* A number of sanity checks from Morten Welinder.
8577
8578Miguel.
8579
8580
8581Gnumeric 0.23
8582Hello guys!
8583
8584   A new version of Gnumeric has been released, version 0.23.  Trained
8585eyes will notice that I have skipped version 0.22.  Well, I did not.
8586I just did not announce it because I had promised not to make a new
8587release (which I ended up doing) because it included a pile of cool
8588features.
8589
8590   So, here is the new stuff since 0.21, major features:
8591
8592	* Michael Meeks added multiple-clause sort to the sort dialog.
8593
8594	* GNUMERIC_NORMDIST() function now uses a more efficient
8595	  method of computation (Morten Wellinder).
8596
8597	* Should load properly workbooks with references to other
8598	  sheets.
8599
8600	* Starts up with a bigger size (Michael).
8601
8602	* Michael has begun a function wizard, it is disabled in this
8603	  version by default.
8604
8605	* RAND() function.
8606
8607	* Fixes for some cases of circular references (the other cases
8608	  were fine), by Morten.
8609
8610	* IF() now can take variable arguments (Michael).
8611
8612	* Updated documentation
8613
8614	* Many small fixes.
8615
8616Getting Gnumeric 0.23:
8617
8618ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8619
8620Miguel.
8621
8622
8623
8624Gnumeric 0.21
8625Hello guys,
8626
8627   I know, I know.  Too many releases for a day.
8628
8629   But many good things have been done, and we want all of these
8630features to be available ASAP to all of you :-).
8631
8632	1. Morten Welinder implemented a more accurrate algorithm for
8633	   the variance functions.
8634
8635	2. Michael Meeks send me lots of updates and changes to Gnumeric:
8636
8637		a. Column Sorting.
8638		b. Better dragging of text areas.
8639		c. Updated documentation on writing functions.
8640		d. Uses floats on number-entry if the number is
8641	  	   too large (instead of overflowing like it was doing).
8642		e. Updated function documentation to mention optional parameters.
8643
8644   I promise I will be quiet now for a few days.  I really do.
8645
8646* Availability:
8647
8648	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8649
8650Miguel.
8651
8652
8653
8654
8655Gnumeric 0.19
8656Hey Dudes!
8657
8658   New version of Gnumeric has been released.
8659
8660* New in this version:
8661
8662   * New infrastructure to simplify writing functions
8663     with variable arguments (Michael Meeks).
8664
8665     New token for ranges.
8666
8667   * Many new functions:
8668
8669	* Jukka-Pekka Iivonen contributed many finantial functions:
8670	  DOLLARDE(), DOLLARFR(), NOMINAL(), NPV(), PV(), FV(), PMT(),
8671	  IPMT(), PPMT(), NPER() and DURATION().
8672
8673	* Michael Meeks wrote the spreadsheet lookup functions: COLUMN(),
8674	  COLUMNS(), HLOOKUP(), ROW(), ROWS(), VLOOKLUP()
8675
8676	* Sean Atkinson improved SUBSTITUTE() and he implemented CONCATENATE(), REPT(), FIND(),
8677	  FIXED(), PROPER(), REPLACE(), T(), VALUE(), SUBSTITUTE(), DOLLAR()
8678
8679	* Jukka-Pekka wrote CEILING() and COMBIN().
8680
8681	* Jukka-Pekka wrote the statistical functions:
8682	  BINOMDIST(), HARMEAN (), HYPEGEOMDIST(), AVEDEV(), CONFIDENCE(), CRITBINOM(),
8683	  DEVSQ(), FISHER(), KURT(), NORMDIST(), PERMUT(), SKEW(), STANDARIZE(), WEIBULL(),
8684	  FISHERINV(), NORMSDIST() and LOGNORMDIST(), CORREL(),
8685	  COVAR(), MODE(), NEGBINOMDIST(), RANK(), TRIMMEAN().
8686
8687	* Michael Meekrs wrote POISSON(), DELTA(), GESTEP().
8688
8689
8690    * Many bug fixes
8691
8692	* Daniel Veillard fixed the bug with saving cells that had the "&" inside.
8693
8694	* Cleanups from Michael to use the new variable arguments code.
8695
8696        * Various typo fixes.
8697
8698* Availability:
8699
8700	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/gnumeric-0.19.tar.gz
8701
8702
8703Miguel.
8704
8705
8706
8707Gnumeric 0.18
8708Hello guys,
8709
8710   New gnumeric is out.
8711
8712   This is mainly a bug fix release
8713
8714* Features:
8715
8716	- More functions from Michael Meeks
8717
8718	- Bug fix: Applying a cell number format should work again inmediately
8719	  (it was not queuing the re-rendering operation).
8720
8721	- Bug fix: Precedence fixes: when decoding the tree to render a text
8722	  representation, I was not properly considering the case for
8723	  same-priority but different meaning operations.
8724
8725	  Should work now. (ie, it will correctly decode 1/(c4*d4)
8726	  again.
8727
8728	- New code: integer overflow/underflow detection code.  Now
8729	  addition and substraction will be promoted to floating point
8730	  values if there is a overflow in the computation.
8731
8732* Availability:
8733
8734	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/gnumeric-0.18.tar.gz
8735
8736
8737
8738Gnumeric 0.17
8739Hello guys,
8740
8741   New version of Gnumeric is out:
8742
8743* Availability:
8744
8745	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8746
8747* Changes and new features:
8748
8749	* Financial functions (effect, sln, syd) from Vladimir Vuksan.
8750
8751	* Engineering functions (power, gammaln, poisson, expondist,
8752	  sign, trunc) from Michael Meeks.
8753
8754	* Statistical functions (stdev, stdevp, var, varp, gcd,
8755	  geomean,) from Michael Meeks.
8756
8757	* Fixes to the clipboard code (should paste formulas to other
8758	  applications correctly and fix the inter-worbook pastes).
8759
8760	* External function loading works for Excel files.
8761
8762	* Cleaned up the Excel code (Michael)
8763
8764	* Should compile in AIX again.
8765
8766* Documentation
8767
8768	* As usual, all of the Gnumeric functions are documented.
8769
8770
8771
8772
8773Gnumeric 0.16
8774Hello guys,
8775
8776   New version of Gnumeric is out:
8777
8778* Availability:
8779
8780	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8781
8782* Changes and new features:
8783
8784	* Cell ranges will work properly if they are not in their
8785	  natural order (fixes the bug reported about SUM (C1:A1) not
8786	  working and a whole range of similar problems).
8787
8788	* CLEAN() function fixed.
8789
8790	* New text exporting plugin from Takashi Matsuda.
8791
8792	* We use gdk_fontset_load now to load fonts instead of
8793	  gdk_font_load, this should make the code work for various
8794	  international users (Takashi).
8795
8796	* Entering data with XIM on the sheet should work now as well
8797	  (Takashi).
8798
8799	* Paste-by-value has been fixed by Takashi as well.
8800
8801	* cell_set_format_from_style has been speeded up by Michael
8802	  Meeks.
8803
8804	* Excel importer no longer has static buffers (removes various
8805	  problems reported by people) (Michael Meeks).
8806
8807	* Excel importing code should be significantly faster and less
8808	  verbose now (Michael Meeks).
8809
8810Miguel.
8811
8812
8813
8814Gnumeric 0.14
8815Hey guys!
8816
8817   This is the release of Gnumeric "Simplified Bonobo" 0.14.
8818
8819   The only difference between Gnumeric 0.13 and 0.14 is that 0.14
8820ships in a way that makes the install process use the documentation as
8821it was generated in my machine (that means, you do not need the
8822Docbook tools installed in your system to get the documentation).
8823
8824Best wishes,
8825miguel.
8826
8827
8828
8829Gnumeric 0.13
8830Hello guys,
8831
8832   I have just released Gnumeric "Superstitious Bonobo" 0.13.  This
8833version is as usual available in:
8834
8835 	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8836
8837These are the new features in this version:
8838
8839	1. Excel loading is much faster now (Michael Meeks)
8840
8841	2. More excel sheets load now (Michael)
8842
8843	3. Various compilation fixes from Tim Mooney for some
8844	   strict C compilers (Digital C compiler in this case).
8845
8846	4. Now it recalcs cells when you have cleared values or
8847	   removed cells (just a missing call to workbook_recalc was missing).
8848
8849	5. Install/compile fixes from Raja Harinath.
8850
8851	6. Implemented new functions: "ISERROR" and "NOT".
8852
8853	7. Copy/paste fixes in the presence of errors in the spreadsheet.
8854
8855	8. Small display glitch fix.
8856
8857	9. Add type checking to functions that take a constant number of arguments.
8858
8859	10. Upper case format letters are now accepted.
8860
8861Enjoy!
8862
8863Miguel.
8864
8865
8866Gnumeric 0.12
8867Hello,
8868
8869   New Gnumeric version, this is the miguel-will-be-out-until monday
8870release of Gnumeric, I will be visiting Boston, so if you are in the
8871area we could probably meet.
8872
8873   New features:
8874
8875	- New function TRUNC
8876
8877	- Excel loading: Michael Meeks and Sean did lots of work again
8878	  on improving our Excel importer.
8879
8880	- Internal fix that the Excel code was hitting.
8881
8882	- Fixes the menu for the quick operations (on the workbook)
8883
8884	- Fix to the rename-sheet function (it was displaying garbage
8885	  sometimes)
8886
8887	- Brunno finished the support for coloring the background of
8888	  cells, so now we can have nicely colored sheets with nice
8889	  backgrounds :-)
8890
8891	- He also finished the foreground setting color code.  Thanks!
8892
8893	- Now it warns if you drop a range of cells in a region that
8894	  already has values.
8895
8896	- Should include the missing files for the Perl plugin.
8897
8898	- CSV code disabled until it is fixed.
8899
8900	- Stricter control for removing active sheets in the code.
8901
8902	- Michael provided an icon for Excel files.
8903
8904	- Contributed Spanish documntation from Pablo.
8905
8906You can get this at:
8907
8908	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8909
8910Best wishes,
8911Miguel.
8912
8913
8914
8915Gnumeric 0.11
8916Hello,
8917
8918   I have released a new version of Gnumeric, pretty much a bug fix
8919over the Numerically Skillfully Cow release of Gnumeric.
8920
8921   Thanks to all of you who send me good bug reports, here is a list
8922of the bugs fixed and improvements:
8923
8924	- Excel loading code improved again by Michael Meeks.  He also
8925	  spotted a number of bugs in the code which were fixed.
8926
8927	- Paste was not properly recomputing formulas pasted.
8928
8929	- Gnumeric no longer crashes on save.
8930
8931	- Dependecy computation code got fixed.  Horribly typo was
8932	  doing all sorts of nonsense ;-)
8933
8934Fetch it from:
8935
8936   ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric/gnumeric-0.11.tar.gz
8937
8938Miguel.
8939
8940
8941Gnumeric 0.10
8942
8943Hello number lovers,
8944
8945    I have released the Numerically Skillfully Cow release of the
8946Gnumeric Spreadsheet.
8947
8948New in this version:
8949
8950	* Many updates on the Excel side, optimizaitons, bug fixes,
8951	  more features supported (Michael Meeks, Sean Atkinson).
8952
8953	* Support for adding/removing sheets on the notebook tabs
8954
8955	* A small draw fix (g's, j's and y's are no longer cropped).
8956
8957	* Mime types for Excel files are shipped (but no gnome icon
8958	  for XL files yet).
8959
8960	* Fixes to the CVS loader (Vincent Renardias).
8961
8962	* Perl plugin is shipped again.
8963
8964You can get this from:
8965
8966	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric
8967
8968Happy sums,
8969Miguel.
8970
8971
8972
8973Gnumeric 0.8
8974Hello guys,
8975
8976   Gnumeric "International Manatee" 0.8 has been released.
8977
8978   This version is available in:
8979
8980	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric-0.8.tar.gz
8981
8982   The most important change in International Manatee is the fact that
8983the documentation that Adrian Likins wrote is now integrated into the
8984build system.  It gets installed and we feature a reference guide for
8985the internal Gnumeric functions.
8986
8987   These are the features of International Manatee:
8988
8989	- Bruno enabled the coloring page for setting the foreground
8990	  color.
8991
8992	- The sheet label name works properly now (it no longer
8993	  "slides").
8994
8995	- Correct behaviour of clicking in the presence of editing the
8996	  sheet label name.
8997
8998	- Guile support now needs to be explicitly configure
8999	  (--with-guile).
9000
9001	- Fix crashing problems repoted when autofilling.
9002
9003	- Documentation is included in the tarball (You need DocBook
9004	  if you plan on extending the documentation or fixing my
9005	  ugly, ugly, ugly stuff :-).  You can find Docbook here:
9006
9007		ftp://ftp.cygnus.com/pub/home/rosalia/docware.
9008
9009	  A docbook tutorial is available in:
9010
9011		http://nis-www.lanl.gov/~rosalia/mydocs/docbook-intro.html
9012
9013	  The full docbook documentation can be downloaded for free
9014	  from the Davenport site (I lost the url to this, but I am
9015	  confident all of you documentation-savvy people are good
9016	  at altavistaing things).
9017
9018Enjoy,
9019Miguel.
9020
9021
9022Gnumeric 0.7
9023Hello guys,
9024
9025   Gnumeric "Speedy Manatee" 0.7 has been released.
9026
9027   This version is available in:
9028
9029	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric-0.7.tar.gz
9030
9031   The highlights of this version are:
9032
9033   New features dept:
9034
9035	- References to other sheets works, you can use this like this:
9036	  =Sheet!A1+1
9037	  ='Regional sales'!C5*3
9038
9039	- New border code.  Getting ready to print the borders on the
9040	  cells.
9041
9042	- Menu hints are now available for every menu entry.
9043
9044	- Standarized the menus (Nat Friendman).
9045
9046	- Use the statusbar in the code now.
9047
9048	- You can now rename your sheets by double clicking on the
9049	  tabs and typing the new name.  How excelish!
9050
9051   Enhancements dept:
9052
9053	- Excel importing code has been enhanced by Michael Meeks and
9054	  Nick Lamb.
9055
9056	- When inserting/moving columns or rows, the cells moved now
9057	  do not change their formulas (to keep the sheet working).
9058
9059   Bug fixes dept:
9060
9061	- Better default decimal formats
9062
9063	- Page flipping works correctly if you press on the tab names.
9064
9065	- Child dialog boxes no longer ignore keystrokes (in
9066	  save/load).
9067
9068	- Fixed the memory leaks on the Excel plugin (Michael).
9069
9070	- Provide better error checking for dates (Havoc Pennington)
9071
9072Enjoy,
9073Miguel.
9074
9075
9076Gnumeric 0.5
9077Hello guys,
9078
9079   I have just released a new version of Gnumeric (gnumeric-0.5), this
9080version is available in:
9081
9082	ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric-0.5.tar.gz
9083
9084   The highlights of this version are:
9085
9086	- A pluggable framework for file formats.  No need to hack the
9087	  code to add your file loader anymore, routines are provided
9088	  to register file loading and saving formats.
9089
9090	- (bug fix) Fixed the broken storage setup I introduced in the
9091	  previous version.  This means that files are now correctly
9092	  loaded and that if an expression renders an error you will
9093	  still be able to access the information you stored.
9094
9095Enjoy this new version,
9096Miguel
9097
9098
9099Gnumeric 0.4
9100From miguel Wed Dec 16 23:16:34 -0600 1998
9101From: Miguel de Icaza <miguel@nuclecu.unam.mx>
9102To: gnumeric-list@gnome.org
9103Subject: New version of Gnumeric has been released.
9104X-Lost: In case of doubt, make it sound convincing
9105
9106
9107Hello guys,
9108
9109   A new version of Gnumeric has been released as part of the GNOME
9110libraries code freeze.
9111
9112   I have not been very active the last two months in Gnumeric due to
9113the freezing of GNOME (I worked a lot on the file manager issues), but
9114I will soon be back working in the spreadsheet.
9115
9116   Michael Meeks and Bruno Unna did an awesome job while I was doing
9117this: They added Excel file importing.  That is all I can say.  Some
9118stuff is missing, yes, it will get added, yes.
9119
9120   During the last few weeks Morten Welinder has been reviewing the
9121Gnumeric code and making very good suggestions to the coding style as
9122well as making sure we keep Gnumeric in a nice way.  I am very
9123thankful for his input.
9124
9125   Jakub Jelinek made the scrolling code be smarter than my previous
9126attempt at scrolling, it is now definetly usable.
9127
9128   Code for attaching notes to cell is completely on the code.  The
9129only problem is that right now comment is hardcoded in the source
9130code.  We need a nice dialog box for this.
9131
9132   Mark Probst added some Guile support (this as well as the other
9133plugins is completely optional), some neat things can be done with it,
9134make sure you check the distribution directory.
9135
9136   Exponentiation has been implemented (all the code was there, I just
9137had forgotten to add the line to the grammar).
9138
9139   Some more architectural work has been going on: named-cell range
9140code is there (not finished but there).  Also, some code for
9141referencing the cells in other sheets or workbook is there.
9142
9143   I still need to figure out a way to encode this into the
9144expression.  I would appreciate any input on this issue: There are
9145various possible solutions, one of the is creating a special OP_ that
9146would represent a lookup into an non-local sheet.  The other is to
9147define this as a function and finally, it could be done as a special
9148cell type.
9149
9150   Also, I have dropped the "entered_text" information I kept on the
9151cell.  Now the cell value is stored either as a value or as an
9152expression tree and decoded when the user requires it.  This was
9153required for a number of things (one of them being a nicer way to
9154share cell expressions during copying, and for the excel format and
9155the autofill code got definetly simpler and more maintainable).
9156
9157   Various display and scrolling glitches were fixed as well.  But in
9158the process, I somehow broke the object-drawing code.  I have not
9159researched this yet.
9160
9161   The initial support for CORBA is in, but it does not actually do
9162anything, it is just the setup for launching the Gnumeric server.
9163Owen Taylor made Gnumeric accept dragged files, you can now drag files
9164from the file manager into the spreadsheet, on this topic:  the date
9165routiens now use GLib's gdate instead of the gnome-libs libDate
9166routines.
9167
9168   You can fetch it from:
9169
9170      ftp://ftp.gnome.org/pub/GNOME/sources/gnumeric-0.4.tar.gz
9171
9172Enjoy,
9173Miguel.
9174