ooo-build r11319 - in trunk: . distro-configs



Author: pmladek
Date: Fri Jan 18 14:00:26 2008
New Revision: 11319
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11319&view=rev

Log:
2008-01-18  Petr Mladek <pmladek suse cz>

	* Version 2.3.99.0

	* default tag ooh680-m2

	* distro-configs/SUSE.conf.in,
	  distro-configs/SUSE-10.1.conf.in,
	  distro-configs/SUSE-10.2.conf.in,
	  distro-configs/SUSE-10.3.conf.in: add --enable-layout



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/distro-configs/SUSE-10.1.conf.in
   trunk/distro-configs/SUSE-10.2.conf.in
   trunk/distro-configs/SUSE-10.3.conf.in
   trunk/distro-configs/SUSE.conf.in

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Fri Jan 18 14:00:26 2008
@@ -1,3 +1,99 @@
+ooo-build-2.3.99.0
+
+    + features:
+	+ target ooh680-m2 (Kendy, Rene, Tor, others)
+	+ layout dialogs (Jan)
+	+ measurement unit (Amelia)
+	+ OpenGL slide transitions (Radek)
+	+ SCSolver as UNO extension (Kohei)
+	+ initial support for OxygenOfficeLinux (KAMI)
+	+ support for separate URE installation (Rene)
+	+ support for post-ooo-build-release hotfixes (Petr)
+	+ support for extra localized strings (Petr)
+	+ disabled incomplete SVGImport (Kendy)
+    + speed up:
+	+ less i18npool dependencies (Kendy)
+	+ load libspl680*so only when needed (Kendy)
+	+ initialize form design only when accessed (Kendy)
+	+ more optimization in configmgr (Michael)
+	+ cache table for DataPilot (Kohei)
+    + bug fixes:
+	+ lots improvements and fixes in SCSolver (Kohei)
+	+ msfontextract tool (Marcelo)
+	+ pasting of Czech characters (Kendy)
+	+ header/footer export into WW8 (Fridrich)
+	+ default formatting in PPT export (Hubert)
+	+ saving as HTML in various encodings fix (Kohei, Szilveszter)
+	+ conversion of date/time strings in Word documents (Fridrich)
+	+ import sheet names properly from Lotus 1-2-3 document (Kohei)
+	+ import/export protection options from and to an Excel (Kohei)
+	+ disable substituting downloadable fonts with resident fonts (Kohei)
+	+ avoid binary compressed EPS and/or with tiff preview (Radek)
+	+ "Print Preview" to follow "Print Only Selected Sheets" option (Jon)
+	+ paragraph moving and selection (Hubert)
+	+ do not shrink files over smb:// (Kendy)
+	+ locking on CIFS (Kendy)
+	+ modal KDE file dialog (Kendy)
+	+ fontconfig stuff (Caolan, Rene)
+	+ GNOME-VFS late initialization (Kendy)
+	+ string-hash implementation fix (Michael)
+	+ fix oosplash to work with 2.4 code base (Kendy)
+	+ crasher when missing xrender extension (Fridrich)
+	+ more shortcuts to Impress and GTK file dialog (Hubert)
+	+ UI problem that rulers synchronize with page grid (Amelia)
+	+ crasher on erf(0.65) (Kohei)
+	+ undo of deleted column (Jon)
+	+ enable cut&paste in datapilot (Kohei)
+	+ MATCH function enhancement (Kohei)
+	+ FREQUENCY function behavior in Calc (Kohei)
+	+ crasher with out-of-bound cell ranges (Kohei)
+	+ sorting via toolbar icon in Calc improvement (Kohei)
+	+ launching of the navigator window on double click (Kohei)
+	+ bin problematic fix for deleting nonfiltered rows (Jon)
+	+ bin problematic fix for autotriming of autofilter choices (Jon)
+	+ MIN/MAX/MINA/MAXA return 0 when cell ranges are empty (Lv)
+	+ dynamic resizing of a filtered range for the autofilter (Kohei)
+	+ SUMIF's 3rd parameter handling to be compatible with MS Excel (Kohei)
+	+ smoke test (Michael)
+	+ desktop files to follow the standard (Marcelo)
+	+ license nonsense in the presentation minimizer (Rene)
+    + VBA bits:
+	+ new Partition function (Fong)
+	+ Application.Goto macro fixes (Noel)
+	+ format function enhancement (Fong)
+	+ rounding issue in ccur function (Fong)
+	+ fixes in the replace function stuff (Fong)
+	+ NULL behavior compatibility with MSO (Jiao)
+	+ better support for Application.Caller macro (Noel)
+	+ name of autoshape is not imported from Excel (Noel)
+	+ use Windows api to get file attributes in Win32 (Fong)
+    + Win32 bits:
+	+ patchlevel versioning (Tor)
+	+ avoid duplicate provider name (Tor)
+	+ do not link with delayload crap (Tor)
+    + build bits:
+	+ moved witerfilter to extra tarball, snapshot 2008-01-15 (Fridrich)
+	+ updated oox to the snapshot 2008-01-15 (Fridrich)
+	+ updated libwps to version 0.1.2 (Fridrich)
+	+ updated libwpg to version 0.1.2 (Fridrich)
+	+ build without stlport (Rene)
+	+ build on Solaris (Fridrich)
+	+ support for gcj-4.2.1 and gcj-4.2.2 (Miklos)
+	+ new option -m|--modules for cws-extract (Fridrich)
+	+ option --with-icecream-max-jobs renamed to --max-jobs (Äsmail)
+	+ use system STL for archs like x86-64 as the default (Kendy)
+	+ removed dependency on nas, sndfile, portaudio (Caolan)
+	+ fix the Hungarian strings only when really needed (Tor)
+	+ do localize stuff only when really needed (Tor)
+	+ less verbose build messages (Michael)
+	+ broken visibility with some compilers (Fridrich)
+	+ fix linkoo to work with OOo-2.4 code-base (Kendy)
+	+ lots build fixes, clean up (Rene, Fridrich, Kendy, others)
+    + updated Ark, Debian, Gentoo, Mandriva, Novell, Pardus, GoOOo bits
+      (Bernhard, Rene, Hanno, Marcelo, Kendy, Hubert, Äsmail, Fridrich)
+    + pending bits:
+	+ vos module removal (Kendy)
+
 ooo-build-2.3.0.7
 
     + bug fixes:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Fri Jan 18 14:00:26 2008
@@ -1,9 +1,9 @@
-AC_INIT(ooo-build, 2.3.9)
+AC_INIT(ooo-build, 2.3.99.0)
 AC_PREREQ(2.51)
 AC_CONFIG_SRCDIR(bin/build-ooo)
 AC_PREFIX_DEFAULT(/usr)
 
-DEFAULT_TAG=ooh680-m1
+DEFAULT_TAG=ooh680-m2
 # For the upstream packages it is like:
 # DEFAULT_TAG=OOG680_m5
 

Modified: trunk/distro-configs/SUSE-10.1.conf.in
==============================================================================
--- trunk/distro-configs/SUSE-10.1.conf.in	(original)
+++ trunk/distro-configs/SUSE-10.1.conf.in	Fri Jan 18 14:00:26 2008
@@ -2,6 +2,7 @@
 --disable-access
 --disable-odk
 --enable-gnome-vfs
+--enable-layout
 --enable-libsn
 --enable-lockdown
 --enable-mono

Modified: trunk/distro-configs/SUSE-10.2.conf.in
==============================================================================
--- trunk/distro-configs/SUSE-10.2.conf.in	(original)
+++ trunk/distro-configs/SUSE-10.2.conf.in	Fri Jan 18 14:00:26 2008
@@ -3,6 +3,7 @@
 --disable-odk
 --disable-qadevooo
 --enable-libsn
+--enable-layout
 --enable-lockdown
 --enable-mono
 --enable-opengl

Modified: trunk/distro-configs/SUSE-10.3.conf.in
==============================================================================
--- trunk/distro-configs/SUSE-10.3.conf.in	(original)
+++ trunk/distro-configs/SUSE-10.3.conf.in	Fri Jan 18 14:00:26 2008
@@ -2,6 +2,7 @@
 --disable-access
 --disable-odk
 --disable-qadevooo
+--enable-layout
 --enable-libsn
 --enable-lockdown
 --enable-mono

Modified: trunk/distro-configs/SUSE.conf.in
==============================================================================
--- trunk/distro-configs/SUSE.conf.in	(original)
+++ trunk/distro-configs/SUSE.conf.in	Fri Jan 18 14:00:26 2008
@@ -2,6 +2,7 @@
 --disable-access
 --disable-odk
 --disable-qadevooo
+--enable-layout
 --enable-libsn
 --enable-lockdown
 --enable-mono



[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]