File: CHANGELOG

package info (click to toggle)
ooolib 0.1.7-1
  • links: PTS
  • area: main
  • in suites: etch, etch-m68k
  • size: 312 kB
  • ctags: 65
  • sloc: perl: 1,661; makefile: 88; sh: 78
file content (55 lines) | stat: -rw-r--r-- 1,596 bytes parent folder | download
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
Version 0.1.7 - February 14, 2005

- Uses Archive::Zip as default instead of zip utility
- Fixed a bug where META-INF/manifest.xml was not being closed.  (pointed out
  by Tom Dierickx http://www.data-for-all.com/blog/index.php?p=51 )

Version 0.1.6 - December 29, 2004

- Added bold, italic, and text-color support to Calc Documents
- Added a column-width option in cm to Calc Documents
- You can now use cell names for spreadsheets (A1, B2)
- I lost a lot of code because of a hard drive failure.  oops.

Version 0.1.5 - March 5, 2004

- Code for formulas (Submitted by Vladimir Vuksan)
- Changed to module
- Text fonts
- Patch 866672 (Submitted by Chris Mayo) - Unicode, Filenames, etc.
- Changed oooWrite* function arguments to include type
- Fixed bug 811287 (I think)

Version 0.1.4 - October 17, 2003

- Page breaks
- Text colors and background/highlight colors
- Text sizes
- Justification for headers
- Ordered Lists

Version 0.1.3 - October 9, 2003

- Redesigned Library API
- Cell-auto increment feature
- Handles special characters better
- Bold, Italics, Underline Added
- Left, Center, Right, and Block justification

Version 0.1.2 - August 17, 2003

- Added sxw functions for text and headings.
- Combined ooosxc and ooosxw functions.
- Bug Fixes

Version 0.1.1 - August 15, 2003

- Removed skel directory, now creating from scratch.
- Added ooosxcWriteManifest dummy function.
- Added ooosxcWriteSettings dummy function.
- Added ooosxcWriteStyles dummy function.
- Added ooosxcWriteMimetype dummy function.

Version 0.1.0 - August 8, 2003

- Added support for creating sxc files.