ooo-build r11749 - in trunk: . patches/src680



Author: pmladek
Date: Thu Feb 28 21:14:15 2008
New Revision: 11749
URL: http://svn.gnome.org/viewvc/ooo-build?rev=11749&view=rev

Log:
2008-02-28  Petr Mladek  <pmladek suse cz>

	* Version 2.4.0

	* default tag ooh680-m8 (2.4rc2)
	
	Note that the RC2 need not be final. We should have switched to the
	2.4 versions already with RC1, though.



Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.in
   trunk/patches/src680/apply

Modified: trunk/NEWS
==============================================================================
--- trunk/NEWS	(original)
+++ trunk/NEWS	Thu Feb 28 21:14:15 2008
@@ -1,3 +1,35 @@
+ooo-build-2.4.0
+
+	+ features:
+	    + target ooh680-m8 (2.4rc2)
+	    + redirect extensions site via go-oo.org (Michael, Hubert)
+	+ bug fixes:
+	    + lots improvements of the SVG import (Fridrich, Thorsten)
+	    + OpenGL slide transitions stuff fixes (Radek)
+	    + WebDAV locking fixes (Kendy)
+	    + Berkeley db exception handling (Rene)
+	    + reference to a blank cell error (Kohei)
+	    + togglable cell number format toolbar icons (Kohei)
+	    + automatic correction of accidental CAPS LOCK use (Kohei)
+	    + missing icons for toggling of cell grid lines per sheet (Kohei)
+	    + extra margins around cell text so that it's easier to read (Jon)
+	    + don't apply patterns when we're only moving the cursor (Jon)
+	    + parse "june-2007" as "June 1 2007" in en-US locales (Jon)
+	    + handling objects with 0x8000 bit set in EMF+ import (Radek)
+	    + additional paragraph imported from ww8 (Florian)
+	    + correctly display linespacing < 100% (Florian)
+	    + SDK documentation fix (Rene)
+	+ VBA bits:
+	    + more Application.Goto macro fixes (Noel)
+	    + string '+' numbers do not compute (Fong)
+	    + update CommandBar APIs (Jiao)
+	+ Win32 bits:
+	    + compile EMF+ import filter (Tor)
+	+ build bits:
+	    + sc unit testing (Michael)
+	    + various build fixes (Hanno, Petr, Tor)	
+	+ updated Debian, Gentoo, Mandriva bits (Rene, Hanno, Marcelo)
+
 ooo-build-2.3.99.5
 
 	+ features:

Modified: trunk/configure.in
==============================================================================
--- trunk/configure.in	(original)
+++ trunk/configure.in	Thu Feb 28 21:14:15 2008
@@ -1,9 +1,9 @@
-AC_INIT(ooo-build, 2.3.99.5)
+AC_INIT(ooo-build, 2.4.0)
 AC_PREREQ(2.51)
 AC_CONFIG_SRCDIR(bin/build-ooo)
 AC_PREFIX_DEFAULT(/usr)
 
-DEFAULT_TAG=ooh680-m7
+DEFAULT_TAG=ooh680-m8
 # For the upstream packages it is like:
 # DEFAULT_TAG=OOH680_m8
 

Modified: trunk/patches/src680/apply
==============================================================================
--- trunk/patches/src680/apply	(original)
+++ trunk/patches/src680/apply	Thu Feb 28 21:14:15 2008
@@ -706,7 +706,7 @@
 
 # For multi-line cell contents, bolding the first line shouldn't bold the
 # entire cell.
-sc-no-apply-pattern-for-cursor.diff, n#35690, jonp
+sc-no-apply-pattern-for-cursor.diff, n#359690, jonp
 
 # Add extra padding so that the cell height is larger -- increases legibility.
 sc-extra-cell-margins.diff, n#361358, jonp



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