Hi,

this time a brief summary of what happened during the 29th week in 2011
on LibreOffice repositories and the living branches:

        + master:            LO-3.5 development
        + libreoffice-3-3:   fixes for LO-3.3.4 bug fix release
        + libreoffice-3-4:   fixes for LO-3.4.2 bug fix release
        + libreoffice-3-4-2: final stabilization of the LO-3.4.2 release

There are two logs for each branch:

        + bugfixes-<branch>-week-<year>-<week>.txt lists all commits that 
reference a proper
          bug id from a variety of trackers, i.e. #i... referring to the 
OpenOffice
          issuezilla, fdo# to freedesktop, rhbz# to RedHat bugzilla

        + commit-log-<branch>-week-<year>-<week>.txt lists all relevant commits 
on the actual
          source repositories

Many thanks to all contributors - you make all the difference!


Best Regards,
Petr

nothing this week
+ calc
    + fix broken refresh() from UNO API (and Basic). (fdo#37767) [Kohei Yoshida]
+ filters
    + related correct import of shared formulas (fdo#39023) [Muthu Subramanian]
+ libs-gui
    + half&full width forms need to remain asian (fdo#38095) [Caolán McNamara]
+ writer
    + fix counting the paragraphs, . (fdo#36816) [Jan Holesovsky]
+ calc
    + fix for SetNamedRanges speedup (fdo#35357) [Laurent Godard]
    + fix for database ranges don't work in formulas (fdo#39333) [Markus Mohrhard]
    + fix for set upper limit for second parameter of tinv to 1E10 (fdo#37128) [Markus Mohrhard]
    + prevent double-deletes during removal of pivot tables. (fdo#39236) [Kohei Yoshida]
+ filters
    + related correct import of shared formulas (fdo#39023) [Muthu Subramanian]
+ libs-core
    + fix wrong RTTI baseclass for SfxViewEventHint (fdo#38768) [Thorsten Behrens]
    + on recovery from an autosave file use DefaultFilter, seems to fix (fdo#34805) [Tor Lillqvist]
+ libs-gui
    + add gd_GB (Gaelic, Scottish) locale data (i#117857) [Andras Timar]
    + half&full width forms need to remain asian (fdo#38095) [Caolán McNamara]
+ bootstrap
    + removed some entries (#3096) [Marc-Andre Laverdiere]
    + typo fix in Calc description (fdo#39483) [Andras Timar]
+ calc
    + fix for SetNamedRanges speedup (fdo#35357) [Laurent Godard]
    + fix for database ranges don't work in formulas (fdo#39333) [Markus Mohrhard]
    + fix for set upper limit for second parameter of tinv to 1E10 (fdo#37128) [Markus Mohrhard]
    + prevent double-deletes during removal of pivot tables. (fdo#39236) [Kohei Yoshida]
+ impress
    + bugfix : un-translated template names (part 1/2) (fdo#32895) [Peter Rabi]
+ libs-core
    + bugfix : un-translated template names (part 2/2) (fdo#32895) [Peter Rabi]
    + fix for unable to save protected file without pw (fdo#38561) [Markus Mohrhard]
    + on recovery from an autosave file use DefaultFilter, seems to fix (fdo#34805) [Tor Lillqvist]
    + splash screen fix for multi-head on Linux (fdo#33214) [Josh Heidenreich]
    + typo fix in Calc description (fdo#39483) [Andras Timar]
+ libs-gui
    + add gd_GB (Gaelic, Scottish) locale data (i#117857) [Andras Timar]
    + half&full width forms need to remain asian (fdo#38095) [Caolán McNamara]
    + use fontconfig's detected format when available (rhbz#715549) [Caolán McNamara]
+ writer
    + make text wrapping work in headers/footers too (fdo#39155) [Luboš Luňák]
nothing this week
+ common
    + version 3.4.2.2, tag libreoffice-3.4.2.2 (3.4.2-rc2) [Petr Mladek]
+ bootstrap
    + bump product version to 3.4.2-rc2, release number to 202 [Petr Mladek]
    + distro-install-desktop-integration: do not pack libreoffice-base.desktop twice [Petr Mladek]
    + distro-install-desktop-integration: put $PREFIXDIR/bin/soffice into file list [Petr Mladek]
    + distro-install-desktop-integration: work with normal user [Petr Mladek]
    + distro-install: fix en-US-only installation [Petr Mladek]
    + updated mdds package to 0.5.3. [Kohei Yoshida]
+ calc
    + avoid confusion with our windows api clash prevention [Fridrich Štrba]
    + fix broken refresh() from UNO API (and Basic). (fdo#37767) [Kohei Yoshida]
    + out-of-bounds array access fix. (Thanks to Fridrich too). [Muthu Subramanian]
+ filters
    + related correct import of shared formulas (fdo#39023) [Muthu Subramanian]
+ libs-extern
    + fix Windows build [Fridrich Strba]
    + updated mdds to 0.5.3. [Kohei Yoshida]
+ libs-extern-sys
    + don't let <windows.h> define min() and max() as macros [Tor Lillqvist]
+ libs-gui
    + fix typo in the last commit [Petr Mladek]
    + half&full width forms need to remain asian (fdo#38095) [Caolán McNamara]
+ translations
    + update translations from Pootle for LibO 3.4.2 rc2 [Andras Timar]
+ writer
    + fix counting the paragraphs, . (fdo#36816) [Jan Holesovsky]
    + starmath: check for edit window when inline editing is enabled [Miklos Vajna]
    + starmath: check for existing edit window [Miklos Vajna]
+ bootstrap
    + distro-install-desktop-integration: do not pack libreoffice-base.desktop twice [Petr Mladek]
    + distro-install-desktop-integration: put $PREFIXDIR/bin/soffice into file list [Petr Mladek]
    + distro-install-desktop-integration: work with normal user [Petr Mladek]
    + distro-install: fix en-US-only installation [Petr Mladek]
    + don't let our fprintf on a broken pipe pollute errno's ECHILD with EPIPE [Michael Meeks]
+ calc
    + avoid confusion with our windows api clash prevention [Fridrich Štrba]
    + correctly use adjusted range strings for range name import. [Kohei Yoshida]
    + fix for SetNamedRanges speedup (fdo#35357) [Laurent Godard]
    + fix for database ranges don't work in formulas (fdo#39333) [Markus Mohrhard]
    + fix for set upper limit for second parameter of tinv to 1E10 (fdo#37128) [Markus Mohrhard]
    + out-of-bounds array access fix. (Thanks to Fridrich too). [Muthu Subramanian]
    + prevent double-deletes during removal of pivot tables. (fdo#39236) [Kohei Yoshida]
+ filters
    + adding additional check for mnFormulaType. [Muthu Subramanian]
    + correctly detect documents with xlk extension as Excel binary. [Kohei Yoshida]
    + related correct import of shared formulas (fdo#39023) [Muthu Subramanian]
    + remove leftover debugging printfs [Michael Meeks]
+ libs-core
    + fix wrong RTTI baseclass for SfxViewEventHint (fdo#38768) [Thorsten Behrens]
    + on recovery from an autosave file use DefaultFilter, seems to fix (fdo#34805) [Tor Lillqvist]
+ libs-extern
    + fix Windows build [Fridrich Strba]
+ libs-extern-sys
    + don't let <windows.h> define min() and max() as macros [Tor Lillqvist]
+ libs-gui
    + add gd_GB (Gaelic, Scottish) locale data (i#117857) [Andras Timar]
    + fix typo in the last commit [Petr Mladek]
    + half&full width forms need to remain asian (fdo#38095) [Caolán McNamara]
+ translations
    + update translations from Pootle for LibO 3.4.2 rc2 [Andras Timar]
+ writer
    + starmath: check for edit window when inline editing is enabled [Miklos Vajna]
    + starmath: check for existing edit window [Miklos Vajna]
+ artwork
    + merge: 2879355 a24c961 [Bjoern Michaelsen]
    + opps: bjoern link to .gitattributes got commited by mistake [Norbert Thiebaud]
+ base
    + adjusted for HTMLParser::GetOptions return type change. [Kohei Yoshida]
    + byteString::CreateFromAscii->rtl::OStringBuffer::valueOf [Caolán McNamara]
    + ditch ByteString [Caolán McNamara]
    + do compile adodatalinks.cxx always for Windows [Tor Lillqvist]
    + merge: 8d03912 aea73ba [Bjoern Michaelsen]
    + merge: e851f41 68a37ad [Bjoern Michaelsen]
    + opps. bjorn's link to .gitattribute got commited by mistake [Norbert Thiebaud]
    + plug MinGW gaps [Tor Lillqvist]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + revert to dbaccess gbuildization from master mostly [Bjoern Michaelsen]
    + set CXXFLAGS, not CFLAGS [Tor Lillqvist]
+ bootstrap
    + --enable-ext-scripting-pythin is not an option anymore [Norbert Thiebaud]
    + adaptions to dbaccess revert-to-master-gbuilidization [Bjoern Michaelsen]
    + add the CoreGraphics framework [Tor Lillqvist]
    + add the CoreText framework [Tor Lillqvist]
    + bin PROF_EDITION, not defined in configury, not tested anywhere [Tor Lillqvist]
    + bin apparently leftover scaffolding [Tor Lillqvist]
    + bin pointless "nmake=dmake" alias, who needs that? [Tor Lillqvist]
    + bump workdir up a few levels [Bjoern Michaelsen]
    + change *Env.Set.sh to Env.Host.sh [Tor Lillqvist]
    + change to internal python for Mac, raise minimum python version to 2.6 [Christian Lohmaier]
    + check for unzip [Thomas Arnhold]
    + cppunit can be system [David Tardon]
    + don't continue making cross-build-toolset if building one module fails [Tor Lillqvist]
    + don't let our fprintf on a broken pipe pollute errno's ECHILD with EPIPE [Michael Meeks]
    + don't run cppunittester when cross-compiling to Windows [Tor Lillqvist]
    + download and distribute latest vcredist_x64.exe [Andras Timar]
    + drop some more unused methods [Caolán McNamara]
    + drop vcl::unotools::getTunnelIdentifier [Caolán McNamara]
    + eNABLE_DEBUG_STL isn't working out for us, too easy to mix with and without [Caolán McNamara]
    + get license.txt from where it actually is when cross-compiling [Tor Lillqvist]
    + gtk3: don't package the filepicker if we have gtk3 enabled [Michael Meeks]
    + keep gbuild calls consistent at  now, even if it is a bit longer [Bjoern Michaelsen]
    + merge: 407206b f04a96d [Bjoern Michaelsen]
    + merge: 6196897 d648978 [Bjoern Michaelsen]
    + pack binfilter resources together with other binfilter files [Andras Timar]
    + package is no outdir target [Bjoern Michaelsen]
    + pixman-1 appears to be a static lib on MacOS when using internal one [Norbert Thiebaud]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + produce .res files with WNTGCC, too [Tor Lillqvist]
    + propagate DISABLE_ACTIVEX also in the WNTGCC case [Tor Lillqvist]
    + readd rtftok because we postpone gnumake4 for writerfilter [Bjoern Michaelsen]
    + remove duplicate assignment of WORKDIR, configure/set_soenv is enough [Bjoern Michaelsen]
    + remove freshly unused methods [Caolán McNamara]
    + remove more unused [Caolán McNamara]
    + remove unused ByteString using methods [Caolán McNamara]
    + removed some entries (#3096) [Marc-Andre Laverdiere]
    + revert some mismerges in set_soenv.in [Matúš Kukan]
    + safer grep pattern [Caolán McNamara]
    + sort, make consistent, and drop commented-out lines [Tor Lillqvist]
    + throw out a few more [Caolán McNamara]
    + tweak euid check to use a simpler check instead [Michael Meeks]
    + typo fix in Calc description (fdo#39483) [Andras Timar]
    + unusedcode.easy: AlphaMask [Joseph Powers]
    + unusedcode.easy: Class SvtDocumentTemplateDialog cleanup [Joseph Powers]
    + unusedcode.easy: Class SvtOptionsDrawinglayer cleanup [Joseph Powers]
    + unusedcode.easy: svxIconChoiceCtrl_Impl [Joseph Powers]
    + update list [Thomas Arnhold, Caolán McNamara]
    + update sample autogen.lastrun for MinGW cross-compilation [Tor Lillqvist]
    + update unusedcode.easy [Thomas Arnhold]
    + uploading new libvisio alpha version [Fridrich Štrba]
    + use OUTDIR_FOR_BUILD for rsc also in gb_SrsPartTarget_RSCTARGET [Tor Lillqvist]
    + use correct solar.jar when cross-compiling [Tor Lillqvist]
    + use fixed-name environment script and no source_soenv.sh [Tor Lillqvist]
    + use internal cppunit with STL debug enabled [Luboš Luňák]
    + use the right *Env.Set.sh for normal Windows build [Jesús Corrius]
    + using -L/lib and -L/usr/lib on MacOSX builds is unnecessary and wrong [Tor Lillqvist]
    + we create some import libraries ourselves from .def files from Wine [Tor Lillqvist]
    + we do build oodma_lib with WNTGCC [Tor Lillqvist]
    + we don't have any alias for gunzip in *Env.Set.sh, so don't unalias it [Tor Lillqvist]
    + windres has no default output file [Tor Lillqvist]
    + work around a bash-ism in configure.in [Mike Eberdt]
+ calc
    + adjusted for HTMLParser::GetOptions() return type change. [Kohei Yoshida]
    + avoid confusion with our windows api clash prevention [Fridrich Štrba]
    + byteString::->rtl::OStringBuffer [Caolán McNamara]
    + correctly use adjusted range strings for range name import. [Kohei Yoshida]
    + fix for SetNamedRanges speedup (fdo#35357) [Laurent Godard]
    + fix for database ranges don't work in formulas (fdo#39333) [Markus Mohrhard]
    + fix for set upper limit for second parameter of tinv to 1E10 (fdo#37128) [Markus Mohrhard]
    + get rid of SvULongs in calc [Maciej Rumianowski]
    + i'm sure this is meant to be CalcComponent instead of WriterComponent. [Kohei Yoshida]
    + initial cut on testing ods document loading. [Kohei Yoshida]
    + merge: 437225b 8dca87b [Bjoern Michaelsen]
    + merge: aedf5d7 1bae003 [Bjoern Michaelsen]
    + oops bjoern's .gitattributes link got commited by mistake [Norbert Thiebaud]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + prevent double-deletes during removal of pivot tables. (fdo#39236) [Kohei Yoshida]
    + remove duplicated en-US string definition [Andras Timar]
    + use gb_Library_win32_OLDNAMES [Tor Lillqvist]
+ components
    + adapt to new InsertAutomaticEntryColor method, to show automatic color [Michael Meeks]
    + bin PROF_EDITION, not defined in configury, not tested anywhere [Tor Lillqvist]
    + byteString->rtl::OStringBuffer [Caolán McNamara]
    + callcatcher: remove unused methods [Caolán McNamara]
    + do not use macros from comphelper's componentmodule.hxx [Matúš Kukan]
    + generate correctly named import library for WNTGCC [Tor Lillqvist]
    + header filename case sensitivity fixes [Tor Lillqvist]
    + make compatible with windres (uppercase keywords) [Tor Lillqvist]
    + merge: 06ed8bf 6567385 [Bjoern Michaelsen]
    + merge: 460adb0 c302693 [Bjoern Michaelsen]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + remove BrOffice branding [Andras Timar]
    + remove duplicated en-US entries [Andras Timar]
    + remove gid_Module_Langpack_Binfilter [Andras Timar]
    + remove unneedd references to SvtJavaOptions [Joseph Powers]
    + remove unused ByteString using methods [Caolán McNamara]
    + remove unused OOo brand image [Andras Timar]
    + unused methods [Caolán McNamara]
    + use gb_Library_use_external in forms [Bjoern Michaelsen]
+ extensions
    + enable l10n of presenter screen [Andras Timar]
    + merge: 0443d1c 04f358b [Bjoern Michaelsen]
    + merge: 7c5d68a 9d58c0e [Bjoern Michaelsen]
    + oops Bjoern's .gitattributes link got commited by mistake [Norbert Thiebaud]
    + poppler 0.17.0 changed its api for no some reason or other [Caolán McNamara]
+ extras
    + kill dtwm/cde [Thomas Arnhold]
    + merge: 447325c a097e08 [Bjoern Michaelsen]
    + merge: a8db9c3 fd28b6a [Bjoern Michaelsen]
    + oops Bjoern's .gitattributes link got commited by mistake [Norbert Thiebaud]
+ filters
    + add shadow support [Fridrich Štrba]
    + add unittests from gnumake4 [Michael Stahl]
    + byteString->rtl::OStringBuffer [Caolán McNamara]
    + byteString::CreateFromInt32->rtl::OString::valueOf [Caolán McNamara]
    + byteString::CreateFromInt32->rtl::OString::valueOf and simplify [Caolán McNamara]
    + callcatcher: remove some unused methods [Caolán McNamara]
    + correctly detect documents with xlk extension as Excel binary. [Kohei Yoshida]
    + don't output opacity gradients if the stops are completely opaque [Fridrich Štrba]
    + fix for valgrind error in msdffimp.cxx [Marc-Andre Laverdiere]
    + generate correctly named import library for WNTGCC [Tor Lillqvist]
    + just use REDLAND_CFLAGS, LIBXSLT_CFLAGS and LIBXML_CFLAGS always [Tor Lillqvist]
    + keep gbuild calls consistent at  now, even if it is a bit longer [Bjoern Michaelsen]
    + merge cppunittest from feature/gnumake4_writerfilter_head (e0ac3ddd8a3602490854829107908abefc3eaf2f) [Bjoern Michaelsen]
    + merge junittests from feature/gnumake4_writerfilter_head (e0ac3ddd8a3602490854829107908abefc3eaf2f) [Bjoern Michaelsen]
    + merge: 6df1864 6cb84c5 [Bjoern Michaelsen]
    + merge: c630100 6a11d94 [Bjoern Michaelsen]
    + not going to get re-enabled, is it [Caolán McNamara]
    + oops Bjoern's link to .gitattributes got committed by mistake [Norbert Thiebaud]
    + overlong lines [Caolán McNamara]
    + pick the first PREFERRED IMPORT filter. [Kohei Yoshida]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + reintroduce CustomTarget from gnumake4 [Michael Stahl]
    + remove superfluous include paths [Bjoern Michaelsen]
    + removed dead code [Marc-Andre Laverdiere]
    + removed dead code listed in unusedcode.easy [Marc-Andre Laverdiere]
    + revert to old writerfilter gbuilization [Bjoern Michaelsen]
    + switch to CostumTarget-based code generation from gnumake4 [Bjoern Michaelsen]
    + try to handle correctly transparency gradients and different stroke properties [Fridrich Štrba]
    + typo doctoc for doctok whichprevented the proper inclusion of libxml2 [Norbert Thiebaud]
    + unused methods [Caolán McNamara]
    + use gb_Library_use_external in writerfilter [Bjoern Michaelsen]
    + use good() instead of GetError() [Caolán McNamara]
    + work around a bug in libwpd's WPXPropertyList::operator= [Fridrich Štrba]
+ help
    + license change [Timo Richter]
    + merge: 4944f91 4de147c [Bjoern Michaelsen]
    + modified: helpcontent2/wiki-to-help/README [Timo Richter]
    + oops Bjoern's link to .gitattributes got committed by mistake [Norbert Thiebaud]
+ impress
    + bugfix : un-translated template names (part 1/2) (fdo#32895) [Peter Rabi]
    + cString is deprecated use cStringUsingEncoding instead [Norbert Thiebaud]
    + merge: 0fb9e53 576591c [Bjoern Michaelsen]
    + merge: ebcd1df e8d28c5 [Bjoern Michaelsen]
    + oops Bjoern's link to .gitattributes got committed by mistake [Norbert Thiebaud]
    + remove half baked test without the appropriate include to make it works [Norbert Thiebaud]
    + sd::FuEditGluePoints needs to be SD_DLLPUBLIC for sd::DrawViewShell [Bjoern Michaelsen]
    + sort linked objects [Bjoern Michaelsen]
    + take strings from sfx<lang>.res, don't duplicate them in sd<lang>.res [Andras Timar]
+ libs-core
    + add a few casts to fix MinGW compilation errors [Tor Lillqvist]
    + adjusted for GetOptions() return type change. [Kohei Yoshida]
    + adjusted for HTMLParser::GetOptions return type change. [Kohei Yoshida]
    + bin fairly pointless (and MSVC-specific) -nologo option [Tor Lillqvist]
    + bin unused files [Tor Lillqvist]
    + bugfix : un-translated template names (part 2/2) (fdo#32895) [Peter Rabi]
    + byteString->OStringBUffer [Caolán McNamara]
    + byteString->rtl::OStringBuffer [Caolán McNamara]
    + byteString::CreateFromInt32->rtl::OStringBuffer::append [Caolán McNamara]
    + callcatcher: XColorList, your time has cometh to an end [Caolán McNamara]
    + callcatcher: remove unused DumpObjectList [Thomas Arnhold]
    + callcatcher: remove unused methods [Thomas Arnhold, Caolán McNamara]
    + callcatcher: remove unused writeInfo [Thomas Arnhold]
    + callcatcher: various unused methods [Caolán McNamara]
    + change version string displayed in VCLTestTool's About dialog [Matúš Kukan]
    + check return of osl_setFilePos [Caolán McNamara]
    + do not use macros from comphelper's componentmodule.hxx [Matúš Kukan]
    + drop Win9x dialogs and make compatible with windres [Tor Lillqvist]
    + drop Win9x stuff [Tor Lillqvist]
    + eradicated the rest of sal_Bool usage in these files. [Kohei Yoshida]
    + fix MSVC warnings and errors, fallout from previous commit [Tor Lillqvist]
    + fix MinGW compilation errors [Tor Lillqvist]
    + fix build of our odma_lib library with MinGW [Tor Lillqvist]
    + fix for unable to save protected file without pw (fdo#38561) [Markus Mohrhard]
    + fix some MinGW warnings and errors [Tor Lillqvist]
    + generate correctly named import library for WNTGCC [Tor Lillqvist]
    + header filename case sensitivity fixes [Tor Lillqvist]
    + just a little fix [Julien Nabet]
    + keep gbuild calls consistent at  now, even if it is a bit longer [Bjoern Michaelsen]
    + kill dtwm/cde [Thomas Arnhold]
    + merge: 336e80e 628d918 [Bjoern Michaelsen]
    + merge: ca569fd 7346524 [Bjoern Michaelsen]
    + method declared by never defined and never used. [Kohei Yoshida]
    + minGW fixes [Tor Lillqvist]
    + minGW needs -fpermissive for <adoint.h> [Tor Lillqvist]
    + more header name case fixes for MinGW cross-compilation [Tor Lillqvist]
    + nLastAction value assigned but never used. Remove it. [Kohei Yoshida]
    + no need for lngconvex for non-desktop OSes [Tor Lillqvist]
    + on recovery from an autosave file use DefaultFilter, seems to fix (fdo#34805) [Tor Lillqvist]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + product code of latest vcredist_x64.exe [Andras Timar]
    + remove an unused reference to javaoptions.hxx [Joseph Powers]
    + remove unused env XENVIRONMENT [Thomas Arnhold]
    + remove unused reference to javaoptions.hxx [Joseph Powers]
    + some cleanups: sal_Bool to bool, use of initializer in ctor etc. [Kohei Yoshida]
    + splash screen fix for multi-head on Linux (fdo#33214) [Josh Heidenreich]
    + the file is Fps.rc, not fps.rc [Tor Lillqvist]
    + typo fix in Calc description (fdo#39483) [Andras Timar]
    + unused methods [Caolán McNamara]
    + use delay loading only with MSC [Tor Lillqvist]
    + we don't ship the rebase executables so bin the sources too [Tor Lillqvist]
    + win32 header names need to be in lowercase as that is how they are in MinGW [Tor Lillqvist]
    + windres is picky [Tor Lillqvist]
+ libs-extern
    + build cppunit also with STL debug when STL debug is enabled [Luboš Luňák]
    + eNABLE_DEBUG_STL isn't working out for us, too easy to mix with and without [Caolán McNamara]
    + fix Windows build [Fridrich Strba]
    + make import libs for msi and urlmon dlls based on Wine's .def files [Tor Lillqvist]
    + merge: c9bbd4a 09d0e63 [Bjoern Michaelsen]
    + merge: edcf1e4 890c60f [Bjoern Michaelsen]
    + msiGetPatchInfoA and W were missing [Tor Lillqvist]
    + oops Bjoern's link to .gitattributes got committed by mistake [Norbert Thiebaud]
    + pass also our EXTRA_CDEFS to the cppunit configury [Tor Lillqvist]
    + uploading new libvisio alpha version [Fridrich Štrba]
+ libs-extern-sys
    + merge: ffb3d67 48568db [Bjoern Michaelsen]
    + nss/moz: Add Linux 3.0 profile [Thomas Arnhold]
    + oops Bjoern's link to .gitattributes got committed by mistake [Norbert Thiebaud]
+ libs-gui
    + add GF_ROTL support to cairo vertical rendering [Caolán McNamara]
    + add a SvStream::remainingSize [Caolán McNamara]
    + add cairocanvas and canvasfactory [Bjoern Michaelsen]
    + add gd_GB (Gaelic, Scottish) locale data (i#117857) [Andras Timar]
    + add new InsertAutomaticEntryColor method [Michael Meeks]
    + an error in my previous fix [Julien Nabet]
    + bin unused symbolic constants [Tor Lillqvist]
    + build the cairo canvas also for Windows if we don't build the DirectX one [Tor Lillqvist]
    + byteString::CreateFromInt32->rtl::OString::valueOf [Caolán McNamara]
    + byteString::CreateFromInt32->rtl::OStringBuffer::append [Caolán McNamara]
    + callcatcher: bring Application::PostUserEvent back [Thomas Arnhold]
    + callcatcher: clean up B3dTransformationSet [Thomas Arnhold]
    + callcatcher: clean up Dir and DirEntry [Thomas Arnhold]
    + callcatcher: clean up GlyphCache and one connected method [Thomas Arnhold]
    + callcatcher: cleanup Accelerator [Thomas Arnhold]
    + callcatcher: cleanup Animation::Foo [Thomas Arnhold]
    + callcatcher: cleanup Application::Foo [Thomas Arnhold]
    + callcatcher: cleanup BrowseBox [Thomas Arnhold]
    + callcatcher: completely remove SvIconView [Thomas Arnhold]
    + callcatcher: remove some unused methods [Caolán McNamara]
    + callcatcher: remove unused BigInt::DivMod [Thomas Arnhold]
    + callcatcher: remove unused GetTemporaryStorageOfFormat [Caolán McNamara]
    + callcatcher: remove unused getTunnelIdentifier [Caolán McNamara]
    + callcatcher: remove unused methods [Caolán McNamara]
    + callcatcher: unused INetMIME::getDigit [Caolán McNamara]
    + callcatcher: unused ThreadExecutor [Caolán McNamara]
    + callcatcher: unused methods [Caolán McNamara]
    + check return of osl_setFilePos [Caolán McNamara]
    + converted HTMLOptions to boost::ptr_vector. [Kohei Yoshida]
    + cppunit is linked in automatically [David Tardon]
    + do build rsc also on non-desktop OSes just for rscsfx.hxx to get delivered [Tor Lillqvist]
    + don't prohibit rendering text with cairo due to antialias advice anymore [Caolán McNamara]
    + drop macros from componentmodule.hxx [Matúš Kukan]
    + fix MacOS build (nedd objectiveC++ flags and Coca framework) [Norbert Thiebaud]
    + fix code pointer in comment [Takeshi Abe]
    + fix type missmatch in SvxIconChoiceCtrl_Impl. [Joseph Powers]
    + fix typo in the last commit [Petr Mladek]
    + generate correctly named import library for WNTGCC [Tor Lillqvist]
    + generate import library that matches libs.mk for WNTGCC [Tor Lillqvist]
    + half&full width forms need to remain asian (fdo#38095) [Caolán McNamara]
    + initialize members in the initializer of the ctor. [Kohei Yoshida]
    + keep gbuild calls consistent at  now, even if it is a bit longer [Bjoern Michaelsen]
    + kill DtIntegrator [Thomas Arnhold]
    + kill Dtwm/CDE [Thomas Arnhold]
    + kill FourDwm [Thomas Arnhold]
    + make this compile for iOS [Tor Lillqvist]
    + merge: 4001f42 ee748b2 [Bjoern Michaelsen]
    + merge: afb5f59 010bc6e [Bjoern Michaelsen]
    + more iOS baby steps [Tor Lillqvist]
    + not link cairocanvas against stl anymore [Bjoern Michaelsen]
    + port SfxIntegerListItem to ::std::vector [Maciej Rumianowski]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + preserve RTF \'00 sequences (NULL) in strings [Troy Rollo]
    + re-implement original GF_ROTR scaling bug [Caolán McNamara]
    + remove DragDrop code from class SvxIconChoiceCtrl_Impl [Joseph Powers]
    + remove Olwm support and Windowmaker gravity handling [Thomas Arnhold]
    + remove SAL_FONTPATH and SAL_FONTPATH_PRIVATE [Thomas Arnhold]
    + remove SAL_NOSEGV [Thomas Arnhold]
    + remove SAL_WM [Thomas Arnhold]
    + remove SCO [Thomas Arnhold]
    + remove an unused #define [Francois Tigeot]
    + remove superfluous include paths [Bjoern Michaelsen]
    + remove supportsICCCMPos. Resize working with Sawfish anyway. [Thomas Arnhold]
    + remove unused env XENVIRONMENT [Thomas Arnhold]
    + removed commented-out methods. [Kohei Yoshida]
    + replace List with SvxIconChoiceCtrlEntryList_impl [Joseph Powers]
    + replace List with std::list< ImplBmpObj* > [Joseph Powers]
    + replace List with std::vector< BSaveStruct* > [Joseph Powers]
    + sal_Bool to bool. [Kohei Yoshida]
    + silence unused parameter warning [Norbert Thiebaud]
    + some cppcheck cleaning [Julien Nabet]
    + some fixes for compilation [Julien Nabet]
    + start at trying to build these test programs for iOS [Tor Lillqvist]
    + this is definitely not present in Qt 4.8.0 beta1 [David Tardon]
    + unusedcode.easy: AlphaMask [Joseph Powers]
    + unusedcode.easy: Class SvtDocumentTemplateDialog cleanup [Joseph Powers]
    + unusedcode.easy: Class SvtOptionsDrawinglayer cleanup [Joseph Powers]
    + unusedcode.easy: svxIconChoiceCtrl_Impl [Joseph Powers]
    + use fontconfig's detected format when available (rhbz#715549) [Caolán McNamara]
    + waE: remove now unused bFoundIconSize [Caolán McNamara]
    + waE: remove unused variables [Thomas Arnhold]
    + whitespace cleanup [Joseph Powers]
+ postprocess
    + merge: 8f586ea b31b807 [Bjoern Michaelsen]
+ sdk
    + merge: 25b0e3e 745f015 [Bjoern Michaelsen]
    + oops Bjoern's link to .gitattributes got committed by mistake [Norbert Thiebaud]
+ testing
    + merge: 7aaf924 9832101 [Bjoern Michaelsen]
    + oops Bjoern's link to .gitattributes got committed by mistake [Norbert Thiebaud]
+ ure
    + add a _attribute__((warn_unused_result)) based macro [Caolán McNamara]
    + merge: a0b0b12 1bc4f34 [Bjoern Michaelsen]
    + merge: c523533 a6ba297 [Bjoern Michaelsen]
    + merge: f10464a 753831c [Bjoern Michaelsen]
    + minor whitespace/makefile cleanup [Christian Lohmaier]
    + oops bjoern .gitattributes link got commited :-) [Norbert Thiebaud]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + use SAL_WARN_UNUSED_RESULT [Caolán McNamara]
+ writer
    + adapt to new InsertAutomaticEntryColor method [Michael Meeks]
    + add missing-files to starmath libraries [Matúš Kukan]
    + adjusted for HTMLParser::GetOptions() return type change. [Kohei Yoshida]
    + callcatcher: remove unused lcl_SkipNPages [Thomas Arnhold]
    + callcatcher: remove unused methods [Caolán McNamara]
    + changed undo insert horizontal ruler to rule. [Jeffrey Chang]
    + check for short reads [Caolán McNamara]
    + check if strlen is even possible [Caolán McNamara]
    + check reads and seeks [Caolán McNamara]
    + check seeks, check available size, pointers to ref [Caolán McNamara]
    + clip silly allocs [Caolán McNamara]
    + comment out an unused variable for now [Luboš Luňák]
    + const methods [Luboš Luňák]
    + de-stupid-operator-ize plcf and keep nIdx within legal limits [Caolán McNamara]
    + defer allocating dest until we know the source exists [Caolán McNamara]
    + enforce inside bounds [Caolán McNamara]
    + first cut at an automated / random document / redlining test [Michael Meeks]
    + fix an extra comma (was already referenced OOo bug 87057) [Julien Nabet]
    + fix signed/unsigned comparison warning on MAC in ndtbl.cxx. [Nigel Hawkins]
    + horrifically hard to find bug, deleted paras referenced by uncommitted props [Caolán McNamara]
    + i knew there was something screwy about that use of getVersion [Caolán McNamara]
    + icuuc and xml2 are 'external' library [Norbert Thiebaud]
    + if the offset doesn't exist, don't bother [Caolán McNamara]
    + keep gbuild calls consistent at  now, even if it is a bit longer [Bjoern Michaelsen]
    + make text wrapping work in headers/footers too (fdo#39155) [Luboš Luňák]
    + merge PAP and CHP length and offset clipping [Caolán McNamara]
    + merge: 3228802 b77c9a6 [Bjoern Michaelsen]
    + merge: 853bfc8 68b6265 [Bjoern Michaelsen]
    + more adjustment for the GetOptions return type change. [Kohei Yoshida]
    + more adjustment inside SOLAR_JAVA. Hopefully this is it! [Kohei Yoshida]
    + postmerge fixes for gnumake4 [Bjoern Michaelsen]
    + replace SvUShorts with vector in UndoTable.hxx and cascade changes. [Nigel Hawkins]
    + replace SvUShorts with vector in rolbck.hxx and cascade changes. [Nigel Hawkins]
    + skeleton for writting .docx comments [Luboš Luňák]
    + unit test should write to content nodes, finally creates a document [Michael Meeks]
    + use SprmIterator here too instead of hand-rolled loop [Caolán McNamara]

Attachment: signature.asc
Description: Toto je digitálně podepsaná část zprávy

_______________________________________________
LibreOffice mailing list
LibreOffice@lists.freedesktop.org
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to