Hi,

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

    + master:            LO-3.5 development
    + libreoffice-3-3:   fixes for LO-3.3.5 bug fix release
      - no changes on that branch
    + libreoffice-3-4:   fixes for LO-3.4.4 bug fix 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!

Cheers,

-- Thorsten
+ binfilter
    + applySelectionFrame doesn't do anything [Caolán McNamara]
    + byteString::Expand->comphelper::string::padToLength [Caolán McNamara]
    + callcatcher: remove freshly unused code [Caolán McNamara]
    + callcatcher: this can go [Caolán McNamara]
    + callgrind: remove freshly unused methods [Caolán McNamara]
    + cleanup DBG_BF_ASSERT() in svx_dialog classes [Joseph Powers]
    + cleanup of DBG_BF_ASSERT() in bf_starmath [Joseph Powers]
    + cleanup of DBG_BF_ASSERT() in bf_svx [Joseph Powers]
    + createQueryParam is always false [Caolán McNamara]
    + currently you can only compile MacOSX using GCC 4.0; remove <3 code [Joseph Powers]
    + ditch ByteString::*Buffer* [Caolán McNamara]
    + first branch of second if cannot be taken as first if rules it out [Caolán McNamara]
    + i believe the src charset pragma is archaic and unused [Caolán McNamara]
    + i missed some DBG_BF_ASSERT()s in sfx2 [Joseph Powers]
    + mirror non-binfilter change in [Caolán McNamara]
    + more cleanup of DBG_BF_ASSERT() from svx classes [Joseph Powers]
    + port over the non-binfilter fix here [Caolán McNamara]
    + remove freshly unused methods [Caolán McNamara]
    + replace ByteString::Convert [Caolán McNamara]
    + sb140: no implementations of XIdlClassProvider remain, so code that checks for it can be removed (i#117698) [Stephan Bergmann]
    + sb140: remove unnecessary dependency on XTypeProvider::getImplementationId (i#117310) [Stephan Bergmann]
    + scDocument::GetNextPos doesn't do anything [Caolán McNamara]
    + some more DBG_BF_ASSERT cleanup in bf_sw [Joseph Powers]
    + some more cleanup of SVX classes [Joseph Powers]
    + some more warning cleanup. [Stephan Bergmann]
    + swFrm::GetShell() is always NULL; also deleted some unused classes [Joseph Powers]
    + updateOutlineCol is always false [Caolán McNamara]
    + waE: assume its right [Caolán McNamara]
    + waE: keep this warning free [Caolán McNamara]
+ core
    + "long" actually meant 32 bit here. [Stephan Bergmann]
    + # Disabled failing complex.writer.CheckBookmarks test for now. (fdo#40819) [Stephan Bergmann]
    + #, #: Disabled failing checkCrossReferences tests for now. (fdo#33960, fdo#35690) [Stephan Bergmann]
    + a bit more defensive programming [Fridrich Štrba]
    + a little cleanup. [Kohei Yoshida]
    + actually create the flag after run [David Tardon]
    + adapt Configuration_filter.mk to ause130 changes [Michael Stahl]
    + add 'qtz' key id lang code to ALL case [Andras Timar]
    + add KeyID option to Language dropdown box [Andras Timar]
    + add Oracle Java 1.7.0 recognition [Hanno Meyer-Thurow]
    + add a clarifying comment (MinGW special case). [Jan Holesovsky]
    + add a new helper script: addkeyid2pot.pl [Andras Timar]
    + add a pad and truncate [Caolán McNamara]
    + add comdlg32 [Caolán McNamara]
    + add database unit test [Markus Mohrhard]
    + add files for bugFix tests and restructure filters-test a bit [Markus Mohrhard]
    + add formats test for xls and xlsx [Markus Mohrhard]
    + add help [David Tardon]
    + add name and description of KeyID langpack/helppack [Andras Timar]
    + add po2lo tool [Miklos Vajna]
    + add qtz (key id pseudolanguage) to langlist.mk [Andras Timar]
    + add unit test for formated cells [Markus Mohrhard]
    + added another missing $, fixes leaking /tmp/gbuild.* files. [Matúš Kukan]
    + added code to handle paste functions and skip empties. [Kohei Yoshida]
    + added dependency on test so that unoexceptionprotector works in i18npool after all. [Stephan Bergmann]
    + added missing dependencies on solenv back into build.lsts. [Stephan Bergmann]
    + added more detailed information to smoketest failure result string. [Stephan Bergmann]
    + added more missing dependencies on solenv back into build.lsts. [Stephan Bergmann]
    + added twofold affix+compound to hunspell, as the official fixed https://sourceforge.net/tracker/index.php?func=detail&aid=3288562&group_id=143754&atid=756395 [Arno Teigseth]
    + adjust toplevel makefile [Bjoern Michaelsen]
    + allow paste when the dest range is a multiple of the source range. [Kohei Yoshida]
    + allow to specify additional deps for zip target [David Tardon]
    + always output AWTLIB, gbuildized 'bean' depends on that. [Jan Holesovsky]
    + always show option for ODF inside PDF, even if import not installed [Michael Meeks]
    + another dep needed until we are gbuild-only [Bjoern Michaelsen]
    + avoid assert and crash-before-vcl-is-ready-to-show-it in dbgutil testtool [Caolán McNamara]
    + avoid crash on NULL pointer (rhbz#738255) [Caolán McNamara]
    + avoid linking to uwinapi here (which gb_STDLIBS contains that anyway) [Caolán McNamara]
    + avoid officeloader -> soffice renaming dance, build that directly. [Jan Holesovsky]
    + avoid premature deletion of objects in ODatabaseContext::m_aDatabaseObjects. [Stephan Bergmann]
    + avoid reordering elements already in PATH for Cygwin [Tor Lillqvist]
    + bFound is always false, and never changed, simplify [Caolán McNamara]
    + be silent [David Tardon]
    + better filter-out uwinapi (in case gb_STDLIBS changes) [Bjoern Michaelsen]
    + better management of exception [Julien Nabet]
    + bin weird leftover from OOo's native MinGW thing [Tor Lillqvist]
    + boost::scoped_ptr is sufficient here [Caolán McNamara]
    + build multi language dev-installer on windows [Andras Timar]
    + byteString->rtl::OString [Caolán McNamara]
    + byteString->rtl::OStringBuffer [Caolán McNamara]
    + byteString->rtl::OString[Buffer] [Caolán McNamara]
    + call macosx-change-install-names on executables in gbuild, too. [Stephan Bergmann]
    + callcatcher: StandardErrorInfo is never constructed [Caolán McNamara]
    + callcatcher: remove unused code [Caolán McNamara]
    + callcatcher: some unused code [Caolán McNamara]
    + can remove ByteString::Convert now [Caolán McNamara]
    + can use SearchAndReplaceAll sal_Char variant here [Caolán McNamara]
    + can't guess the right paths for the internal python on macox [Caolán McNamara]
    + catch by const reference [Caolán McNamara]
    + change distclean to delete configure generated files [Peter Foley]
    + change key id pseudolanguage code from kid to qtz [Andras Timar]
    + change linked lib name to db [David Tardon]
    + change publisher from Oracle to TDF (fdo#40638) [Andras Timar]
    + charset arg doesn't exist anymore, fixes helpex [Caolán McNamara]
    + check for hsqldb only if --with-java is passed. [Tomas Chvatal]
    + check make 3.81 for bug 20033 and only disable parallelism if needed [Bjoern Michaelsen]
    + check the source range when refreshing, and abort refresh if invalid. [Kohei Yoshida]
    + chop the redhat-menus, since freedesktop desktop integration works for RH too [Fridrich Strba]
    + cleanup BrowseBox, DbGridControl & friends handle & invalid column handling [Lionel Elie Mamane]
    + cleanup startup/unix/os2/Makefile on distclean [Peter Foley]
    + cleanup: don't use German as fallback language [Andras Timar]
    + consistently rename NONEBIN -> NONE for all platforms. [Stephan Bergmann]
    + convert MathMLDTD to gbuild and add to tail_build [Peter Foley]
    + convert bean to gbuild and add to tail_build [Peter Foley]
    + convert eventattacher to gbuild and add to tail_build [Peter Foley]
    + convert sane to gbuild [Peter Foley]
    + convert twain to gbuild [Peter Foley]
    + convert unixODBC to gbuild [Peter Foley]
    + convert xml2cmp to gbuild [Peter Foley]
    + cppcheck:remove unused variables [Julien Nabet]
    + create unopkg.bin directly. [Jan Holesovsky]
    + create unopkg.com directly. [Jan Holesovsky]
    + dbaccess: RowSet.cxx: update m_bIsInsertRow [Michael Stahl]
    + dbaccess: databasecontext.cxx: copy m_aDatabaseObjects [Michael Stahl]
    + default shortcut for .uno:SearchDialog should be Ctrl+H [Andras Timar]
    + default to -r on gbuild for performance (assumed esp. on make 3.82) [Bjoern Michaelsen]
    + delete does not need a NULL check [Luboš Luňák]
    + deliver basis-link and ure-link. [Jan Holesovsky]
    + deliver libcrmf.a [Peter Foley]
    + desktop not building for me with internal berkeydb [Caolán McNamara]
    + desktop scripts need to be packaged on MacOSX too [Norbert Thiebaud]
    + despite its name, it appears not to be a gui app [Caolán McNamara]
    + ditch ByteString::*Buffer* [Caolán McNamara]
    + ditch ByteString::Expand [Caolán McNamara]
    + ditch ByteString::Fill [Caolán McNamara]
    + ditch SHL_SBX and don't leak [Caolán McNamara]
    + do not build key id pseudolanguage for release builds [Andras Timar]
    + do not call macosx-change-install-name for NONEBIN executable [Norbert Thiebaud]
    + do not delete SwIndexReg::pEmptyIndexArray while SwXTextCursor instances can still reference it. [Stephan Bergmann]
    + do not hard code gperf [Baptiste Daroussin]
    + do not try to read from an iterator which we just deleted from the container [Bjoern Michaelsen]
    + do the same when calling ScDocument::InsertTabs(). [Kohei Yoshida]
    + don't always set refresh flag on export.  This is a bad hack. [Kohei Yoshida]
    + don't crash [Caolán McNamara]
    + don't crash while dropping texture (fdo#38391) [Ivan Timofeev]
    + don't do the Jar thingies if we don't want to use Java [Tor Lillqvist]
    + don't quote ???x??? [Caolán McNamara]
    + don't setup gdb printers for regular installation [David Tardon]
    + don't try to cat a non existent Jar manifest [Peter Foley]
    + drop ActiveState Perl support [Tor Lillqvist]
    + drop duplicated include of Tempfile.mk [Tor Lillqvist]
    + drop intermediate ByteString [Caolán McNamara]
    + drop leftover unused temp variable [Tor Lillqvist]
    + drop makefile.mk [Caolán McNamara]
    + drop some more unused code [Caolán McNamara]
    + drop unused WinFormat function [Tor Lillqvist]
    + eSOLUTIONCOLLIDE [Caolán McNamara]
    + elide conversion from MS1252 to MS1252 [Caolán McNamara]
    + enable some extensions by default, describe system-libs better. [Tomas Chvatal]
    + ensure required settings and styles exist in paste doc (fdo#40717) [Caolán McNamara]
    + env.Set.sh -> Env.Host.sh [Tomas Chvatal]
    + executable_officeloader.mk: fix obvious issues [Michael Stahl]
    + explicitly state namespace to avoid ambiguous type clash with ICU. [Tomas Chvatal]
    + extracted method for inserting source data for pivot table testing. [Kohei Yoshida]
    + fail early when having mixed build/check targets, also escape GNUMAKE correctly [Bjoern Michaelsen]
    + fallback to osl_getExecutableFile when dlsym("main") fails [Caolán McNamara]
    + fast_merge: fix mis-merge of first module's strings [Miklos Vajna]
    + fdo Add Math symbol "There does not exist". (#37007) [Julien Nabet]
    + filter: adapt filter configuration to LO changes [Michael Stahl]
    + filter: adapt to changes in LO [Michael Stahl]
    + filter: add missing resource makefiles [Michael Stahl]
    + filter: convert filter configuration to gbuild [Michael Stahl]
    + filter: convert odfflatxml library [Michael Stahl]
    + filter: convert some libraries and jars to gbuild [Michael Stahl]
    + filter: convert some more libraries to gbuild [Michael Stahl]
    + filter: gb_Library_use_externals requires eval? [Michael Stahl]
    + filter: svg: adapt to changes in LO [Michael Stahl]
    + fix 2 bitwiseOnBoolean detected by cppcheck [Julien Nabet]
    + fix build blocker in desktop on MacOSX [Norbert Thiebaud]
    + fix build with MinGW. [Jan Holesovsky]
    + fix cross-compilation failure after gbuildization of desktop [Peter Foley]
    + fix endless loop during building soffice.exe deps on Windows. [Jan Holesovsky]
    + fix for avoid crash while processing incorrect range of pages (fdo#35513) [Ivan Timofeev]
    + fix install for presenter extension. [Tomas Chvatal]
    + fix link failure on linux if not using libXinerama [Peter Foley]
    + fix lower_bound() comparator class problem for MSVC with _DEBUG [Tor Lillqvist]
    + fix manifest creation. [Jan Holesovsky]
    + fix nSearchType vs. nMatchType typo and simplify resulting code. [Stephan Bergmann]
    + fix of localised template name problems in Impress part 1 [Peter Rabi]
    + fix quoting in create_tree so distdir can have spaces in it. [Tomáš Chvátal]
    + fix sandbox violation. [Tomas Chvatal]
    + fix soenv for FreeBSD [Baptiste Daroussin]
    + fix typo [Tor Lillqvist]
    + fix typo: missing dollarsign [Tor Lillqvist]
    + fix whitespace [Bjoern Michaelsen]
    + fix whitespace in last commit, add safeguards for the with-theme values. [Tomas Chvatal]
    + fixed import of free drawn curves. (bnc#657909) [Muthu Subramanian]
    + folded smoketestdoc back into smoketestoo_native; no need to have it separated. [Stephan Bergmann]
    + for now, keep the Mac OS X duplication of soffice.bin as soffice in installation sets. [Stephan Bergmann]
    + force JVM into interpreted mode when running under Valgrind, to avoid false error reports. [Stephan Bergmann]
    + force always a full recalculation for ods, xls and xlsx in unit test [Markus Mohrhard]
    + forgot another csv file [Markus Mohrhard]
    + forgot the csv file for number formats [Markus Mohrhard]
    + forward the num-cpus and max-jobs switches to the (cross) build configure. [Jan Holesovsky]
    + freeBSD has the same cppunit failure as OSX does [Baptiste Daroussin]
    + fs34b: (patch provided by mathias.ba...@oracle.com) (i#117545) [Stephan Bergmann]
    + gbuildize automation [David Tardon]
    + gbuildize desktop [David Tardon]
    + get internal python invocations working [Caolán McNamara]
    + get quickstart to link on windows [Caolán McNamara]
    + got the normal paste to work. Still no undo etc. [Kohei Yoshida]
    + header/Footer: Don't hide & show the separator windows all the time [Cédric Bosdonnat]
    + header/Footer: add the Border and Background... menu item [Cédric Bosdonnat]
    + header/Footer: added a timer to show the separator [Cédric Bosdonnat]
    + header/Footer: display improvements [Cédric Bosdonnat]
    + header/Footer: don't show the separators if mouse isn't over SwEditWin [Cédric Bosdonnat]
    + header/Footer: draw page breaks between the two pages and in all cases [Cédric Bosdonnat]
    + header/Footer: enable quickly hiding the separators [Cédric Bosdonnat]
    + header/Footer: fixed the Ctrl+PgUp and Ctrl+PdDown behaviors [Cédric Bosdonnat]
    + header/Footer: forgot to remove a sequence realloc [Cédric Bosdonnat]
    + header/Footer: handle high contrast mode in Paint method [Cédric Bosdonnat]
    + header/Footer: mouse-over timer set down to 1s instead of 2s. [Cédric Bosdonnat]
    + header/Footer: shared code for the insertion/removal [Cédric Bosdonnat]
    + header/Footer: small painting improvements [Cédric Bosdonnat]
    + header/Footer: the whole separator tab is now a menu button [Cédric Bosdonnat]
    + header/Footer: use a plus symbol instead of the add icon [Cédric Bosdonnat]
    + honor preset VALGRIND_CFLAGS in configure. [Stephan Bergmann]
    + i believe the src charset pragma is archaic and unused [Caolán McNamara]
    + i don't think we need to check CROSS_COMPILING here? [Tor Lillqvist]
    + i forgot the directory separator [Tor Lillqvist]
    + i think IMPL_GEN_RES_STR is not needed here [Tor Lillqvist]
    + i think this is supposed to be a so-called GUI executable [Tor Lillqvist]
    + ignore config.params file. [Tomas Chvatal]
    + implDeleteCharTabData unneeded, as nothing created to delete, ditto SHL_TOOLS [Caolán McNamara]
    + implUpdateStringFromUniString is now dangling [Caolán McNamara]
    + improve calc's format unit test [Markus Mohrhard]
    + improve the Windows code a bit [Tor Lillqvist]
    + improved "unsupported URL" exception message. [Stephan Bergmann]
    + inch closer to building under windows [Caolán McNamara]
    + include tools/tools.h for visibility markup [Caolán McNamara]
    + introduced CHECK_PARALLELISM (and poshed the code up). [Stephan Bergmann]
    + it's appropriate to name this class singular. [Kohei Yoshida]
    + jar.mk: remove target in case jar program exits with error [Michael Stahl]
    + just return, not return 0; as it is void function. [Tomas Chvatal]
    + kill the explicit linking to salmain.o, use vclmain instead. [Jan Holesovsky]
    + let's avoid modifying the selection data during search and replace. [Kohei Yoshida]
    + let's do hard re-calc only when necessary. [Kohei Yoshida]
    + let's keep our file naming scheme consistent. [Kohei Yoshida]
    + let's not indent in namespace scopes. [Kohei Yoshida]
    + let's put using namespace declarations at the top. [Kohei Yoshida]
    + let's use scoped_ptr to avoid c++0x deprecated warnings [Caolán McNamara]
    + m4 is a real pain with [], fixes missing themes/icons [Caolán McNamara]
    + macosx.mk: no RPATH-equivalent for executables [Michael Stahl]
    + make 'desktop' build again with MinGW. [Jan Holesovsky]
    + make --with-theme actually work. [Tomas Chvatal]
    + make ByteString::Convert private [Caolán McNamara]
    + make check target depend build-order-only on dev-install to allow 'make all dev-install check' [Bjoern Michaelsen]
    + make forms ByteString free [Caolán McNamara]
    + make it possible to est formula string in csv files [Markus Mohrhard]
    + make the needed change to soffice.sh at configure time [David Tardon]
    + make this compile with MSVC and _DEBUG [Tor Lillqvist]
    + make this simpler [Caolán McNamara]
    + mark all formula cells dirty when appending a new sheet. (fdo#35965) [Kohei Yoshida]
    + memcpy is of the same length as preceding memset [Caolán McNamara]
    + merge srvdepy functions into xml2cmp and simplify xml2cmp gbuild [Norbert Thiebaud]
    + missed a \ in the MathDTD core review... [Norbert Thiebaud]
    + missed optimization opportunity from 9b6ea21 to drop unused ByteString [Caolán McNamara]
    + missing $ [Caolán McNamara]
    + modified GetClipState in ScCellShell to allow multiple dest ranges. [Kohei Yoshida]
    + move ScCheckListMenuWindow and ScMenuFloatingWindow into own files. [Kohei Yoshida]
    + move automation to tail_build [David Tardon]
    + move desktop to tail_build [David Tardon]
    + move init into default ctor, and make non-copyable [Caolán McNamara]
    + moved PasteFromClipboard() from ScCellShell to ScClipUtil (new class). [Kohei Yoshida]
    + moved the code that checks destination ranges to ScClipUtil. [Kohei Yoshida]
    + need doubled dollarsign here it seems for this to actually work as intended [Tor Lillqvist]
    + need to include gbuild.mk not gbuild_simple.mk for gb_PYTHON [Caolán McNamara]
    + new unit test case for testing SHEETS function result. [Kohei Yoshida]
    + no need to bark about G_SLICE on stderr. [Stephan Bergmann]
    + no need to use += to initialize m_aFileRoot. [Kohei Yoshida]
    + no route left to set encoding, only RTL_TEXTENCODING_MS_1252 is possible [Caolán McNamara]
    + not sure if this is copyable [Caolán McNamara]
    + now I can pass range list to PostPaint() when appropriate. [Kohei Yoshida]
    + oK, so avoid IMPL_GEN_RES_STR on Windows only then [Tor Lillqvist]
    + on Windows, xml2cmp depends on uwinapi from sal. [Stephan Bergmann]
    + ooopathutils_hack linked_libs -> ooopathutils linked_static_libs [Caolán McNamara]
    + oops not yet [Caolán McNamara]
    + page Break: Fixed columns boundaries and breaks rendering [Cédric Bosdonnat]
    + page Break: draw a dashed line using the header/footer separator code [Cédric Bosdonnat]
    + page Break: show the meta-characters by default [Cédric Bosdonnat]
    + page Break: show/hide them with the line breaks [Cédric Bosdonnat]
    + pass -s flag to custom target's make process [David Tardon]
    + pass as const reference where possible & indent fix. [Kohei Yoshida]
    + pass multi-ranges to the undo object. [Kohei Yoshida]
    + pointless foo [Caolán McNamara]
    + postPaint() now takes range list. [Kohei Yoshida]
    + postPasteFromClip to work with ScRangeList. [Kohei Yoshida]
    + power up the chainsaw again [Caolán McNamara]
    + process more idl files at once - first part: gbuild [Matúš Kukan]
    + process more idl files at once - second part: makefiles [Matúš Kukan]
    + progress to link stage of loader2 [Caolán McNamara]
    + properly mark multiple ranges during undo and redo. [Kohei Yoshida]
    + recognize doc/xls in nsplugin by default. [Tomas Chvatal]
    + reduce duplicate code to one template [Takeshi Abe]
    + reduce the scope a bit further [Caolán McNamara]
    + reduced the scope of a variable in core/sal/osl/w32/file_dirvol.cxx [Andreu Correa Casablanca]
    + reformat so that numbers are correct [Caolán McNamara]
    + register all built executables [David Tardon]
    + register rsc executable too [David Tardon]
    + reintroduce check target with new meaning [Bjoern Michaelsen]
    + related pernickety gcc 4.7.0 (gcc#50394) [Caolán McNamara]
    + related: add a initial basic test for deleting graphics (fdo#40599) [Caolán McNamara]
    + remove -r hint -- we are enabling it ourselves in gbuild.mk [Bjoern Michaelsen]
    + remove ByteString::Assign(sal_Char) [Caolán McNamara]
    + remove RCS header [Thomas Arnhold]
    + remove Repeat from Basic IDE menu [Andras Timar]
    + remove commented out CHARSET_ANSI foo [Caolán McNamara]
    + remove commented out archaic CHARSET_ANSI pragma [Caolán McNamara]
    + remove config.parms [Peter Foley]
    + remove duplicate registration [David Tardon]
    + remove former key id language code 'kid' [Andras Timar]
    + remove obsolete command line switch -ISO99 [Andras Timar]
    + remove obsolete command line switches -UTF8 and -NOUTF8 [Andras Timar]
    + remove redundant intermediate ByteStrings [Caolán McNamara]
    + remove some warnings [Fridrich Štrba]
    + remove this TODO created in 2000 [Julien Nabet]
    + remove unused BrOffice files [Andras Timar]
    + remove unused MAX_LANGUAGES definition [Andras Timar]
    + removed --leak-check=yes from CppUnit valgrind/memcheck calls. [Stephan Bergmann]
    + removed an assignment in no use [Takeshi Abe]
    + removed an unnecessary anonymous temporary object. [Kohei Yoshida]
    + removed bogus assert. [Stephan Bergmann]
    + removed leftover makefile.mk after gbuildization. [Stephan Bergmann]
    + removed no longer needed PROFULLSWITCH. [Stephan Bergmann]
    + removed non-ASCII commentary noise. [Stephan Bergmann]
    + removed solenv/bin/subsequenttests, moved its (improved) content directly into Makefile.in. [Stephan Bergmann]
    + removed unhelpful --enable-werror warning. [Stephan Bergmann]
    + removed unoexceptionprotector stuff from last commit again; appears not to work here. [Stephan Bergmann]
    + rename all target to build in gbuild [Bjoern Michaelsen]
    + rename all to build in top-level makefile [Bjoern Michaelsen]
    + rename allandcheck target to all in gbuild [Bjoern Michaelsen]
    + rename check target to unitcheck in gbuild [Bjoern Michaelsen]
    + rename: ScDPFieldPopupWindow -> ScCheckListMenuWindow. [Kohei Yoshida]
    + replace ByteString::Fill [Caolán McNamara]
    + replaced some SvUShorts with std::vector [Daniel Di Marco]
    + repository.mk: fix conflicing filterconfig changes [Michael Stahl]
    + resetChanged() now takes range list. [Kohei Yoshida]
    + return soon if build with --without-java, as no checks are needed. [Tomas Chvatal]
    + revert "I think IMPL_GEN_RES_STR is not needed here" [Norbert Thiebaud]
    + revert "Remove once again the INSTALLDIR feature" [Tomas Chvatal]
    + revert "Revert "kill O(n^2) complexity of unique bookmark name creation"" (i#118224) [Bjoern Michaelsen]
    + revert "Trying to chop out the uwinapi library" [Fridrich Štrba]
    + revert "Use PREFIXDIR when possible" [Stephan Bergmann]
    + revert "added new menu entry for headers/footers edit mode" (bnc#676858) [Cédric Bosdonnat]
    + revert "kill O(n^2) complexity of unique bookmark name creation" (i#118224) [Fridrich Štrba]
    + reverted previous ff1c626, instead renamed NONEBIN -> NONE. [Stephan Bergmann]
    + reverted the previous fix, as it introduces a circular dependency. [Stephan Bergmann]
    + rework this in terms of read_uInt8s_AsOString [Caolán McNamara]
    + rewrite a bit so that Windows dbgutils build does not shout [Fridrich Štrba]
    + rewrite keyidGen.pl [Andras Timar]
    + sal_True to true. [Kohei Yoshida]
    + sb140: appears be duplicate of fixed i114718, so re-enabling test (i#114669) [Stephan Bergmann]
    + sb140: avoid XWindow.getPosSize immediately after XWindow.setPosSize (i#117486) [Stephan Bergmann]
    + sb140: fix previous fix (i#117295) [Stephan Bergmann]
    + sb140: gvfs ucp handling all schemes spoils deregisterContentProvider test (i#117381) [Stephan Bergmann]
    + sb140: mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 (i#113503) [Stephan Bergmann]
    + sb140: no implementations of XIdlClassProvider remain, so code that checks for it can be removed (i#117698) [Stephan Bergmann]
    + sb140: remove unnecessary dependency on XTypeProvider::getImplementationId (i#117310) [Stephan Bergmann]
    + sb140: removed obsolete LEAK_STATIC_DATA defines (i#117295) [Stephan Bergmann]
    + sb140: simplify obsolete cppuhelper/stdidlclass.hxx implementation (i#117697) [Stephan Bergmann]
    + sb140: some CppUnit related cleanup (i#117694) [Stephan Bergmann]
    + scCompiler::IsDBRange compares upper case strings [Markus Mohrhard]
    + scMultiBlockUndo in place. [Kohei Yoshida]
    + scPateUndo cleaned up. [Kohei Yoshida]
    + scUndoPaste to handle multiple ranges. [Kohei Yoshida]
    + shrink ByteString api [Caolán McNamara]
    + simplified setting headless mode for smoke-/subsequenttetss. [Stephan Bergmann]
    + simplify this [Caolán McNamara]
    + soffice.sh should not be delivered on MacOS [David Tardon]
    + some attempts to remove the 8-param variant of PostPaint(). [Kohei Yoshida]
    + some cppcheck cleaning [Julien Nabet]
    + spadmin.bin belongs to BRAND layer [David Tardon]
    + spadmin.bin gets installed into basis-foo/program, needs corresponding RPATH [Caolán McNamara]
    + store previously selected tables in std::set. [Kohei Yoshida]
    + stylistic [Lionel Elie Mamane]
    + surely /usr/bin already is in PATH on Cygwin [Tor Lillqvist]
    + swapped the 8-param and 3-param variants of PostPaint(). [Kohei Yoshida]
    + tell linkoo pageein-FOO are gbuildified [Caolán McNamara]
    + testtool has no need to print (doesn't under unix anyway) [Caolán McNamara]
    + text Boundaries: draw small inner corners for the columns areas [Cédric Bosdonnat]
    + there is no special iso.res case any more [Andras Timar]
    + these don't have to be member functions. [Kohei Yoshida]
    + toolsin.hxx can go now [Caolán McNamara]
    + try better template friend class syntax [Caolán McNamara]
    + trying to chop out the uwinapi library [Fridrich Štrba]
    + type: BROWSER_INVALID_ID -> BROWSER_INVALIDID [Lionel Elie Mamane]
    + typo fix [Andras Timar]
    + typo in parameter name [Lionel Elie Mamane]
    + undo to work. [Kohei Yoshida]
    + unify the unxfbsd.mk into a single file and simplify it [Baptiste Daroussin]
    + unit test for refreshing while source data contains empty field name. [Kohei Yoshida]
    + unopkgio should be a console executable [Tor Lillqvist]
    + unused define [Caolán McNamara]
    + unused local static ByteStrings [Caolán McNamara]
    + update Zenity with progress icon notification [Kevin Hunter]
    + update gbuild help [Bjoern Michaelsen]
    + update list [Caolán McNamara]
    + updated csv_parser from orcus. [Kohei Yoshida]
    + use "python" as (build-time) gb_PYTHON if run-time Python usage is disabled [Tor Lillqvist]
    + use PREFIXDIR each time possible to allow installing where /usr is not the prefix [Baptiste Daroussin]
    + use PREFIXDIR when possible [Baptiste Daroussin]
    + use correct static lib. name for windows [David Tardon]
    + use gb_Helper_abbreviate_dirs_native instead of gb_Helper_abbreviate_dirs [Tor Lillqvist]
    + use read_uInt8s_AsOString and comphelper::string::padToLength [Caolán McNamara]
    + use read_uInt8s_AsOString here [Caolán McNamara]
    + use saner permission on files. [Tomas Chvatal]
    + use the method to insert source data. [Kohei Yoshida]
    + visibility problems under Linux, swap these around [Caolán McNamara]
    + waE: and no longer need this here then [Caolán McNamara]
    + waE: declaration of 'i' shadows a previous local [David Tardon]
    + waE: declaration of 'index' shadows a global declaration [David Tardon]
    + waE: declaration of 'j' shadows a previous local [David Tardon]
    + waE: remove impossible final return path [Caolán McNamara]
    + waE: struct vs class picky warning [Caolán McNamara]
    + we can't #define _HAS_ITERATOR_DEBUGGING 0 in just some of the source files [Tor Lillqvist]
    + we normally use an 'f' prefix for double. [Kohei Yoshida]
    + when pasting from other apps, fall back on Fragment span. [Kohei Yoshida]
    + whitelist cppu::.* for now [Caolán McNamara]
    + whitespace once again. [Tomas Chvatal]
    + why search and replace all spaces with tabs twice [Caolán McNamara]
    + windows berkleydb libname fixup [Caolán McNamara]
    + work silently for make -s [David Tardon]
    + wrong initialization of DdeInstData with memset despite std::vector [Pierre-André Jacquod]
    + wtratree unbuilt [Caolán McNamara]
+ help
    + 'Print in reverse page order' is in General tab (fdo#40816) [Andras Timar]
    + add help for the new Bit Operation Functions [Andras Timar]
    + delete a wrong paragraph [Andras Timar]
    + enable key id help [Andras Timar]
+ translations
    + add po2lo tool [Miklos Vajna]
    + fix wrong condition [Andras Timar]
    + key id build changes [Andras Timar]
    + remove msgcat commit hook on .po file (fdo#40706) [Andras Timar]
    + there is no python binary on macosx with internal-python [Caolán McNamara]
+ binfilter
    + sb140: no implementations of XIdlClassProvider remain, so code that checks for it can be removed (i#117698) [Stephan Bergmann]
    + sb140: remove unnecessary dependency on XTypeProvider::getImplementationId (i#117310) [Stephan Bergmann]
+ core
    + # Disabled failing complex.writer.CheckBookmarks test for now. (fdo#40819) [Stephan Bergmann]
    + #, #: Disabled failing checkCrossReferences tests for now. (fdo#33960, fdo#35690) [Stephan Bergmann]
    + avoid crash on NULL pointer (rhbz#738255) [Caolán McNamara]
    + change publisher from Oracle to TDF (fdo#40638) [Andras Timar]
    + don't crash while dropping texture (fdo#38391) [Ivan Timofeev]
    + ensure required settings and styles exist in paste doc (fdo#40717) [Caolán McNamara]
    + fdo Add Math symbol "There does not exist". (#37007) [Julien Nabet]
    + fix for avoid crash while processing incorrect range of pages (fdo#35513) [Ivan Timofeev]
    + fixed import of free drawn curves. (bnc#657909) [Muthu Subramanian]
    + fs34b: (patch provided by mathias.ba...@oracle.com) (i#117545) [Stephan Bergmann]
    + mark all formula cells dirty when appending a new sheet. (fdo#35965) [Kohei Yoshida]
    + related pernickety gcc 4.7.0 (gcc#50394) [Caolán McNamara]
    + related: add a initial basic test for deleting graphics (fdo#40599) [Caolán McNamara]
    + revert "Revert "kill O(n^2) complexity of unique bookmark name creation"" (i#118224) [Bjoern Michaelsen]
    + revert "added new menu entry for headers/footers edit mode" (bnc#676858) [Cédric Bosdonnat]
    + revert "kill O(n^2) complexity of unique bookmark name creation" (i#118224) [Fridrich Štrba]
    + sb140: appears be duplicate of fixed i114718, so re-enabling test (i#114669) [Stephan Bergmann]
    + sb140: avoid XWindow.getPosSize immediately after XWindow.setPosSize (i#117486) [Stephan Bergmann]
    + sb140: fix previous fix (i#117295) [Stephan Bergmann]
    + sb140: gvfs ucp handling all schemes spoils deregisterContentProvider test (i#117381) [Stephan Bergmann]
    + sb140: mixing system CppUnit and OOo STLport does not work, backed out a6913c9677c2 (i#113503) [Stephan Bergmann]
    + sb140: no implementations of XIdlClassProvider remain, so code that checks for it can be removed (i#117698) [Stephan Bergmann]
    + sb140: remove unnecessary dependency on XTypeProvider::getImplementationId (i#117310) [Stephan Bergmann]
    + sb140: removed obsolete LEAK_STATIC_DATA defines (i#117295) [Stephan Bergmann]
    + sb140: simplify obsolete cppuhelper/stdidlclass.hxx implementation (i#117697) [Stephan Bergmann]
    + sb140: some CppUnit related cleanup (i#117694) [Stephan Bergmann]
+ help
    + 'Print in reverse page order' is in General tab (fdo#40816) [Andras Timar]
+ translations
    + remove msgcat commit hook on .po file (fdo#40706) [Andras Timar]
+ calc
    + fix recalculate matrix formula dimension correctly (fdo#39485) [Eike Rathke]
    + mark all formula cells dirty when appending a new sheet (fda#35965) [Kohei Yoshida]
+ impress
    + don't crash while dropping texture (fdo#38391) [Ivan Timofeev]
+ bootstrap
    + call macosx-change-install-names on executables in gbuild, too. [Stephan Bergmann]
+ calc
    + fix recalculate matrix formula dimension correctly (fdo#39485) [Eike Rathke]
    + mark all formula cells dirty when appending a new sheet (fda#35965) [Kohei Yoshida]
+ impress
    + don't crash while dropping texture (fdo#38391) [Ivan Timofeev]
+ libs-core
    + handle NULL display gracefully [David Tardon]
    + improve windows odma library location [Tor Lillqvist]

Attachment: pgp5yfGOytkaA.pgp
Description: PGP signature

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

Reply via email to