11.126   2014-05-28
2  - Test script (lpod_test) bug fix.
31.125   2014-05-21
4  - MIN_PERL_VERSION is now 5.10.1.
51.124   2014-05-20
6  - Field.pm: fixed 'lexical_subs' error.
71.123	2014-05-20
8  - All modules: removed 'lexical_subs' from 'use experimental' statement.
91.122   2014-04-30
10  - All modules: transitional workaround for 5.18 'experimental' warnings.
11  - Common.pm: allowed XML pretty print option change; cleaned is_true().
12  - Element.pm: API conflict fix for set_first_child(), set_last_child().
13  - Style.pm, Document.pm: get_styles() bug fix.
14  - TextElement.pm: set_text() bug fix.
151.121   2012-05-15
16  - StructuredContainer.pm: list creation bug fix.
17  - Style.pm, Element.pm: outline style bug fix #76905; list style bug fix.
18  - Document.pm: improved and documented content(), meta(), styles(),
19  manifest() shortcuts; added syntactic sugar.
20  - Table.pm: improved ODF::lpOD::NamedRange->create().
211.120   2012-03-28
22  - Document.pm, Element.pm: added export() as synonym of serialize();
23  added 'indent' as synonym of 'pretty'.
24  - Field.pm: bug fix in set_value(); added specific get_text() and set_text().
25  - Element.pm: added get_element_by_name(); created ODF::lpOD::NamedRange.
26  - Table.pm: added ODF::lpOD::NamedRange.
27  - Document.pm, Field.pm: set_variable() bug fix #75515; added
28  get_named_range(), set_named_range(); get_body() improvement.
291.119   2012-02-21
30  - StructuredContainer.pm: image frames automatic sizing improved.
31  - Common.pm: image_size() and load_file() bug fix (#74974) and improvements.
32  - Document.pm: add_image_file() improved, file import through URLs now
33  supported.
341.118   2012-02-05
35  - StructuredContainer.pm: improved image frame related stuff.
36  - Document.pm: allowed remote part load.
37  - Makefile.PL: XML::Twig 3.34 allowed again.
38  - Element.pm: set_attribute(), get_attribute() made safe for call with undef
39  attribute name; added document_type(); added insert() and append(); allowed
40  XML loading from remote URLs.
41  - Common.pm: added signature(); remote file handling utilities.
42  - Style.pm: Added specific stuff for cell styles in presentations; added
43  fill() for GraphicStyle and CellStyle; added set_shadow() for graphic and
44  table styles; fixed some issues related to backgrounds and borders.
45  - Doc update.
461.117   2012-01-20
47  - Makefile.PL, MANIFEST: File::Type, Image::Size, LWP::Simple now required;
48  XML::Twig 3.37 required; lpod_test utility added.
49  - StructuredContainer.pm: improved image frame accessor.
50  - Table.pm: specific insert_element() method for cells.
51  - Common.pm: file_parse improvement.
52  - Document.pm: add_image_file() improvement & doc fix.
53  - StrucruredContainer.pm, Common.pm: odf_structured_container really used
54  - Doc cleaning.
55  - Element.pm: code indent cleaning.
561.116   2011-08-05
57  - TextElement.pm: bug fix #70100; positioning logic change in the
58  split_content() utility, affecting set_span() and set_hyperlink().
59  - TextElement.pm: allowed 'length' with set_bookmark(), set_index_mark()...
60  - t/test01_write.t: no longer uses Image::Size.
61  - Element.pm: bug fix #69989; get_element() now allows '/' in search strings.
62  - Element.pm: improved replace(), created count_matches().
63  - Common.pm: added count_substrings() internal utility.
64  - Doc cleaning.
651.115   2011-06-30
66  - Cosmetic code & doc cleaning.
67  - Element.pm: ensured insert_element() always returns the inserted element;
68  prevented from inserting an already inserted element.
69  - StructuredContainer.pm: improved odf_section customization.
701.114   2011-05-23
71  - Common.pm: alert messages to STDERR only; more regular code indent.
72  - StructuredContainer.pm: new get_title() draw page method.
73  - Various doc clarifications.
741.113   2011-05-11
75  - TextElement.pm: bug fix in set_note(), improved get_text() recursive.
76  - StructuredContainer.pm: new odf_toc methods.
77  - Style.pm: underline options improvement, doc error fix (#67409),
78  added register()/insert() method, 'stroke-.*' attribute handling improvement.
79  - Documentation: clarified some details, fixed errors and typos.
801.111   2011-03-30
81  - Table.pm: Added out of range security to get_rows() and get_cells();
82  improved cell span handling.
83  - Document.pm: Added the 'handlers' and 'roots' options with get_part().
84  - TextElement.pm: Added reference mark support methods.
85  - Detail change in t/test01_write.t.
86  - Doc improvements.
871.110   2011-03-10
88  - Added change log in the distribution.
89  - TextStyle: added 'variant' option.
90  - Document: XML indent if debug mode, added register_style() as an alias
91  for insert_style(); bug fix in get_style().
92  - Element.pm: Bug fixes and improvements regarding XML imports.
93  - Style.pm : Number style handling improvement.
94  - All: many comment changes.
95  - Doc updates.
96