Hi all,

The tag libreoffice-4.2.7.1 (AKA 4.2.7 RC1) and the corresponding
branch libreoffice-4-2-7 have been created.
The branch will be used for fine tuning of the 4.2.7 release. (there
is one additional RC planned).

The following rules apply:

        + preferably just translation or blocker fixes
        + only cherry-picking from libreoffice-4-2 branch
        + 2 additional reviews needed; 2nd reviewer pushes
        + no regular merges back to anything

LibreOffice 4.2.7 is the last scheduled release of the 4.2 codeline.
 Please read more at
       http://wiki.documentfoundation.org/ReleasePlan/4.2#4.2.7_release
       http://wiki.documentfoundation.org/Development/Branches
       http://wiki.documentfoundation.org/Release_Criteria

Now, if you want to switch your clone to the branch, please do:

./g pull -r
./g checkout -b libreoffice-4-2-7 origin/libreoffice-4-2-7

To checkout the tag, use

./g fetch --tags
./g checkout -b tag-libreoffice-4.2.7.1 libreoffice-4.2.7.1

Hopefully it will work for you :-)  Most probably, you will also want to
do (if you haven't done it yet):

git config --global push.default tracking

When you do git push with this, git will push only the branch you are
on; e.g. libreoffice-4-2-7 when you have switched to it.  This will
save you some git shouting at you.

Linux distro packages might find source tarballs at
http://dev-builds.libreoffice.org/pre-releases/src/
They will soon be available from the official page together with the builds.

Attached is the list of changes against 4.2.6.3 (4.2.6-secfix)

Happy hacking,
Christian
+ core
    + (related: writerfilter: RTF import: fix invalid string copy (fdo#78502) [Michael Stahl]
    + : Delete any control on Dialog editing window crashes LO (fdo#80906) [Julien Nabet]
    + : Mediawiki doesn't recognize underlining (fdo#81581) [Julien Nabet]
    + absent value cell values are not NaN, set to 0.0 (fdo#62250) [Eike Rathke]
    + Access2Base - PATCH-01 Field.setValue [Jean-Pierre Ledure]
    + adapt to sal/log.hxx [Stephan Bergmann]
    + add GetAddressConvention to RefButton (fdo#83848) [Laurent Balland-Poirier]
    + added missing media extensions (fdo#82994) [Daniel Sikeler]
    + adjust for the splitting of number format properties in chart. [Kohei Yoshida]
    + adjust references during sort. (fdo#81309) [Kohei Yoshida]
    + adjust xlsx export of revisions to get it to work in Excel. (bnc#885548) [Kohei Yoshida]
    + always use theme color for hyperlinks in Impress (bnc#887230) [Matúš Kukan]
    + avoid buffer overflow by using wrong buffer [Markus Mohrhard]
    + avoid crash on document ending before contained table ends [Caolán McNamara]
    + avoid opening embedded OLE object as "text" (bnc#648251) [Tor Lillqvist]
    + avoid use of invalidated pointers (fdo#78598) [David Tardon]
    + be sure to update the sheet index when moving the sort range. (fdo#84009) [Kohei Yoshida]
    + better fix for this. (bnc#883684) [Kohei Yoshida]
    + bool improvements [Stephan Bergmann]
    + branch libreoffice-4-2-7 [Christian Lohmaier]
    + bump product version to 4.2.7.0.0+ [Christian Lohmaier]
    + bump product version to 4.2.7.1 [Christian Lohmaier]
    + check for empty m_aStates [Caolán McNamara]
    + check for empty slots' valid NULL pointer, (fdo#79441) [Eike Rathke]
    + check len before memcpying into it [Caolán McNamara]
    + check that AddToTable can be done validly [Caolán McNamara]
    + check TRG_HasMasterPage before TRG_GetMasterPage [Caolán McNamara]
    + clip PolyPolygon::Insert on .svm load [Caolán McNamara]
    + configure: don't try to use Win32 make on release branch [Michael Stahl]
    + correct references after sort, (fdo#79441) [Eike Rathke]
    + corrected default style for draw objects... (i#119287) [Armin Le Grand]
    + crash in DomainMapper_Impl::CloseFieldCommand (fdo#79130) [Caolán McNamara]
    + crash in EnhancedCustomShapeTypeNames::Get (fdo#79131) [Caolán McNamara]
    + crash in oox::drawingml::LayoutNode::setupShape (fdo#79129) [Caolán McNamara]
    + crash on closing shrunk validity window (rhbz#1121341) [Caolán McNamara]
    + crash on loading ppt (fdo#82355) [Caolán McNamara]
    + crash on opening wikipedia ODT Book (fdo#82747) [Julien Nabet]
    + default chart background for pptx docs should be transparent. (bnc#886540) [Kohei Yoshida]
    + detect * with no character following as invalid format code [Eike Rathke]
    + disable highlight DOCX import (fdo#80986) [Zolnai Tamás]
    + disambiguate "NOT LIKE 'foo'" (fdo#82427) [Lionel Elie Mamane]
    + display correct label for empty cell. (fdo#81445) [Kohei Yoshida]
    + display data description in pivot table. (bnc#592918) [Kohei Yoshida]
    + do apply possible changed <GraphicStreamURL>... (i#125289) [Oliver-Rainer Wittmann]
    + do not compress WMF / EMF file incase of OOXML export (fdo#65836, bnc#621241) [Nikhil Walvekar]
    + do not prefer bandRow over firstCol/lastCol, nor the same with bandCol. [Matúš Kukan]
    + do not reset globals while loading a document (fdo#82183) [Eike Rathke]
    + do not set TextAutoGrowHeight for vertical text. (bnc#887227) [Matúš Kukan]
    + don't crash on compilers that enforce exception specs (fdo#81046) [Caolán McNamara]
    + don't include working directory in tarballs (fdo#82137) [Christian Lohmaier]
    + don't loop autosave if userautosave fails (fdo#71625, fdo#46635) [Maxim Monastirsky]
    + don't parse file name as part of URL (fdo#81304) [David Tardon]
    + don't prefer GDI Metafiles to RTF/HTML -- correctly. (fdo#81835) [Andrzej Hunt]
    + don't world transform font size in WMF/EMF import (bnc#881024) [Tomaž Vajngerl]
    + don't write to zero length files (fdo#81284) [Maxim Monastirsky]
    + emf+: emulate hatch with color blend [Tomaž Vajngerl]
    + empty/Not empty doesn't work in columns with date format (fdo#65281) [David Ostrovsky]
    + enhanced handling of multiple ClipRegions... (i#125300, fdo#81598) [Armin Le Grand]
    + ensure that the row position is below MAXROW. (fdo#83764) [Kohei Yoshida]
    + ensure that we notify each listener only once. (fdo#80501) [Kohei Yoshida]
    + facepalm: nAvailHeight is not derived from allocation Width [Caolán McNamara]
    + fail nicely if avahi doesn't let libreoffice publish items (fdo#81552) [Bryan Quigley]
    + FileDialogHelper: don't hand out stale preview Graphic (rhbz#1079672) [Michael Stahl]
    + fix a crasher during xlsx export with revisions. (fdo#81470) [Kohei Yoshida]
    + fix build of last commit [Luboš Luňák]
    + fix build, Unchecked dynamic_cast (coverity#1209547) [Caolán McNamara]
    + fix editeng text search with expanded fields. (bnc#467459) [Michael Meeks]
    + fix for Footer is missing if fisrt page different header/footer is set [Rohit Deshmukh]
    + fix ignoring large twips values like MSO does (cp#1000087) [Matúš Kukan]
    + fix Outline numbering tab page (fdo#81995) [Michael Stahl]
    + fix reading a .doc that has frame anchored to the end of page (bnc#787942) [Luboš Luňák]
    + fix some number format issues, (bnc#862510) [Matúš Kukan]
    + fix the duotone filter to actually produce duotone (bnc#719994) [Tor Lillqvist]
    + fix the Java UNO API test with regard to chart tests. (fdo#79676) [Kohei Yoshida]
    + gbuild: serialize linking on "make check" too [Michael Stahl]
    + gdb: print the SwNodeIndex properly if there are multiple blocks [Michael Stahl]
    + get the parameter order right. (fdo#80846) [Kohei Yoshida]
    + guard against division by 0 [Caolán McNamara]
    + handle 0 font height just like outdev & drawinglayer (bnc#881024) [Tomaž Vajngerl]
    + handle corner case in slide sorter correctly. (bnc#862514) [Jan Holesovsky]
    + handle docx's w:anchor layoutInCell attribute (bnc#891663) [Luboš Luňák]
    + HTML import: Embed images if source URL is a local file. (bnc#580834) [Matúš Kukan]
    + I can't remove a path in AutoText dialog (bnc#529470) [Tor Lillqvist]
    + if number type is not set, skip numbering (bnc#822347) [Tomaž Vajngerl]
    + improve handling of OOXML gradients (bnc#862510) [Tor Lillqvist]
    + infinite recursion (i#123048, fdo#83062) [Caolán McNamara]
    + initial work on importing revisions from xlsx. (bnc#885548) [Kohei Yoshida]
    + initialize with a default chart only from the UI. (fdo#79676) [Kohei Yoshida]
    + invisible text because of wrong color (white) (bnc#584721) [Zolnai Tamás]
    + IsDraw doesn't mean the app/page is Draw (fdo#63905) [Caolán McNamara]
    + keep nScanlineStride number sane [Caolán McNamara]
    + let's not always set the line style to NONE here. (fdo#75380) [Kohei Yoshida]
    + let's not even try to export invalid chart objects. (bnc#822170) [Kohei Yoshida]
    + let's not export sheet tab color when it's not set. [Kohei Yoshida]
    + let's not push the available area down when no titles are there. (bnc#886540) [Kohei Yoshida]
    + LO hangs while saving the document. (fdo#78904, fdo#79391) [Umesh Kadam]
    + localized GetFullName() [Andras Timar]
    + mac Keyboard shortcut Option key ko in Customize dialog (fdo#39477, fdo#49280) [Julien Nabet]
    + make changing table text color in impress always work (bnc#770711) [Matúš Kukan]
    + make chart objects exempt from automatic unloading. (bnc#883684) [Kohei Yoshida]
    + make Draw use paper size when printing (fdo#63905) [Eilidh McAdam]
    + mark axis a percent axis only when all data series are percent. (bnc#881025) [Kohei Yoshida]
    + misplaced test from 5a454e5ed3f1: should be Linux only [Matúš Kukan]
    + no fallback for special codes without country (fdo#81357) [Eike Rathke]
    + NULL pAction (fdo#83137) [Caolán McNamara]
    + ODF files not showing up on Windows search (bnc#887307) [Andras Timar]
    + ODF import: clear all shapes when removing header content (fdo#82165) [Michael Stahl]
    + only subtract height of hscroll if visible [Caolán McNamara]
    + OOXML import: Correctly apply table style for lastRow. (bnc#887225) [Matúš Kukan]
    + OOXML import: Import border lines using reference too. (bnc#897769) [Matúš Kukan]
    + OOXML import: Import video file too. (bnc#591147) [Matúš Kukan]
    + OOXML import: Improve chart number formats. (bnc#892610) [Matúš Kukan]
    + OOXML import: Respect table background properties a bit more (bnc#480256) [Matúš Kukan]
    + out-of-bounds string access, this comparison never matched [Eike Rathke]
    + PPTX import: bullets have color as following text by default. (bnc#862510) [Matúš Kukan]
    + PPTX import: fix missing document metadata [Miklos Vajna]
    + PPTX import: Properly show data labels in percent format. (bnc#862510) [Matúš Kukan]
    + preserve number formats when charts are copied. (fdo#71076, fdo#71767) [Kohei Yoshida]
    + preserve the "end of list" flag for xls round-tripping. [Kohei Yoshida]
    + prevent out-of-bounds string access [Eike Rathke]
    + properly encode cmd line for popen [Stephan Bergmann]
    + properly update formulas upon change in db collection. (fdo#79578) [Kohei Yoshida]
    + related $(workdirurl) was always empty (fdo#77813, fdo#46037) [Stephan Bergmann]
    + related: create new styles with an initial name (fdo#81641) [Caolán McNamara]
    + related: don't crash on missing table styles (fdo#73608) [Caolán McNamara]
    + related: ensure graphics are swapped in on DrawingML::WriteImage (fdo#52226) [Caolán McNamara]
    + related: skip setting an empty allocation (fdo#81457) [Caolán McNamara]
    + reload font list from shell on change (rhbz#1121254) [David Tardon]
    + reset the default user to the document owner at the end. (bnc#885548) [Kohei Yoshida]
    + revert "handle docx's w:anchor layoutInCell attribute " (bnc#891663) [Andras Timar]
    + revert "Update default alignment ... (fdo#81993, i#119464) [Michael Stahl]
    + sd: stop calling graphics styles "Image Styles" [Michael Stahl]
    + set mpFirstBand back to 0 after deleting it [Caolán McNamara]
    + set the date time mode to non-fixed after the import is done. (bnc#885548) [Kohei Yoshida]
    + sort causes crash (fdo#81696, fdo#81084, fdo#81010, fdo#80874) [Deena Francis]
    + split formula groups at sort range boundaries. (fdo#81617) [Kohei Yoshida]
    + STL assert in connectivity::file::OPreparedStatement::checkAndResizeParameters [Michael Stahl]
    + sub-grid shouldn't be allowed as 0 (fdo#77516) [Caolán McNamara]
    + support fonts like Source Han Sans with > 16 FDArray elements (fdo#81516) [Audrey Tang]
    + SVG: Text from SVG no longer displayed in LibreOffice (fdo#78554) [Joren De Cuyper]
    + sw: fix updating of page styles via SwDocShell::_LoadStyles() (fdo#69282) [Michael Stahl]
    + sw: ww8: fix another ~SwIndexReg() assertion [Michael Stahl]
    + swap in graphics on .docx and .rtf export (fdo#52226) [Caolán McNamara]
    + SwDoc::CopyPageDesc(): probably sending Modify for first too cannot hurt [Michael Stahl]
    + switch back tab at RefButton closure time (fdo#53920) [Laurent Balland-Poirier]
    + treeview may lose focus when left/right arrow is used [Niklas Johansson]
    + unchecked dynamic_cast (coverity#1194911) [Miklos Vajna]
    + update mdds to 0.11.0. [Kohei Yoshida]
    + updated core [Christian Lohmaier, Olivier R, Andras Timar]
    + use 24-bit color depth, not 256 colors when converting an EPS-file. (fdo#81592) [Björgvin Ragnarsson]
    + use rtl::math::round here to get the same number on 32/64bit platforms [Matúš Kukan]
    + valgrind + bff: don't add 0xffff oldcode [Caolán McNamara]
    + valgrind + bff: Integer divide by zero [Caolán McNamara]
    + vcl: limit number of CFFs read from font (fdo#81516) [Michael Stahl]
    + version 4.2.7.1, tag libreoffice-4.2.7.1 [Christian Lohmaier]
    + we need the proper alpha mask (bnc#719994) [Tor Lillqvist]
    + when moving to a different sheet, set 3D flag on. (fdo#81330) [Kohei Yoshida]
    + win32 fpicker: correctly set the default file name (fdo#74295) [Aurimas Fišeras]
    + writerfilter: RTF import: handle \u keyword inside levelnumbers (fdo#78502) [Michael Stahl]
    + writerfilter: turn the horrible btLr cell text dir hack (fdo#81384) [Michael Stahl]
+ dictionaries
    + french dictionary update: v5.2 [Olivier R]
    + update pt-PT dictionary to version 14.7.8.2 [Andras Timar]
+ help
    + version 4.2.7.1, tag libreoffice-4.2.7.1 [Christian Lohmaier]
+ translations
    + update translations for 4.2.7 rc1 [Christian Lohmaier]
bnc#467459 fix editeng text search with expanded fields. [Michael Meeks]
bnc#480256 OOXML import: Respect table background properties a bit more [Matúš Kukan]
bnc#529470 I can't remove a path in AutoText dialog [Tor Lillqvist]
bnc#580834 HTML import: Embed images if source URL is a local file. [Matúš Kukan]
bnc#584721 invisible text because of wrong color (white) [Zolnai Tamás]
bnc#591147 OOXML import: Import video file too. [Matúš Kukan]
bnc#592918 display data description in pivot table. [Kohei Yoshida]
bnc#621241 do not compress WMF / EMF file incase of OOXML export [Nikhil Walvekar]
bnc#648251 avoid opening embedded OLE object as "text" [Tor Lillqvist]
bnc#719994 fix the duotone filter to actually produce duotone [Tor Lillqvist]
bnc#770711 make changing table text color in impress always work [Matúš Kukan]
bnc#787942 fix reading a .doc that has frame anchored to the end of page [Luboš Luňák]
bnc#822170 let's not even try to export invalid chart objects. [Kohei Yoshida]
bnc#822347 if number type is not set, skip numbering [Tomaž Vajngerl]
bnc#862510 fix some number format issues, [Matúš Kukan, Tor Lillqvist]
bnc#862514 handle corner case in slide sorter correctly. [Jan Holesovsky]
bnc#881024 handle 0 font height just like outdev & drawinglayer [Tomaž Vajngerl]
bnc#881025 mark axis a percent axis only when all data series are percent. [Kohei Yoshida]
bnc#883684 make chart objects exempt from automatic unloading. [Kohei Yoshida]
bnc#885548 reset the default user to the document owner at the end. [Kohei Yoshida]
bnc#886540 let's not push the available area down when no titles are there. [Kohei Yoshida]
bnc#887225 OOXML import: Correctly apply table style for lastRow. [Matúš Kukan]
bnc#887227 do not set TextAutoGrowHeight for vertical text. [Matúš Kukan]
bnc#887230 always use theme color for hyperlinks in Impress [Matúš Kukan]
bnc#887307 ODF files not showing up on Windows search [Andras Timar]
bnc#891663 revert "handle docx's w:anchor layoutInCell attribute " [Luboš Luňák, Andras Timar]
bnc#892610 OOXML import: Improve chart number formats. [Matúš Kukan]
bnc#897769 OOXML import: Import border lines using reference too. [Matúš Kukan]
coverity#1194911 unchecked dynamic_cast [Miklos Vajna]
coverity#1209547 fix build, Unchecked dynamic_cast [Caolán McNamara]
cp#1000087 fix ignoring large twips values like MSO does [Matúš Kukan]
fdo#39477 mac Keyboard shortcut Option key ko in Customize dialog [Julien Nabet]
fdo#46037 related $(workdirurl) was always empty [Stephan Bergmann]
fdo#46635 don't loop autosave if userautosave fails [Maxim Monastirsky]
fdo#49280 mac Keyboard shortcut Option key ko in Customize dialog [Julien Nabet]
fdo#52226 related: ensure graphics are swapped in on DrawingML::WriteImage [Caolán McNamara]
fdo#53920 switch back tab at RefButton closure time [Laurent Balland-Poirier]
fdo#62250 absent value cell values are not NaN, set to 0.0 [Eike Rathke]
fdo#63905 make Draw use paper size when printing [Eilidh McAdam, Caolán McNamara]
fdo#65281 empty/Not empty doesn't work in columns with date format [David Ostrovsky]
fdo#65836 do not compress WMF / EMF file incase of OOXML export [Nikhil Walvekar]
fdo#69282 sw: fix updating of page styles via SwDocShell::_LoadStyles() [Michael Stahl]
fdo#71076 preserve number formats when charts are copied. [Kohei Yoshida]
fdo#71625 don't loop autosave if userautosave fails [Maxim Monastirsky]
fdo#71767 preserve number formats when charts are copied. [Kohei Yoshida]
fdo#73608 related: don't crash on missing table styles [Caolán McNamara]
fdo#74295 win32 fpicker: correctly set the default file name [Aurimas Fišeras]
fdo#75380 let's not always set the line style to NONE here. [Kohei Yoshida]
fdo#77516 sub-grid shouldn't be allowed as 0 [Caolán McNamara]
fdo#77813 related $(workdirurl) was always empty [Stephan Bergmann]
fdo#78502 writerfilter: RTF import: handle \u keyword inside levelnumbers [Michael Stahl]
fdo#78554 SVG: Text from SVG no longer displayed in LibreOffice [Joren De Cuyper]
fdo#78598 avoid use of invalidated pointers [David Tardon]
fdo#78904 LO hangs while saving the document. [Umesh Kadam]
fdo#79129 crash in oox::drawingml::LayoutNode::setupShape [Caolán McNamara]
fdo#79130 crash in DomainMapper_Impl::CloseFieldCommand [Caolán McNamara]
fdo#79131 crash in EnhancedCustomShapeTypeNames::Get [Caolán McNamara]
fdo#79391 LO hangs while saving the document. [Umesh Kadam]
fdo#79441 check for empty slots' valid NULL pointer, [Eike Rathke]
fdo#79578 properly update formulas upon change in db collection. [Kohei Yoshida]
fdo#79676 initialize with a default chart only from the UI. [Kohei Yoshida]
fdo#80501 ensure that we notify each listener only once. [Kohei Yoshida]
fdo#80846 get the parameter order right. [Kohei Yoshida]
fdo#80874 sort causes crash [Deena Francis]
fdo#80906 : Delete any control on Dialog editing window crashes LO [Julien Nabet]
fdo#80986 disable highlight DOCX import [Zolnai Tamás]
fdo#81010 sort causes crash [Deena Francis]
fdo#81046 don't crash on compilers that enforce exception specs [Caolán McNamara]
fdo#81084 sort causes crash [Deena Francis]
fdo#81284 don't write to zero length files [Maxim Monastirsky]
fdo#81304 don't parse file name as part of URL [David Tardon]
fdo#81309 adjust references during sort. [Kohei Yoshida]
fdo#81330 when moving to a different sheet, set 3D flag on. [Kohei Yoshida]
fdo#81357 no fallback for special codes without country [Eike Rathke]
fdo#81384 writerfilter: turn the horrible btLr cell text dir hack [Michael Stahl]
fdo#81445 display correct label for empty cell. [Kohei Yoshida]
fdo#81457 related: skip setting an empty allocation [Caolán McNamara]
fdo#81470 fix a crasher during xlsx export with revisions. [Kohei Yoshida]
fdo#81516 vcl: limit number of CFFs read from font [Michael Stahl, Audrey Tang]
fdo#81552 fail nicely if avahi doesn't let libreoffice publish items [Bryan Quigley]
fdo#81581 : Mediawiki doesn't recognize underlining [Julien Nabet]
fdo#81592 use 24-bit color depth, not 256 colors when converting an EPS-file. [Björgvin Ragnarsson]
fdo#81598 enhanced handling of multiple ClipRegions... [Armin Le Grand]
fdo#81617 split formula groups at sort range boundaries. [Kohei Yoshida]
fdo#81641 related: create new styles with an initial name [Caolán McNamara]
fdo#81696 sort causes crash [Deena Francis]
fdo#81835 don't prefer GDI Metafiles to RTF/HTML -- correctly. [Andrzej Hunt]
fdo#81993 revert "Update default alignment ... [Michael Stahl]
fdo#81995 fix Outline numbering tab page [Michael Stahl]
fdo#82137 don't include working directory in tarballs [Christian Lohmaier]
fdo#82165 ODF import: clear all shapes when removing header content [Michael Stahl]
fdo#82183 do not reset globals while loading a document [Eike Rathke]
fdo#82355 crash on loading ppt [Caolán McNamara]
fdo#82427 disambiguate "NOT LIKE 'foo'" [Lionel Elie Mamane]
fdo#82747 crash on opening wikipedia ODT Book [Julien Nabet]
fdo#82994 added missing media extensions [Daniel Sikeler]
fdo#83062 infinite recursion [Caolán McNamara]
fdo#83137 NULL pAction [Caolán McNamara]
fdo#83764 ensure that the row position is below MAXROW. [Kohei Yoshida]
fdo#83848 add GetAddressConvention to RefButton [Laurent Balland-Poirier]
fdo#84009 be sure to update the sheet index when moving the sort range. [Kohei Yoshida]
i#119287 corrected default style for draw objects... [Armin Le Grand]
i#119464 revert "Update default alignment ... [Michael Stahl]
i#123048 infinite recursion [Caolán McNamara]
i#125289 do apply possible changed <GraphicStreamURL>... [Oliver-Rainer Wittmann]
i#125300 enhanced handling of multiple ClipRegions... [Armin Le Grand]
rhbz#1079672 FileDialogHelper: don't hand out stale preview Graphic [Michael Stahl]
rhbz#1121254 reload font list from shell on change [David Tardon]
rhbz#1121341 [abrt] libreoffice-core: Window::ImplAddDel(): soffice.bin killed by SIGSEGV [Caolán McNamara]
    + fix editeng text search with expanded fields. (bnc#467459) [Michael Meeks]
    + OOXML import: Respect table background properties a bit more (bnc#480256) [Matúš Kukan]
    + I can't remove a path in AutoText dialog (bnc#529470) [Tor Lillqvist]
    + HTML import: Embed images if source URL is a local file. (bnc#580834) [Matúš Kukan]
    + invisible text because of wrong color (white) (bnc#584721) [Zolnai Tamás]
    + OOXML import: Import video file too. (bnc#591147) [Matúš Kukan]
    + display data description in pivot table. (bnc#592918) [Kohei Yoshida]
    + do not compress WMF / EMF file incase of OOXML export (bnc#621241) [Nikhil Walvekar]
    + avoid opening embedded OLE object as "text" (bnc#648251) [Tor Lillqvist]
    + fix the duotone filter to actually produce duotone (bnc#719994) [Tor Lillqvist]
    + make changing table text color in impress always work (bnc#770711) [Matúš Kukan]
    + fix reading a .doc that has frame anchored to the end of page (bnc#787942) [Luboš Luňák]
    + let's not even try to export invalid chart objects. (bnc#822170) [Kohei Yoshida]
    + if number type is not set, skip numbering (bnc#822347) [Tomaž Vajngerl]
    + fix some number format issues, (bnc#862510) [Matúš Kukan, Tor Lillqvist]
    + handle corner case in slide sorter correctly. (bnc#862514) [Jan Holesovsky]
    + handle 0 font height just like outdev & drawinglayer (bnc#881024) [Tomaž Vajngerl]
    + mark axis a percent axis only when all data series are percent. (bnc#881025) [Kohei Yoshida]
    + make chart objects exempt from automatic unloading. (bnc#883684) [Kohei Yoshida]
    + reset the default user to the document owner at the end. (bnc#885548) [Kohei Yoshida]
    + let's not push the available area down when no titles are there. (bnc#886540) [Kohei Yoshida]
    + OOXML import: Correctly apply table style for lastRow. (bnc#887225) [Matúš Kukan]
    + do not set TextAutoGrowHeight for vertical text. (bnc#887227) [Matúš Kukan]
    + always use theme color for hyperlinks in Impress (bnc#887230) [Matúš Kukan]
    + ODF files not showing up on Windows search (bnc#887307) [Andras Timar]
    + revert "handle docx's w:anchor layoutInCell attribute " (bnc#891663) [Luboš Luňák, Andras Timar]
    + OOXML import: Improve chart number formats. (bnc#892610) [Matúš Kukan]
    + OOXML import: Import border lines using reference too. (bnc#897769) [Matúš Kukan]
    + unchecked dynamic_cast (coverity#1194911) [Miklos Vajna]
    + fix build, Unchecked dynamic_cast (coverity#1209547) [Caolán McNamara]
    + fix ignoring large twips values like MSO does (cp#1000087) [Matúš Kukan]
    + mac Keyboard shortcut Option key ko in Customize dialog (fdo#39477) [Julien Nabet]
    + related $(workdirurl) was always empty (fdo#46037) [Stephan Bergmann]
    + don't loop autosave if userautosave fails (fdo#46635) [Maxim Monastirsky]
    + mac Keyboard shortcut Option key ko in Customize dialog (fdo#49280) [Julien Nabet]
    + related: ensure graphics are swapped in on DrawingML::WriteImage (fdo#52226) [Caolán McNamara]
    + switch back tab at RefButton closure time (fdo#53920) [Laurent Balland-Poirier]
    + absent value cell values are not NaN, set to 0.0 (fdo#62250) [Eike Rathke]
    + make Draw use paper size when printing (fdo#63905) [Eilidh McAdam, Caolán McNamara]
    + empty/Not empty doesn't work in columns with date format (fdo#65281) [David Ostrovsky]
    + do not compress WMF / EMF file incase of OOXML export (fdo#65836) [Nikhil Walvekar]
    + sw: fix updating of page styles via SwDocShell::_LoadStyles() (fdo#69282) [Michael Stahl]
    + preserve number formats when charts are copied. (fdo#71076) [Kohei Yoshida]
    + don't loop autosave if userautosave fails (fdo#71625) [Maxim Monastirsky]
    + preserve number formats when charts are copied. (fdo#71767) [Kohei Yoshida]
    + related: don't crash on missing table styles (fdo#73608) [Caolán McNamara]
    + win32 fpicker: correctly set the default file name (fdo#74295) [Aurimas Fišeras]
    + let's not always set the line style to NONE here. (fdo#75380) [Kohei Yoshida]
    + sub-grid shouldn't be allowed as 0 (fdo#77516) [Caolán McNamara]
    + related $(workdirurl) was always empty (fdo#77813) [Stephan Bergmann]
    + writerfilter: RTF import: handle \u keyword inside levelnumbers (fdo#78502) [Michael Stahl]
    + SVG: Text from SVG no longer displayed in LibreOffice (fdo#78554) [Joren De Cuyper]
    + avoid use of invalidated pointers (fdo#78598) [David Tardon]
    + LO hangs while saving the document. (fdo#78904) [Umesh Kadam]
    + crash in oox::drawingml::LayoutNode::setupShape (fdo#79129) [Caolán McNamara]
    + crash in DomainMapper_Impl::CloseFieldCommand (fdo#79130) [Caolán McNamara]
    + crash in EnhancedCustomShapeTypeNames::Get (fdo#79131) [Caolán McNamara]
    + LO hangs while saving the document. (fdo#79391) [Umesh Kadam]
    + check for empty slots' valid NULL pointer, (fdo#79441) [Eike Rathke]
    + properly update formulas upon change in db collection. (fdo#79578) [Kohei Yoshida]
    + initialize with a default chart only from the UI. (fdo#79676) [Kohei Yoshida]
    + ensure that we notify each listener only once. (fdo#80501) [Kohei Yoshida]
    + get the parameter order right. (fdo#80846) [Kohei Yoshida]
    + sort causes crash (fdo#80874) [Deena Francis]
    + : Delete any control on Dialog editing window crashes LO (fdo#80906) [Julien Nabet]
    + disable highlight DOCX import (fdo#80986) [Zolnai Tamás]
    + sort causes crash (fdo#81010) [Deena Francis]
    + don't crash on compilers that enforce exception specs (fdo#81046) [Caolán McNamara]
    + sort causes crash (fdo#81084) [Deena Francis]
    + don't write to zero length files (fdo#81284) [Maxim Monastirsky]
    + don't parse file name as part of URL (fdo#81304) [David Tardon]
    + adjust references during sort. (fdo#81309) [Kohei Yoshida]
    + when moving to a different sheet, set 3D flag on. (fdo#81330) [Kohei Yoshida]
    + no fallback for special codes without country (fdo#81357) [Eike Rathke]
    + writerfilter: turn the horrible btLr cell text dir hack (fdo#81384) [Michael Stahl]
    + display correct label for empty cell. (fdo#81445) [Kohei Yoshida]
    + related: skip setting an empty allocation (fdo#81457) [Caolán McNamara]
    + fix a crasher during xlsx export with revisions. (fdo#81470) [Kohei Yoshida]
    + vcl: limit number of CFFs read from font (fdo#81516) [Michael Stahl, Audrey Tang]
    + fail nicely if avahi doesn't let libreoffice publish items (fdo#81552) [Bryan Quigley]
    + : Mediawiki doesn't recognize underlining (fdo#81581) [Julien Nabet]
    + use 24-bit color depth, not 256 colors when converting an EPS-file. (fdo#81592) [Björgvin Ragnarsson]
    + enhanced handling of multiple ClipRegions... (fdo#81598) [Armin Le Grand]
    + split formula groups at sort range boundaries. (fdo#81617) [Kohei Yoshida]
    + related: create new styles with an initial name (fdo#81641) [Caolán McNamara]
    + sort causes crash (fdo#81696) [Deena Francis]
    + don't prefer GDI Metafiles to RTF/HTML -- correctly. (fdo#81835) [Andrzej Hunt]
    + revert "Update default alignment ... (fdo#81993) [Michael Stahl]
    + fix Outline numbering tab page (fdo#81995) [Michael Stahl]
    + don't include working directory in tarballs (fdo#82137) [Christian Lohmaier]
    + ODF import: clear all shapes when removing header content (fdo#82165) [Michael Stahl]
    + do not reset globals while loading a document (fdo#82183) [Eike Rathke]
    + crash on loading ppt (fdo#82355) [Caolán McNamara]
    + disambiguate "NOT LIKE 'foo'" (fdo#82427) [Lionel Elie Mamane]
    + crash on opening wikipedia ODT Book (fdo#82747) [Julien Nabet]
    + added missing media extensions (fdo#82994) [Daniel Sikeler]
    + infinite recursion (fdo#83062) [Caolán McNamara]
    + NULL pAction (fdo#83137) [Caolán McNamara]
    + ensure that the row position is below MAXROW. (fdo#83764) [Kohei Yoshida]
    + add GetAddressConvention to RefButton (fdo#83848) [Laurent Balland-Poirier]
    + be sure to update the sheet index when moving the sort range. (fdo#84009) [Kohei Yoshida]
    + corrected default style for draw objects... (i#119287) [Armin Le Grand]
    + revert "Update default alignment ... (i#119464) [Michael Stahl]
    + infinite recursion (i#123048) [Caolán McNamara]
    + do apply possible changed <GraphicStreamURL>... (i#125289) [Oliver-Rainer Wittmann]
    + enhanced handling of multiple ClipRegions... (i#125300) [Armin Le Grand]
    + FileDialogHelper: don't hand out stale preview Graphic (rhbz#1079672) [Michael Stahl]
    + reload font list from shell on change (rhbz#1121254) [David Tardon]
    + [abrt] libreoffice-core: Window::ImplAddDel(): soffice.bin killed by SIGSEGV (rhbz#1121341) [Caolán McNamara]
_______________________________________________
List Name: Libreoffice-qa mailing list
Mail address: Libreoffice-qa@lists.freedesktop.org
Change settings: http://lists.freedesktop.org/mailman/listinfo/libreoffice-qa
Problems? http://www.libreoffice.org/get-help/mailing-lists/how-to-unsubscribe/
Posting guidelines + more: http://wiki.documentfoundation.org/Netiquette
List archive: http://lists.freedesktop.org/archives/libreoffice-qa/

Reply via email to