Hi,

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

        + master:            LO-3.5 development
        + libreoffice-3-4:   fixes for LO-3.4.0 release
        + libreoffice-3-3:   fixes for LO-3.3.3 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!


Best Regards,
Petr

+ build
    + no need to overwrite "upstream" icons any more, (bnc#685515) [Tor Lillqvist]
+ calc
    + libreoffice Calc's PRODUCT function doesn't calculate correctly. (lp#775608) [Bjoern Michaelsen]
+ bootstrap
    + allow to install LO-3.3 and LO-3.4 in parallel on Linux (fdo#36551) [Petr Mladek]
    + enable extern scripting for offical LO builds (fdo#33355) [Petr Mladek]
    + missing bundled English dictionary extension dict-en (fdo#36926) [Andras Timar]
    + revert "use $realpath()" (fdo#36927) [Andras Timar]
+ calc
    + assume that the range list member may be NULL. (fdo#36849) [Kohei Yoshida]
    + eliminated the hang due to removal of autofill undo object. (fdo#36051) [Kohei Yoshida]
    + fixed a crash on datapilot while editing the source range. (fdo#36721) [Kohei Yoshida]
    + fixed external references with COUNTIF. (fdo#33137) [Kohei Yoshida]
    + let's not use invalidated iterators. (fdo#36406) [Kohei Yoshida]
    + prevent crash during sort. (fdo#36746) [Kohei Yoshida]
    + remove range names with external references when breaking link. (fdo#34930) [Kohei Yoshida]
    + set all dynamic controls invisible upon instantiation. (fdo#36789) [Kohei Yoshida]
    + treat filter by "filter" and filter by "page" separate. (fdo#36771) [Kohei Yoshida]
    + typing a named range in the position window should jump. (fdo#36848) [Kohei Yoshida]
+ filters
    + fix for (fdo#33462) [Marcel HB]
    + svx-hacky-htmlselect-control-import.diff ( ) (bnc#523191) [Noel Power]
+ libs-core
    + do not conflict with /usr/share/mime/packages/libreoffice.xml (fdo#36551) [Petr Mladek]
    + do not conflict with GNOME MIME icons (fdo#36551) [Petr Mladek]
    + fix by avoiding -L argument to pagein (fdo#36838) [Michael Meeks]
    + fix desktop integration for the versioned root dir (fdo#36551) [Petr Mladek]
    + fix for (fdo#36898) [Noel Power]
    + fixed components names reintroduced with .component files (fdo#32872) [Cédric Bosdonnat]
    + use gb_Deliver_deliver to deliver to OUTDIR (fdo#36727) [Bjoern Michaelsen]
+ libs-extern-sys
    + updated German dictionaries (fdo#36879) [Andras Timar]
+ libs-gui
    + fix for Spinboxes missing up/down arrows on Windows (fdo#36481) [Tor Lillqvist]
    + fix off-by-one when exporting postscript fonts to pdf (bnc#690005) [Luboš Luňák]
+ writer
    + fix - math crasher on redraw, introduced by Seek difference (fdo#36863) [Michael Meeks]
    + resolving : Load non blank chars from XML and check it's value. (fdo#36931) [Arnaud Versini]
    + revert "Right click and clic-drag on a text over background image is weird" (fdo#36496) [Cédric Bosdonnat]
    + revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845 (fdo#34908) [Noel Power]
+ components
    + improve GroupWise warning in address book data source wizard, (i#110071, bnc#573994) [Tor Lillqvist]
+ filters
    + read wp:positionOffset, wp:alignV and wp:alignH properly (bnc#513579) [Luboš Luňák]
    + svx-hacky-htmlselect-control-import.diff ( ) (bnc#523191) [Noel Power]
+ libs-core
    + copy localized globlmn.hrc to $(OUTDIR)/inc/svx (fdo#36727) [Andras Timar]
    + external-apm-header.diff: fix WMF scaling in RTF import, (bnc#417818) [Florian Reuter]
    + fix by avoiding -L argument to pagein (fdo#36838) [Michael Meeks]
    + fixed a crasher. Also, improved batch conversion. (bnc#690798) [Muthu Subramanian]
    + fixed components names reintroduced with .component files (fdo#32872) [Cédric Bosdonnat]
    + use gb_Deliver_deliver to deliver to OUTDIR (fdo#36727) [Bjoern Michaelsen]
+ libs-gui
    + change 97/XP/2000 to 97/XP/2000/2003 (fdo#36734) [Andras Timar]
    + external-apm-header.diff: fix WMF scaling in RTF import, (bnc#417818) [Florian Reuter]
    + fix off-by-one when exporting postscript fonts to pdf (bnc#690005) [Luboš Luňák]
    + revert commit causing problems with windows theming: cf. fdo (bug#36481) [Michael Meeks]
    + swap direction on win32 horizontal scrolling (fdo#36380) [Thorsten Behrens]
    + wmf-mm-text-1.diff: Fix WMF rendering, (bnc#417818) [Radek Doulik]
    + wmf-mm-text.diff: Fix WMF rendering, (bnc#417818) [Radek Doulik]
+ writer
    + ignore hidden objects (rhbz#701152) [David Tardon]
    + resolving : Load non blank chars from XML and check it's value. (fdo#36931) [Arnaud Versini]
    + revert "Right click and clic-drag on a text over background image is weird" (fdo#36496) [Cédric Bosdonnat]
    + revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845 (fdo#34908) [Noel Power]
    + show spaces at the end of line (fdo#33167, i#20878) [Bartosz Kosiorek]
+ build
    + no need to overwrite "upstream" icons any more, (bnc#685515) [Tor Lillqvist]
+ calc
    + libreoffice Calc's PRODUCT function doesn't calculate correctly. (lp#775608) [Bjoern Michaelsen]
+ common
    + version 3.3.99.4, tag libreoffice-3.3.99.4 (3.4.0-beta4) [Petr Mladek]
+ artwork
    + updated page shadow masks. [Sébastien Le Ray]
+ bootstrap
    + "Lightweight" removal of BrOffice branding here in this branch [Tor Lillqvist]
    + add copy and extract for extras and few extensions [Kalman Szalai - KAMI]
    + add download support to a few extension in bootstrap [Kalman Szalai - KAMI]
    + additional settings for OxygenOffice product [Kalman Szalai - KAMI]
    + allow to install LO-3.3 and LO-3.4 in parallel on Linux (fdo#36551) [Petr Mladek]
    + auto-accept ccache >= 3.1 on Mac [Thorsten Behrens]
    + bump product version to 3.4.0-beta4, release number to 4 [Petr Mladek]
    + configure: fix help text of --with-install-dirname [Miklos Vajna]
    + enable extern scripting for offical LO builds (fdo#33355) [Petr Mladek]
    + fix ooinstall -l case [Thorsten Behrens]
    + missing bundled English dictionary extension dict-en (fdo#36926) [Andras Timar]
    + ooinstall: respect DESTDIR [Miklos Vajna]
    + ooinstall: use DESTDIR also for the Cwd::realpath call [Petr Mladek]
    + oxygenOffice progressbar [Kalman Szalai - KAMI]
    + refine lication of OxygenOffice splash [Kalman Szalai - KAMI]
    + remove BrOffice branding [Tor Lillqvist]
    + remove already integrated fonts from extra fonts [Kalman Szalai - KAMI]
    + remove reference to binned config option. [Thorsten Behrens]
    + removed --ccache-skip configure option [Thorsten Behrens]
    + revert "use $realpath()" (fdo#36927) [Andras Timar]
    + run all tests in the en_US.UTF-8 locale. [Jan Holesovsky]
    + s/postset.mk/langlist.mk [Andras Timar]
    + unit test locale now forced by other means [Thorsten Behrens]
    + upload updated versions of libwpd and libwps [Fridrich Štrba]
    + use $realpath() [Andras Timar]
    + use Cwd::realpath to avoid confusion with symlinked dirs [Robert Nagy]
    + use MKDIRHIER to avoid "File exists" errors (which are ignored, but still) [Tor Lillqvist]
+ calc
    + added another unit test to test filtering in data pilot tables. [Kohei Yoshida]
    + added code to test standard query filter in data pilot tables. [Kohei Yoshida]
    + added unit test for PRODUCT cell function with inline array. [Kohei Yoshida]
    + assume that the range list member may be NULL. (fdo#36849) [Kohei Yoshida]
    + attempt to explicitly get UI locale to en-US during unit test. [Kohei Yoshida]
    + avoid branching in for loop. [Kohei Yoshida]
    + eliminated the hang due to removal of autofill undo object. (fdo#36051) [Kohei Yoshida]
    + explicitly specify less function object for map, to get it to build with MSVC. [Kohei Yoshida]
    + extracted a method that creates ScDPObject instance from a definition. [Kohei Yoshida]
    + fixed a crash on datapilot while editing the source range. (fdo#36721) [Kohei Yoshida]
    + fixed a crash when creating a new datapilot table from external database. [Kohei Yoshida]
    + fixed bug regarding zero values not appearing (Bug 36748). [Cassio Neri]
    + fixed external references with COUNTIF. (fdo#33137) [Kohei Yoshida]
    + fixed indentation and naming inconsistencies. [Kohei Yoshida]
    + force calc unit test to use en-US locale and strings [Thorsten Behrens]
    + get external references to work with MAX and MIN. [Kohei Yoshida]
    + invalidate page breaks on print range changes. [Kohei Yoshida]
    + let's not friend a class just because of one private method. [Kohei Yoshida]
    + let's not use const_iterator here, as MSVC complains about it. [Kohei Yoshida]
    + let's not use invalidated iterators. (fdo#36406) [Kohei Yoshida]
    + pass const reference. [Kohei Yoshida]
    + prevent crash during sort. (fdo#36746) [Kohei Yoshida]
    + properly cache external reference values in named ranges. [Kohei Yoshida]
    + properly close the document shell when erased from the manager. [Kohei Yoshida]
    + remove range names with external references regardless of cells. [Kohei Yoshida]
    + remove range names with external references when breaking link. (fdo#34930) [Kohei Yoshida]
    + set all dynamic controls invisible upon instantiation. (fdo#36789) [Kohei Yoshida]
    + simplify the code a bit. [Kohei Yoshida]
    + treat filter by "filter" and filter by "page" separate. (fdo#36771) [Kohei Yoshida]
    + turn off debug output from unit test file. [Kohei Yoshida]
    + typing a named range in the position window should jump. (fdo#36848) [Kohei Yoshida]
    + typo. [Kohei Yoshida]
    + wrong approach. You can't use remove_if with set. [Kohei Yoshida]
+ components
    + don't pack en dictionaries to en-US langpack [Andras Timar]
    + fix for #fdo35706 - ( Ctrl-F & Ctrl-Alt-F don't work in basic IDE ) [Noel Power]
    + remove BrOffice branding [Tor Lillqvist]
+ filters
    + check for existence of property before retrieving its value [Katarina Machalkova]
    + copy&pasting is considered harmful [Katarina Machalkova]
    + fix for (fdo#33462) [Marcel HB]
    + svx-hacky-htmlselect-control-import.diff ( ) (bnc#523191) [Noel Power]
+ libs-core
    + do not conflict with /usr/share/mime/packages/libreoffice.xml (fdo#36551) [Petr Mladek]
    + do not conflict with GNOME MIME icons (fdo#36551) [Petr Mladek]
    + fix by avoiding -L argument to pagein (fdo#36838) [Michael Meeks]
    + fix desktop integration for the versioned root dir (fdo#36551) [Petr Mladek]
    + fix for (fdo#36898) [Noel Power]
    + fix for #fdo35706 - ( Ctrl-F & Ctrl-Alt-F don't work in basic IDE ) [Noel Power]
    + fixed components names reintroduced with .component files (fdo#32872) [Cédric Bosdonnat]
    + non-printable character. [Kohei Yoshida]
    + real solution to globlmn.hrc localization problem on Windows [Andras Timar]
    + revert added log line (Log() does not support printf style parameter) [Andras Timar]
    + update product code of vcredist_x64.exe [Andras Timar]
    + use $realpath() [Andras Timar]
    + use gb_Deliver_deliver to deliver to OUTDIR (fdo#36727) [Bjoern Michaelsen]
+ libs-extern
    + fix Windows build and silence some warnings [Fridrich Štrba]
    + uploading updated versions of libwpd and libwps [Fridrich Štrba]
+ libs-extern-sys
    + updated German dictionaries (fdo#36879) [Andras Timar]
+ libs-gui
    + bug 36262 - undo BrOffice branding work [Michael Meeks]
    + fix dbglevel=2 build [Thorsten Behrens]
    + fix for Spinboxes missing up/down arrows on Windows (fdo#36481) [Tor Lillqvist]
    + fix non-changeability of UI locale [Thorsten Behrens]
    + fix off-by-one when exporting postscript fonts to pdf (bnc#690005) [Luboš Luňák]
+ testing
    + click ellipse and rectangle icons using .uno.BasicShapes. [Petr Mladek]
+ translations
    + fix build breaker in gl readme [Andras Timar]
    + fix build breakers in pt files [Andras Timar]
    + fix fatal errors in ca-XV [Andras Timar]
    + kill BrOffice [Andras Timar]
    + pt translation fixes [Andras Timar]
    + update translations from Pootle for LibO 3.4 rc 1 [Andras Timar]
+ ure
    + fix osl_Security::getHomeDir test under fakeroot [Miklos Vajna]
+ writer
    + added Impress-like 4 borders shadow. [Sébastien Le Ray]
    + added instance method SwPageFrm::GetBoundRect [Sébastien Le Ray]
    + bad shadow alignment when sidebar present. [Sébastien Le Ray]
    + fix - math crasher on redraw, introduced by Seek difference (fdo#36863) [Michael Meeks]
    + fix incorrect merge and remove a useless cast [Luboš Luňák]
    + page invalidation uses information from layout. [Sébastien Le Ray]
    + resolving : Load non blank chars from XML and check it's value. (fdo#36931) [Arnaud Versini]
    + revert "Right click and clic-drag on a text over background image is weird" (fdo#36496) [Cédric Bosdonnat]
    + revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845 (fdo#34908) [Noel Power]
    + typo in param name [Sébastien Le Ray]
    + typo in resource definitions. [Sébastien Le Ray]
    + use GetBoundRect in SetFirstVisPage [Sébastien Le Ray]
    + use GetBoundRect() instead of Frm() in layout. [Sébastien Le Ray]
    + use page bounding box for layout computations. [Sébastien Le Ray]
+ artwork
    + new color picker dialog for all applications. [Christian Lippka]
+ base
    + fix cppcheck warning (Prefer prefix ++/-- operators for non-primitive types) [Julien Nabet]
+ bootstrap
    + add /instsetoo_native to .gitignore [Joseph Powers]
    + add OxygenOffice distro confs [Kalman Szalai - KAMI]
    + add OxygenOffice related settings [Kalman Szalai - KAMI]
    + add a DragonFly BSD distro config [Francois Tigeot]
    + additional settings for OxygenOffice product [Kalman Szalai - KAMI]
    + always request an unversioned lib from gcc in gccinstlib.pl [Bjoern Michaelsen]
    + do not announce if there is nothing to do [David Tardon]
    + don't distribute pagein - it is linked into oosplash.bin nowadays [Michael Meeks]
    + dont print misleading information [Tor Lillqvist]
    + fix Ligthproof extension integration [Kalman Szalai - KAMI]
    + fix SUN Template extension configure, download, handling [Kalman Szalai - KAMI]
    + fix space and tab jam in my last commit [Kalman Szalai - KAMI]
    + install the new msgbox.py helper [Michael Meeks]
    + kill BrOffice artwork [Tor Lillqvist]
    + mac OS X uses .dylib and not .so for python modules. [Joseph Powers]
    + make GDBCPPUNITTRACE usable with gbuild [David Tardon]
    + move all of the gnome and gtk+ related pieces into the -gnome sub package [Michael Meeks]
    + oxygenOffice progressbar [Kalman Szalai - KAMI]
    + redirect pointless warning message to /dev/null [Tor Lillqvist]
    + these targets are impl. details--do not announce [David Tardon]
    + upgrade libwps to 0.2.2 [Fridrich Štrba]
    + upload updated versions of libwpd and libwps [Fridrich Štrba]
    + use Cwd::realpath to avoid confusion with symlinked dirs [Robert Nagy]
    + when downloading extensions to src, cut is provided with wrong option switches [Kalman Szalai - KAMI]
+ calc
    + add implementation for new uno interface XUnnamedDatabaseRange [Markus Mohrhard]
    + check for less equal, not greater equal [Markus Mohrhard]
    + dataPilot -> pivot table in en-US strings [Andras Timar]
    + disable temporarily 2 unit tests that break with non en-us locales [Fridrich Štrba]
    + fix simple cppcheck warning [Julien Nabet]
    + remove 2 private empty methods and their respective call [Julien Nabet]
    + remove DECLARE_QUEUE( ScChangeTrackMsgQueue, [Rafael Dominguez]
    + remove deprecated List in XclImpAutoFilterBuffer. [Rafael Dominguez]
    + some cppcheck cleaning [Julien Nabet]
    + use sheet local db data in ScVbaRange::Autofilter [Markus Mohrhard]
+ components
    + add Emacs and Vim modelines. [Jan Holesovsky]
    + bis repetita [Francois Tigeot]
    + change <file>.toURL() to <file>.toURI().toURL() [Julien Nabet]
    + don't beep on non-hex input, just ignore it. [Jan Holesovsky]
    + improve GroupWise warning in address book data source wizard, (i#110071, bnc#573994) [Tor Lillqvist]
    + kill BrOffice NSIS artwork [Tor Lillqvist]
    + new color picker dialog for all applications. [Christian Lippka]
    + no more FSYS_STYLE_VFAT nonsense [Francois Tigeot]
    + remove 2 simple warnings [Julien Nabet]
    + remove deprecated List in SvxBitmapPickTabPage for std::vector<String>. [Rafael Dominguez]
    + remove deprecated List in SvxLineTabPage for std::vector<String>. [Rafael Dominguez]
    + remove deprecated List in SvxNumOptionsTabPage for std::vector<String>. [Rafael Dominguez]
    + use the color conversion functions from basegfx. [Jan Holesovsky]
+ filters
    + added few more custom shape presets [Radek Doulik]
    + change <file>.toURL() to <file>.toURI().toURL() [Julien Nabet]
    + check for existence of property before retrieving its value [Katarina Machalkova]
    + convert "List aDimList" in class SCDPSaveData to a vector<> [Joseph Powers]
    + convert "List maConsList" into a "vector<> maConsList" [Joseph Powers]
    + convert "List maObjList" in SdrObjListIter into a vector<> [Joseph Powers]
    + convert "List* pDefaultColors" into a vector<> [Joseph Powers]
    + convert const_reverse_iterator into reverse_iterator [Joseph Powers]
    + copy&pasting is considered harmful [Katarina Machalkova]
    + fix build after the recent changes. [Jan Holesovsky]
    + fixed regression in group shapes transformations [Radek Doulik]
    + mCE Initial Implementation. [Muthu Subramanian]
    + make OOXML import use sheet local db data [Markus Mohrhard]
    + modify class FontList so it's no longer a child of List. [Joseph Powers]
    + read wp:positionOffset, wp:alignV and wp:alignH properly (bnc#513579) [Luboš Luňák]
    + refactor writerperfect [Fridrich Štrba]
    + remove "List aMemberList" from class ScDPSaveDimension. [Joseph Powers]
    + remove DECLARE_QUEUE( ScChangeTrackMsgQueue, [Rafael Dominguez]
    + remove a List reference in class CGMFList. [Joseph Powers]
    + remove an unneeded #incude <tools/list.hxx> [Joseph Powers]
    + remove an unused header. [Joseph Powers]
    + remove some unused code. [Joseph Powers]
    + remove the base List class from ParagraphList [Joseph Powers]
    + remove unnecessary casts [Fridrich Štrba]
    + replace List type in chart.hxx with a vector<> [Joseph Powers]
    + replace List types in cgm.hxx with vector<> [Joseph Powers]
    + reverting some file mode changes with previous commit. [Muthu Subramanian]
    + svx-hacky-htmlselect-control-import.diff ( ) (bnc#523191) [Noel Power]
    + waE - comparison between signed and unsigned [Christian Lohmaier]
    + waE - unused variable [Christian Lohmaier]
    + waE un-used parameter [Norbert Thiebaud]
    + waE: NULL was not declared in this scope [David Tardon]
    + writerfilter: Fixed debug build [Cédric Bosdonnat]
+ help
    + openOffice.org -> %PRODUCTNAME [Andras Timar]
+ impress
    + remove List from ImplSdPPTImport::Import() [Joseph Powers]
    + remove List from class CustomAnimationEffectTabPage [Joseph Powers]
    + remove List from class SlideTransitionPane [Joseph Powers]
    + remove List in sd::ExSoundCollection [Rafael Dominguez]
    + remove List sd::View::mpLockedRedraws [Rafael Dominguez]
    + remove deprecated List in HtmlExport::CreateHtmlForPresPages. [Rafael Dominguez]
    + remove deprecated List in SdDrawDocument::MovePages. [Rafael Dominguez]
    + remove unused List in PPTWriter::ImplWritePage. [Rafael Dominguez]
    + some cppcheck cleaning [Julien Nabet]
+ libs-core
    + add useful msgbox helper awt wrapper [Laurent Godard]
    + adds OxygenOffice as product in sysui [Kalman Szalai - KAMI]
    + check if ObjectList has any item with empty instead of size. [Rafael Dominguez]
    + clear a leftover instance of DdeTopics [Fridrich Štrba]
    + copy localized globlmn.hrc to $(OUTDIR)/inc/svx (fdo#36727) [Andras Timar]
    + delete unused setup_a.cxx file [Tor Lillqvist]
    + do not convert file names to FSYS_STYLE_VFAT [Francois Tigeot]
    + do not convert file names to MS-DOS style. [Francois Tigeot]
    + external-apm-header.diff: fix WMF scaling in RTF import, (bnc#417818) [Florian Reuter]
    + fix by avoiding -L argument to pagein (fdo#36838) [Michael Meeks]
    + fix horrible indentation [Luboš Luňák]
    + fix previous commit. [Francois Tigeot]
    + fix to build [Fridrich Štrba]
    + fixed a crasher. Also, improved batch conversion. (bnc#690798) [Muthu Subramanian]
    + fixed components names reintroduced with .component files (fdo#32872) [Cédric Bosdonnat]
    + kill standalone pagein, it is now an integral part of oosplash.bin [Michael Meeks]
    + moved duplicate code into methods [Christina Rossmanith]
    + no need to convert the path to a relative one [Francois Tigeot]
    + remove List in GalleryExplorer::FillObjList functions. [Rafael Dominguez]
    + remove an unused header. [Joseph Powers]
    + remove usage of List for DdeConnection in SbiDdeControl. [Rafael Dominguez]
    + removed dead code [Takeshi Abe]
    + some cppcheck cleaning [Julien Nabet]
    + use gb_Deliver_deliver to deliver to OUTDIR (fdo#36727) [Bjoern Michaelsen]
    + waE unused method (Mac)/use REL_PATH in both places, not only once (non-Mac) [Christian Lohmaier]
+ libs-extern
    + fix Windows build and silence some warnings [Fridrich Štrba]
    + upgrade libwps to 0.2.2 [Fridrich Štrba]
    + uploading updated versions of libwpd and libwps [Fridrich Štrba]
+ libs-gui
    + add kde4 to fallback list [David Tardon]
    + adding a public getNamespaceURL method to fastparser. [Muthu Subramanian]
    + always use svp plugin with --headless [David Tardon]
    + change 97/XP/2000 to 97/XP/2000/2003 (fdo#36734) [Andras Timar]
    + change <file>.toURL() to <file>.toURI().toURL() [Julien Nabet]
    + enable native sumbenu arrow drawing and implement it in GTK+ [Michael Natterer]
    + external-apm-header.diff: fix WMF scaling in RTF import, (bnc#417818) [Florian Reuter]
    + fix off-by-one when exporting postscript fonts to pdf (bnc#690005) [Luboš Luňák]
    + new color picker dialog for all applications. [Christian Lippka]
    + remove DECLARE_LIST(DdeConnections,DdeConnection*) [Rafael Dominguez]
    + remove DECLARE_LIST(DdeItems,DdeItem*). [Rafael Dominguez]
    + remove DECLARE_LIST(DdeTopics,DdeTopic*) [Rafael Dominguez]
    + remove DECLARE_LIST(DdeTransactions,DdeTransaction*). [Rafael Dominguez]
    + remove List usage in FontList [Rafael Dominguez]
    + remove SV_DECL_REF_LIST(SotObject,SotObject*) [Rafael Dominguez]
    + remove deprecated List from ImplEntryList [Rafael Dominguez]
    + remove deprecated tools/queue.hxx [Rafael Dominguez]
    + remove double space from en-US message [Andras Timar]
    + remove more DirEntry unused functions [Francois Tigeot]
    + remove sot/agg.hxx include [Rafael Dominguez]
    + remove strange filesystems-related enum. [Francois Tigeot]
    + remove tools/table.hxx include. [Rafael Dominguez]
    + remove unused DirEntry methods [Francois Tigeot]
    + remove unused sot/agg.hxx [Rafael Dominguez]
    + revert commit causing problems with windows theming: cf. fdo (bug#36481) [Michael Meeks]
    + some cppcheck cleaning [Julien Nabet]
    + swap direction on win32 horizontal scrolling (fdo#36380) [Thorsten Behrens]
    + unix System V has been dead for a long time. [Francois Tigeot]
    + wmf-mm-text-1.diff: Fix WMF rendering, (bnc#417818) [Radek Doulik]
    + wmf-mm-text.diff: Fix WMF rendering, (bnc#417818) [Radek Doulik]
+ postprocess
    + new color picker dialog for all applications. [Christian Lippka]
+ sdk
    + change <file>.toURL() to <file>.toURI().toURL() [Julien Nabet]
    + remove OS/2 support [Francois Tigeot]
    + some cppcheck cleaning [Julien Nabet]
+ testing
    + change <file>.toURL() to <file>.toURI().toURL() [Julien Nabet]
+ ure
    + add new uno interface for sheet local anonymous db data [Markus Mohrhard]
    + adding public method getNamespaceURL. [Muthu Subramanian]
    + change <file>.toURL() to <file>.toURI().toURL() [Julien Nabet]
    + fix mangled open tag in documentation [Michael Meeks]
    + fix osl_Security::getHomeDir test under fakeroot [Miklos Vajna]
    + handled EINTR in safeWrite. [Julien Chaffraix]
    + make sure we deliver the pyuno.dylib object for Mac OS X. [Joseph Powers]
    + port PyUno to support Python 3 [Andreas Becker]
    + properly advance the data / buffer pointer. [Julien Chaffraix]
    + pyVarObject_HEAD_INIT() isn't defined in Python 2.5- [Joseph Powers]
+ writer
    + fix incorrect merge and remove a useless cast [Luboš Luňák]
    + ignore hidden objects (rhbz#701152) [David Tardon]
    + rEPLACE DBG_stuff with OSL_ASSERT and OSL_FAIL [Jacek Wolszczak]
    + remove deprecated List in SwInsertGrfRulerDlg. [Rafael Dominguez]
    + remove unused dbgloop.hxx from repository [Jacek Wolszczak]
    + resolving : Load non blank chars from XML and check it's value. (fdo#36931) [Arnaud Versini]
    + revert "Right click and clic-drag on a text over background image is weird" (fdo#36496) [Cédric Bosdonnat]
    + revert ( unintended ) parts commit b9ff593590532eb012a0520b6dcb40f3be51f845 (fdo#34908) [Noel Power]
    + show spaces at the end of line (fdo#33167, i#20878) [Bartosz Kosiorek]

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

_______________________________________________
LibreOffice mailing list
[email protected]
http://lists.freedesktop.org/mailman/listinfo/libreoffice

Reply via email to