2008-04-25 22:39:14 by Joerg Sonnenberger | Files touched by this commit (170) |
Log message:
Update PYTHON_VERSIONS_COMPATIBLE
- assume that Python 2.4 and 2.5 are compatible and allow checking for
fallout.
- remove PYTHON_VERSIONS_COMPATIBLE that are obsoleted by the 2.3+
default. Modify the others to deal with the removals.
|
2008-04-21 10:17:25 by David Brownlee | Files touched by this commit (1) |
Log message:
PYTHON_VERSIONS_ACCEPTED+=25
|
2008-04-17 10:43:31 by Joerg Sonnenberger | Files touched by this commit (3) |
Log message:
Repeat after me: Never use sys/errno.h, just use errno.h. Fix build on
AMD64.
|
2008-04-13 22:32:43 by Kouichirou Hiratsuka | Files touched by this commit (3) |
Log message:
Fix build with firefox. Problem reported by abs@.
|
2008-04-09 11:03:59 by Kouichirou Hiratsuka | Files touched by this commit (2) |
Log message:
Fix `test =='. Pointed out by wiz@.
|
2008-04-07 18:24:51 by Kouichirou Hiratsuka | Files touched by this commit (16) | |
Log message:
Update to 2.4.0.
New features:
General
* Connect to WebDAV servers via HTTPS
* Custom icons for toolbars are imported
* Control password-storing with a master password
* Warning if document is from a newer ODF
* PDF documents: relative links, document references, PDF/A-1
(ISO 19005-1) supported, and cross-document link behavior options
* Mac OS X: Quicktime support for movies and sound / use the built
in spell checker
* Print dialog improvements in usability
* Edit boxes: warning at limit of characters
* DejaVu font is now default instead of BitStream Vera
Localisation
* Entries for 10 languages added
Base / DBA
* Improved rendering of numeric(n) data from JDBC and Oracle
* Easier choice of table name in "Copy table"
* Editing of views in HSQLDB
* Query designer for all properties which allow SQL command
* Query designer in SQL view
* Relation design accessible for MySQL databases
* Setting to check for required fields on forms
* Support for Access 2007 (.accdb files)
Calc
* Convert text to columns: with this feature CSV data inside cells
can be transformed into columns directly
* Columns and rows in spreadsheet can be moved with drag and drop
* Enter key returns to the column where the input started, one row
below
* Formula input: "+" and "-" can also be used to start
* Individual zoom level per sheet
* AutoFilter: choices clearer grouped and based on result of
filtering in other columns
* DataPilot: Manual Sorting / Double-click in DataPilot cell
provides calculation data of that cell
* Performance improvement with functions VLOOKUP and MATCH
* Print dialog for Calc easier to use
* PageUp and PageDown keys work in print preview
* Sheet names in cell-hyperlinks: renamed properly
Chart
* Regression curves: The equation of trend lines and the R^2 value
now can be displayed
* Reverse axes possible
* Bars on different axes displayed next to each other
* Data labels: Number format
* Data point label: display both value and percentage
* Data label: display each part in a separate line
* Data labels: more flexible placement of labels
* Labels on pie segments: avoiding overlapping
* Data point label: can be removed with delete key
Draw
* Navigation (tab) order of page objects
* PDF export: page names as bookmark
* Reduce complexity: no longer necessary display options removed
Impress
* Navigation (tab) order of page objects
* Thrilling 3D effects in slide transitions
* Export slide names as PDF bookmarks
* Easier to insert background picture
Writer
* Selecting rectangular region of text
* Find and Replace: backward references in regular expressions
* Spell checking: easier selecting of the language
* Insert&Insert Object toolbar redesign - Writer
* Printing of hidden text can be turned on
* Printing text place holders can be turned off
* Shortcuts added for paragraph style Heading 4, Heading 5 and
Textbody
* Ctrl-click behaviour for hyperlinks can be changed
* Custom document properties: Text fields and UI support
Extensions/ programmability / API
* Extensible Help System for extensions
* Extensions can have a separate display name
* Extensions: support of web based update
* Extensions: additional information about the publisher and
release notes
* Extensions: check for updates
* Dialogs can have a wallpaper set
* Transparent background for controls
* Remote control presentations via API
* API: get selected table(s) or query(s) in the main Base window
Please see the following URL for more information.
http://development.openoffice.org/releases/2.4.0.html
|
2008-03-21 10:20:56 by Kouichirou Hiratsuka | Files touched by this commit (3) |
Log message:
Fix CVE-2007-{4770,4771} (sync with upstream by patch-db).
Bump PKGREVISION. Pointed out by drochner@ in private e-mail.
|
2008-03-09 13:57:27 by Joerg Sonnenberger | Files touched by this commit (1) |
Log message:
DESTDIR support.
|
2008-02-06 17:41:08 by Kouichirou Hiratsuka | Files touched by this commit (4) |
Log message:
Make this build with FreeBSD builtin gcc. Bump PKGREVISION.
|
2008-02-05 23:11:16 by Kouichirou Hiratsuka | Files touched by this commit (1) |
Log message:
- Update comment for ldconfig.
- Add pre-configure target.
|