f0665bcb97
Security fix: - Fix CVE-2007-2834 (it has already fixed in 2.2.1nb3). New features: - separated UI/configuration for database forms and database reports. - keyboard shortcuts for database record navigation. - Show filter options dialog before file dialog in case of pdf-export. - Selection of stylist filter now persistent. - The title for the broken signature dialog has been changed. - Extension Identifiers, unopkg, pkgchk. - Export COT, ACOT, COTH, and ACOTH to MS Excel files. - Centered document view. - separated UI/configuration for XML Form Documents. - New locale data: Hausa_Ghana (ha_GH) Ewe_Ghana (ee_GH) Frisian_Netherlands (fy_NL) Uzbek_Uzbekistan (uz_UZ) Occitan_France (oc_FR) Lingala_Congo (ln_CD) Sango _ Central African Republic (sg_CF) English_Ghana (en_GH), Ganda_Uganda (lg_UG) Armenian_Armenia (hy_AM) - Tagalog_Philippines (tl_PH) added to language list box. - Jewish calendar dates for en_US locale. - Uzbek (Cyrillic) removed from language list box. - Currency Bolivar Fuerte, VEF, for Spanish_Venezuela (es_VE) locale. - Default currency Ghana Cedi, GHS, for *_Ghana (ak_GH, ee_GH, en_GH, ha_GH) locales. - com.sun.star.io.SequenceInputStream service. - Insert/Title Dialog Layout Changed. - offer to switch to a Simple 3d look in charts. - exploded 3D pies and donuts. - more easy creation of charts / new wizard. - Strings for Undo in Charts. - enhanced logarithmic scales. - Automatic axis scaling. - Flexible Source-Range Selection. - enhanced selection handling. - Export donut charts according to spec. - Export manual scales for percent charts correctly. - Menu for Charts. - Chart Data Editor improved. - Right-angled axes for 3D Charts. - New Default Colors for Charts - Chart-Specific Toolbars. - Terms for Chart Elements. - simplified 3D dialog for charts. - Right-angled axes for 3D Charts. - Show formula and R^2 for regression curves in Status Bar and Extended Tip Help. - keyboard shortcuts for task pane entries. - / in database object names not allowed anymore. - New Report Designer. - HTML export for draw and presentation documents now supports png. - Alternative text for non-text image map. - Alternative text for layers in drawings. - Alternative text for layers in drawings (now with issue number). - Preview Document in Web Browser. - Extension can integrate options pages in the options dialog. - New option: Load printer settings with the document. - Single dialog export in dialog editor. - Link to extensions.services.openoffice.org in Extension Manager. - Editing of path animations is possible again. - testtool: new commands to request webpages. - testtool: new implementation for typekeys and mouse*. - testtool: new methods to access EditBrowseBox. - testtool: config tabpage for Crashreport configuration. - testtool: New option in options dialog to set OOo program path. - testtool: method to get state of menu entry if expandable. - testtool: add new methods for ORoadmap e.g. in wizards. - testtool: new method to get slot execution status. - Default print options in Calc. - Support of inline matrix/array constants in formulas. - Keyboard shortcut "Ctrl-1" is now "Format Cells". - Keyboard shortcuts Ctrl-Plus and Ctrl-Minus for Insert/Delete Cells. - GETPIVOTDATA formula function. - Division by zero #DIV/0! error displayed for certain functions, #NUM! displayed for illegal floating-point operation errors. - Cell context menu entry changed. - Renamed checkbox in Paste Special dialog. - Checkbox in Delete Contents dialog renamed. - Extend AutoSum Capabilities in Calc. - Renamed "Set Input Mode" to "Toggle Edit Mode". - Shortcut for Format->Cells menu entry changed. - Ctrl + ~ (Ctrl + `) toggles formula view. - Dynamic ranges as formula results in validation lists. - Drawing objects support Basic macro calls. - JIS and ASC Spreadsheet Functions. - "Form Objects" toolbar removed. - Toolbars "Insert" and "Insert Object" merged. - Changed menu entry Data->Outline. - Default print options in Calc. - Intro and about bitmap location changed, configure script extended. - Selectable FixedTexts.Changed shortcut for "Object" in the Edit menu. - Standard Color Palette Extended by new Chart Default Colors. - Automatic update for charts in Writer. - Language Guessing. - Ctrl-click to execute hyperlinks. - New Smart Tag API and UI. - 'Old' mail merge dialog now supports output to single file. - Soft page break. - Shortcut for "Repeat". - New writer compatibility option. - Password of a document is asked untill the correct one is entered or the dialog is cancelled. - Menu and toolbar merging support for extensions. - Default Macro Security Level changed. - First word in a Calc cell will no longer be capitalized by auto-correction. - Customize Keyboard tabpage. - Compatibility option "Expand word space..." added. - New export filter: MediaWiki. - Spell checking one letter words. Please see the following URL for more detail of changes. http://development.openoffice.org/releases/2.3.0.html
22 lines
879 B
Text
22 lines
879 B
Text
$NetBSD: patch-aq,v 1.3 2007/10/06 20:02:22 hira Exp $
|
|
|
|
--- stlport/makefile.mk.orig 2007-07-31 22:10:28.000000000 +0900
|
|
+++ stlport/makefile.mk 2007-09-27 00:26:24.000000000 +0900
|
|
@@ -111,7 +111,7 @@
|
|
TAR_EXCLUDES=*/SC5/*
|
|
.ENDIF # "$(USE_SHELL)"=="4nt"
|
|
|
|
-ADDITIONAL_FILES=src$/gcc-3.0.mak src$/gcc-3.0-macosx.mak src$/gcc-3.0-freebsd.mak src$/sunpro8.mak src$/sunpro11.mak src$/gcc-3.0-mingw.mak
|
|
+ADDITIONAL_FILES=src$/gcc-3.0.mak src$/gcc-3.0-macosx.mak src$/gcc-3.0-freebsd.mak src$/gcc-3.0-netbsd.mak src$/sunpro8.mak src$/sunpro11.mak src$/gcc-3.0-mingw.mak
|
|
|
|
|
|
CONFIGURE_ACTION=none
|
|
@@ -133,6 +133,8 @@
|
|
# FreeBSD needs a special makefile
|
|
.IF "$(OS)"=="FREEBSD"
|
|
BUILD_FLAGS=-f gcc-3.0-freebsd.mak
|
|
+ .ELIF "$(OS)"=="NETBSD"
|
|
+ BUILD_FLAGS=-f gcc-3.0-netbsd.mak
|
|
.ELIF "$(OS)"=="MACOSX"
|
|
BUILD_FLAGS=-f gcc-3.0-macosx.mak
|
|
.ELIF "$(GUI)"=="WNT"
|