[Libreoffice-commits] Changes to 'aoo/trunk'

Libreoffice Gerrit user logerrit at kemper.freedesktop.org
Thu Dec 27 17:56:36 PST 2012


New branch 'aoo/trunk' available with the following commits:
commit 8f4457b94f439f3b8a4a8611f98daa411b615e9e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Nov 24 16:36:34 2012 +0000

    Bump SV_COUNTRY_LANGUAGE_OFFSET - Max count of formats per country/language
    
    The previous value was 5000, we are bumping it to 8000. This is rather
    arbitrary number based on a similar change done in LibreOffice by Eike
    Rathke.
    
    According to the Eike's commit:
    
    Due to an insane amount of ridiculous "user-defined" number formats the
    internal table may overflow during import, stave off and increase the
    number of available slots to another arbitrary limit.

commit 7b20978d84db1f7f545ff608bdb09275813e2219
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Thu Nov 22 11:46:44 2012 +0000

    #120938# - method <WW8AttributeOutput::ParaTabStop(..) - consider left indentation when converting tab stop positions of styles

commit e3a34e95823105fda68fd29a4ded22a9d52523fb
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Thu Nov 22 11:14:51 2012 +0000

    #120879# - import "Microsoft Word TOC bookmarks" as cross reference bookmarks
    
    and suppress the import of unreferenced ones.
    
    Review by: zhengfan

commit 4116c33b12d3787c406f0348f89efcb1cf409507
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Nov 21 13:23:01 2012 +0000

    For backward compatibility do take mirrorings in setTransformation into account. Also found an error in SdrObjCustomShape::TRGetBaseGeometry when MirrorY was used

commit 7f5c944133e09208ae55a2846915b311554ac4a3
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Nov 21 12:55:14 2012 +0000

    Had to remove revision 1411685, looking for a better solution

commit 202a345c32488dfc0ca6640f80dc2392a62911bc
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Nov 21 09:46:38 2012 +0000

    #121379# When loading MultiImage, avoid registering xShape with ID until the winner is decided to not have multiple shapes registering with the same ID

commit 4ae2ee84957b49f9b691341b8d9e93f920903d3c
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Nov 20 13:38:15 2012 +0000

    When TRSetBaseGeometry at SdrObjCustomShape gives negative scales (mirrorings) use these to actually apply mirroring as intended to the shapes. This is always valid and a preparation for aw080 where the mirroring will be part of the objects transformstion

commit 3e1227e38c424776cd28f9aba625b2ac61221e92
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Nov 19 09:10:46 2012 +0000

    #121139# - string handling: clear reference counting and passing ownership
    
    Found by: Regina Henschel, Ariel Constenla-Haile
    Review by: Herbert Duerr

commit 5fa621198a981ea994d9903298e8a1d884ee686b
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Nov 16 09:18:33 2012 +0000

    #121334# deactivated setting chart OLE background to transparent for better UI experience and better back-compatibility to other OpenOffice derivates

commit c3c4df7647d8d4ab1425bb3c7f38932c4adcbe74
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Nov 15 08:45:12 2012 +0000

    Unname unused arguments to prevent compiler warnings.

commit 658c1d82654af635bfbd6790fab2da8664d163eb
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Nov 14 16:23:23 2012 +0000

    #120393# Corrected paste position of objects with geometry outside their logic definition

commit c8d736bc7dc78a3357c0265d3bd1c1954d44c714
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Nov 14 13:22:21 2012 +0000

    #121282# function <lcl_TCFlags(...)> - correct type of parameter <nRowSpan>
    
    Found by: Pedro Giffuni

commit af9220c24c9d80e5415d9d7d8f273b28d0d27cdb
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Nov 14 12:24:03 2012 +0000

    #121334# turbned back chart non-fill defaults, done the non-fill using tooling when chreating new chart modules

commit 0050a8e4eace17ed1b55c7ec919edaa0daadc3a7
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Nov 14 11:09:12 2012 +0000

    #121334# Changed default for charts background to be none (from white) to allow fill settings in the various apps to have an effect

commit 20a3aee5359f143a6e4bf0bcb7fdef4675b3dd83
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Nov 14 09:04:09 2012 +0000

    Corrected signed/unsigned mix

commit 4be8cc079667cca2cae91dba9e46c16ccff1537f
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Nov 12 19:27:33 2012 +0000

    Added ColorDepth change test with assertion to the Bitmap::Scale method

commit 61e12761a4887b8a6bbb977996cd1ea4080d00ac
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Nov 12 16:56:58 2012 +0000

    Corrected bitmap scaler to not create 24bit outputs for scaling masks/alphas

commit f6bff98d6f13bf71fc4bce53c189598c002343c2
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Nov 12 16:29:06 2012 +0000

    Secured SlideSorterModel::DeleteSlide for negative page indices

commit 612cefdcf6176b6bb847ce899d89af40ef313a90
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Nov 9 10:12:02 2012 +0000

    Wrong comparison with bool corrected

commit 55a169e50e09d6db1dad6a645ee0fe363909dae4
Author: Wang Lei <leiw at apache.org>
Date:   Fri Nov 9 06:08:19 2012 +0000

    ReFix for #i119707 Cell border lost when saving and reopening the attached xls file.
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit e59f5937c21cfb8c04e978447e47e8a4e677a8c3
Author: Wang Lei <leiw at apache.org>
Date:   Thu Nov 8 08:35:39 2012 +0000

    #i121200 [Regression][Automation][Performance]Severe downgrade to save xls sample files.
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit 9c5b06246da069191fea1bb8068e4bba143370fb
Author: Wang Lei <leiw at apache.org>
Date:   Thu Nov 8 08:24:15 2012 +0000

    #i121285 calc crashes when inserting row's via macro
    
    Patch by: Clarence GUO
    Review by: Wang Lei

commit c71bb0d6210cb7c2fbe1f49f65272ac3d294a0dc
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Nov 4 05:32:53 2012 +0000

    Fix spaces

commit 9314f61d6111280f2a02b09f9c2c0a7506cdbc79
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Nov 4 05:25:45 2012 +0000

    #i85426# - Document css::text::XAutoTextContainer paths handling

commit cdc1af8302d0998f98776ec103f1402ee9a3d6f4
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Nov 4 02:42:08 2012 +0000

    #i87780# - Document css::text::AutoTextGroup properties

commit bcc6f1762eda8ac5290eb10b4ad47a249c9b5f51
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Nov 1 08:35:23 2012 +0000

    #119536# removed code no longer needed after fix of that task

commit a2a4a6aac169fcf32884b3118efaf3336562bb8b
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Thu Nov 1 07:59:35 2012 +0000

    #i76852#  Basic : incorrect conversions Single to String and Double to String
    
    Call myftoa() with nExpWidth=4 even when nNum=dMaxNumWithoutExp.
    
    Found by: bmarcelly
    Patch by: Damjan Jovanovic
    Review by: Oliver-Rainer Wittmann

commit b7a63f1dc7c1ddab8092f1b7b9641923aa857579
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Oct 31 16:17:35 2012 +0000

    removed unused variable bSuppressRotation

commit 0e895f45df5c23fd8e714ba7e73fba463a97452d
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 30 14:05:53 2012 +0000

    #121221# added boolean state to remember when the StrokeDasharray was set to empty by purpose

commit db00dfd93ac0e215a5d71e72645790918db0e734
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 30 11:02:38 2012 +0000

    #121233# some slight corrections/enhancements

commit bf734a151dc5169b65cf5d2a127e4142b765326c
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Oct 29 16:20:25 2012 +0000

    #121233# Added bitmap scaling methods BMP_SCALE_SUPER (from symphony), BMP_SCALE_LANCZOS, BMP_SCALE_BICUBIC, BMP_SCALE_BILINEAR and BMP_SCALE_BOX. changed defaults for internal scalings, enhanced PDF export when reduched DPI is used, added BMP_SCALE_BESTQUALITY and BMP_SCALE_FASTESTINTERPOLATE as new default for Bitmap::Scale

commit cb01e556e94b0d5bc96c4ff6183a3dc3cff934c8
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Oct 29 13:59:48 2012 +0000

    fix lineends in the configuration file of the Release Audit Tool

commit ded9ea40f3b05993000012277bd224d73e586210
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Oct 29 07:47:01 2012 +0000

    Exclude new file Run.help from RAT scan as the file format doesn't allow any comments
    
    The new text file is just printed verbosely.
    It was contributed by an AOO committer under the ALv2 license.

commit 47055ef8e01de240fdbe765b0e84428d03afd7e1
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Oct 29 07:37:39 2012 +0000

    add license header to rat-excludes-solver so that the Release Audit Tool doesn't get confused by its own config file
    
    also add excludes for the generated output of more platforms

commit 60d19c1602e4fec740624fd20a7bfd39707297e4
Author: Pavel Janík <paveljanik at apache.org>
Date:   Sat Oct 27 11:20:59 2012 +0000

    Remove unused variable to prevent compile warnings.

commit 229a79b97110c11ef21b7b99ffc768254ca01d96
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Oct 26 11:00:48 2012 +0000

    #121267# added support for taking clipping into account for metafile-based exporters to vector formats

commit 973e3f96409998729f04c91716b5b86b6e5e82e5
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Oct 26 08:15:58 2012 +0000

    ignore all unxlng* output trees in the Release Audit Tool run
    
    AOO's main/solenv mentions 13 unxlng* platforms, so they all should
    be covered. The Linux64 platform "unxlngx" is especially important.

commit 7e186b5b95fcde434014c6cad356bf8c94792d7d
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Oct 26 08:04:19 2012 +0000

    add ALv2 license headers to new files to satisfy the Apache Release Audit Tool
    
    The new files were contributed by AOO committers under the ALv2
    but the lastest run of the Release Audit Tool rightfully complained
    that the actual license headers were missing in the files

commit ed0d53f8283cd3ce579a90b599118884d0db6119
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Oct 25 15:06:02 2012 +0000

    unused file _vclmetafileprocessor2d.cxx deleted, was added by error

commit aa53b457faaf0fc50a8b38d17bf219de427a1044
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Thu Oct 25 12:57:56 2012 +0000

    #i121134#, more fix for i119657, fallback to old logic to use current AbstractNum when the desired one can not find
    
    Found by: Li Lin Yi
    Patch by: Jinlong Wu,wujinlong at gmail.com
    Review by: zhangjf

commit 8208a542aa90cff0e66074959c800abce09830a3
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Oct 25 08:46:06 2012 +0000

    reformulate informational mentions of the word "warning" so that
    
    it no longer matches the default pattern a buildbot watches out for
    
    also fixed mis-spellings of the word "compatibility"

commit a6b23e539771d5c22a575ff418ffafacf7c2bc06
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Oct 25 08:36:02 2012 +0000

    #121237# Corrected Region export, was missing to write an end marker when RegionBand was empty

commit d3356ace711f8110829150bd86c1d741131d3b79
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Oct 25 07:27:09 2012 +0000

    updated config-file for the Release Audit Tool

commit d340fd4821694ca99b0efc720919368d085ca690
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 24 14:25:50 2012 +0000

    OOo has become an Apache project

commit 0ac65ccf079e3e22ac23cbe7ae546504c863c31f
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Oct 23 17:55:43 2012 +0000

    Remove unused variable to prevent compiler warnign.

commit cab10eeb7878edf224a004fd7640bd4adf8d3c51
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 23 12:46:28 2012 +0000

    #121237# Rework/Cleanup of Region code due to missing complete support for B2DPolygon class

commit 498926039ce717631eda046b1aa256efd24dfdf6
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 23 10:49:25 2012 +0000

    #121185# corrected handling of gradients in rotated metafiles

commit 74fa27edc0a720183d59cc44b6b11327a47fb1b1
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 23 08:43:40 2012 +0000

    #121251# corrected processing on hex value change

commit 3474351e99b95a5915ca2b64dcbc061ff6fd445a
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Mon Oct 22 15:02:13 2012 +0000

    #i117400# CSV: importing 64Kb+ english field entry in utf-8 causes alertless crash
    
    Patch by: Eike Rathke
    Review by: Damjan Jovanovic

commit e3ec94e68f63e4e9fda829c9214f89dd5ffc4df2
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Oct 22 14:15:22 2012 +0000

    #116162# Forced DRAWMODE_WHITEFILL to DRAWMODE_BLACKFILL during line geometry processing to get line geometry rendered black (as intended) in b&w mode (e.g. print preview)

commit 95262e18ef21658a8a5d7801e580e826733c2c6d
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Oct 22 12:03:31 2012 +0000

    deliver updated version of servlet-api.jar in d.lst

commit e80be9280acfe682154de431c3d9edfea4106177
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 21 00:03:31 2012 +0000

    Update Apache Tomcat to 5.5.36 (final) version,

commit 2ed6694c868d3a98684e2adabc6e9abed14621dd
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Oct 19 17:35:43 2012 +0000

    Fix compile error.

commit 8d005e90cfee08663c02db2e75130b68bf143a93
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Oct 19 15:27:03 2012 +0000

    #121224# Corrected to use the ApplicationDocumentColor instead of the ApplicationBackgroundColor

commit 2d9d5c8d6beb7fb0a7dafa0c1c4d10a25d7200fd
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Oct 19 15:12:40 2012 +0000

    make conversions between BitmapColor and sal_uInt8 explicit
    
    Implicit conversions are a dangerous cause of confusion as seen
    in http://markmail.org/thread/a4copx2di7cxeowg and require tricky
    rewrites to work around them, this change cleans them up and
    disables them for all code outside of the immutable binfilter.

commit b0a48fbbaa2d3d530743672186618a468cce694a
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Oct 19 14:21:42 2012 +0000

    allow building an unchanged binfilter after changes to common header files
    
    Cleanups in header files can result in finding or avoiding errors,
    but the binfilter module as a legacy module should not be changed to
    adjust for such cleanups.
    
    In order to allow that the binfilter module can stay unaffected
    by such changes the compiler macro BINFILTER_COMPAT has been added
    to allow cleanups without disturbing binfilter.
    
    When the flag is active header files are compatible to binfilter assumptions.
    The flag is for now only active when compiling the binfilter module.
    
    Having a grepable define allows further cleanups when the binfilter
    module has been removed for good in a future release.

commit d794e5f9ebb756958725183bbfcc88f457d1bc1d
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Oct 19 14:09:57 2012 +0000

    #121236# Added support for fast move of objects with cursor keys (holding shift) for Writer and Calc (was alraedy in Draw/Impress)

commit 149e995910a45e66aa5cb2ff8af1da822667c7e4
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Oct 19 10:11:32 2012 +0000

    Reorder initializations to match the prototype (this prevents WaE issues/compiler warnings).

commit 1f9d7c1b0248fb0c8d8fc2c3da21d881bffb579d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 19 03:38:16 2012 +0000

    Python 3 unified PyInt and PyLong.

commit c19a02af48e4251cd0ee7fc8ea3d96480e714411
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Oct 18 11:43:40 2012 +0000

    Remove the "incubating" disclaimer now that Apache OpenOffice has graduated from the Apache Incubator
    
    On October 18th, 2012 the Apache Software foundation announced that the
    Apache OpenOffice project has graduated from the Apache Incubator

commit a518afd93d2ab613aa46b922251af4f194305ca3
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Oct 18 11:33:53 2012 +0000

    Remove the incubating disclaimer now that Apache OpenOffice has graduated from the Apache Incubator
    
    On October 18th, 2012 the Apache Software foundation announced that the
    Apache OpenOffice project has graduated from the Apache Incubator

commit b0b8e3854f679383fe3ff2e436bfbe3573f34088
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Oct 18 11:24:45 2012 +0000

    Corrected color conversion from BitmapColor to Color

commit 7903c33f31c457eb6ff506958c4233f2a5d39bcf
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Oct 18 11:23:51 2012 +0000

    Corrected canvasProcessor usage

commit cd8b4a920b27321072cb504ac5706c0f273695e9
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 17 22:19:48 2012 +0000

    Clean up the python detection for Python 3.
    
    While here request Python be at least version 2.3. While this
    version is likely to cause trouble, there is no other option
    for older Mac PPC.
    
    The ongoing updates in the python support will require bumping
    the minimum to at least Python 2.6 but the recommendation is to
    use the internal Python 2.7.x.

commit 3258f70090ffb706d7dcfb66b16b404d86f8cfbf
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 17 11:39:14 2012 +0000

    #i121215# fix the spreadsheet font family
    
    Patch-by: Tan Li <litan.test at gmail.com>
    Review-by: hdu at apache.org

commit 9ba1a14eee10f85098a549e7e9457f99e8b61f56
Author: Andre Fischer <af at apache.org>
Date:   Wed Oct 17 08:01:07 2012 +0000

    Use LWP::Simple instead of LWP::UserAgent.

commit 08275c1207f2c66dc69f815941fa9c39c47b629a
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Oct 17 07:28:48 2012 +0000

    Made conversion from BitmapColor to Color more explicit by using operator Color()

commit 51788964960e1e225170b8fcc7ef453c09c46ca7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 17 03:28:19 2012 +0000

    pyuno: obsolete PyString_* in favor of PyBytes_*
    
    Python3 removed the PyString functions and replaced them with PyBytes.
    
    To aid portability Python version 2.6 and upper support PyBytes and
    we are adding some compatibility defines for older versions so no
    problems are expected from this change.
    
    Reference: http://docs.python.org/c-api/string.html

commit 093977b1171fae4eaef13a6d32929451fc64ae66
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Oct 16 20:28:22 2012 +0000

    #i93995# - Allow setting Body of a simple mail message

commit 7a652a2b2ab5e0d37e32185c8c5fac3af482bb76
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 16 08:44:02 2012 +0000

    #121194# Better support for graphic fill styles which are not bitmaps (svg, metafiles, ..)

commit 9d483a7b084404ed9df6525f09a3bb600a5859f8
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Oct 16 06:45:54 2012 +0000

    increase build number

commit a43dc7a1b0168d6e438ec83cf4f3b226574eda0c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Oct 15 15:35:12 2012 +0000

    #i111555# - Don't force 32 bits JVM on Linux

commit a9606aa4d8a6bcb3955d991ee45c56cb93be2450
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Oct 15 03:36:40 2012 +0000

    #i121216# - Allow unique logger file name

commit 4643c17c129612512b49328c1046c2b5ae148a4c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Oct 15 00:19:10 2012 +0000

    Merge r1394813 from buildsys branch.
    
    Bring in port changes to the FreeBSD configuration files [1].
    Also drop the gnu ld hash style selection: on FreeBSD this is not
    critical and the system compiler knows better what to do.
    
    Author:		Maho [1]

commit 2d2f11812592d7351db0fbb9a5f18bc730576c9d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 14 23:57:47 2012 +0000

    #121191# Avoid downloading some tarballs when using system versions.

commit e3d348eeb7717b765e6340c92819640f0624cf4c
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Oct 12 13:55:20 2012 +0000

    keep in sync with the left part of the hc image

commit 534848490cb5465c873c3912badcf330416afb35
Author: Wang Lei <leiw at apache.org>
Date:   Thu Oct 11 02:39:30 2012 +0000

    #i121178 Chart name in Excel is different with the name in AOO
    
    Patch by: Clarence GUO
    Review by: Wang Lei

commit 6970569ca1e0adf78ac34a5fbab434f5026d3a89
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Oct 10 21:23:33 2012 +0000

    #i121197# - Scape non-ASCII chars from css.style.NumberingType
    
    Patch by: Tsutomu Uchino
    Review by: arielch

commit 6a458e56009a2a37252170ef9ae978e3e05038c7
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Oct 10 21:07:01 2012 +0000

    #i110378# - Title property missing in several Wizard templates
    
    KO translation by Jeongkyu Kim

commit 54c0f6f5b605ae05eade910fd2b672adf1d0d7fc
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Oct 10 09:19:15 2012 +0000

    #121183# Added buffering non-bitmap formats in Graphic

commit 424079cb8348d77e40f7d3291578bdffbe662f34
Author: Wang Lei <leiw at apache.org>
Date:   Wed Oct 10 06:08:12 2012 +0000

    #i121120 AOO doesn't support RightB(), LeftB(),LenB() and MidB() in formula
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit 60f299f255a8a2fd2c4aabde6933d4388af3643b
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 9 14:41:38 2012 +0000

    #121183# enhance export of hatch masterpagebackgrund for ppt format

commit 121b5090651912359533500e4a9ba9630cc3555f
Author: Wang Lei <leiw at apache.org>
Date:   Tue Oct 9 07:35:59 2012 +0000

    #i121136 Improve Spreadsheet performance in some area (Patch 2)
    
    Patch by: Wang Lei
    Review by: Wang Lei

commit 723bb36255f525000d8a3f7911f57c1bcfd6f7ba
Author: Chen ZuoJun <zjchen at apache.org>
Date:   Tue Oct 9 02:26:08 2012 +0000

    #i119587#  For doc file loaded by AOO, correct table position when table across pages with the Around wrap attribute.
    
    Reported by: Yan Ji
    Patch by: Lei De Bin
    Review by: Chen Zuo Jun

commit fbbef010986ea359b5209e6d3884bdf4e4ac86a6
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Oct 8 15:13:37 2012 +0000

    #119885# Made EditMode work with text boxes where text is reaching over the TextBox's bounds

commit 75c944eef99cfa3323b411a6e5e892cbf5aa84cc
Author: Chen ZuoJun <zjchen at apache.org>
Date:   Mon Oct 8 12:21:52 2012 +0000

    #i119466# Doc file loaded by AOO, table with incorrect text wrapping property.
    
    Reported by: louqle
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit 56da9fdf911795afcddaf3f30bbdcf8396a8e373
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Oct 8 08:40:27 2012 +0000

    #i121180# - Fix SpinningProgressControlModel description
    
    IDL description by Bernard Marcelly

commit 1a172ca66feac0e1a745ce9a4839f0c8336e14bd
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Oct 8 08:23:48 2012 +0000

    #i121181# - Deprecate Throbber API

commit 060758a289c134548d8ad376eaca3d24ea84a0db
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Oct 7 10:47:35 2012 +0000

    #i108689# - Invalidate Basic IDE slots in order to trigger feature update

commit 62589b11dbcb1e6aa557f9d7ecc284c51b281f65
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Oct 6 22:17:21 2012 +0000

    #i117769# - Document service com.sun.star.awt.PrinterServer

commit 07abf70e9ecfca7e7898929259263bb307766374
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Oct 6 01:44:09 2012 +0000

    #i121170# - com::sun::star::awt::XPrinter API does nothing

commit f4f2c3189e5fc9f6fac57b5a6df0840ecdaaa731
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Oct 6 01:44:05 2012 +0000

    Fix line endings

commit 4fddf87ef294ffe770de62fa319e2dbb5f5cc301
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Oct 6 01:43:58 2012 +0000

    Minor fixes to use $PERL properly

commit e9bfcd0982bcb67071b344da377158fc0d88d8a6
Author: Andrew Rist <arist at apache.org>
Date:   Fri Oct 5 19:15:10 2012 +0000

    [Bug 117765] css.awt.PrinterServer implementation quite unusable in Basic
    
    from  cws/fs35a by Frank Schoenheit [fs]

commit 887c740e39ec1d00366228aae49ef62087a6feb2
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Oct 5 13:02:31 2012 +0000

    #119885# corrected AutoGrowHeight setting when importing PPT text boxes

commit 1f0b83f0e62094257a1c69ff18969f07422772dc
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Oct 5 10:23:37 2012 +0000

    #121153# adapted RenderBitmapPrimitive2D_self bitmap transformation to metafile case (where no destination bitmap size is given)

commit 7ba04657464795ca53756519641436e60f971420
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 4 19:16:05 2012 +0000

    Drop support for some extremely old MS compilers

commit 888e64505474808166c29ada24178cc3e58d6c18
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Oct 4 15:27:22 2012 +0000

    #120604# corrected 3d gradients, adapted basegfx to be smarter in some areas

commit 377fc9b96d3ae9b78b5b2359d349960be5e59531
Author: Pavel Janík <paveljanik at apache.org>
Date:   Wed Oct 3 07:25:10 2012 +0000

    Rename local variable that shadows other to prevent compiler warning.

commit 1097bde43928bd88921c352c543f06bbfe9c753c
Author: Andrew Rist <arist at apache.org>
Date:   Tue Oct 2 17:49:38 2012 +0000

    adding the ability to punch through proxy to external dependencies download script.
    
    LWP::UserAgent uses proxy defined in environment if one is defined.

commit f7d4af835cf308bc9ece6fd84cbd14ba5be0adcd
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Oct 2 15:40:51 2012 +0000

    Unname unused argument to prevent warnings.

commit 4152ce982bc8c1aca6859d9b803cefd16ba11de0
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 2 11:08:18 2012 +0000

    #120604# Adapted back texture mapper for gradients for 3D usage

commit 05785d283e718aab182a5ea848de72e4a4b2efe3
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 2 08:23:25 2012 +0000

    #120604# unified and secured gradient tooling for primitives, adapted usages

commit 94205034afa2abe9ab73b2f5d0c76f295a7889c9
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Oct 2 08:21:47 2012 +0000

    #120957# Added Reginas corrections for gradient colors for linear gradients in VCL renderers
    
    Patch by: Regina
    Review by: alg

commit 8465cbeb7f1a05bdce11abccf9eafcd253efaf5a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Oct 2 00:29:53 2012 +0000

    Drop obsolete patch.

commit 3d4b6ee68e5486852d567e589d50c1ce4d19ca9e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Oct 2 00:27:43 2012 +0000

    Update internal expat to version 2.1.0.

commit 87d2cc83630d768227b5f02dc8e6cef389d91e5d
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Oct 1 11:20:41 2012 +0000

    link library swd against stl in order enable DEBUG=yes build under Windows

commit 8037c7164c747ea240b563af39a11f4f6bf037ef
Author: Sun Ying <sunying at apache.org>
Date:   Sat Sep 29 04:44:20 2012 +0000

    #119860# fix bent connector's type lost when save .ppt file
    
    Reported by: Li Feng Wang
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit 991151127f0cb6ea0480a96e879a44dca1a14ffc
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Sep 28 10:42:03 2012 +0000

    Fix WaE issue - use different type for index variable, rename index
    
    variable.

commit 0c663a6a79b4c1c4353d39c7cdd327ec3d4f8747
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Sep 28 07:48:06 2012 +0000

    avoid assignments in if-conditions

commit d86bcdfed8ad6db549e84b9984e12274bb8a44d0
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Sep 28 07:40:07 2012 +0000

    adjust documentation about WhichID numbers

commit d39376c42030222fcf09fb562660daa89b01b1e0
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 28 07:36:51 2012 +0000

    #i121136 Improve Spreadsheet performance in some area (Patch 1)
    
    Patch by: Wang Lei
    Review by: Wang Lei

commit 944c1a58d19edf41fb2196b2a90ade085b3da5f9
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Sep 28 06:50:53 2012 +0000

    Simplify the code and prevent compiler warning at the same time.

commit 9d3ee32d8eb4b66db15ab0e253df60c99c959172
Author: Maho NAKATA <maho at apache.org>
Date:   Fri Sep 28 05:20:50 2012 +0000

    Change the location of "-i" option so that
    
    FreeBSD sed can recognize it.

commit 81b961cfbc1089aab8d3100eaffe41ca7e599498
Author: Maho NAKATA <maho at apache.org>
Date:   Fri Sep 28 05:19:55 2012 +0000

    Actually use apache-commons jar files already installed on system.
    
    [formerly, just check them but never used, and build internal
    one]

commit 7ca23c541b20b0538a89229c70a9041b90fbc2d4
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 28 02:07:22 2012 +0000

    #i119707 Cell border lost when saving and reopening the attached xls file.
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit 1f6e56ab58015fa38472182487387a19bf7fde30
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Sep 27 17:18:45 2012 +0000

    Simplify the code and remove warning in debug build.

commit 0452563c1dd321f6cbd70dffb16a8f3df9fbb7e5
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Sep 27 16:45:09 2012 +0000

    Use proper print format modifier for sizeof() - can be long on some
    
    platforms.

commit 04f10de02296b9bff1e022daabf0b8ff59234e38
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 27 15:31:38 2012 +0000

    #121128# added missing original data export for SVG in XOutBitmap::WriteGraphic

commit 3575698905d97dd550112bdc4256bedeb9daf9d1
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Sep 27 15:19:26 2012 +0000

    #i120837# - Update internal boost to version 1.48.0
    
    Normalize all headers: we are not using most of them so this
    shouldn't be significant but better be safe than sorry.

commit df0f83c87148769ca7cbcfc3d1cb9ccf9d5c0540
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 27 14:24:57 2012 +0000

    #121074# Added support for bitmap attributes transparency, red, green, blue and gamma for ppt export

commit dbe489ab9766d96c5cafb079bc4778103bded783
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 27 12:07:14 2012 +0000

    #115630# secured OutputDevice::ImplDrawHatch in vcl and PolyPolygon::Optimize in tools to useful fallbacks when working on PolyPolygons (what they do *not* support)

commit 3a23ea9207bcb3219ba21bf66aa0bcc0953ac73a
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 27 11:00:53 2012 +0000

    #119863# Corrected rotation center for animations

commit c40a9701b458ce28bde6f8338e144dffa71c50d9
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 27 08:28:48 2012 +0000

    cleanedup unrecognized and wrong character escape sequence

commit eb504f51d8cb7516a0fcd9ea7b7c2202c081c7ab
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 27 08:22:17 2012 +0000

    added linking hatchwindowfactory against stl since when building with debug on a non-pro stl symbols were missing

commit 499857cc2735c497f027d5440a87bbd84b84f5a9
Author: Wang Lei <leiw at apache.org>
Date:   Thu Sep 27 06:36:48 2012 +0000

    #i119415 VBA code can't load after open in AOO3.4
    
    Patch by: Chen Peng
    Review by: Wang Lei

commit 51bac3e464cdd4fb0afb9b7d1c2a2d7f85ec92ed
Author: Wang Lei <leiw at apache.org>
Date:   Thu Sep 27 05:56:02 2012 +0000

    #i121126 User-definded format code is lost with a cell which value is TRUE or FALSE when importing xls file
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit ad1186563ea12ce63dfdf738c332bf712084f633
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Sep 27 03:20:34 2012 +0000

    Ensure socket or pipe are passed to the native driver

commit fe3959a5366a76bac6554c35bbde07fbfaa8d345
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Sep 27 00:46:12 2012 +0000

    #i70151# - Fix wrong Any conversion

commit c1e8fbb282a2e17b5f358e856e0c950af3093df1
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Sep 26 11:26:49 2012 +0000

    #119750# corrected opacity import for SC comment shapes and their shadow visualisation

commit 64b59c444595b3c2ca72487e1cb15de6faa68985
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Sep 26 10:50:01 2012 +0000

    reactivating original download URL for jpeg tarball

commit 75b34f98042111e8a00aa18efb1524e8ee05c0b0
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Sep 26 07:05:47 2012 +0000

    deactivating original download URL for jpeg tarball as this seems to cause errors on linux32 buildbot

commit 06c8020c125dde0e8b3d855570207059cb6776ac
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Sep 25 18:19:08 2012 +0000

    Fix typo

commit d69ca784aa83f9e264a072eca681dd19f4be6973
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Sep 25 18:14:49 2012 +0000

    WaE: Use unused variable

commit 9992b8f95ade916737f0c24f56fbb4c93b70cf13
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Sep 25 18:14:45 2012 +0000

    Check empty BitmapEx

commit 32d3b71d134afd85daf01196cdd7a56332719487
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Sep 25 18:14:41 2012 +0000

    About Dialog: ensure dialog size if images are missing

commit 4507626527ad337a985bde1af07e858087ff3c5d
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Sep 25 12:02:33 2012 +0000

    Reorder initialization to prevent warnings.

commit 5047a8fdeb5643f7a715334e44ceb59814e6b2a0
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Sep 25 12:01:26 2012 +0000

    Reorder initializations to prevent warnings.

commit b9ccab4ebe62ca973fb36f8f898b0c7933480ee4
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Sep 25 12:00:32 2012 +0000

    Reorder initialization to prevent warnings.

commit b82b2622b130d58892109fd59551ae05c4f2b923
Author: Jianyuan Li <lijiany at apache.org>
Date:   Tue Sep 25 04:53:47 2012 +0000

    #119514#:Item lists are incorrectly imported
    
    Reported by: Terry Yang
    Reviewed by: sunying
    Patched by: Jianyuan Li

commit da8df30daac2b601d7d6a79fca9f8a807e1013a9
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 25 04:51:43 2012 +0000

    Fix MacOS build break

commit a1817251fd384d58a3942d28849723ac84bd315d
Author: Jianyuan Li <lijiany at apache.org>
Date:   Tue Sep 25 04:51:12 2012 +0000

    #121071#: [Regression]Item lists are incorrectly imported into AOO in DataPilot table
    
    Reported by: Terry Yang
    Reviewed by: sunying
    patched by: Jianyuan Li

commit 5d9d53623553f8f1476d154f89ff636e740ca4f2
Author: Jianyuan Li <lijiany at apache.org>
Date:   Tue Sep 25 04:48:42 2012 +0000

    #121045#:After save a xls file contain marco in AOO, macor can't run in MS excel.
    
    Reported by: binguo
    Reviewed by: sunying
    Patched by: Jianyuan Li

commit 36453dd6be67717b2a2385449f10141fcc3fac35
Author: Sun Ying <sunying at apache.org>
Date:   Tue Sep 25 01:41:00 2012 +0000

    #120967# fix table's virtual box become small when save .ppt file
    
    Reported by: Liu Ping Tan
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit 380ad1c63d7e2eaa9a189ec10f803c24ec0e2fc9
Author: Lei De Bin <leidb at apache.org>
Date:   Tue Sep 25 00:28:29 2012 +0000

    #121001# fix issue which loading the xls file contain drawing, form control, graphic ... will enable the undo action
    
    Reported by: Yan Ji
    Patch by: Lei De Bin
    Review by: Li Jian Yuan

commit 7a45b16be0c9442be4dbc7851c0b74b45e384536
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Sep 24 15:26:02 2012 +0000

    #119920# corrected typo

commit 6e114c242bb21950fd8ea01885c2269744d0fc6f
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Sep 24 15:25:25 2012 +0000

    #121090# corrceted point reduction on svg:d export to only happen when polygon is closed

commit 12a5ff4149599b88991445299e8934c8066dceb0
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Sep 24 14:30:19 2012 +0000

    #119920# added handling of missing TextRotateAngle for CustomShape import for ooxml import

commit 19116761e7c6ebb2c2f9b76ab4c07fed2f9e8c77
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Sep 24 13:37:39 2012 +0000

    #119634# shape import (Microsoft Office documents) - apply default shadow color, if none is given; apply default shadow distance, if shadow type is not supported.
    
    Patch by: Jianyuan Li
    Review by: Oliver

commit 4f897669a97515bf1f4247324e6c04136b593f0c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Sep 24 11:52:06 2012 +0000

    ATL/ActiveX configure fixes
    
    Disable ActiveX when ATL is disabled.
    Do not check ATL/MFC only when ATL is disabled, this will allow
    configuring with --disable-activex and ATL enabled.

commit c038b8870eef3d9ce3017409034221e47d22e323
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Sep 24 09:48:40 2012 +0000

    remove usage of boost::scoped_array to workaround build breaker when building with --enable-dbgutil

commit f4646b41cb5874b33a9d2f2a12b9eb96f10016ab
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Sep 24 01:59:18 2012 +0000

    Fix license encoding
    
    Convert to UTF-8 encoding, fix line endings mixed up while copying and
    pasting licenses.

commit dd69d3e4e940a1835dc1b2f07762ec2379987930
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Sep 24 01:46:58 2012 +0000

    Fix typo in README

commit 7a31c36d82fb8679ae51d2f2a4be7e6b98cfb2ae
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Sep 23 21:21:11 2012 +0000

    #i120979# - Don't rebase msvcr100.dll

commit e6cdcb46f2cec5c9b7607d8df160a01fcbdf68e0
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Sep 23 12:34:09 2012 +0000

    ATLTHUNK hack: fix typo

commit cb99ad779d66d35e7f8539d44a7549df599f8efb
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Sep 22 18:38:56 2012 +0000

    #i119418# - About Dialog improvements

commit fa12d0b3a7e876b543dab24919b07339bc20dff8
Author: Chen ZuoJun <zjchen at apache.org>
Date:   Sat Sep 22 06:11:25 2012 +0000

    #i121069#  zlib: upgrade to 1.2.7
    
    Patch by: zjchen
    Review by: Pedro Giffuni

commit 404d04675c3d8bc46b006143c029425c36c17371
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Sep 22 02:41:19 2012 +0000

    #i121079# - Update jpeg to version 8d.
    
    While here also comment a bit on the state of beanshell.

commit 0b31fa19e50d8259d3cbe695723ea02e2c5ff711
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Sep 21 17:08:44 2012 +0000

    #i119525# - List only JREs whose jvm library can be loaded

commit 5a8ed684ba99ad9f48a795387ffb97894eae7439
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Sep 21 16:59:17 2012 +0000

    Remove BOM

commit fb8429e912b94410e50d0c9773df0413066386db
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Sep 21 16:54:54 2012 +0000

    #i120979# - Bundle msvcr100.dll to support Java 7

commit 4f8bd30b7634e143514d1c0d52d8ca2ffb07a7b9
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Sep 21 16:29:25 2012 +0000

    Hack to build with VS2008 Express and ATL/ActiveX enabled

commit aba80407aa9f78b5cf5d9fe8e2f66d4c67bf0174
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 21 10:43:27 2012 +0000

    #i121058 To open a sample file contains chart with large data source can lead to AOO crash
    
    Patch by: Clarence GUO
    Review by: Wang Lei

commit fa77b55374e22cff1043000cf151007bba5363e1
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 21 10:17:59 2012 +0000

    #i121073 Loading performance for xls file with row banded style is bad
    
    Patch by: Wang Lei
    Review by: Wang Lei

commit 6e6c057792a410dd36893674c59d452586733348
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Sep 21 06:40:33 2012 +0000

    Build fix.

commit c1751ac443869698a4728811e287e22fa3143d71
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 21 05:40:24 2012 +0000

    #i120962 Chart data lost if the source data refers to a range name which is defined as a reference formula
    
    Patch by: Clarence GUO
    Review by: Wang Lei

commit ba446263713f7ce1dcc47f78b97840280018af89
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Sep 21 02:34:16 2012 +0000

    Vigra: add missing mathutil.hxx patch

commit b6d8f49c412f30f7fe00581159e43ae7d767ec3a
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Sep 20 21:31:29 2012 +0000

    #i119418# - About Dialog improvements

commit 6616a636dda8db85c1bed3b3ccf1881f6e2d3acf
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 20 05:53:14 2012 +0000

    #120885# Added missing properties for table border to property set to process them
    
    Initial Patch by: Ma BingBing
    Review by: alg

commit ce394fcf30920767a9a35caf5623b7ee6cad52cc
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Sep 20 05:31:16 2012 +0000

    Remove unused variable nLastStartNumbering to silence the compiler in
    
    WaE mode.

commit 0f94142a20861c18f60b5be6fc4163c7e8a69240
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Sep 19 22:31:29 2012 +0000

    Updates to upstream mdds and Vigra
    
    mdds 0.3.1
    
    * added support for boost::unordered_map (boost) and
    std::hash_map (stlport) in addition to C++0x's
    std::unordered_map.
    
    More information here on the mdds changes here:
    http://kohei.us/2010/10/15/mdds-0-3-1/
    
    Vigra 1.6.0 (Newer versions use Cmake)
    
    * Adds a lot of functionality and includes improvements
    for 64 bit compilers.
    * Add explicit cast (gcc 4.7 compatibility patch by Stephan Bergmann)
    https://github.com/ukoethe/vigra/commit/e0dcd31c76bb13c98920e21544b309ca47bb3c5c
    
    More information on the Vigra changes here:
    http://hci.iwr.uni-heidelberg.de/vigra/doc/vigra/CreditsChangelog.html

commit 0e116cc42be58358648612ece1b7c0a2d6f6112d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Sep 19 18:22:51 2012 +0000

    #i120925# - Prevent library name clash

commit 78b2bf15963704fafb823e80bbccb287847fe1db
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Sep 19 18:22:46 2012 +0000

    Ensure UNO context propagation on drivers instantiation

commit 54b984f7f33609f693ba99c24552d2261658ff5e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Sep 19 13:52:33 2012 +0000

    Drop a patch specific to the older FreeBSD 6.x

commit 972b0353add1d0499ac746fd095eed0bc7425eb4
Author: Sun Ying <sunying at apache.org>
Date:   Wed Sep 19 07:09:20 2012 +0000

    #119477# fix bullet's start with error when save .ppt file
    
    Reported by: Liu Ping Tan
    Patch by: Ying Sun
    Review by: Steve Yin.

commit 89b56a902c5a4ca455208a0e76a7b6258acb9907
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Sep 19 02:28:08 2012 +0000

    Clean dup. hunk

commit 89ff84f110be2f91af8fb17d315fb79080e67155
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Sep 19 01:45:09 2012 +0000

    #i120837# - Update internal boost to version 1.48.0
    
    Re-sort the patches: preserve some changes to the MSVC configuration.

commit 7d5520c591922f58a1bef59e39ad9f52d0c99165
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Sep 19 00:55:57 2012 +0000

    #120999# Added support code in SdrDragObjOwn::MoveSdrDrag to rescue the changed AutoGrowWidth setting to allow instantaneous resizing of AutoGrowWidth objects even when using a cloned SdrObject for the UI interaction

commit 016331f9cc330abca8ea3bedd1be9f50cd68dc18
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Sep 18 14:34:42 2012 +0000

    #119831# check again the node if the bookmark belongs to it (start and end position)
    
    Patch By: jsc
    Review By: orw

commit 633e51119e70ca29cf5eea6a661ca7c71a85005c
Author: Chen ZuoJun <zjchen at apache.org>
Date:   Tue Sep 18 11:15:24 2012 +0000

    #i119660# Doc file saved by AOO, header and footer in continuous section with incorrect first page style.
    
    Reported by: Yan Ji
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit 0709c33a12eed67da62994948106212463a949af
Author: Maho NAKATA <maho at apache.org>
Date:   Tue Sep 18 02:35:24 2012 +0000

    remove bashism

commit 9e7d83d14ff28ec3ddb0dea6821e46b1bc80f904
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Sep 17 13:39:17 2012 +0000

    #i120837# - Update internal boost to version 1.48
    
    Newer version of boost have better portability and have been known
    to work with newer compilers including CLANG.
    
    This update is based on the work done for FreeBSD's port.
    
    Tested by:	zjchen

commit 8f2a21eac4a904db3cc4c448179e2d2cf5878ef4
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Sep 17 11:46:16 2012 +0000

    #119963#,#120877# - WW8 filter enhancement: import and export actual TOC content
    
    Patch by: zhengfan, Oliver
    Review by: Oliver
    
    reintegrate from branch writer001

commit ee1039e37376a1880200747572a6b0fefc26ebec
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Sep 16 22:39:59 2012 +0000

    Drop unused patch for older jpeg-6b.

commit 8de6941efffd22214da577ff637b2522e46c7fa5
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Fri Sep 14 14:00:22 2012 +0000

    #i119547#, support the chart legend positon of top&&left, just set the Anchor to Alignment_TOP_RIGHT
    
    Found by: Shan Zhu
    Patch by: zhaoshzh
    Review by: zhangjf

commit d6870e145cc7373a422b414c31380cc1399e64cc
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Fri Sep 14 13:20:57 2012 +0000

    #i119657#, importing docx, add code to handle the problem that an AbstracNum references to a style, which references to another Num
    
    Found by: xiao ting xiao
    Patch by: Jinlong Wu,wujinlong at gmail.com
    Review by: zhangjf

commit adc0946638e8817d5e57b0003b414249ac481df0
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Fri Sep 14 12:26:29 2012 +0000

    #i113606#, in SwDoc dtor to release the cyclic reference between XFormModel and bindings/submissions
    
    Patch by: zhangjf
    Review by: zhangjf

commit 65409fefdc76adab22868c276d345c599432beaa
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Sep 14 11:40:24 2012 +0000

    Add parens around assignment used as boolean value to prevent WaE
    
    issue (compiler warning).

commit 86918fa571a9d40911a6ce500376466bd56c8a93
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Sep 14 11:39:24 2012 +0000

    Move initialization of meDocType to prevent WaE issue.

commit c0a58cf8ccfb4d37b7bd8e008b0f5f0d617bceb3
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Sep 14 11:23:28 2012 +0000

    Remove unused variable rTableManager to prevent WaE issue.

commit 2a89647f972eaa0228ab97daab70436c7b4e4cea
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 14 08:45:56 2012 +0000

    #i120586 optimize 'updaterowheights' in loading procedure to improve xls loading performance
    
    Patch by: li zhang (lizh.fee at gmail.com)
    Review by: Wang Lei

commit b39f169896005a4ab3f2a0cfdb116de947dda207
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 14 07:03:51 2012 +0000

    #i120575 optimize a comparing operation from 'memcmp' to 'hash compare' to improve xls loading performance
    
    Patch by: li zhang (lizh.fee at gmail.com)
    Review by: Wang Lei

commit 45fc638e2fcb644aa4df5b1a62c4ddccac111802
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Sep 14 00:51:46 2012 +0000

    #120848# Added correct text content frame for NotchedRightArrow Autoshape
    
    Patch by: JianYuan Li
    Review by: alg

commit 5fee43d8a7c55070d95ee9b5027949c0b27d1267
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 13 05:20:03 2012 +0000

    #120908# need to invalidate rects when interactive modification of connector is done

commit 28e1cb1240e7c7a274a04756c7cab2f5797de400
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Wed Sep 12 11:19:10 2012 +0000

    #i119558#, set SwDoc default page mode value to false when import MS 2007 docx file
    
    To avoid default page mode affect the calculation of table row height
    
    Found by: xiao ting xiao, tingxiaox at gmail.com
    Patch by: zhaoshzh, aoo.zhaoshzh at gmail.com
    Review by: zhangjf

commit 305986a4ee0f1294d629c51c75d8f793b5b80e1d
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Wed Sep 12 10:33:44 2012 +0000

    #i119512#, when importing MS Excel, if there is blank item selected in page filed of Pivot Table, the selection will be lost
    
    Found by: shan zhu
    Patch by: bjcheny
    Review by: Yolanda Zhang Ying

commit c39ca3fc96997af37451831a2a6b9d69b1ec320b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Sep 12 10:01:03 2012 +0000

    #i110378# - Set Title document property in French Templates
    
    Translation by Bidouille <oooforum at free.fr>

commit a3a4dd6303afe2e81cdfece18826196a3b2615b7
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Wed Sep 12 07:58:19 2012 +0000

    Fix issue #120881: Page number in footer display incorrectly
    
    * sw/inc/ndtxt.hxx
    * sw/source/core/inc/flyfrm.hxx
    * sw/source/core/inc/txtfrm.hxx
    * sw/source/core/layout/fly.cxx
    * sw/source/core/txtnode/ndtxt.cxx
    * sw/source/core/txtnode/txtedt.cxx
    Core function related to Interoperability with MS Word
    
    Patch by: Jane Kang,<kangjane2012 at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 392eeb6146035f4e52e15e16f5ae16d6cb5ad92c
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Sep 12 07:30:42 2012 +0000

    #120683# add new cmd line arg -conversionmode to enavle further optimization
    
    Patch By: jsc
    Review By: hdu
    
    -This line, and those below, will be ignored--
    
    M    main/desktop/source/app/cmdlinehelp.cxx
    M    main/desktop/source/app/cmdlineargs.cxx
    M    main/desktop/source/app/cmdlineargs.hxx
    M    main/desktop/source/app/appinit.cxx
    M    main/vcl/source/app/svapp.cxx
    M    main/vcl/inc/vcl/svapp.hxx
    M    main/vcl/inc/svdata.hxx

commit bbadc49c10c646a9b90fb135bbf070eaaa021180
Author: Wang Lei <leiw at apache.org>
Date:   Wed Sep 12 06:54:18 2012 +0000

    #i120847 Resubmit to take back some codes which is roll back to fix a build break bug 120854
    
    Patch by: Tan Li(litan.test at gmail.com)
    Review by: Wang Lei

commit 182062bbeb5a5a34d2bc59791b1d20ff565a1bb8
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Wed Sep 12 05:25:24 2012 +0000

    Fix issue #i120864: Text is overlapped by the drawing object when open the .doc file
    
    * sw/source/core/text/itrform2.cxx
    Core function
    
    Patch by: Jane Kang,<kangjane2012 at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 6b6ccbcac76eb416b4ece896714d20280761598b
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Wed Sep 12 04:50:38 2012 +0000

    Fix issue i120759: Bookmark value changed when opening the doc file
    
    * sw/source/core/fields/chpfld.cxx
    MS Word Binary compatibility
    
    Patch by: Fan Zheng,<zheng.easyfan at gmail.com>
    Found by: dongjun zong,<zongdj001 at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit daa4da26a7ba0c58c79af69fc6624729f7b22c10
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Sep 12 04:07:30 2012 +0000

    #119612# fix the order of Hebraic string are changed after save as new .doc
    
    * when opening .doc in AOO, preserve the RTL property(property ID is 0x085A) and export.
    Reported by: Lou Qing le
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit 1619e67c0c225ca6cc14a1fbebd4a97fb1b26311
Author: Sun Ying <sunying at apache.org>
Date:   Wed Sep 12 01:09:22 2012 +0000

    #120730# fix table with merged cell become group shape when export ppt file by AOO
    
    Reported by: Liu Ping Tan
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit 4cb73634a602272d8de33dfe23722912e4494bbc
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 11 12:30:18 2012 +0000

    #i120831#, call dispose() from ChartView dtor to make sure SfxBaseModel object is freed correctly
    
    Found by: zhangjf
    Patch by: zhangjf

commit 1c564cb9a46fc6435750f9f1a70f654b52efd970
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 11 12:20:33 2012 +0000

    #i120828#, retore some ChartModel::dispose() code to break cyclic reference
    
    Found by: zhangjf
    Patch by: zhangjf

commit fe7e723a727f6def90ee80ef2964a40546b37a90
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 11 11:44:52 2012 +0000

    #i120832#, the style and color set on table text by user should have higher priority than that from table style
    
    Found by: Jinlong Wu,wujinlong at gmail.com
    Patch by: bjcheny,companycy at gmail.com
    Review by: zhangjf

commit 7db8da4168493440991fb832465aeeca2f8072e4
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Sep 11 10:21:50 2012 +0000

    add SCM revision number to identify the related sources easier

commit f1ecd5ff46a217ee9f4323a08f03e59a53ef551e
Author: Jianyuan Li <lijiany at apache.org>
Date:   Tue Sep 11 08:00:21 2012 +0000

    #119467# Form controls cannot be saved into .ppt file in AOO3.4
    
    Reported by: Du Jing
    Patch by: Jianyuan Li
    Review by: sunying

commit 4960217394334be14d6d7172119cee7c8e78479f
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Sep 11 07:50:04 2012 +0000

    Reorder initializations to match prototype to prevent WaE issues.

commit 4a3cec343391c976ec545c98bd26b0a617a6cdce
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Sep 11 07:40:24 2012 +0000

    Add default case to prevent WaE issues.

commit e161ecefa1f103dce070c8e15c371e028cde1a0a
Author: Wang Lei <leiw at apache.org>
Date:   Mon Sep 10 07:55:28 2012 +0000

    #i120854 Module sc fails to build
    
    Patch by: Li Tan
    Review by: Wang Lei

commit 1231c27a8f1db5df57071d30e2105e25baf77730
Author: Jianyuan Li <lijiany at apache.org>
Date:   Mon Sep 10 07:21:39 2012 +0000

    #119521# Layout is corrupted in PPT when open in AOO3.4
    
    Reported by: Du Jing
    Patch by: Jianyuan Li
    Review by: sunying

commit eb86e4a8ebcc8e105bd4950ed94c2e529320de4c
Author: Jianyuan Li <lijiany at apache.org>
Date:   Mon Sep 10 07:19:17 2012 +0000

    #119491# fix Handout view mode issue
    
    Reported by: Du Jing
    Patch by: Jianyuan Li
    Review by: sunying

commit 43ff744cb9411b13860c3c57f7a052a6ab56001e
Author: Jianyuan Li <lijiany at apache.org>
Date:   Mon Sep 10 07:16:37 2012 +0000

    #119628# Arrow shape changed is save doc file by AOO
    
    Reported by: Yan Ji
    Review by: sunying
    Patch by: Jianyuan Li

commit 8be633def896c74867b9f9dcc929d7d210b4f192
Author: Jianyuan Li <lijiany at apache.org>
Date:   Mon Sep 10 07:13:52 2012 +0000

    #119520# the right brace shape cannot display after save the sample .odt file to .doc file then reopen in aoo
    
    Reported by: louqle
    Patch by: Jianyuan Li
    Review by: sunying

commit f0ffbebd4771ccbbf4ce17a427c2eec1732b8cf4
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 10 05:04:00 2012 +0000

    #i120867#, in SfxLibraryContainer::storeLibraries_Impl(),need to free created pLibArray object before returning from branch code
    
    Found by: zhangjf
    Patch by: zhangjf

commit 5c413ad6d8c2b2e16c19ff007e5315b383b73eb5
Author: Lei De Bin <leidb at apache.org>
Date:   Mon Sep 10 04:45:43 2012 +0000

    #119549# fix Position of drawing obj incorrect
    
    * when opening .doc in AOO, if the text direction of the whole document is vertical, the pos of the drawing obj will be wrong.
    Reported by: Lou Qing le
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit dd127fae0c5661e6488785ed0ecb410d81165a6e
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 10 04:34:10 2012 +0000

    #i120865#, Need to free the EditAttrib object explictly after removing it from CharAttribList
    
    Found by: zhangjf
    Patch by: zhangjf

commit fbb7e8d8957877922f2f3a971e88685589f43939
Author: Sun Ying <sunying at apache.org>
Date:   Mon Sep 10 01:56:28 2012 +0000

    #119753# fix audio video object lost when save .ppt file
    
    Reported by: Li Feng Wang
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit 5e7f4d4db2fd12346742e366f48f91053227471b
Author: Sun Ying <sunying at apache.org>
Date:   Mon Sep 10 01:29:08 2012 +0000

    #119711# support the delay var when export ppt file by AOO
    
    Reported by: Wang Li Feng
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit fa88b1f1e227ad7530f6595d802a6ed1f5d54cb4
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Sep 9 20:47:16 2012 +0000

    #i120858# Change "Farsi" with "Persian"
    
    Changes done on UI code and IDL, not in comments.

commit a9c651aa7f7a05049229c0169e439dccde3b4d51
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Sep 9 19:28:21 2012 +0000

    #i120859# Advance the wizard when Socket edit field has text

commit d33d09be15d01ae74a9b895e6c17cba63f1f84ed
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Sep 7 12:52:40 2012 +0000

    #120642# streamlined a little bit

commit 2e1700bf4f7cf913c23d35f325a50d3aa25426cc
Author: Regina Henschel <regina at apache.org>
Date:   Fri Sep 7 12:33:04 2012 +0000

    #i120642# expand target to maximum edge not to diagonal

commit ec7ef30693f10315ce80a8f5d7325a0e40855e66
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Sep 7 12:27:55 2012 +0000

    #i120598# better emulation of regexp word-start and word-end operators
    
    The emulation of the word-start and word-end operators provided
    the previous regexp engine can be approximated much better
    by using the ICU-regexp exngines powerful look-around feature.
    
    Patch-by: Herbert Duerr
    Found-by: ldgolds33 at yahoo.com

commit 6b30b279363793da14e320e7c0dc9bf8409da23c
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Sep 7 12:22:12 2012 +0000

    #119703# Corercted bound rect for ms graphic object export for grouped objects to reflect rotated sub-objects better

commit 0c3cf59b060aa28c6d16c98c6139b316971f8c6b
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 7 08:56:23 2012 +0000

    #i119487 [From Symphony]Images lose macro association when open Excel file in AOO
    
    Patch by: Chen Peng
    Review by: Wang Lei

commit 7bb615539ca04785aec948f3ca389f04d2c13275
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 7 08:47:01 2012 +0000

    #i120839 [From Symphony]It costs too much memory to open a large spreadsheet file containing pivot tables
    
    Patch by: Clarence GUO
    Review by: Wang Lei

commit 2c6c721d933d37e687a91fb568c68245e869b22e
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 7 08:27:03 2012 +0000

    #i120847 Optimizing algorithm of creating pivot table cache when loading a xls file with pivot table
    
    Patch by: Tan Li(litan.test at gmail.com)
    Review by: Wang Lei

commit 39e9cae1ac9b7944c9df0642a193b042a1b68266
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 04:46:35 2012 +0000

    Fix issue #i120773#: [From Symphony] Numbering will lose when saving or opening a ppt file
    
    * subversion/main/editeng/inc/editeng/svxenum.hxx
    Define some numbering types supported by MS ppt
    * subversion/main/filter/source/msfilter/svdfppt.cxx
    Mapping added MS numbering types to Symphony numbering types
    * subversion/main/sd/source/filter/eppt/epptso.cxx
    Export added MS numbering types
    
    Patch by: Yin Bing <steve.yin.aoo at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmail.com>
    Found by: Yin Bing <steve.yin.aoo at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit 155cf194a0ecf18e3b19cf73d05485c59de640a2
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 04:33:47 2012 +0000

    Fix issue #120627#: [From Symphony]the text on the Y axis is reversed when export ppt file to PDF format.
    
    * subversion/main/vcl/source/gdi/pdfwriter_impl.cxx
    []Change nXOffset value from the distance of axis Y between two points to the distance between two points.
    
    Patch by: Tang Meng<tmyl2010 at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmail.com>
    Found by: Tang Meng <tmyl2010 at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit 7692e2c8fb4e978f272e38396b605b2140a6083c
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 04:23:42 2012 +0000

    Fix issue #i119962#: [From Symphony]Placeholder in ppt file created by MS 2007 is lost if load in Impress.
    
    * subversion/main/sd/source/filter/ppt/pptin.cxx
    []Set the empty text object a placeholder.
    
    Patch by: Tang Meng <tmyl2010 at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmail.com>
    Found by: Yan Ji <yanji.yj at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit d07b6ad5bf1ef21ad39b688a6953bd4d7ef57884
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 04:16:44 2012 +0000

    Fix issue #i120345#: Textbox's position in template file(only title) is displayed incorrectly
    
    * subversion/main/sd/source/core/sdpage.cxx
    []Should check the subtitle in master page firstly, and set it to layout if exist
    
    Patch by: Ma Bingbing <jiazema at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmail.com>
    Found by: Ma Bingbing <jiazema at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit 48401d8ff533e07217eba0099bfa9b426d1e636c
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 04:13:25 2012 +0000

    Fix issue #i120344#: The line spacing of the paragraphs is incorrectly if open the .ppt doc
    
    * subversion/main/filter/source/msfilter/svdfppt.cxx
    []if the line space type is SVX_LINE_SPACE_FIX, set it
    * subversion/main/editeng/source/editeng/impedit3.cxx
    []reset the text height and max ascent of the line when type is SVX_LINE_SPACE_FIX.
    
    Patch by: Ma Bingbing <jiazema at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmail.com>
    Found by: Ma Bingbing <jiazema at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit 26218ac2472838d63485c3c6b4dc2f1aa0bdd0f6
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 04:05:43 2012 +0000

    Fix issue #i119631#: [From Symphony]Teardrop shape can not show correct in pptx sample file
    
    * subversion/main/filter/inc/filter/msfilter/escherex.hxx
    * subversion/main/filter/source/msfilter/escherex.cxx
    []check whether one shape is default shape of ppt by shape type
    * subversion/main/svx/inc/svx/msdffdef.hxx
    * subversion/main/oox/source/drawingml/customshapegeometry.cxx
    * subversion/main/svx/source/customshapes/EnhancedCustomShapeTypeNames.cxx
    []add definition and declaration for tear drop
    * subversion/main/svx/source/customshapes/EnhancedCustomShapeGeometry.cxx
    []the content of tear drop shape which incudes "path, adjust value, handle"
    
    Patch by: Ma Bingbing <jiazema at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmail.com>
    Found by: Zong Dongjun <zongdongjun at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit 691aff9ca443dbd8ad907b32b96c031dd9ffa829
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 03:52:32 2012 +0000

    Fix issue #i120768#: [From Symphony]slide content merged Master viewer content
    
    * subversion/main/sd/source/filter/eppt/epptso.cxx
    []should drop the redundant presentation placeholder textbox when import to ppt
    
    Patch by: Ma Bingbing <jiazema at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmail.com>
    Found by: Yan Ji <yanji.yj at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit 74b1435a4d39eac71e36fb1c387b24af4b353fa0
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 03:49:09 2012 +0000

    Fix issue #i120723#: Table style is lost when import PPTX by AOO
    
    * subversion/main/oox/inc/oox/drawingml/table/tableproperties.hxx
    * subversion/main/oox/source/drawingml/table/tableproperties.cxx
    []if the imported table in pptx just have tableStyleId, should fill the tablestyle's content.
    
    Patch by: Ma Bingbing <jiazema at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmail.com>
    Found by:Ma Bingbing <jiazema at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit 4545d293b1cf5009b075cdc82d43916909b77347
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 03:45:35 2012 +0000

    Fix issue #i119579#: [From Symphony]][BIDI]The position and direction of Right bracket is incorrect in Arabic locale
    
    * subversion/main/oox/source/drawingml/textparagraphpropertiescontext.cxx
    []WritingMode2 is used to numerous explicit writing directions, so use WritingMode2 to instead WritingMode.
    
    Patch by: Ma Bingbing <jiazema at gmail.com>
    Suggested by: Wang Zhe <kingwisemmx at gmai.com>
    Found by: Wang Lifeng <phoenix.wanglf at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmai.com>

commit b0e67d12cb84c0b5272905cb8aee37bfce794fb1
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Fri Sep 7 02:11:47 2012 +0000

    Fix issue #i119524#: [From Symphony]Can not open the sample ppt file which contain vb controls in the slide master.
    
    * subversion/main/sd/source/ui/unoidl/unomodel.cxx
    []Before initializeDocument,should check whether it is in loading process
    
    Patch by: Yin Bing <steve.yin.aoo at gmail.com>
    Suggested by:Wang Zhe <kingwisemmx at gmail.com>
    Found by: Du Jing <jbjdujing at gmail.com>
    Review by: Wang Zhe <kingwisemmx at gmail.com>

commit 333d80e140b5b0cfb4b40d15d685a2616a1b5826
Author: Wang Lei <leiw at apache.org>
Date:   Fri Sep 7 01:50:23 2012 +0000

    #i120478 Enhancement request: support sheet scoped named ranges in Calc
    
    Some modification
    1)Adding two new interface instead of adding new member functions to existed interface
    2)roll back types.rdb
    3)roll back temp fix for binfilter
    
    Patch by: zhaoshzh (Zhao Shao Zhi)
    Review by: Wang Lei

commit e5720990bd3691222363bb2d674b7d39a0d8829f
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 6 11:41:07 2012 +0000

    #120650# truncate mis-sized bullet sizes to useful values
    
    Patch by: Tang Meng
    Review by: alg

commit b2c0501949d6ce13685d716e1ad58b3265829b26
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Sep 6 10:56:14 2012 +0000

    #i119714# prevent crash in SwXTextSection::attach()
    
    As SwDoc::InsertSwSection() can and does return
    a NULL SwSection pointer callees must be protected.
    
    Found-By: Du Jing

commit 68e5157012bc54ad4ce9bcd644cc163d5662ff67
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 6 10:38:22 2012 +0000

    Do not enable outliner when it was not before only for temporary undo disable

commit 560ab48c4b4453ffdd316d8db5dbda111f08650c
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 6 10:28:18 2012 +0000

    assertion corrected: BitmapEx constructors with Mask or AlphaMask needed more checks

commit c66db94a90efe954691da4ac6bb1ce82ff99e22f
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 6 10:06:38 2012 +0000

    assertion removed: allow BitmapEx constructors with empty Mask or AlphaMask

commit 6be608912b995eb1372f738f893c953298236b75
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Sep 6 09:17:46 2012 +0000

    #120824# improve load/sve performance for spreadsheet

commit b557424b4f3f79e0c3dff26fcd828f04f97aa3d6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Sep 5 23:48:03 2012 +0000

    calcishmakkica: #i117283# support new functions AVERAGEIF, AVERAGEIFS, COUNTIFS, SUMIFS, XOR in Excel filters
    
    From: Eike Rathke <erack at apache.org>
    
    Original Author: Daniel Rentz [dr] <daniel.rentz at oracle.com>
    Original Committer: Daniel Rentz [dr] <daniel.rentz at oracle.com>
    
    # HG changeset patch
    # User Daniel Rentz [dr] <daniel.rentz at oracle.com>
    # Date 1299664669 -3600
    # Node ID 89feb2fb2947d76a15e2de8bc1def1edf20e4f88
    # Parent  1bf6d73db8a4ee709aa4d9d9d827efafc9c611d2

commit 9831383ef4b07997c0436b587c3aa152e2731252
Author: Andrew Rist <arist at apache.org>
Date:   Wed Sep 5 23:44:00 2012 +0000

    calcishmakkica: init vars
    
    From: Eike Rathke <erack at apache.org>
    
    Original Author: Eike Rathke [er] <eike.rathke at oracle.com>
    Original Committer: Eike Rathke [er] <eike.rathke at oracle.com>
    
    # HG changeset patch
    # User Eike Rathke [er] <eike.rathke at oracle.com>
    # Date 1298043566 -3600
    # Node ID 346e0beefed21519bbb6545bccfea022dd75ed66
    # Parent  2416febcae5c81a24b40439f09f91e40a686b911

commit 914ad3c070802f886eca7379f632aecda17509df
Author: Andrew Rist <arist at apache.org>
Date:   Wed Sep 5 23:42:03 2012 +0000

    calcishmakkica: WaE wntmsci12
    
    From: Eike Rathke <erack at apache.org>
    
    Original Author: Eike Rathke [er] <eike.rathke at oracle.com>
    Original Committer: Eike Rathke [er] <eike.rathke at oracle.com>
    
    # HG changeset patch
    # User Eike Rathke [er] <eike.rathke at oracle.com>
    # Date 1297940971 -3600
    # Node ID 2416febcae5c81a24b40439f09f91e40a686b911
    # Parent  0d84fd3534ea7cda60f795f7dc5d99db58d8cc6e

commit d9bde64eb985f2e3750d9acfed567d77c8ea8582
Author: Andrew Rist <arist at apache.org>
Date:   Wed Sep 5 23:39:47 2012 +0000

    calcishmakkica: #i90269# #i95144# #i101466#
    
    From: Eike Rathke <erack at apache.org>
    
    * For SUMIFS, AVERAGEIFS and COUNTIFS:
    * All ranges must be of same dimension and size.
    * Bail out if error encountered for any parameter, without calculating
    remaining parameters.
    * Adapted ScParameterClassification to cope with paired repeated parameters.
    * In function resource have a trailing blank for repeated parameters so the
    number is appended with a blank between.
    
    Original Author: Eike Rathke [er] <eike.rathke at oracle.com>
    Original Committer: Eike Rathke [er] <eike.rathke at oracle.com>
    
    # HG changeset patch
    # User Eike Rathke [er] <eike.rathke at oracle.com>
    # Date 1288820521 -3600
    # Node ID 79da8a1033b663c919f0dc48799f70256bffa497
    # Parent  02cf226fcde498f6fd926d45df497e9fb412fe0f

commit 92dbccf757911696db48472f12e1ec144d701dc1
Author: Andrew Rist <arist at apache.org>
Date:   Wed Sep 5 23:37:34 2012 +0000

    calcishmakkica: #i90269# #i95144# #i101466# implement SUMIFS, AVERAGEIFS, COUNTIFS; patch from <makkica>
    
    From: Eike Rathke <erack at apache.org>
    
    Original Author: Marina Plakalovic <makkica at openoffice.org>
    Original Committer: Eike Rathke [er] <eike.rathke at oracle.com>
    
    # HG changeset patch
    # User Eike Rathke [er] <eike.rathke at oracle.com>
    # Date 1288810126 -3600
    # Node ID 02cf226fcde498f6fd926d45df497e9fb412fe0f
    # Parent  528da6bfd0daed4355d745590d5ac3a319b08fb4

commit 833c9d003b3a8b65231cc91fe441e2f114898298
Author: Andrew Rist <arist at apache.org>
Date:   Wed Sep 5 23:35:26 2012 +0000

    calcishmakkica: #i114428# implement XOR
    
    From: Eike Rathke <erack at apache.org>
    
    Original Author: Marina Plakalovic <makkica at openoffice.org>
    Original Committer: Eike Rathke [er] <eike.rathke at oracle.com>
    
    # HG changeset patch
    # User Eike Rathke [er] <eike.rathke at oracle.com>
    # Date 1284060031 -7200
    # Node ID 528da6bfd0daed4355d745590d5ac3a319b08fb4
    # Parent  237cb91dd986ff11eb100cc631206cda102e91f7

commit 59ee4ec75f265ae6cd7b2902ec870ff428e8444e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Sep 5 23:30:41 2012 +0000

    calcishmakkica: #i101466# implement AVERAGEIF; slightly reworked patch by <makkica>
    
    From: Eike Rathke <erack at apache.org>
    
    Original Author: Marina Plakalovic <makkica at openoffice.org>
    Original Author: Eike Rathke [er] <eike.rathke at oracle.com>
    Original Committer: Eike Rathke [er] <eike.rathke at oracle.com>
    
    # HG changeset patch
    # User Eike Rathke [er] <eike.rathke at oracle.com>
    # Date 1284055400 -7200
    # Node ID 237cb91dd986ff11eb100cc631206cda102e91f7
    # Parent  1c32319bb02fdf173de6a609fca9f2e9c9f4c73a

commit d52fc99575db0d30b19a69dadcd2c3544584ecab
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Wed Sep 5 03:44:09 2012 +0000

    #i120746#, the FormScriptingEnvironment object created in the FmXUndoEnvironment ctor is never released
    
    Found by: zhangjf
    Patch by: zhangjf

commit 939e2900d024c38866b5c6f020e547a5d720d291
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Wed Sep 5 02:18:30 2012 +0000

    #i120677#, prevent putting non singleton object FrameworkHelper into SdGlobalResourceContainer
    
    Found by: zhangjf
    Patch by: zhangjf

commit 1e51e5dab1664dadb40509c4fab593fb27040efd
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Wed Sep 5 01:54:08 2012 +0000

    #i120738#, in Storage::release(), need call to OWeakObject::release() explicitly to make sure the week object is released correctly.
    
    Found by: zhangjf
    Patch by: zhangjf

commit 6a2ea0d81349d3bf6e3ce71cd60288e70b34e198
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Sep 4 11:43:49 2012 +0000

    #i115922# fix Fontwork alignment and spacing controls
    
    by capitalizing them consistently with the reference being their UNO names defined in main/helpcontent2/helpers/uno-commands.csv

commit e8c93cc8f28debdcb271030f9466de806e863824
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Tue Sep 4 08:39:06 2012 +0000

    Fix issue #i120133: Doc file saved by AOO, section size changed
    
    * sw/inc/fmtclds.hxx
    * sw/source/core/layout/atrfrm.cxx
    * sw/source/filter/ww8/wrtw8sty.cxx
    * sw/source/filter/ww8/ww8atr.cxx
    MS Word Binary compatibility
    
    Patch by: Chen Peng,<chenpeng2006 at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 11fda1bd134b07c5bcaca6186d63107ec9f47b98
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 4 07:11:49 2012 +0000

    #i119607#, text font spacing in comments doesn't expand/condense by the expected value
    
    Found by: xiao ting xiao, tingxiaox at gmail.com
    Patch by: bjcheny, companycy at gmail.com
    Review by: zhangjf

commit 8a32f50ba7a50ff621ffc6609e97a0823baf7979
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 4 06:18:59 2012 +0000

    #i120737#, SfxFilterContainer_Impl object created in SfxFilterContainer ctor need delete explicitly
    
    Found by: zhangjf
    Patch by: zhangjf

commit 70f7599d7ec5f3c14a42cd5dc94519fead070cfd
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Tue Sep 4 06:09:46 2012 +0000

    Fix issue #i120769: Color of underline display wrongly
    
    * sw/source/core/text/itrpaint.cxx
    Core function and MS Word Binary compatibility
    
    Patch by: Jane Kang,<kangjane2012 at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit e2005137e019864578196d06be8ef63aa32a4e96
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 4 04:19:55 2012 +0000

    #i120735#, the para object or editengine object attached to textfield object need free explicitly
    
    Found by: zhangjf
    Patch by: zhangjf

commit 33d9584bb6d285de1d935bf23adbb2c7666656f4
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 4 01:46:03 2012 +0000

    #i120675#, the certificate store handles need to be closed after closing the document
    
    Found by: zhangjf
    Patch by: zhangjf

commit 32754ae9b1b1e399e2371c4b7d349c60f994a034
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 4 01:31:37 2012 +0000

    #i120668#, when calling SdrModel::Setxxx(), need free old object at first
    
    Found by: zhangjf
    Patch by: zhangjf

commit ba47a717e009b2b497cbccfca2872e66f9ecb130
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Sep 4 01:05:22 2012 +0000

    #i113600#, Add call to subtable SwXMLTableRow_Impl.dispose() to break cycle reference to SwXMLTableContext object
    
    Found by: zhangjf
    Patch by: zhangjf

commit 50eca22976c42014f5e2c53f4bf19e2e1d21ee62
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 3 07:50:59 2012 +0000

    #i119658#, some Chinese numbering formats are not supported
    
    Found by: xiao ting xiao, tingxiaox at gmail.com
    Patch by: bjcheny, companycy at gmail.com
    Review by: zhangjf

commit 4ac9b0999992a0b70f1441cef47a9566e27cf5a0
Author: Pavel Janík <paveljanik at apache.org>
Date:   Mon Sep 3 07:03:06 2012 +0000

    Remove unused variables to prevent WaE issues.

commit e0d9b7a23ca3e7ba181134cd89f3f18233031ef1
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 3 05:40:25 2012 +0000

    #i113605#, lacking ::ReleaseStgMedium() call on STGMEDIUM object which causes obvious memory leaks
    
    Found by: zhangjf
    Patch by: zhangjf

commit 1142644af2c20d8984a4ebb9d3fb9845b27a3fdf
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 3 04:15:12 2012 +0000

    #i120667#, pBound member obj in TextRanger is not freed
    
    Found by: zhangjf
    Patch by: zhangjf

commit ee5a4924655314ec88eb5e027aa13e814cbfa0e3
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 3 02:35:45 2012 +0000

    #i120680#, need to clear aSortArr in SwTOXBaseSection dtor
    
    Found by: zhangjf
    Patch by: zhangjf

commit e440770de29e96ce3e45792c0e94f133ade83680
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 3 01:52:22 2012 +0000

    #i120663#, The slave SvXMLImportContext object for SdXMLNumberFormatMemberImportContext is always leaked
    
    Found by: zhangjf
    Patch by: zhangjf

commit eb92319819e64f1bf2dacb7af8c39dd735811189
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Sep 3 00:55:53 2012 +0000

    #i120663#, FrameView object created in SlideSorterViewShell and ToolPanelViewShell constructor is never released
    
    Found by: zhangjf
    Patch by: zhangjf
    Review by: zhangjf

commit ed22cb718a7a6d22eaa120a2082f15c3219817a7
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Sep 1 20:50:16 2012 +0000

    Fix build breaker: remove test dependencies

commit 513bfe206105974552c2b93fbe9dc8be854375e0
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Fri Aug 31 10:07:04 2012 +0000

    Fix issue i120718: after save the sample file with page border and shadow to doc, the shadow depth and color changed
    
    * source/filter/ww8/ww8par6.cxx
    MS Word Binary compatibility
    
    Patch by: Fan Zheng,<zheng.easyfan at gmail.com>
    Found by: dongjun zong,<zongdj001 at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 1fda245841c2ace65f0067931ae9d2a5be9dda2a
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Fri Aug 31 08:48:55 2012 +0000

    Fix issue i120717: The graphic's spacing is not correct when open the .doc file
    
    * source/filter/ww8/ww8graf2.cxx
    * source/filter/ww8/ww8par6.cxx
    MS Word Binary compatibility
    
    Patch by: Fan Zheng,<zheng.easyfan at gmail.com>
    Found by: dongjun zong,<zongdj001 at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit d91933a4fddd16e2997f7bc945424a97a540a8d3
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Fri Aug 31 08:22:37 2012 +0000

    Fix issue i120716: The graphic's border size and spacing is not correct when open the .doc file
    
    * source/filter/ww8/ww8graf2.cxx
    MS Word Binary compatibility
    
    Patch by: Fan Zheng,<zheng.easyfan at gmail.com>
    Found by: dongjun zong,<zongdj001 at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 1623348a7c9883c523d98b2f6a1f917ba412edcc
Author: Wang Lei <leiw at apache.org>
Date:   Fri Aug 31 07:11:09 2012 +0000

    #i120478 Enhancement request: support sheet scoped named ranges in Calc
    
    Patch by: zhaoshzh (Zhao Shao Zhi)
    Review by: Wang Lei

commit 637f37b289201d89bce5b6f62c065e03afb05cc0
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 31 00:34:43 2012 +0000

    Move test to trunk/. See the discussion: http://markmail.org/thread/agaeqo6m4d744urz

commit 472bda85eed986af10a27fe0433fb54806790eab
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Aug 30 15:23:42 2012 +0000

    fix build breaker by re-adding the test/prj/* files as dummies
    
    build.pl and other modules depend on these

commit 2de9df3bc309f480c68a970b3353b718ca4e9c68
Author: Andre Fischer <af at apache.org>
Date:   Thu Aug 30 11:32:06 2012 +0000

    #i120764# Reduce grid size for snake wipe transition to 8*8.
    
    Patch by: Wang Zhe
    Review by: Andre Fischer

commit 031a806b3428259b8ae2e51afc87c4fbdb0ea047
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Aug 30 08:27:21 2012 +0000

    Updates for Enabling Daily Testing

commit 963ae3e6bf2f20f7deb48ee80ce12d840ea35e07
Author: Andre Fischer <af at apache.org>
Date:   Thu Aug 30 07:28:53 2012 +0000

    #i119592# Fixed column widths.
    
    Reported by: xiao ting xiao
    Patch by: wujinlong at ...
    Reviewed by: Andre Fischer

commit b35a90bca7d1e5b26854467da07e4714f5c1e27b
Author: Pavel Janík <paveljanik at apache.org>
Date:   Wed Aug 29 19:29:53 2012 +0000

    Remove unused variable tmp to prevent WaE issue.

commit c2d1fb4c0f30026ddfb715f624a79fe4128e1f00
Author: Pavel Janík <paveljanik at apache.org>
Date:   Wed Aug 29 19:28:25 2012 +0000

    Fix broken C++ code.

commit a9c0b6273e8445557c01a111d807becf887fb67a
Author: Andre Fischer <af at apache.org>
Date:   Wed Aug 29 14:43:10 2012 +0000

    #i120750# Fixed processing of repeat count.
    
    Patch by: Wang Zhe
    Review and clean up by: Andre Fischer

commit 4b1db38e7d9455bd04790f544634279d9b5a8e9d
Author: Andre Fischer <af at apache.org>
Date:   Wed Aug 29 13:56:11 2012 +0000

    #i120749# Fixed interpolation of "smil:to" animation when "smil:from"
    
    is missing.
    
    Original patch by: Wang Zhe
    Fixed by: Andre Fischer

commit 017cdba28f99bd599e1651e709914453069e1080
Author: Andre Fischer <af at apache.org>
Date:   Wed Aug 29 13:51:27 2012 +0000

    Added options to create subset of full animation set.

commit c81ee16153f0817b37e56883dae718a0674d1d94
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Wed Aug 29 13:16:53 2012 +0000

    #i119686#, refix, add SdrModel pointer check to avoid crashes in some cases
    
    Found by: zhangjf, debin.lei
    Patch by: zhangjf
    Review by: Oliver-Rainer Wittmann

commit f1fe15fd8cfc00fe9bb894783f9ffb228d12568d
Author: Andre Fischer <af at apache.org>
Date:   Wed Aug 29 12:59:38 2012 +0000

    #i120684# Fixed export of red color-channel.
    
    Patch by: Wang Zhe
    Review by: Andre Fischer

commit fd3be009c7489abf9629b9e3f923df3e3ec90a8f
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 29 10:24:44 2012 +0000

    some updates for bvt

commit 4a7a2d204b16d7c0903ea0d9193d1af8cb37eb7c
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 29 09:58:41 2012 +0000

    some updates for bvt

commit 3e857b06aa55660fdd49f04c560a0d2541b0199e
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Aug 29 04:44:52 2012 +0000

    #119576# fix indent and spacing between bullets and text are inconsistent with MS word
    
    Reported by: Yan Ji
    Patch by: Lei De Bin
    Review by: Chen Zuo Jun

commit 720fc77527377968a45631d1c6a711b4cae02d39
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Wed Aug 29 04:27:52 2012 +0000

    Fix issue #i120654: Number range variable filed shows in AOO
    
    * sw/source/filter/ww8/ww8par5.cxx
    MS Word Binary compatibility
    
    Patch by: Jane Kang,<kangjane2012 at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 920887fe917faa78791f91b00f374f24d0941618
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Aug 28 09:31:49 2012 +0000

    some minor changes in module sw to avoid warning from compiler under windows/cygwin environment

commit 0de515b6ed9c48c67e721734c3fb6735f26e1d68
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 28 06:22:39 2012 +0000

    Fix typo!

commit 8ae0ff5d6438e27c9d39edf192ba4781e7b86479
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 28 06:22:10 2012 +0000

    Fix typo!

commit 426b6e9c3331c168efe0458ae36482d77de9816b
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 28 05:44:34 2012 +0000

    #120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
    
    Patch by: Li Lin Yi <lilinyi921734 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit c5bc5c253840bf0d00591119d128eff48350092c
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 28 05:08:20 2012 +0000

    #120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
    
    Patch by: Li Lin Yi <lilinyi921734 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 4374dd7fd0bbb50e48e3202ae0071fb4185135d6
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 28 04:27:44 2012 +0000

    #120732 - [VCLAuto patch] Fixed problems: Screenshot is not valid. Some scripts are not stable. Add load/new documents interface.
    
    Patch by: Li Lin Yi <lilinyi921734 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit b407e33323351ebcac4bc711bc055f4ecfeb2b86
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 28 00:50:23 2012 +0000

    #120725 - SC SVT operations on ods sample file
    
    Patch by: Liu Yi Xuan <liuyixuan.527 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 0a731aa083647216a65df8f78c909fb8995cb3a0
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Aug 27 23:56:18 2012 +0000

    #i120518# - Remove the "Browser Plug-in" tab page

commit a4d6bd1f44adb7ece8e6f928c60239d875867f96
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Aug 27 23:52:35 2012 +0000

    #i120518# - Remove the "Browser Plug-in" tab page

commit aa2b67812efc94ebf6d563b9fc8e002eb6c1ee83
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Aug 27 16:43:39 2012 +0000

    #i117857# - Include Scottish Gaelic locale data

commit a0b4dece304c90b82120f082b02f8b4f8f642704
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Aug 27 16:43:33 2012 +0000

    #i117857# - Scottish Gaelic locale data
    
    Locale data contributed by Michael Bauer <fios at akerbeltz.org>

commit 08d435364485eb60b0fa256434e3777c92c921eb
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Aug 27 12:54:35 2012 +0000

    #i110378# - Set Title document property in Slovak Templates
    
    Translation by MMichal Hriň <michalhrin at aol.com>

commit 13cd7fbbcddb32314e17b11cba67bef3b9edc3f7
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 08:23:11 2012 +0000

    #120399 - Testtool component should removed from installation package

commit 7de3671e431b6f439cd3258657d9431fd8f27112
Author: Andre Fischer <af at apache.org>
Date:   Mon Aug 27 08:19:29 2012 +0000

    Reverted last change.

commit cedc3d98f3e9d2e194fbd0ffc89aba7bb490eaec
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 08:16:56 2012 +0000

    Let test report title show build revision and os name

commit f40f1fd1bf82df8cd66c70aa97c76b5be94f8f6b
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 07:54:19 2012 +0000

    #120722 - 2 SW SVT cases on Sample files patch
    
    Patch by: Liu Yi Xuan <liuyixuan.527 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit f46c6ac27fd26974b0a96fb1d80174da88148165
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 06:25:44 2012 +0000

    #120700 - SC SVT case 1 on a new ods document
    
    Patch by: Liu Yi Xuan <liuyixuan.527 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit e2d4543f969c119393e4147fe0baa9122bb57b6b
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 06:24:25 2012 +0000

    #120655 - [testUNO patch]Tab color/Show Hide sheet/Link sheet
    
    Patch by: Terry Yang <polo8495 at hotmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit e37fb7b5d8d91cce808eca4b75b12bf332345956
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 05:57:39 2012 +0000

    #120672 - [testuno]Create, load, save Subject Field
    
    Patch by: Zong Dong Jun <zongdj001 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 81d58c9eba8c9079b56dc25ad84fa65342c1025f
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 05:50:48 2012 +0000

    #120658 - SD SVT cases 1
    
    Patch by: Liu Yi Xuan <liuyixuan.527 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit d938071e19759fa63d92c4a1aab42b5a146dcb13
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 05:13:21 2012 +0000

    #120699 - [testuno]paragraph shadow,border,spacing,dropcap automation script
    
    Patch by: Du Jing <bjdujing at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 9c29792229c4d0d123bd1f1e4b49f89d7a4ee491
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 02:31:48 2012 +0000

    #120703 - [testuno] - insert, delete of page break and line break
    
    Patch by: Xiao Xiao Ting <tingxiaox at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 0c8ea0f2d47dd1d3325fbc28148eee7bb385c457
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 02:25:01 2012 +0000

    #120688 - [tesguno]: testscripts for CustomShow in presentation
    
    Patch by: Tan Liu Ping <doneyourself at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit f37d618513f332b18e11a8cbce315bcec340c7a3
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 02:05:02 2012 +0000

    #120632 - [testuno]Check Bullet Style in SD
    
    Patch by: Lou Qing Le <louqingle at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 7b8a2ad7edcea9ab585e116e7d088850577a7abc
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 01:43:51 2012 +0000

    #120702 - [testUNO patch]Test cases to check cell font size.
    
    Patch by: Zhu Shan <shanzhu33 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 0b91cf21d4762d3804fe679ae0af3a52e6173269
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 01:42:45 2012 +0000

    #120689 - [testUNO patch]Add random method in TestUtil, create test cases to check cell background color and font color.
    
    Patch by: Zhu Shan <shanzhu33 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 9b31e8a316bb9ab87c2a9fc7f613a0e9b48f2419
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 01:24:28 2012 +0000

    #120690 - [testuno]puretext general function test script of word processor via UNO API
    
    Patch by: Du Jing <bjdujing at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 7da4aa5d517aab4147e51c215cea7b50a48676e2
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 27 01:20:03 2012 +0000

    #120690 - [testuno]puretext general function test script of word processor via UNO API
    
    Patch by: Du Jing <bjdujing at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit beec6bfea21febc77cf82a4da1dad55338749787
Author: David Fisher <wave at apache.org>
Date:   Sun Aug 26 20:54:23 2012 +0000

    fallback urls to svn are now removed as per Infra policy. apr and commons codec are now taken from archives.apache.org as the md5 matched. commons logging and tomcat do not match and I wonder why

commit 9212245187e7233cc0d0401c50feffec30857dfe
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Aug 26 17:59:38 2012 +0000

    #i110378# - Set Title document property in JA Templates
    
    Translation by Tsutomu Uchino

commit ba3af463ab1fb8745ff460e477dfc4271d5da262
Author: David Fisher <wave at apache.org>
Date:   Sun Aug 26 17:58:08 2012 +0000

    one more small step to infra compliance. still to do removing use of svn as a backup and for current releases of ASF software the archive is not proper - either a mirror or the maven repository is required.

commit ddf11a2391f74f7553895bc7479a3962fd30437f
Author: Pavel Janík <paveljanik at apache.org>
Date:   Sun Aug 26 16:09:36 2012 +0000

    Remove unused variables.
    
    Reorder initializations to match prototype (to prevent WaE issues).

commit 2306e3be29228c648b18efa57a57d1f146286c82
Author: Pavel Janík <paveljanik at apache.org>
Date:   Sun Aug 26 16:08:27 2012 +0000

    Do not name unused arguments to prevent WaE issues.

commit 22cf0c44cdac445d65fa63c9ae20860fa6635720
Author: Pavel Janík <paveljanik at apache.org>
Date:   Sun Aug 26 15:48:02 2012 +0000

    Remove unused variable nIdx to prevent WaE issue.

commit f1ab9163631a67069e67b4ea006d53b5e7467a52
Author: Pavel Janík <paveljanik at apache.org>
Date:   Sun Aug 26 15:34:22 2012 +0000

    Remove unused variable bInterpretAbsolute (2 times) to prevent WaE issues.

commit 772af7b837ae2a8697f4901cbd5082adc8bfa65b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Aug 26 15:04:44 2012 +0000

    #i110378# - Set Title document property in zh-CN Templates
    
    Translation by Shan Zhu

commit 220f9b749cb77110e6cc37940e60bc3c511a6956
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Aug 26 14:58:44 2012 +0000

    #i110378# - Set Title document property in Italian Templates
    
    Translation by Riccardo Vianello

commit 77bc1a81ce91b5b9781e235206d73ffe70464244
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Sun Aug 26 11:55:17 2012 +0000

    #i120576#, the background color from table style are lost for table in the docx file
    
    Refer to wiki document http://wiki.openoffice.org/wiki/Table_Style_in_Writerfilter
    
    The change is composed of below parts:
    1. For the w:tcPr under w:style, it's used for whole table. It should be sprmed.
    2. On how to apply different kinds of table styles, it follows the sequence from wiki as below. That means ne/nw/se/sw table style can overwrite all other types if existing.
    
    wholeTable
    band1Horz band2Horz
    band1Vert band2Vert
    firstCol lastCol
    firstRow lastRow
    neCell nwCell seCell swCell
    
    3. Fix a typo for resetRowProp. It's related to all row properties.
    
    Found by: bjcheny
    Patch by: bjcheny
    Review by: zhangjf

commit fdebe4193ae0f3f8a8281dfc0a2f053e578cf1b9
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Aug 26 11:51:55 2012 +0000

    Clearer javaldx message

commit 70466af1a1418fe9bb2b38d704ce8fba621b1356
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Aug 26 00:58:03 2012 +0000

    #i110378# - Set Title document property in Spanish Templates
    
    Translation by Ricardo Berlasso <rgb.mldc at gmail.com>

commit 18617a98662e9aa923899592b3c9511e9ed01a6e
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Aug 25 15:07:59 2012 +0000

    #i120710# - Fix typo in license text

commit 8fd5d26dd09caca86b7f7f576aed88bb028f3be0
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Aug 24 19:11:23 2012 +0000

    Test for unset variable

commit ee3b12ab1d62faedcd2d62fcb8011b7454ea0474
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Fri Aug 24 02:28:19 2012 +0000

    Fix issue #i119405: Numbering text style changed after importing the *.doc
    
    * main/sw/inc/doc.hxx
    * main/sw/inc/IDocumentContentOperations.hxx
    * main/sw/inc/ndtxt.hxx
    * main/sw/source/core/doc/docfmt.cxx
    * main/sw/source/core/txtnode/thints.cxx
    * main/sw/source/filter/inc/fltshell.hxx
    * main/sw/source/filter/ww1/fltshell.cxx
    * main/sw/source/filter/ww8/ww8par.cxx
    * main/sw/source/filter/ww8/ww8par.hxx
    * main/sw/source/filter/ww8/ww8par3.cxx
    MS Word Binary compatibility
    
    Patch by: Fan Zheng,<zheng.easyfan at gmail.com>
    Found by: Jian Hong Cheng,<chengjh at apache.org>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit bf1449731638d6432fb9adfef3a8a303ad9bf76b
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Fri Aug 24 02:14:25 2012 +0000

    Fix issue #i120568: Hyperlink of Graphihc with Anchor Type "As Character" lost after save as doc format
    
    * main/sw/source/filter/ww8/wrtww8gr.cxx
    MS Word Binary compatibility
    
    Patch by: Huaidong Qiu,<qiuhuaidong at gmail.com>
    Found by: Huaidong Qiu,<qiuhuaidong at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 80bf2daf8070f296e05ef4248be11f6c7a979c96
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Aug 23 14:53:45 2012 +0000

    #i108863# Application.Run could not work correctly.
    
    In Application.Run Return the result of executing a macro
    
    Author:		lihuiibm
    Reviewed by:	Chen Peng

commit 97fa4faaa0b09724cf98dbf22390b283ba57b41c
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Aug 23 14:03:21 2012 +0000

    #120596# Optimized grid primitive, added some tooling to basegfx

commit dd39ad424d97b0a8928930bbe9a62d81a9520205
Author: Andre Fischer <af at apache.org>
Date:   Thu Aug 23 11:34:03 2012 +0000

    #i120637# Added new module ext_libraries/ratscan/ and configure switch --with-rat-scan.

commit bcf4fd2f0f1825ee63e543f251722e45f6b851d7
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Aug 23 10:37:58 2012 +0000

    #120616# Corrected SVG gradient primitive and it's decomposition

commit 78a2ef14fff4777df4300aa1f1eff593b1b7a84d
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Aug 23 04:10:32 2012 +0000

    #120671 - [testUNO patch] Add methods in SCUtil and TestUtil, create test case to check cell alignment.
    
    Patch by: Zhu Shan <shanzhu33 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 52580050f7187f24c1798964facc5cd787ea44c5
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Aug 23 02:02:42 2012 +0000

    #120651# - [testuno]paragraph general function test script of word processor via UNO API
    
    Patch by: Du Jing <bjdujing at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit d79eaa7f7fbca5d0d52e213a082de2ff1ebfb7c0
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Aug 23 01:53:15 2012 +0000

    #120660 - [testuno]Test create, load, save Page Count field
    
    Patch by: Zong Dong Jun <zongdj001 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 37b68025dd380447e9d80945ca6fe23e385646ba
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Aug 22 18:53:34 2012 +0000

    #i108874# - Worksheet.Change event fix.
    
    Fire the "cell-change" event when the range is changed.
    
    Author:		lihuiibm
    Reviewed:	Chen Peng

commit 753dd9ee0c8101ce613cdc7e1a68141e0f8561d3
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Aug 22 13:17:43 2012 +0000

    #120569# Corrected 3D object creations

commit fe59ae72e1bfede91de6dc8ee56e4bf04f10e9b0
Author: Andre Fischer <af at apache.org>
Date:   Wed Aug 22 08:47:21 2012 +0000

    #i120661# Renamed README so that it has .txt extension instead of .jar

commit 3f76a7f8a443c60d2ac75ffdc1d18bebe7525620
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 22 08:04:09 2012 +0000

    #120648# - [testUNO patch] Utility methods created to genertate random data, get properties list and a sc script refactor
    
    Patch by: Zhu Shan <shanzhu33 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 9a06282684e96d553e603690241a17658683eea9
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 22 07:50:37 2012 +0000

    #120653# - SVT SW case 1
    
    Patch by: Liu Yi Xuan <liuyixuan.527 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit a32aabba57b53f581691f60e5484a6ddf3deb9f2
Author: Andre Fischer <af at apache.org>
Date:   Wed Aug 22 07:37:16 2012 +0000

    #i120481# Add registered transferable flavor to make the Writer accept
    
    column headers dragged from database tables.

commit 980ee15bad53f765a0df1a4507befc9184fc0c63
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Wed Aug 22 04:35:05 2012 +0000

    Fix issue #i119650: Font size increased if saved by AOO
    
    * sw/source/filter/ww8/ww8atr.cxx
    MS Word Binary compatibility
    
    Patch by: Chen Peng,<chenpeng2006 at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit f0fc2a2b4ee5190fe9d979100f47d3806d710d6e
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Wed Aug 22 04:17:49 2012 +0000

    Fix issue #i119649: Hyperlink font size increased if saved to .doc file
    
    * sw/source/filter/ww8/ww8atr.cxx
    MS Word Binary compatibility
    
    Patch by: Chen Peng,<chenpeng2006 at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 63c380c0493436dd00ebff4541434fb4028eb337
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 22 01:55:55 2012 +0000

    #120630# - [testuno]Test PageNumber field create and load in wirter
    
    Patch by: Zong Dong Jun <zongdj001 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 00029d2777eb12862a831aafd65d14e8acbc2f70
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 22 01:12:00 2012 +0000

    #120633# - [tesuno]: testscripts for Slideshow property in presentation
    
    Patch by: Tan Liu Ping <doneyourself at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 2e3416ab7bb655929babcbaa7f508357645be308
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 22 00:31:39 2012 +0000

    #120525# - [QA TASK]Write DB test cases via UNO API
    
    Patch by: Wang Li Feng <phoenix.wanglf at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 17a03ffb286b8c0c7605ab1785c1ca9ce19e76a1
Author: Andre Fischer <af at apache.org>
Date:   Tue Aug 21 14:57:14 2012 +0000

    #i120641# Removed accidentally checked in jar files.

commit ae3445f7e01496efa88320a487332387bd70c415
Author: Andre Fischer <af at apache.org>
Date:   Tue Aug 21 12:57:29 2012 +0000

    #i120634# Removed ConvwatchGUIProject.jar from source tree.
    
    It is now created directly in the output tree.

commit 2eeb8010f1afbe47b56387a5ba96db41ece13fcc
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Aug 21 12:28:29 2012 +0000

    #119446# - method <SwWW8ImplReader::Read_Field(..)> - correct condition for fields containing '.' or '/'
    
    Found by: Yan Ji
    Patch by: zjchen
    Review by: Oliver

commit efc6346ef6a3a9b618979230036d877149ce0d7d
Author: Andre Fischer <af at apache.org>
Date:   Tue Aug 21 11:27:12 2012 +0000

    #i120635# Removed httpserv.jar and changed its dist directory.

commit 8f768dd6ab5e1d16f654107d15a771b491cd7c96
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 21 07:42:34 2012 +0000

    #120630# - [testuno]Test PageNumber field create and load in wirter
    
    Patch by: Zong Dong Jun <zongdj001 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit f01d98c57236b684866b3c72b57bb23fcdedbdc5
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 21 06:09:26 2012 +0000

    #120388# - [testuno]write table general function of word processor via UNO API
    
    Patch by: Du Jing <bjdujing at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 6aaad06e166162389b2298f8396d652bd7b44572
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 21 05:47:41 2012 +0000

    #120631# - [testuno]Check the Build-In Bullet
    
    Patch by: Lou Qing Le<louqingle at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 87e2b468fbad6bf9186bde3b3167587873a5c0c6
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 21 05:17:53 2012 +0000

    fix two test class have errors when running

commit c312cc6e26c840944512d801274dad8c642f972d
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 20 07:52:15 2012 +0000

    Testcases for bookmark

commit 10046b177ff4512e2d48e42d792ad42af4b4aa9d
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 20 06:51:17 2012 +0000

    Testcases for bookmark

commit a2416582e30acf5dde5dd8bcfe89c851bd262d3f
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 20 06:50:43 2012 +0000

    Testcases for bookmark

commit 7a5d750cca3a21bab55eed41ad69fcd4232dacf4
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 20 05:00:58 2012 +0000

    Set connection retry count to 5, sleep interval to 2 seconds.

commit 4904b17b657750e565e30d56810da513057fba39
Author: Sun Ying <sunying at apache.org>
Date:   Mon Aug 20 02:29:52 2012 +0000

    #119881# fix the"RingInside" fontwork display incorrectly when open .ppt file
    
    Reported by: Li Feng Wang
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit fcdb2ef5a1c41b894cd48716e26c7cc5fc5cfbb9
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 20 01:30:58 2012 +0000

    #120560# - [Automation][UNO] Insert/Rename/Select/Copy/Paste/Move/Delete Sheet.
    
    Patch by: Terry Yang <polo8495 at hotmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit fe549458ef04384ba777e4a36f34b68efc5b8b6d
Author: Lei De Bin <leidb at apache.org>
Date:   Mon Aug 20 00:48:42 2012 +0000

    #120158# fix picture shadow lost after saved as doc in some case.
    
    Reported by: Yan Ji
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit 189fe5d0857f429b031aa6fc32949f5d4638bac7
Author: Lei De Bin <leidb at apache.org>
Date:   Mon Aug 20 00:26:19 2012 +0000

    #120573# fix the export issue for the text box in header&footer with the margin mirrored layout
    
    Reported by: Yan Ji
    Patch by: Lei De Bin
    Review by: Chen Zuo Jun

commit 5ade09b4ead892bce4f36ce7276c6144677d18fd
Author: Andrew Rist <arist at apache.org>
Date:   Fri Aug 17 21:03:41 2012 +0000

    exclude **/*.patch.fixes as well as **/*.patch as these are the same type file and cannot contain headers

commit 059bf7afff32f6d9f9b60a8f35cf3669f1657d70
Author: Andrew Rist <arist at apache.org>
Date:   Fri Aug 17 16:26:31 2012 +0000

    add ext_libraries to rat_excludes as this is not a part of the source release

commit ff8d3e51b754f4645712144eb940b19028fe5e8b
Author: Andre Fischer <af at apache.org>
Date:   Fri Aug 17 13:40:41 2012 +0000

    Added missing license header.

commit 79b6406a09d80bbb3a688616ffe87feb594f9af0
Author: Jianyuan Li <lijiany at apache.org>
Date:   Fri Aug 17 08:02:54 2012 +0000

    Fix win7 build bread issue.
    
    Reported by: Andre
    Patched by: Jianyuan Li

commit 8d04823a6038d32f6ac9821925616da7c5cc44c9
Author: Sun Ying <sunying at apache.org>
Date:   Fri Aug 17 07:56:17 2012 +0000

    #119866# fix the bullet in default outline area lost when open .ppt file
    
    Reported by: Li Feng Wang
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit 5a98c86e2be861fe3c9d3976e60dddbed67d693e
Author: Andre Fischer <af at apache.org>
Date:   Fri Aug 17 07:32:51 2012 +0000

    Cleaned  up main/README.  Replaced UNIX with Linux.  Refer to new building guide.  Fixed build recipe.

commit 8f27a3d0e4275506791e9f976952b43d0f626b34
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 06:32:51 2012 +0000

    #120599# - PVT script modification
    
    Patch by: Liu Yi Xuan <liuyixuan.527 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit cc9e9db371d4a2f516539e1325e2908e7afa8060
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 06:30:17 2012 +0000

    #120603# - [testuno]Test Create and Load Date and Time Field in Writer by UNO
    
    Patch by: Zong Dong Jun <zongdj001 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 6ca0d400587c4e36484a05bf321d28a5e003b0dc
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 06:20:07 2012 +0000

    #120562# - [Automation][uno]Check Character style in SD
    
    Patch by: Lou Qing Le <louqingle at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 156862e0d15bc78dd3289861ac5901430f9d327d
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 05:33:45 2012 +0000

    #120603# - [testuno]Test Create and Load Date and Time Field in Writer by UNO
    
    Patch by: Zong Dong Jun <zongdj001 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 7eab78767b6536121cb2a7a73cc810c62b8050dd
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 05:27:58 2012 +0000

    #120561# - [testuno] - save document, export as pdf
    
    Patch by: Xiao Xiao Ting <tingxiaox at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 30849314ed4d4a6a734dab4bf284fc97d284f6b2
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 05:22:05 2012 +0000

    #120601# - [tesgui]:testscripts for TableFontEffectsProperty Function in presentation
    
    Patch by: Tan Liu Ping <doneyourself at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 335f787af210177d0cb30d555026173852bd246c
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 05:17:38 2012 +0000

    #120579# - tesgui: testscripts for TableBorderProperty Function in presentation
    
    Patch by: Tan Liu Ping <doneyourself at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit d19c03495459f9892540915c48ad163ed3124295
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 05:15:06 2012 +0000

    #120467# - tesgui: testscripts for TableBackgroundProperty Function in presentation
    
    Patch by: Tan Liu Ping <doneyourself at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 6011108ee1dc8556fcca51aa0359e7ca3d139d25
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 05:11:44 2012 +0000

    #120600# - tesuno: testscripts for ParagraphStyle Function in presentation
    
    Patch by: Tan Liu Ping <doneyourself at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit dc3caaf2eb585efba3141dc318c4147dc2e71a93
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 05:09:57 2012 +0000

    #120564# - UNO patch: Testcase Automation for ParagraphDistanceinShape Function in presentation
    
    Patch by: Tan Liu Ping <doneyourself at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit d3aa64592d2f52594f2bfbc20cd578d7083a497f
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 04:50:31 2012 +0000

    #120602# - [testUNO patch] Utility methods created for Spreadsheet UNO test.
    
    Patch by: Zhu Shan <shanzhu33 at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit f1302af0d803ca969022e69bcf7deeb62459f789
Author: Jianyuan Li <lijiany at apache.org>
Date:   Fri Aug 17 04:19:14 2012 +0000

    Add default to switch statements to avoid compiler warnings.
    
    Patch by: Jianyuan Li

commit 386d4f00d6eb7edce22b797f3505b3f14c3f7aab
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 01:01:35 2012 +0000

    #120591# - [Automation][UNO] Insert/Delete Rows and Columns in Spreadsheet.
    
    Patch by: Guo Bin <binbjguo at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 6c4682362889630709c02393f70ec416fc10d8b8
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 00:53:29 2012 +0000

    #120567 - [Automation] [UNO] Cells Merge and undo Merge in SC.
    
    Patch by: Guo Bin <binbjguo at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 176f80c0284b64a3c0c3f6c55a24b49f738caace
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 00:47:29 2012 +0000

    #120552# - [Automation][GUI] Insert cells via select insert -》 cells menu.
    
    Patch by: Guo Bin <binbjguo at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 47aeb240ff087f7edceaa27a486a867b9d2aecfb
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 17 00:37:14 2012 +0000

    #120551# - [Automation][GUI] Insert entire row and column via insert menu.
    
    Patch by: Guo Bin <binbjguo at gmail.com>
    Review by: Liu Zhe <aliuzhe at gmail.com>

commit 350f294badf378806348e77e6a8ed0b5f1d5b77d
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Aug 16 17:23:40 2012 +0000

    WaE fixes: reorder initialization, handle all cases in switch, ...

commit 39ca53381a03676402d3a8c27c05b8400888118e
Author: Andre Fischer <af at apache.org>
Date:   Thu Aug 16 10:45:36 2012 +0000

    #i120589# Improved detection of missing perl modules.

commit 5f0f155fd0c6a27abe876fb38ba4f4bc5c3571db
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Aug 16 10:05:11 2012 +0000

    Use proper type to prevent WaE issues.

commit b24737fc55e797d03002d44a1fa325a101617c55
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Aug 16 08:59:54 2012 +0000

    #120515# fixed memory leak

commit a835b0af5f400c8b28a7ebb91da77c0246b23d03
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Aug 16 07:29:15 2012 +0000

    #120510# - Move ant scripts from testgui to test module root

commit 3473dbf606f525d95b898a08072259018eb4056f
Author: Sun Ying <sunying at apache.org>
Date:   Thu Aug 16 04:25:06 2012 +0000

    #120556# fix the "RingOutside" fontwork display incorrectly when open .ppt file
    
    Reported by: Li Feng Wang
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit 6fa2e38b9cd3ce0df5876d849bcba7d879a6e329
Author: Sun Ying <sunying at apache.org>
Date:   Thu Aug 16 04:20:44 2012 +0000

    #119523# fix the indent and left margin attribute lost when save .ppt file and open .ppt file
    
    Reported by: liupingtan
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit a19ed1cba504e1531df54de9131960f9dc2c94f9
Author: Sun Ying <sunying at apache.org>
Date:   Thu Aug 16 02:28:45 2012 +0000

    #119458# fix master's subtitle is modified when save .pot template file.
    
    Reported by: liupingtan
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit f2bb9c92958a9c1c464c82e1129b8de4be0159cb
Author: Sun Ying <sunying at apache.org>
Date:   Thu Aug 16 02:22:49 2012 +0000

    #119515# fix the numbering bullet in table cell changed when saved to .ppt file
    
    Reported by: liupingtan
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit eb35d2fe464df76f105f9a1514081495cc5ee3a7
Author: Sun Ying <sunying at apache.org>
Date:   Thu Aug 16 02:13:43 2012 +0000

    #119875# fix vertical text direction in table cell change when save .ppt file
    
    Reported by: Li Feng Wang
    Patch by: Ying Sun
    Review by: Jian Yuan Li

commit 409ea65006604a284f96e01cbfc40615165a74f2
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Aug 16 02:04:57 2012 +0000

    #120558# - [testUNO patch] Check plus sign in formula.
    
    Patch by: Zhu Shan
    Review by:Liu Zhe

commit 358050daa2eb7f4d7daed8ec9888470edf18466a
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Aug 16 01:47:07 2012 +0000

    #120527# - [QA TASK]Write test scripts about Presentation Shape via UNO API
    
    Patch by: Wang Li Feng
    Review by:Liu Zhe

commit a535dd7eaa71a599b92c04eb9c6bab7678c30eb2
Author: Lei De Bin <leidb at apache.org>
Date:   Thu Aug 16 01:30:17 2012 +0000

    #120158# fix Time format is different than MS Office issue
    
    Reported by: Yan Ji
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit 6aa4485de3754170a35e72e80fb9e218ff879645
Author: Jianyuan Li <lijiany at apache.org>
Date:   Thu Aug 16 01:26:37 2012 +0000

    #119535# Fix WMF image with type pattern brush
    
    Reported by: Du Jing
    Patch by: Jianyuan Li
    Review by: SunYing

commit cbdcdbffea20596ab0547fab57e601a9633fe2b8
Author: Jianyuan Li <lijiany at apache.org>
Date:   Thu Aug 16 01:19:24 2012 +0000

    #119570# fix chaos grouped object when import
    
    Reported by: Du Jing
    Patch by: Jianyuan Li
    Review by: SunYing

commit 74f769f8c9ff5f4bba2ee08f4921ca54dd0c4c82
Author: Lei De Bin <leidb at apache.org>
Date:   Thu Aug 16 01:16:22 2012 +0000

    #35763# fix WW8: Wrong import/export of underlining colours
    
    more detail pls check
    
    http://wiki.services.openoffice.org/wiki/Writer/Underline_Color
    
    Reported by: gonzalez
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit 09c33de80a0e5fa321979e53bf88c4d17271eba8
Author: Jianyuan Li <lijiany at apache.org>
Date:   Thu Aug 16 01:13:03 2012 +0000

    #120554# Shape Gradient MS2003 import/export Enhancement
    
    Reported by: Jianyuan Li
    Patch by: Jianyuan Li
    Review by: SunYing

commit c0f38bc7f1a2b4857bca517b0a5249136b15f79c
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Aug 15 14:31:24 2012 +0000

    #119198# Added to apply CurrentTransformation in primitive to metafile conversion when creating SvtGraphicStroke elements for compatibility

commit 3048c821bb664f39c7b5e2533af4568fbcd22f73
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Aug 15 13:18:59 2012 +0000

    #119496# Correct flags AutoGrowWidth/Height for WordArt
    
    Patch by: SunYing
    Review by: Jianyuan Li, alg

commit f0bc9c2e992d3751f7d6c11bf11dfce4257580e4
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Aug 15 12:28:07 2012 +0000

    Corrected bad handling of loading draw objects in calc application

commit aa4649b8feb28c250cbbab65c749ae01524726fe
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Aug 15 09:58:09 2012 +0000

    #120569# Enhanced 3D visualisation of line custom shapes

commit e4578fcc2408a530d373653b01c0a88ef46ea26f
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Aug 15 09:55:58 2012 +0000

    #120582# - method <SyncIndentWithList(..)>: consider the case that a right indent is set at the paragraph
    
    - some minor reformatting and cleanup of older comments

commit fe75dbb733e6b25da8233d4a1dc12a8288e1b608
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Aug 15 08:31:46 2012 +0000

    #i120571# - Enhancements in "Save/Load Keyboard Config." dialog

commit 1e06d48429d408f0f643f07cbb55476f5f68487f
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Aug 15 07:44:26 2012 +0000

    #i120570# - Fix title in "Save Keyboard Configuration" dialog

commit 0d2bf1c7dcc7adfd0b4e8c899501eacd06ff50d4
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Aug 14 14:03:28 2012 +0000

    #119440# - correction to be warning-free - sal_Unicode is unsigned on all platforms; Found by: Pavel Janik

commit 9c3ef4ee67c1d3f416c02b9db6d1adbc7ca6d549
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Aug 14 12:40:36 2012 +0000

    some refactoring on <StgHeader>

commit 79b9d3f0a1424137fd6f4582497537bb8dadab5f
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Aug 14 12:39:03 2012 +0000

    Remove unused variables (fix WaE issues).

commit acd62709ad0d1d54764f00aabbd6c59ccb41a409
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Aug 14 09:35:19 2012 +0000

    #119443# Import lines from ppt as one poin connectors
    
    Patch by: Jianjuan Li
    Review by: alg

commit 008bc1d4b8cd47ca9940be00a8cfdcdb1ef85856
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Aug 14 08:19:40 2012 +0000

    #120539# Fixed visualisation of gradeint type 'square' which was broken in OOo3.3

commit 7ee714b88db1e7dfce807a29ed04f0b4889ebec0
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Aug 14 08:13:58 2012 +0000

    i118923 - OS/2 port: fix reporting of error message.

commit 042c77a5b80590994864441b1aa50861b5146e88
Author: Wang Lei <leiw at apache.org>
Date:   Tue Aug 14 07:22:33 2012 +0000

    Fix i12666 autofilter works just on one sheet (only one auto-range per document)
    
    Patch by: zhanglu.aoo
    Submit by: Wang Lei

commit 7e1023e9803c7ad9d5555e068ee59b010f173277
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Aug 13 17:27:13 2012 +0000

    Move old Python compatibility to a better place.

commit dacf002094e50faf89754026bd8f374450df8de1
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Aug 13 17:05:00 2012 +0000

    i106278 - Window.ActiveSheet,Window.FreezePanes,Window.Split, Window.View
    
    not working correctly.
    
    Patch by:	lihuiibm
    Reviewed by:	Chen Peng

commit 181d41280b2dcf97654b252a9edd7c6a65ad7c7f
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Aug 13 15:13:31 2012 +0000

    Corrected small signed/unsigned mismatch

commit 8ee49906f04106317997e9ca3bb890870816e274
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Aug 13 15:10:02 2012 +0000

    Secured some places where PolyPolygons were created using a all-points count and a all-points array

commit 3c7cfb25492dafb231b74d824570fb943a599981
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Aug 13 12:04:34 2012 +0000

    #119440# - method <SwWW8ImplReader::Read_SubF_Combined(..)>
    
    -- add support for further field codes
    
    Found by: Yan Ji
    Patch by: zjcen
    Review by: orw

commit 9dc64b4255ed0f2eda0df3a3bbf59fa47202788c
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Aug 13 11:44:08 2012 +0000

    Secure EmbeddedObjectRef::GetGraphic to react when something gets wrong when trying to get the replacement graphic, better fallback to default ole replacement graphic

commit 0bbde4414badfd40234de4a4c9f750194f5d1d5e
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Aug 13 07:54:44 2012 +0000

    Removed unused variable

commit 260a75acc104a7d6b12c798998b721fff2e1b204
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Aug 13 07:46:22 2012 +0000

    Corrected singned/unsigned compare

commit 18242b534b6937b831f5a83f93cb9b86bd137ccf
Author: Andre Fischer <af at apache.org>
Date:   Mon Aug 13 07:13:54 2012 +0000

    Add default to switch statements to avoid compiler warnings.
    
    Patch by: Pavel Janik
    Review by: Andre Fischer

commit ccdc545af4c0bd67aaf58b317eade2e323e73874
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Aug 13 05:15:57 2012 +0000

    fix the problem when run test on build environment.

commit a88185a8e00f9ae24780cb9581088354845c00f3
Author: Liu Zhe <liuzhe at apache.org>
Date:   Sun Aug 12 23:54:20 2012 +0000

    Rename it and remove obsolete JavaDoc

commit 6db2123f23c8039aad58124a75ea8f1584ad5703
Author: Liu Zhe <liuzhe at apache.org>
Date:   Sun Aug 12 23:53:46 2012 +0000

    Rename it and remove obsolete JavaDoc

commit 357e510eca19575a9e053d6d71f980da78436ee2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Aug 11 13:01:41 2012 +0000

    Add compatibility of older versions of Python. Reported by Pavel Janik on Mac OS X 10.6.8.

commit 8324ed475144d9072acce4a8da0fef0890f5d024
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Aug 10 19:12:00 2012 +0000

    Comment out unused variable to silence the compiler (WaE).

commit 568655083af7830e7b9edf56ef862ddf9a99003b
Author: Pavel Janík <paveljanik at apache.org>
Date:   Fri Aug 10 18:41:40 2012 +0000

    Comment unused variable pNewEditUndoManager to silence the compiler.

commit 1c02bb1bd719e7e0a47fdcc7463f8c9cd5bbb101
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Aug 10 13:33:02 2012 +0000

    #120515# do not create undo action when in Init()

commit fb2580f1c8ae0cd1418c257823dc2d735607655f
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Aug 10 13:30:31 2012 +0000

    #120515# Implemented and finetuned the enhanced Undo feature (see #120498#) for sw

commit 472c175d1bb809db1dc997d9712d6ecb3fbe731c
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Aug 10 13:27:36 2012 +0000

    #120515# Implemented and finetuned the enhanced Undo feature (see #120498#) for sc

commit ddd9492911585313faf1769f88323a8421bf93db
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Aug 10 13:19:02 2012 +0000

    #120498# fixed error with half text edit undone, extended as preparation for #120515#

commit 9cb697600d5de50ee03936283ea599fa1c9a8a8b
Author: Andre Fischer <af at apache.org>
Date:   Fri Aug 10 11:12:05 2012 +0000

    #i120476# Install locally built extensions (minimizer,presenter)
    
    pre-registered, not bundled.
    
    Merged from branch AOO34
    
    Patch by: Andre Fischer
    Review by: Herbert Duerr

commit a4d00a47baa2699d6e6b95cdc59fe874fcc1f191
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Aug 10 10:41:31 2012 +0000

    #i120501# - Do not show the StartCenter when the office is executed with -nodefault

commit 6a72b1cd5808cf771b9358ffdc8600513d599bb1
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Aug 10 09:52:08 2012 +0000

    #120389# - Printing in Writer
    
    -- <SwRenderData> instance takes complete ownership of created comments printing data
    -- fix memory leak regarding multiple creations of comments printing data
    
    Found by: arthurgoldberg <artg at cs dot nyu dot edu>

commit 57e971e46ac74422c40cd3e7b4b7eb7c94711da0
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Aug 10 04:42:04 2012 +0000

    Remove useless svn properties. It makes some annoying warning message when commit

commit 9b161d18404d8fac5663bc3b3a854bdd4fad3bf0
Author: Lei De Bin <leidb at apache.org>
Date:   Fri Aug 10 04:12:08 2012 +0000

    #119548# fix Window/Orphan control setting lost when save .doc file
    
    Reported by: luo qing le
    Patch by: Lei De Bin
    Review by: Chen Zuo Jun

commit a096725779b210c7a2706e72596fd7c80e049fdd
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Aug 9 08:42:27 2012 +0000

    #120498# Enhanced Undo/Redo and user experience when editing texts in graphic objects and/or tables

commit 24796e7163489d0c10fc9e98e09a2f1cd1e95866
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Aug 9 08:26:09 2012 +0000

    #120510# - Move ant scripts from testgui to test module root

commit 1816e39ae9a7dac9566ad9f6b53e2be545ea7902
Author: Regina Henschel <regina at apache.org>
Date:   Wed Aug 8 16:16:35 2012 +0000

    #i90553# fix simple accents in MathML import
    
    Patch by: Joshua Cogliati;
    Review by: Regina Henschel

commit 9debb74f53de502c7aa3d9539236b1740007442e
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Aug 8 08:31:47 2012 +0000

    #i120442# fix html-flavored copy+paste of unicode surrogate pairs
    
    Patch-by: Chen Peng
    Found-by: Yan Ji
    Review-by and minor modifications: Herbert Duerr

commit 858b4d17086a901c4b4aa49d0917545adda4c3d8
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Aug 7 06:33:51 2012 +0000

    #120477# - [VCLAuto patch] Fix unstable problems of automation scripts
    
    Patch By: Li Lin Yi
    Review By: Liu Zhe

commit 26e91b07a559692b4f8acdd04f5bd28d0daa68b3
Author: Regina Henschel <regina at apache.org>
Date:   Mon Aug 6 10:35:23 2012 +0000

    #i78247# and #i78029# wrong glue points in iscosceles and in right triangle

commit b26e298d31cad25c326041287acb6544efac21c6
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Aug 6 08:32:18 2012 +0000

    #120437# Connector corrections in groups and PPT imports

commit 146a0191da125c72637ff502bb77ef1c2de7ee3c
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Aug 6 08:18:55 2012 +0000

    #120464# - method <PrinterController::triggerAppToFreeResources()>: reset <LastPage> property after freeing resources

commit 3654740a6f770631d34897aad345f006313c46b9
Author: Lei De Bin <leidb at apache.org>
Date:   Mon Aug 6 05:07:20 2012 +0000

    #119470# fix page number in header lost when we save the .doc file as another in web layout
    
    Reported by: luo qing le
    Patch by: Lei De Bin
    Review by: Chen Zuo Jun

commit 0dbbd91172e885d47cad13db0b1110a7551a701e
Author: Andre Fischer <af at apache.org>
Date:   Sun Aug 5 06:46:18 2012 +0000

    #i120456# Apply patch from AOO34 branch:
    
    Remove Base64Codec from makefile.
    
    Patch by: arielch

commit 31999435967860c0c7188f16ba30c7fc65b79962
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Aug 3 23:01:47 2012 +0000

    i115780 - Update pyAltFCFGMerge to run under Python 3.
    
    This is only a partial commit to avoid conflicts with Python2.
    Also reindent while here.
    
    Author:		Simon A. Wilper
    Reviewed by:	hanya

commit 7ca8a404adfc6f871cdc42fd1ccf5f3c5070ed6c
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Aug 3 18:12:42 2012 +0000

    #120456# merge fix from AOO34 branch

commit 820052f73eb8ac9227ddf06a2aa6a1762d64db81
Author: Andre Fischer <af at apache.org>
Date:   Fri Aug 3 07:53:55 2012 +0000

    Download mdds and curl from their home download server.

commit e29639ac11dae30edb3cd1265b8cd945dbdf0536
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Aug 2 10:35:23 2012 +0000

    #120435# Corrected CSS style detection to be executed only once per node

commit 2a91a5394e367b179af8bbb5cef2350d626d367e
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 1 23:41:01 2012 +0000

    #120384# - Create VclTreeListBox for WINDOW_TREELISTBOX controls.
    
    Patch By: Li Lin Yi
    Review By: Liu Zhe

commit c7549681dbdc4351ba1b5cfa8da32b376c54ae10
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 1 23:40:23 2012 +0000

    #120384# - Create VclTreeListBox for WINDOW_TREELISTBOX controls.
    
    Patch By: Li Lin Yi
    Review By: Liu Zhe

commit 1045898eb4be2f19d8435e86ff600f4d9541abf9
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Aug 1 23:35:27 2012 +0000

    #i120413# - Check for updates should be enabled by default

commit 941293c5e6983dcce60a7bb9e1ee7a6ee65aad47
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Aug 1 23:35:08 2012 +0000

    #i120433# - Add .uno:LineArrowEnd to GenericCommands.xcu

commit f15ddfdd58215f10e7b9a6e3a557a705021bf8a2
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Aug 1 23:34:03 2012 +0000

    #120384# - Create VclTreeListBox for WINDOW_TREELISTBOX controls.\nPatch By: Li Lin Yi\n Review By: Liu Zhe

commit 07e91c3c400d6f480579c1f32e447d41f9cec7e6
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Aug 1 23:08:48 2012 +0000

    Update python patches for FreeBSD.

commit 6f0193eeaa04b89ccbc58dacfbd498e562ea69e2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Aug 1 20:58:04 2012 +0000

    Python: reindent

commit 462656d2f30fade52e38094dcc2392f75b28ef79
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Aug 1 13:45:21 2012 +0000

    #119755# A new custom shape ellipse ribbon is added and used
    
    Patch by: Jianyuan Li
    Review by: alg

commit 3a4882779d58e382abb866fc848d6c7a935181de
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Aug 1 12:47:33 2012 +0000

    #i93128# fix data validity check for criteria "Allow text length" and numeric cells
    
    Patch-by: Zhang Lu
    Reported-by: amy2008, eberlein
    Review-by: Herbert Duerr

commit 57192bfa697c8f86b8e7e0c35ffac28cd760e202
Author: Andre Fischer <af at apache.org>
Date:   Wed Aug 1 12:39:45 2012 +0000

    #i119384# Fixed update sites for python source tarball.

commit de1be2dc94d9ef978a9ca7778ac0ded310f1cd55
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Aug 1 11:54:05 2012 +0000

    #i116448# fix memory leak when exporting PDF with XStorable.storeToURL
    
    Patch-by: eymux2009 at googlemail.com
    Review-by: hdu at apache.org

commit 55b220bfd401aeb9804894450bf8fe299eeee98f
Author: Andre Fischer <af at apache.org>
Date:   Wed Aug 1 08:42:24 2012 +0000

    #i120425# Use apache-extras as primary fallback for downloading external tarballs.

commit 8fd3c3ae1938c5ca8e037af70442885847a56992
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Aug 1 07:43:53 2012 +0000

    #120397# Corrected linear gradient primitive decomposition

commit b49e6a67f69c92740777ab621d918a076af24313
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Aug 1 03:30:42 2012 +0000

    pyuno: Replace PyObject_HEAD_INIT with PyVarObject_HEAD_INIT and add some initial Python3 safeguards.

commit 1807162bc9f87971e5a0fae2d7ba95fad6fa6904
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jul 31 22:56:34 2012 +0000

    Python: use sorted() instead of .sort()

commit e24f37d1aea63942168af7bf3c15e4f0878647b0
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jul 31 22:10:19 2012 +0000

    Python reindent.

commit 0ce5e664b83fddfbc5557b63102416835f51b716
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jul 31 22:04:42 2012 +0000

    Python reindent.

commit 383d0ef226e449a4104b14348030c332f58146c8
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jul 31 21:46:38 2012 +0000

    Python reindent.

commit f52935898ce57622c06eb9c04bef63f047fcbe7d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jul 31 14:28:37 2012 +0000

    Make sure we use all the patches for Windows. Reported by Tsutomu Uchino.

commit a5f420bed1967c563cdd3e32ad14d2891ef59f2e
Author: Andre Fischer <af at apache.org>
Date:   Tue Jul 31 11:42:28 2012 +0000

    #i120271# Fixed automatical scaling of vertical chart axis.
    
    Patch by: bo.tian
    Review by: Andre Fischer

commit 9df4b5b7c873ea460628819a3ab01a49985398da
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jul 31 01:35:11 2012 +0000

    Re-sort PCBuild patches in python directory.
    
    Comment out the _sqlite3 module in pcbuild.sln to resolve issues
    building with debug support. While here move the patch to the
    specific PCbuild file and apply only when we are building on
    Windows.
    
    Rename the remaining change in python-2.7.3.patch to a solaris
    specific patch.
    
    Original issue reported by alg@ and others.
    Solution suggested by Lin Yuan.

commit 5c6d55316b6cefab558bdf9ae84646933fd5e914
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jul 30 16:36:56 2012 +0000

    #116001# Reverted revision 1366087

commit 76741df0b60b9157710f8e66720275749dbf98bd
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jul 30 09:40:40 2012 +0000

    #115917# Better conversion of C1 and C2 bezier curve points
    
    Patch by: osnola
    Review by: alg

commit 4cbdc93c93cdb5f8a902d28299eabd43f4e8ed51
Author: Lei De Bin <leidb at apache.org>
Date:   Mon Jul 30 02:01:01 2012 +0000

    #119620# fix .doc page number is lost issue, caused by section break.
    
    Reported by: luo qing le
    Patch by: Lei De Bin
    Review by: Chen Zuo Jun

commit 6dba1753b44b1fbbc76e57e3494269091b672be2
Author: Liu Zhe <liuzhe at apache.org>
Date:   Sun Jul 29 23:44:13 2012 +0000

    #120394# - Modify PVT script to support Linux System
    
    Patch By: Liu Yi Xuan
    Review By: Liu Zhe

commit 0915c6664d5f275bfacee6298bc07d876a38524a
Author: Liu Zhe <liuzhe at apache.org>
Date:   Sun Jul 29 23:27:48 2012 +0000

    #120394# - Modify PVT script to support Linux System

commit e945b49105bab50700274f797e41d1446a70641d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Jul 29 19:53:48 2012 +0000

    #i550055# Simplify pythonscript.py code
    
    author:	hanya

commit fc0ca3e74d10bd94943beeac2dbcefa99122df14
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Jul 28 00:16:30 2012 +0000

    Fix buildbreaker: some stuff was leftover from previous commit, Reporte by Regina.

commit fb612e2caae83134dd9b5e22048569ff76fadc57
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Jul 27 18:16:57 2012 +0000

    i119384 - Python: replace deprecated compiler module with ast
    
    The "compiler" module is deprecated on Python 2.6 and was
    removed on 3.x so it's a good time to replace it. The
    ast module was introduced in Python 2.5 so this will cause
    trouble if using very old versions of system python.
    
    While here run the python reindent tool on the adjacent
    files.
    
    Author:	hanya

commit 2f2c34dacc49f34053bb08fe09143292156705e2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Jul 27 17:30:00 2012 +0000

    Improve portability of pyuno python scripts.
    
    Proper indentation is critical in Python: the
    reindent.py script made some cleanups.
    
    Running the 2to3 script with specific options to
    disabling the next, unicode, and imports fixers
    further enhance portability.
    
    pyuno is not yet Python 3 ready but these
    semiautomatic changes make things much easier.

commit 3cfc24693469fb9b682e9c76c28610be1e004799
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jul 27 14:04:19 2012 +0000

    #120165# Adapt Mask/Alpha at BitmapEx construction when size differs from base bitmap
    
    Original patch by: pengyunquan
    Changed patch by: alg
    Review by: alg

commit 1ea8c3a924d518043c5d3d1427cd40cf500c8b21
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jul 27 14:01:18 2012 +0000

    #119450# Added EMR_ALPHABLEND case to EnhWMFReader to correct visualisations
    
    Patch by: Jianyuan Li
    Review by: alg

commit 3909704eebf3de1dd9ed6fe0c67082803c5f9e83
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jul 27 10:56:58 2012 +0000

    #i120385# balance stack in manifest parsing and fix a typo
    
    Patch-by: Jian Fang Zhang, Andre Fischer, Herbert Duerr
    Found-by: Yan Ji
    Review-by: Andre Fischer

commit 0f04f29fbc7c1f3700343304c01e8934b6dad45b
Author: Wang Lei <leiw at apache.org>
Date:   Fri Jul 27 06:47:57 2012 +0000

    #i119637 Function "Case sensitive" in "Special Filter" dialog can not work.
    
    Patch by: Clarence GUO
    Review by: Wang Lei

commit ac0b066923d2f201ddc44f1e4a44ec45b1b1b148
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jul 26 19:20:33 2012 +0000

    i119384 - Python update to version 2.7.3
    
    This is the last 2.x version released: it includes many bug
    fixes and also supports some backward compatible features
    from the 3.1 series. More information is available here:
    http://www.python.org/download/releases/2.7.3/
    
    In order to reduce conflicts the patches were reorganized:
    the FreeBSD patches are in their own patch now. The SSL
    patches were split  in three parts: -md5, -ssl and a
    Windows-specific  component that was merged along with
    -security-flags into -pcbuild.
    
    Patch by:	Hanya Runo and pfg@

commit c3f714be4453789706df803568dca9aa3086ed01
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jul 26 16:02:57 2012 +0000

    #116001# TextToFitSize item/property optimized to boolean

commit 0c170376f7e1896455f439237055e39df020e7ae
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jul 26 09:07:28 2012 +0000

    #116244# need to reset rotation when a polygon object in construction becomes more than a simple line

commit a7dc3e8b82c87b138c973f1434717d634ed8dc67
Author: Andre Fischer <af at apache.org>
Date:   Thu Jul 26 09:00:24 2012 +0000

    #i119874# Missing part of patch.
    
    Patch by: Jianyuan Li

commit 8e63413dbf514303095790630a2d77d854c3da95
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jul 26 08:16:50 2012 +0000

    #118267# Add undo actions for adapted arrowhead sizes when linewidth is changed

commit 8f2fdaeea4079db21e8ccee619274c47f0a398ae
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Jul 26 00:57:18 2012 +0000

    #120323# - Automated Test: Make test code under testcase.sc/sw/sd.* language-neutral
    
    Patch by Li Lin Yi
    Review by Liu Zhe

commit 0deed3a5731ca8eb50acbe36adfaa50d498bc278
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 25 10:49:36 2012 +0000

    #120175# SVG export fixes and enhancements
    
    Patch by: Sven Jacobi
    Review by: alg

commit 37446076e684a0d0de448366ab927531e3b54bba
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 25 08:28:44 2012 +0000

    #120334# Added support for multiple CSS styles per graphic primitive in SVG

commit 5ee3e9d6c1c20966dc53d5b5b468496d2f4517e4
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jul 24 19:02:45 2012 +0000

    Fix build breaker: add missing comphelper dependency

commit d5ec0d24864d9a2041d1f9d4f0817f7f84086ec7
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 24 04:51:32 2012 +0000

    #120352# - Automated Test:Rename GUI test package name into testcase.gui.

commit 79315f964c5bb6493870ed6a0697268d2e9e2e1e
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 24 01:28:53 2012 +0000

    #120352# - Automated Test:Rename GUI test package name into testcase.gui

commit 348af57de2c012299ca52520b68d2d70c12609e7
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 24 01:00:32 2012 +0000

    #120352# - Automated Test:Rename GUI test package name into testcase.gui

commit f47e938b811185cf6f115f19bbeae0bf47b006d0
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 24 00:31:27 2012 +0000

    #120351# - Let long-running GUI test output result into csv

commit 6a036e7ac17a1d4394d60471bd8931d9b16b7bb4
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jul 23 15:40:53 2012 +0000

    #120230# Adapt hatch processing to keep a view-dependent minimal distance for more pleasant visualisation

commit 406c222f6fc69df7164c939e8bb23a1c176863b0
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 23 10:08:27 2012 +0000

    #i109206# Removed unneccessary log messages.

commit 03c776f6a55b8a4d283b2920a591d2e9fc5896b7
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 23 08:30:33 2012 +0000

    #i119206# Fixed up-to-date check of bundled extensions.

commit 24f7c154151481edc18e22842c68d0d64bd840bf
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Jul 23 01:49:36 2012 +0000

    #120321# - Automated Test: Refactor the test code under testcase.sc.*
    
    Patch by: Li Lin Yi
    Review by: Liu Zhe

commit 512863f04fe6b6757c2ea08559fcd3aac354b18a
Author: Hongyun An <hyan at apache.org>
Date:   Mon Jul 23 01:26:35 2012 +0000

    clean the redundant comments about UOF v2.0
    
    Review by Hongyun An from CS2C

commit 30441cd652260941ade8f3e6898205ab2a1d0cdf
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jul 23 01:05:37 2012 +0000

    #i120341# - Make SCSTR_FIELDSEP less translation-error-prone

commit c931d7f1910a40d70bc96f4bdd3a7de0acd012f4
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Jul 23 01:01:39 2012 +0000

    #120321# - Automated Test: Refactor the test code under testcase.sc.*

commit 2b7c857abb886ad537b770b5891c687d867f4576
Author: Liu Zhe <liuzhe at apache.org>
Date:   Sun Jul 22 22:47:48 2012 +0000

    #120320# - [Advanced] Create new UNO API test project

commit b38ec9659bf1869724d8585c60090f05a98e6e12
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jul 20 13:54:10 2012 +0000

    tweak publisher name to Apache Software Foundation by using OOVENDOR from openoffice.lst

commit f71b3b72cdd703de3d1aa969913eb8a2746ffa74
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jul 20 10:02:34 2012 +0000

    xslt filter: remove the FLA horror
    
    wordml import filter: replace FLA usage with plain XSLT
    Patch by: Michael Stahl

commit 39e1d47e163d05018c92a662282fe901b0265fce
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jul 20 09:50:48 2012 +0000

    corrected missing precompiled header includes

commit 570b063c83deb20bf8d21dad3495623ce05dfd66
Author: Yuri Dario <ydario at apache.org>
Date:   Fri Jul 20 08:45:38 2012 +0000

    i118923 - OS/2 port: PM2 is no longer supported as macro, replaced with OS2 or deleted (old compilers).

commit f594e8490ba5a4b971ae797951b3ea13cac50d51
Author: Yuri Dario <ydario at apache.org>
Date:   Fri Jul 20 08:41:16 2012 +0000

    i118923 - OS/2 port: use windows directory layout for OS/2, fixes use of internal graphic filters.

commit b39d3d8ec7373f62dcd5f004bd60a7a30a4eb745
Author: Hongyun An <hyan at apache.org>
Date:   Fri Jul 20 07:31:11 2012 +0000

    for revision:1363673,add the UOF v2.0 code,including 33 files,(because of forgetting to add the annotation)

commit cd3d056eb77d772e1557eb76dc3332764bb3a166
Author: Hongyun An <hyan at apache.org>
Date:   Fri Jul 20 07:24:50 2012 +0000

commit c5a4e46fab045ae8abe01cbfd397806a58039d8a
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jul 20 01:48:09 2012 +0000

    Fix build breaker: add missing string resource

commit 7025f6c6441b49093504874925f37ca0e61f34f9
Author: Lei De Bin <leidb at apache.org>
Date:   Fri Jul 20 01:11:03 2012 +0000

    #120233# fix ppt import bullet size error
    
    Reported by: liu ping tan
    Patch by: Sun Ying
    Review by: Lei De Bin

commit 8117a318f8116ee37159c16cd35538bbe853f792
Author: Lei De Bin <leidb at apache.org>
Date:   Fri Jul 20 00:57:59 2012 +0000

    #119581# fix import issue for left and right horizontal alignment in text box
    
    Reported by: liu ping tan
    Patch by: Li Jian Yuan
    Review by: Lei De Bin

commit 7a3114b8e6960153900759a81a6edf1f74b3981c
Author: Lei De Bin <leidb at apache.org>
Date:   Fri Jul 20 00:39:51 2012 +0000

    #119581# fix import issue for 'checkin' 'checkout' 'showsample' macro button in writer
    
    Reported by: Lou Qingle
    Patch by: Lei De Bin
    Review by: Li Jian Yuan

commit 73804fa4ffc8bbc26ee46abf10e901516362a61b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jul 19 23:43:57 2012 +0000

    Fix build breaker: add patch removed in revision 1362466

commit 69aa1c5c3e7b1d7af8289c79fb50dcafc0ef1348
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jul 19 23:35:43 2012 +0000

    Fix build breaker: malformed Python patch

commit 8c5cd0cbad918949f898d7fccb4f1a00a8a9f5f5
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jul 19 22:32:34 2012 +0000

    #i120300# - Add new property "ShowContentTips" in com.sun.star.text.ViewSettings

commit 8d25afff66c4f0ff28a9df0491af6408d3cd8ff3
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jul 19 21:02:11 2012 +0000

    #i120302# - Replace "@since OpenOffice.org" in IDL files

commit 8c72d0c834224e69b57d7e4e77d606d7b2662c90
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jul 19 21:02:06 2012 +0000

    #i120302# - Add support for "AOO" and "Apache OpenOffice" in @since IDL tag

commit b5914febd3c36cd32d392ce908614af9fd42ff57
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jul 19 15:04:50 2012 +0000

    redland: fix some warnings in raptor
    
    Patch by: Michael Stahl

commit 9397af20378af3be3401d883a7adacd54792471d
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jul 19 14:58:51 2012 +0000

    mythes: fix some warnings
    
    Patch by: Michael Stahl

commit e51ea342dad1655ff5370f35e6c73edee5debfc8
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jul 19 14:58:05 2012 +0000

    mythes: fix some warnings
    
    Patch by: Michael Stahl

commit 208b788dd4afc0559eb26c6e20a59548be0d993e
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Jul 19 13:55:30 2012 +0000

    #119950# introduce new warning message box to inform about further running terminal sessions
    
    Patch By: Juan Li
    Review By: Jina Fang Zheng, jsc

commit 99e4d3a57f88f71c47f1e519bde13080f0df3041
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jul 19 12:15:33 2012 +0000

    Corrected static_cast which does not work on Win compiler, reinterpret cas needed (base classes are not related)

commit 7e88ce2b0f405230d6d2956168e09dc593fba1e0
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Jul 19 07:24:07 2012 +0000

    Add a new method getProcessPerfData to get performance data of one process

commit f848fc9e9708916dd24fe64646486db0d90996c7
Author: Lei De Bin <leidb at apache.org>
Date:   Thu Jul 19 01:26:26 2012 +0000

    #120224# Mapping the text rotation in Writer table cell with MSO
    
    Reported by: Yan Ji
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit 2586f214e48d0d63bd5a83addd48a285ee38e92f
Author: Lei De Bin <leidb at apache.org>
Date:   Thu Jul 19 01:16:30 2012 +0000

    #119609# Fixed alphabetical and roman numberals became ditial numbering
    
    Reported by: Yan Ji
    Patch by: Chen Zuo Jun
    Review by: Lei De Bin

commit 6f23e021844800f6ed6b5558afabc4a4f135de9e
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jul 19 00:12:38 2012 +0000

    Build binfilter by default

commit 169daad071aa38288d96cdfc387640a1a94c825a
Author: Yuri Dario <ydario at apache.org>
Date:   Wed Jul 18 20:46:07 2012 +0000

    i118923 - OS/2 port: use linux way to detect real numbers.

commit 93dee0af59e55684ce335527d25ab45db64c85ca
Author: Yuri Dario <ydario at apache.org>
Date:   Wed Jul 18 20:44:37 2012 +0000

    i118923 - OS/2 port: dump some more info about printers and form sizes.

commit abb5d676023e5b0bbf1f4ba142165e216eee38b6
Author: Yuri Dario <ydario at apache.org>
Date:   Wed Jul 18 20:38:00 2012 +0000

    i120312 - OS/2 port: workaround to invalid float operation.

commit eb34ba3c343807201c62a49a19d7616e1011c118
Author: Yuri Dario <ydario at apache.org>
Date:   Wed Jul 18 20:32:47 2012 +0000

    i150733: cast double to sal_Int64 can throw a EXCEPTION_FLT_INVALID_OPERATION on Windows.

commit 1abfdc98d7c2cfdf763e4c71af6c071510dc60dd
Author: Yuri Dario <ydario at apache.org>
Date:   Wed Jul 18 20:27:11 2012 +0000

    i120310 - OS/2 port: disable polymorphic test under OS/2.

commit 02ae2426d37734ef9405eeb9722bf7603fa07cd6
Author: Yuri Dario <ydario at apache.org>
Date:   Wed Jul 18 20:18:32 2012 +0000

    i118923 - OS/2 port: fix ImplOs2FontData reference counting, fixes vcl exit crash and pdf export crash.

commit 3e0fc2181ab5039230a3455dddc0a215685733b5
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 12:38:25 2012 +0000

    RTF import filter review: the page descriptor fiasco
    
    Patch by: Michael Stahl

commit 59e19330b34523ba80ea8e9d2f52dfb4441d0a57
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 12:11:26 2012 +0000

    RTF import filter review: correction to rtffly.cxx
    
    Patch by: Michael Stahl

commit f07148ee630bfba64fdc8c622c63b7ef7b8f6206
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 11:58:38 2012 +0000

    RTF import filter review
    
    Patch by: Michael Stahl

commit e61611f607c1e10149a2eab69f4f223e3ae6b831
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 11:50:12 2012 +0000

    sw: fix some warnings
    
    Patch by: Michael Stahl

commit 876efd1552d36cfc69e20c840cf4419320bfc854
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 11:43:35 2012 +0000

    sd, sfx2, writerfilter, xmloff: fix some warnings
    
    Patch by: Michael Stahl

commit 68cf4bfa2770a8a8d6b78221bb9f1b699219b833
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 11:25:25 2012 +0000

    binfilter, editeng: fix some warnings
    
    Patch by: Michael Stahl

commit 0132f35e8be61d34156ef907adb7eb98902509da
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 11:11:48 2012 +0000

    basic, cui, extensions, filter, vcl: fix some warnings
    
    Patch by: Michael Stahl

commit ba86cf07673ed3dde1b4d54242005a4a903d86c9
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 10:51:59 2012 +0000

    hwpfilter review
    
    Patch by: Michael Stahl

commit 9ce29c163743111002a6d8bfeb8fbd5f20b80838
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 10:35:34 2012 +0000

    filter review StarCalc 1.0
    
    Patch by: Eike Rathke

commit 3b5a27e906b45bef8a6fda3f73a1ff89c49a2929
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 10:32:39 2012 +0000

    filter review QuattroPro
    
    Patch by: Eike Rathke

commit 02ed81efe4fd4d6ddd62a2a7e7490712950a0002
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 10:26:13 2012 +0000

    filter review Lotus WK
    
    Patch by: Eike Rathke

commit a6b0b8d0a19b14fc8b35c62507d4fe38e3ee05da
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 09:28:32 2012 +0000

    add comphelper::newArray_{null,ex}, checking for overflow
    
    Patch by: Michael Stahl

commit facdfe2138452ff5f5f0b1358872b694d52dd9ee
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 09:25:05 2012 +0000

    add comphelper::newArray_{null,ex}, checking for overflow
    
    Patch by: Michael Stahl

commit f02b46aba8eddc9bd1f3f56feb2ec2ff6b4bda35
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jul 18 09:21:23 2012 +0000

    some dangers in sot module removed
    
    Patch by: Mikhail Voytenko

commit 7b6990763f759f2de1902f8d22a22eb8e66797f7
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jul 18 08:40:50 2012 +0000

    #i120306# better input checks in WinSalBitmap::ImplCreateDIB()
    
    Patch-by: hdu, orw

commit 7a8c7f6a6ceb29bf754e24f07ef92fcee4b925c3
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jul 18 08:26:36 2012 +0000

    120306# enforce finite memory consumption of loaded jpeg
    
    Patch-by: orw
    Tested-by: orw

commit 52c755f84a4755982d0f0933986c292d199a34f0
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jul 18 08:16:30 2012 +0000

    #i120306# cleanup failed loading of problematic jpeg
    
    Patch-by: orw
    Tested-by: orw

commit 0ae84df101fad80f29934c670cc67ac51985c63b
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Jul 18 01:30:10 2012 +0000

    #120295# - VCLAuto patch: refactor function verification test. Test cases about text document and presentation.
    
    Patch by: Li Lin Yi
    Review by: Liu Zhe
    Delete the useless FVT.java

commit c1127ec119079e3a87852c205766d5c39f995995
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Jul 18 01:28:42 2012 +0000

    #120295# - VCLAuto patch: refactor function verification test. Test cases about text document and presentation.
    
    Patch by: Li Lin Yi
    Review by: Liu Zhe

commit 2d3010e7f399b206bc089bc6fe91f99286bd5260
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jul 17 13:28:51 2012 +0000

    i118923 - OS/2 port: fix build and installation of binfilter modules.

commit 04537dabcb717017f4e55b8c20a93260bc7a8f80
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jul 17 13:24:26 2012 +0000

    i118923 - OS/2 port: add quickstart executable to install set.

commit 3c7eb23c2a3beff216f58e2376030f9b4c80087e
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jul 17 12:27:17 2012 +0000

    #i119946# enable SAFESEH, NXCOMPAT and DYNAMICBASE for icu binaries
    
    Patch-by: Herbert Duerr
    Found-by: Herbert Duerr

commit 8387a0d5d26e0e327097ec91dfc66173c4de24d1
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jul 17 11:16:38 2012 +0000

    #i119946# enable SAFESEH, NXCOMPAT and DYNAMICBASE for python binaries
    
    Patch-by: Andre Fischer, Herbert Duerr
    Found-by: DaLi Liu

commit 8186fd9547ba256f5486482fdfd91a2c6a646fa9
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 17 05:49:36 2012 +0000

    Speed up keyboard typing.

commit 9a90f65fbbe5c89493a3a48e50d481e7aa094c88
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 17 00:40:18 2012 +0000

    #120289# - Performance test patch
    
    Patch by: Liu Yi Xuan (liuyixuan.527 at gmail.com)
    Review by: Liu Zhe

commit eeb5a23ccb9d68aa897c24a359e5a8990a2b52a7
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jul 16 08:02:01 2012 +0000

    #120290# include stable version of Slovenian dictionary pack from ext repo

commit 203839a014babd9afb7805858bb58c4406bf2a99
Author: Andrea Pescetti <pescetti at apache.org>
Date:   Mon Jul 16 07:07:14 2012 +0000

    #i119229# Update ES dictionary to 0.6 (first patch in issue page)
    
    Patch By: arielch
    Review By: pescetti

commit 1a1520919ed9f549ba2f80217d4c3316f6a60579
Author: Liu Zhe <liuzhe at apache.org>
Date:   Sun Jul 15 23:35:25 2012 +0000

    Move Testspace into testcommon.

commit cadff32acf4a88e9e34ac5a49fdef47664c6b639
Author: Liu Zhe <liuzhe at apache.org>
Date:   Sun Jul 15 23:28:51 2012 +0000

    #120272# - VCLAuto patch: refactor function verification test. Test cases about formula.
    
    Patch by: Li Lin Yi
    Review by: Liu Zhe

commit bda4fce6f6b0070b86b2d873ac36c0f3ec5eb631
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Jul 14 20:42:37 2012 +0000

    #i120278# - Fix replacement of TRUE by sal_True

commit 514843f9d4fbd4db287300faa52ca6bda618aea1
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 13 08:27:09 2012 +0000

    #i119495# Fixed export of arrow styles to PPT.
    
    Reported by: Du Jing
    Patch by: Jianyuan Li
    Review by: Andre Fischer

commit 57fdcdd79d1682ee7d5e88fbab3803631496afa2
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 13 07:55:43 2012 +0000

    #i119874 Fixed text alignment in RTL layout.
    
    Reported by: Li Feng Wang
    Patch by: Jianyuan Li
    Review by: Andre Fischer

commit 1289f5be48f50b38b16fb0ad34c7743317e8c79d
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 13 07:33:02 2012 +0000

    #i120172# Add missing undo action for changing index of new PresObj.
    
    Reported by: Shan Zhu
    Fixed by: Andre Fischer

commit c8f323e9d834afeea8ca205459a3ea798c86db10
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Jul 13 02:17:55 2012 +0000

    Missed "return" in getUrl

commit 529e60acea9d140f5a8dad2a7b106119a120bfca
Author: Liu Zhe <liuzhe at apache.org>
Date:   Fri Jul 13 01:58:11 2012 +0000

    Add a new method prepareData(String, String). The second argument is used to specify a relative path under testspace.

commit 438e9bbfd66fb06540c80249a0be336886e55eec
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jul 12 19:28:30 2012 +0000

    Update the link to the Slovenian dictionary with the
    
    one available from the Slovenian OpenTheasurus Project
    dated 2012-07-12.
    
    http://www.tezaver.si/
    
    This appears to be the continuation to the one we carry
    in the OpenOffice website and that we will have to
    discontinue due to the restrictive license.

commit c6e5b87b762ccf7c005f6456dc9bed97b74cc99c
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Jul 12 13:03:35 2012 +0000

    #120180#: "Unname" unused arguments to prevent WaE issues.

commit 5cae04925aafaad87b856484b8f91cbf879db580
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Jul 12 12:59:52 2012 +0000

    #120180#: "Unname" unused argument to prevent WaE issue.

commit 16c96ce5937592a4a463b388fc8c3e7b93f0db05
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Jul 12 12:44:12 2012 +0000

    #120178#: Prevent WaE issue - "unname" unused arguments.

commit 8be0972c9b38efbb43a0b8fc3658028ede58378c
Author: Andre Fischer <af at apache.org>
Date:   Thu Jul 12 10:19:38 2012 +0000

    #i119493# Fixed import of tables with connectors.
    
    Reported by: liupingtan
    Patch by: SunYing
    Review by: Andre Fischer

commit 5f8fdf26690191f185ba81cb3d3f3118acf34442
Author: Andre Fischer <af at apache.org>
Date:   Thu Jul 12 08:40:16 2012 +0000

    #i94007# Dispose controller earlier when slide show is ended to avoid
    
    crash.

commit b6609369eea028ff53eec26eeb446f2aece6c2a2
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Jul 12 06:29:56 2012 +0000

    Add a new class Testspace

commit f28430b1cc52b0a6da012451d24665ae6bc0a2da
Author: Liu Zhe <liuzhe at apache.org>
Date:   Thu Jul 12 06:17:27 2012 +0000

    Fixed "OpenOffice can't be killed on Windows".

commit 6e4214e604f8aa86b08a7fbe315a80d7751ffc2d
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jul 11 14:01:20 2012 +0000

    #i120237# cache the updated frame reference in the AquaSalGraphics

commit 6550c7c0595670c10e340e2c7b41be7e128af40a
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jul 11 13:13:24 2012 +0000

    #i120273# workaround a crash on OSX when an VirtualDevice is reused that was created for a now dead window
    
    regression was introduced by the changes for #i116758#
    
    Patch-By: Herbert Duerr
    Suggested-By: Herbert Duerr
    Found-By: Herbert Duerr

commit b8f5370aeea74b68333885450f7ec34918c1d8c8
Author: Andre Fischer <af at apache.org>
Date:   Wed Jul 11 11:17:48 2012 +0000

    #i118813# Update slide sorter after page format is modified.

commit 961de71fba53cbbef92fb50a63f5705aad22a08e
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Jul 11 10:10:22 2012 +0000

    #119686# - method <XclImpDrawObjBase::PreProcessSdrObject(..)> - disable Undo for setting the object name
    
    Found by: Li Lin Yi
    Patch by: Zhang Lu
    Review by: Oliver-Rainer Wittmann (orw at apache dot org)

commit f42a00437a682d479e82256b2fdf873dd097c428
Author: Andre Fischer <af at apache.org>
Date:   Wed Jul 11 08:07:30 2012 +0000

    #i20044# Fixed queryEmptyCell()
    
    Reported by: Steffen Grund
    Patch by: hanya:
    Review by: Andre Fischer

commit 6306a8ec028c04dbb3dab4b85176419399f1722d
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 10 23:09:31 2012 +0000

    The default OpenOffice home is wrong on Mac OS X & Windows. Fixed it.

commit 2ec8ff7a56d0d53f97380b97f6a8814120ba3d0e
Author: Andre Fischer <af at apache.org>
Date:   Tue Jul 10 13:17:46 2012 +0000

    #i119552# Fixed sheet protection.
    
    Reported by: binguo
    Patch by: Jianyuan Li
    Reviewed by: SunYing and Andre Fischer

commit ef158ab23e7bf6fd8241a1844603895a074d8c73
Author: Andre Fischer <af at apache.org>
Date:   Tue Jul 10 13:06:59 2012 +0000

    Added missing patch file.

commit 6cecd60ceff2c5064bcca677514d06d6e410654d
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Jul 10 10:34:43 2012 +0000

    #119952# - method <lcl_CalcAutoWidth(..)> - do not provide width of text frame inclusive margins, if text frame is in its formatting.
    
    Found by: Yan Ji
    Patch by: qiuhuaidong at gmail dot com
    Review by: Oliver-Rainer Wittmann

commit 5a4ae152af799f4f6d1313b53af86a61cbe109b2
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jul 10 10:28:15 2012 +0000

    #i25920# feeding the bugzilla svnbot with x8

commit cb984ade8bac7d8cb37ce569e373f29fd5fdbc7f
Author: Andre Fischer <af at apache.org>
Date:   Tue Jul 10 10:01:05 2012 +0000

    #i119872# Fixed import of custom shapes from PPT.
    
    Reported by: Li Feng Wang
    Patch by: Jianyuan Li
    Review by: Andre Fischer

commit 5bf6e5810641903be2e46d43f1194732031580b0
Author: Andre Fischer <af at apache.org>
Date:   Tue Jul 10 07:49:56 2012 +0000

    #i119948# Instruct windows installer to use refcounting on fonts.
    
    Reported by: DaLi Liu
    Patch by: qiuhuaidong
    Review by: DaLi Liu and Andre Fischer

commit 6764bea53840b7730c0a51d78a8bc5d43bbe5d66
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 10 06:06:01 2012 +0000

    Merge two test classes into one test class.

commit 4df0acbe45e1a849576c5ea0e652c5652249d29e
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 10 06:05:30 2012 +0000

    Merge two test classes into one test class.

commit 9754414011f2318861eb99383bc974b57028a512
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 10 05:46:10 2012 +0000

    Merge all test classes under subtotals into one test class.

commit 41e30e1dc27b82e7fbd6741b085182b022f2aa9b
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 10 05:44:43 2012 +0000

    #120234# - testcommon enhancement: uno api test support, multiple instances support.
    
    Replaced AppUtil.initApp to VclApp.start.

commit 428f563b9be76afbfd5fc56177acb038c15a2456
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 10 05:42:36 2012 +0000

    #120234# - testcommon enhancement: uno api test support, multiple instances support.
    
    AppUtil.initApp is removed.  Should use VclApp.start in future test case development. e.g.
    @Before
    public void setUp() {

commit 00d282ea60802cf1b3724e4ea31f3bb63926d016
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 10 05:40:19 2012 +0000

    #120234# - testcommon enhancement: uno api test support, multiple instances support.
    
    Patch is not needed. org.openoffice.test.OpenOffice has built-in code to do it.

commit a63e2d912fff736ca1985c6ca486dbf79874eb6c
Author: Liu Zhe <liuzhe at apache.org>
Date:   Tue Jul 10 05:32:08 2012 +0000

    #120234# - testcommon enhancement: uno api test support, multiple instances support.

commit 94c8978a16536738bbad7a52cdfb9f37a4d19ed0
Author: Yong Lin Ma <mayongl at apache.org>
Date:   Tue Jul 10 02:29:03 2012 +0000

    119994: Range picker dialog is changed to modal mode wrongly
    
    Patch by: Peng YunQuan
    Review by: mayongl
    Reported by: Yan Ji

commit 4034798d137593863fdc9041ec9cd55ad88fbf84
Author: Yong Lin Ma <mayongl at apache.org>
Date:   Tue Jul 10 01:07:14 2012 +0000

    56806: Page background lost when export to doc format
    
    Patch by: Chen ZuoJun
    Review by: mayongl

commit 472d5610c71b7a74e6d279d8f625cec8b41b8e81
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Jul 9 15:43:44 2012 +0000

    #120016# - method <SwTabFrm::MakeAll()> - refine condition for allowing split of a table row:
    
    Found by: Yan Ji, Jian Hong Cheng
    Patch by: Oliver-Rainer Wittmann
    Review by: Jian Hong Cheng

commit cbb7f35dfead2ccbc028de90df153d9b7a58d8d1
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jul 9 15:35:13 2012 +0000

    up-to-date check for configure script should precede all other checks+infos

commit e352f0573c49b9bf0dd7ff91d171eb5cb1f7d5a9
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Jul 9 15:20:47 2012 +0000

    #100684# - function <lcl_MoveAllLowerObjs(..)> - assure that contour cache is cleared.
    
    Found by: openoffice at schierla dot de
    Patch by: openoffice at schierla dot de
    Reciew by: Oliver <orw at apache dot org>

commit 66cef81342b38e23c6785c101fe204a9512f0646
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 15:08:56 2012 +0000

    #i119953# Fixed crash on File->Insert.
    
    Reported by: Yan Ji
    Patch by: Oliver-Rainer Wittmann
    Review by: Andre Fischer

commit 822661c165198467b56fa2a1034ddc002ba99f7e
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 14:39:47 2012 +0000

    #i120168# Do not call storeOwn() when not necessary.
    
    Patch by: lizh.fee
    Review by: Andre Fischer

commit 6ec8398d5e76070a5a48e7e40d0bdbb800b1bf8d
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 14:10:10 2012 +0000

    #i94898# Fixed update of previews in slide layout load dialog.
    
    Reported by: gibi
    Patch by: hanya
    Review by: Andre Fischer

commit 97863eb43d5a5adadc61ae4cc00c7e1977e9e922
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jul 9 13:01:19 2012 +0000

    #117782# increase size of control

commit f7da26f51bfaddecd7b774bc237d6f5fa082e57c
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 12:59:06 2012 +0000

    #i119545# Fixed import of master page layout from PPT.
    
    Reported by: Li Feng Wang
    Patch by: SunYing
    Review by: Andre Fischer

commit 478b3a28a282e9525b8164b743b7503974259546
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 11:57:55 2012 +0000

    #i120039# Export more bitmap fill style parameters.
    
    Reported by: Du Jing
    Patch by: zjchen
    Review by: Andre Fischer

commit da2c3ed52ae631dba11821f201a2fce49bf18c86
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 11:25:28 2012 +0000

    #i119519# Fixed import of closed borders from PPT when an ellipse is involved.
    
    Reported by: liupingtan
    Patch by: Jianyuan Li
    Review by: Andre Fischer

commit 7d4fbffcf83ae6cbd01485320c2f21155c3dd4de
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 11:10:26 2012 +0000

    #i119480# Fixed import of curves from PPT.
    
    Reported by: Du Jing
    Patch by: SunYing
    Review by: Andre Fischer

commit a6134e2a15495fb899436b0ea4f1dbea2df64686
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 11:04:52 2012 +0000

    #i119888# Fixed import of gradient colored shapes from PPT.
    
    Reported by: Li Feng Wang
    Patch by: Jianyuan Li
    Review by: Andre Fischer

commit 42e6ec353f68123486ea72d5f3c7a9f447d5e58b
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 08:53:58 2012 +0000

    #i119536# Fixed rotation when importing PPT.
    
    Reported by: Li Feng Wang
    Patch by: Ma Bingbing
    Reviewed by: Arming Le Grand and Andre Fischer

commit f425d556504e055216d9402241ff598a97204509
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 08:04:21 2012 +0000

    #i119551# Avoid grouping shapes on import from PPT under certain conditions.
    
    Reported by: Li Feng Wang
    Patch and review by: Ma Bingbing and Armin Le Grand

commit e4b509ed7e67cdd38201d26e864c3a5a7620d911
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Mon Jul 9 07:32:12 2012 +0000

    Fix issue #i120140: After doc file saved by AOO, one more section is created
    
    * sw/source/filter/ww8/wrtww8.cxx
    * sw/source/filter/ww8/ww8atr.cxx
    MS Word Binary Interoperability
    
    Patch by: Lin Yuan,<yuanlin.ibm at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 73e01c6931df3f548a423ae37fc48368dd9b65d7
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 9 07:30:48 2012 +0000

    Do not build javadoc for httpclient.
    
    It is not delivered.
    
    Patch by: Tsutomu Uchino
    Review and additional changes by: Andre Fischer

commit 3c819ecc10e46bd8986cb0752115fa7abf473f17
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Jul 9 05:02:26 2012 +0000

    #120218# [VCLAuto patch]The getID() can not find the menu item expected while there is any menu item which contains the string.
    Patch by: Zhu Shan
    Reviewed by: Liu Zhe
    Added the license header.

commit 2a54c933ac0754c594f4e3e8565b28ddabe71b55
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Jul 9 04:58:23 2012 +0000

    #120218# [VCLAuto patch]The getID() can not find the menu item expected while there is any menu item which contains the string.
    Patch by: Zhu Shan
    Reviewed by: Liu Zhe

commit fdfa8150e5a916f4d6f80bf972cacbd57ed298ec
Author: Liu Zhe <liuzhe at apache.org>
Date:   Mon Jul 9 03:59:21 2012 +0000

    #i120217# VCLAuto patch: Build Verification Test does not support multi-language except en-US.
    
    Patch by: Li Lin Yi
    Reviewed by: Liu Zhe

commit 1b6753f0996375df7fb2ea34584f506517a7380d
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jul 6 14:08:59 2012 +0000

    #i25920# feeding the bugzilla svnbot with x7

commit 0329b4224c70b3da850b7cfbe9166904984eef6a
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 6 13:02:06 2012 +0000

    #i119884# Fixed export of fontwork alignment.
    
    Reported by: Li Feng Wang
    Patch by: SunYing
    Review by: Andre Fischer

commit 45fa00258d627419d46e7a8f4387166881b2dfa2
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jul 6 12:54:54 2012 +0000

    #i25920# feeding the bugzilla svnbot with x6

commit d589f518612fcddbd9d5f679bc2099f1a387a6b1
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jul 6 12:52:19 2012 +0000

    #i25920# feeding the bugzilla svnbot with x5

commit e4f72c4138118ec06b9dec5f62aa03a8d5ef411c
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jul 6 12:28:07 2012 +0000

    #i25920# feeding the bugzilla svnbot with x4

commit e3c9075c94b89c0ec8791e9585aad86665ca4680
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jul 6 12:17:14 2012 +0000

    #i25920# feeding the bugzilla svnbot with x3

commit 3dba8d796d40bbc1d871985509c1c088f078af4a
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jul 6 12:15:53 2012 +0000

    #i25920# feeding the bugzilla svnbot with x2

commit 160d8ff36d5a39db8aa67ad05877452e30e14f0b
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 6 12:07:22 2012 +0000

    #i119887# Fixing import of shadow direction.
    
    Reported by: Li Feng Wang
    Patch by: Jianyuan Li
    Review by: Andre Fischer

commit fb1446f7a9067c56ba1717058a6bbdf2c75304ca
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jul 6 11:50:01 2012 +0000

    #i25920# feeding the bugzilla svnbot with x1

commit 830bd984a9db75a76057a969a96a17233ed4d7ee
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 6 11:28:33 2012 +0000

    #i119877# Fixed import of FillBitmapMode.
    
    Reported by: Li Feng Wang
    Patch by: SunYing
    Reviewed by: Andre Fischer

commit 7daa651fbc74a6fc08d713282b9e25cda14e39e9
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 6 10:45:08 2012 +0000

    #i119902# Rename all master pages in a template, not only the first one.
    
    Patch by: Ma Bingbing
    Review by: Andre Fischer

commit 2cede59569e9f86848f6e193e323caaa106a0985
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 6 09:07:56 2012 +0000

    #i116680# Update of hunspell from 1.2.9 to 1.3.2

commit cb4019e9c52ae7f89a6b63c738c4bc4e670a9666
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 6 07:25:36 2012 +0000

    Added comment about SCPDEFS variables that are defined in configure.

commit 69ea079e09f64ac037686f874617efc63d0449f5
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Jul 6 07:07:48 2012 +0000

    #119567# - method <SwWW8WrGrf::WritePICFHeader(..)> - assure correct scaling in case that the size is substituted.
    
    Found by: Yan Ji <yanji.yj at gmail dot com>
    Patch by: zjchen <zjchencdl at gmail dot com>
    Review by: Oliver <orw at apache dot org>

commit 90ff0444686c6f733e2eb74bd00e324a6879b7b7
Author: Andre Fischer <af at apache.org>
Date:   Fri Jul 6 06:17:06 2012 +0000

    #i119170# Obey --without-fonts switch for catgory-B fonts.
    
    Patch by: NAKATA Maho
    Review by: Andre Fischer

commit dbd0cea6052c5198fc960883830c3daebb989a4c
Author: Andre Fischer <af at apache.org>
Date:   Thu Jul 5 14:49:29 2012 +0000

    #i120096# Detect empty polygon in Region constructor and set impl object accordingly.
    
    Reported by: Du Jing
    Fixed by: Andre Fischer

commit 2df66d39b4303e673ab43b97d2a5df5f09d04285
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jul 5 08:57:58 2012 +0000

    Bring back mnemonics, but only for the menu bar

commit 78439096fe1277a1d1003dda4ba7be830923ab6c
Author: Andre Fischer <af at apache.org>
Date:   Wed Jul 4 14:26:40 2012 +0000

    Show output synchronously for build --html

commit 662d098fd66b88bf4e0fdf1340fd6a467d7ccfea
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jul 4 14:20:27 2012 +0000

    #i120143# fix parsing of bullet height in PPT files
    
    Patch-by: Sun Ying
    Found-by: Liu Ping Tan
    Review-by: Herbert Duerr

commit fec5319e1f25d6fff47911f9c5f656770a269195
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jul 4 12:15:37 2012 +0000

    i120155 - Fix malformed help URL

commit 9cd7d8572e79e19c8e3f6434acd6ac3d7038a225
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jul 4 12:08:57 2012 +0000

    Small format fixes in IDL files

commit fa6c5d91da2ef372004b5ed563b9c5e3626a7a41
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jul 4 05:46:06 2012 +0000

    #119510# - fix some invalid FLY_AT_PARA case:
    
    The width should be automatically re-sized, then for the horizontal alignment left is
    better than right.
    
    Found by: yan ji
    Patch by: Lei De Bin
    Review by: Chen Zuo Jun

commit 6bb5185fbd61ce787731009257a03020e9024caf
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Jul 4 05:39:30 2012 +0000

    Fix: The default OpenOffice home is wrong

commit b51d354f043d19c1a8f22e1cfff6d0b43eb62b5e
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jul 4 05:35:24 2012 +0000

    #119632# - Macro button lost if save template to .doc file
    
    Add export MACROBUTTON field codes in AttributeOutputBase::TextField
    
    Found by: yan ji
    Patch by: Lei De Bin
    Review by: Chen Zuo Jun

commit a2b478418beb5a84a58dd9226433cf7db7daf00a
Author: Liu Zhe <liuzhe at apache.org>
Date:   Wed Jul 4 05:02:29 2012 +0000

    #119998# - Add JavaDoc to API. Add new methods into VclApp. Merge BVTFunction2 into BVTFunction. Add two parameters to AppUtil.initApp.

commit 46bdb1a506d6ca981916501562fa01c76e950176
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jul 4 01:08:05 2012 +0000

    Fix the issue running junit test with OOO_SUBSEQUENT_TESTS on Window.
    
    Change installation zip from OOo_*_install-arc_ to Apache_OpenOffice_*_install-arc_

commit 579251634aea1738768c4478b84df92d43b1a36e
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jul 3 19:13:43 2012 +0000

    i118923 - OS/2 port: enable menu automatic hilite based on current WPS/XWP settings.

commit 9ea39749b5c319389acb9872aafbf5d090825ed5
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jul 3 16:12:54 2012 +0000

    i118923 - OS/2 port: match the new WPS object ID for Apache OpenOffice objects.

commit 030d086a343d3e0b38b10ec6d5b7b0171be7d093
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jul 3 16:10:55 2012 +0000

    i118923 - OS/2 port: enable again LIBSTRICTPATH, we are no longer using innowin for java support.

commit 2057fc6d057c8f488b4791b6dfc05122d1397337
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Jul 3 15:38:18 2012 +0000

    Comment variable nSz to prevent WaE issues.

commit 316fc7f636f0738f3bc0b50f0aea83510ee17bd8
Author: Andre Fischer <af at apache.org>
Date:   Tue Jul 3 14:50:38 2012 +0000

    #i120127# Updated german dictionaries to latest versions.

commit 19811155689c7878e8118c8d1e4e0640df25de2b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jul 3 12:26:39 2012 +0000

    i120156 - AutoUpdate on Undo/Redo

commit 48856f602fc5375586fe48a82ff0c47745ee69f2
Author: Andre Fischer <af at apache.org>
Date:   Tue Jul 3 11:44:39 2012 +0000

    #i120174# Do not build tomcat code that is not delivered.

commit 26e18c9551f4d768a76e29df94e4b759d4ca4c55
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Jul 3 00:35:39 2012 +0000

    #120078# add virtual destructor to WW8 resource model base classes to avoid memory leak, includes Value, Properties, Table ...
    
    Found by: zhangjf
    Patch by: zhangjf

commit 7dcea9c7dde686825442102757858463b6297f73
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jul 2 15:18:17 2012 +0000

    #i120045# use namespace to avoid name clash of different TransliterationChgData structs

commit b73c741c4f792c71623127fdc711dc3f38603083
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jul 2 10:42:58 2012 +0000

    i120149 - Flash changes on slot execution to reflect AutoUpdate

commit f5226834b66c6ab0277b3ec25a81bd2b156d142f
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jul 2 09:46:50 2012 +0000

    i120146 - moz gcc 4.7 fixes

commit 59d811efac87bf84169ca439a7d9b5181fc5929d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jul 2 08:28:55 2012 +0000

    i120145 - Remove ENABLE_PRESENTER_EXTRA_UI

commit 07503b880698c2632a75ac76d40611d10e14989a
Author: Andre Fischer <af at apache.org>
Date:   Mon Jul 2 08:28:49 2012 +0000

    Temporary hack to "convince" build.pl to produce usefull log files (no html) on the
    
    buildbot.

commit 7de1caa8f31be16c3e83b86d5ca9a76678a9958b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jul 1 13:26:52 2012 +0000

    i120095 - Asynchronous Desktop termination

commit 880aadbeba4e31049d5b7f0a34323553fb6249fb
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Jun 30 22:02:03 2012 +0000

    Fix build breaker from i120106
    
    Patch by: Chao Huang
    Suggested by: alg

commit 3067d49aa9f162707155ca8149c39e9e855a6d32
Author: Andre Fischer <af at apache.org>
Date:   Fri Jun 29 14:03:29 2012 +0000

    #i120033# Include only dict-en.oxt as dictionary for en-US and en-GB.

commit 4968766d03d86772d0dd2aff43c45015d4b32403
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 29 13:16:50 2012 +0000

    fix handling of manifest attributes
    
    Handling them should must be independent of their ordering.
    Multiply defined attributes should not happen in valid documents, but just in case it happens we ignore all but the first,
    
    Also did some other minor cleanups like the removal of unused var and used string constants in a more direct way.

commit c26f80aa1ba65b63e313dce9c6d7e40ab8efede6
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jun 29 11:39:59 2012 +0000

    #120106# Use boost::shared_ptr and stl tools to implement a SwPosFlyFrms which can be used and handed over by value and cleans up it's content to avoid memory leaks.
    
    Found by: Chao Huang
    Patch by: Chao Huang, alg
    Review by: Chao Huang, alg

commit e7168710bfd30b5d682d21d81c116cd33cf22505
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jun 29 08:28:49 2012 +0000

    #120077# Added local var for SfxItemPool for EditEngine to avoid memory leak.
    
    Found by: Chao Huang
    Patch by: Chao Huang, alg
    Review by: Chao Huang, alg

commit 803b94a2391352ccef46a6f8fdcfa9dc748bb737
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jun 29 08:04:31 2012 +0000

    #120105# Avoid MemoryLeak in ScTableSheetObj::PrintAreaUndo_Impl by handling created ScPrintRageSaver objects more careful.
    
    Found by: Chao Huang
    Patch by: Chao Huang, alg
    Review by: alg

commit e755623a1d2cb24fc8c339eb0c0888c42d6c0ba7
Author: Andre Fischer <af at apache.org>
Date:   Fri Jun 29 06:18:01 2012 +0000

    Fixed typo (missing $) in configure.in

commit ec1819f218b94bed1556653e1b2b816a65da61ef
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jun 28 16:30:03 2012 +0000

    #120077# ALG: Reverted r1354011, adapted all usages of SfxStyleSheetIterator and CreateIterator to use boost::shared_ptr

commit b69333045a54fb8ac0d5aabbf01b1fd125985e81
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jun 28 15:17:55 2012 +0000

    #118906# corrected APR_UTIL_INCDIR to APRUTILINCDIR

commit 8cb93cc332de8923485687a3fcc44dd0b008ac79
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Jun 28 14:38:38 2012 +0000

    i118923 - OS/2 port: do not shorten names for resource files.

commit 1059b3882d318ffec17555f45ac676a019737dd3
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Jun 28 14:37:13 2012 +0000

    i118923 - OS/2 port: allow configure to use system apr-serv-coinmp libraries.

commit aee07d48ed6a24ffd4b4dac73236fb3a3ec5e800
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 28 10:26:32 2012 +0000

    #i120050# Fixed memory leak when SdrObject is removed from master page.
    
    Patch by: ChaoHuang
    Review and minor changes by: Andre Fischer

commit 2b1cedbe547ea8f7979f91873dd6e602ebb08a7b
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jun 28 10:01:49 2012 +0000

    #119989# Support relative 3D pie chart height when importing charts.
    
    Reported by: Yan Li
    Patch by: Yan Li, Tan Li, alg
    Review by: alg

commit 9d968941eccc9a1cb78edc451cfdae1dff7596ad
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 28 07:07:12 2012 +0000

    #i120108# fix leaking pTabData[] in ScViewData::ReadUserDataSequence()
    
    Patch-by: Chao Huang
    Found-by: Chao Huang
    Review and minor style fix by: Herbert Duerr

commit 9c7d0d72e5e1d8a2cb42405b4914ca1f43de1875
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 28 06:52:01 2012 +0000

    #i118906# Renamed APRUTIL to APR_UTIL.

commit c2719dd98d0c21d931ebefefbb1a00bb66be2d97
Author: Lei De Bin <leidb at apache.org>
Date:   Thu Jun 28 02:20:48 2012 +0000

    update license for the VCLAuto.
    
    Remove the IBM one and Add the ASF 2.0.
    Reviewed by Zhangjf

commit e3d6b7ed9528bcf4ed83e1df0de46a7f033c20c1
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 27 20:52:20 2012 +0000

    i82660 - SimpleCommandMail: fix options passed to Thunderbird

commit 474752f6a5b318bed467c745b8a7c8477c76d079
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 27 20:52:14 2012 +0000

    i82660 - SimpleCommandMail: fix options passed to Kmail

commit 4536f0b98bc01850bf016dc1f60f0156cb7eb99e
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Jun 27 10:07:50 2012 +0000

    #119803# - RTF export for User Fields: implementation for method <RtfAttributeOutput::WriteExpand(..)>
    
    Found by: ej197us at gmail dot com
    Patch by: yuanlin <yuanlin.ibm at gmail dot com>
    Review by: Oliver <orw at apache dot org>

commit c209cc1164ffb0bdeb1326ae0a8d79ab97f97e86
Author: Andre Fischer <af at apache.org>
Date:   Wed Jun 27 08:26:26 2012 +0000

    #i118906# Fixed dependencies between scp2 and apr-util and apr.

commit 796cc06c63e526184c7aacf5a83b293ef697d674
Author: Andre Fischer <af at apache.org>
Date:   Wed Jun 27 08:11:37 2012 +0000

    #i120102# Guard vector access by ensuring vector is not empty.

commit 12d9dd7203647c6184b96ebffe90f869c6dc5f65
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jun 27 04:23:52 2012 +0000

    #119998# the VCLAuto code re-factor
    
    remove the the un-used file in /test/testoo/ids/hid.lst
    Patch by: Liu Zhe(aliuzhe at gmail dot com)
    Review by: Lei Debin

commit e8fa7bbfab4e55aa51316ce39dd7faec4d842902
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jun 27 02:08:56 2012 +0000

    #119998# the VCLAuto code re-factor
    
    Patch by: Liu Zhe(aliuzhe at gmail dot com)
    Review by: Lei Debin

commit 212ba19f29edf9965f0c57a80b206025c35b5d27
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jun 27 01:24:12 2012 +0000

    #119998# the VCLAuto code re-factor
    
    Patch by: Liu Zhe(aliuzhe at gmail dot com)
    Review by: Lei Debin

commit c804e523eda1c8ffa279623dfac84bbf679d358f
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jun 27 00:12:32 2012 +0000

    #119998# as design of
    
    http://wiki.services.openoffice.org/wiki/Test_Refactor
    The code testgui had re-factor to test/testcommon, now delete it from top level.

commit 169145533ad80ff339a64672512e0d02501d48f3
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jun 27 00:07:58 2012 +0000

    #119998# copy the VCLAuto from Symphony code base to AOO trunk.
    
    More info, check here
    http://wiki.services.openoffice.org/wiki/QA/vclauto
    http://wiki.services.openoffice.org/wiki/Test_Refactor
    Copy the testgui/source/org/openoffice/test/vcl to test/testcommon/source/org/openoffice/test/vcl

commit cc4a2b8e3392952fb1b2ad8a6329ec90ddbdaa39
Author: Lei De Bin <leidb at apache.org>
Date:   Wed Jun 27 00:03:21 2012 +0000

    #119998# copy the VCLAuto from Symphony code base to AOO trunk.
    
    More info, check here
    http://wiki.services.openoffice.org/wiki/QA/vclauto
    http://wiki.services.openoffice.org/wiki/Test_Refactor
    move testcommon to test/testcommon

commit 056037ab93754656b8f68a3edb4b24790f87d23b
Author: Lei De Bin <leidb at apache.org>
Date:   Tue Jun 26 23:59:49 2012 +0000

    #119998# copy the VCLAuto from Symphony code base to AOO trunk.
    
    More info, check here
    http://wiki.services.openoffice.org/wiki/QA/vclauto
    http://wiki.services.openoffice.org/wiki/Test_Refactor
    Copy the test to test/testoo

commit d2f8af657a0d67e5aee03ac79d3fb59d89da452b
Author: Lei De Bin <leidb at apache.org>
Date:   Tue Jun 26 23:56:22 2012 +0000

    #119998# copy the VCLAuto from Symphony code base to AOO trunk.
    
    More info, check here
    http://wiki.services.openoffice.org/wiki/QA/vclauto
    http://wiki.services.openoffice.org/wiki/Test_Refactor
    Copy the testgui

commit 943e06d449f2e3bd5644891350478a7804651db6
Author: Lei De Bin <leidb at apache.org>
Date:   Tue Jun 26 23:52:33 2012 +0000

    #119998# copy the VCLAuto from Symphony code base to AOO trunk.
    
    More info, check here
    http://wiki.services.openoffice.org/wiki/QA/vclauto
    http://wiki.services.openoffice.org/wiki/Test_Refactor
    Copy the testcommon

commit 4964a13d97ca8ed16fb18ed10957c73f32651821
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jun 26 21:06:13 2012 +0000

    Office FilePicker: Use the right resource name

commit cda5df083238440fe32ccf820b779d2d4e553014
Author: Andre Fischer <af at apache.org>
Date:   Tue Jun 26 14:29:05 2012 +0000

    #i119557# Ignore redundant "split" property.
    
    Patch by: Jianyuan Li
    Found by: binguo
    Review by: Andre Fischer

commit 0e2e5b71a7a0576dbe15bc291aa133c258a5e216
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jun 26 14:06:49 2012 +0000

    i118923 - OS/2 port: allow Java and UNO exports in bridge, partial revert of r1199933, enables java support in OS/2 port.

commit 8eb9ebd6ea9cbc7a26a8a090ecd791a3142ebb3d
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jun 26 14:03:51 2012 +0000

    i118923 - OS/2 port: reference debug_printf() also in release builds, so linker does not strip it.

commit 9957730bb807c6d81f243e14a19cbb6a91035194
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Jun 26 13:48:58 2012 +0000

    #119366# - assure that password can be removed from a document via "Save As..."
    
    Found by: DonJaime <donjaime at freenet dot de>
    Patch by: zhengfan <zheng.easyfan at gmail dot com>
    Review by: Oliver <orw at apache dot org>

commit 9110bec22f3dafa416e9a51ac763404dd5382d0c
Author: Andre Fischer <af at apache.org>
Date:   Tue Jun 26 13:41:05 2012 +0000

    #i118906# Added --with-system-(apr,apr-util,serf,coinmp) switches to configure.
    
    Fixed by: Andre Fischer
    Patch by: Pedro Giffuni

commit 9914b3172fd4e3867693e5e63c8085dd66f18b5f
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jun 26 13:30:33 2012 +0000

    #120098# Memoryleak fixed at PPt sw export by remembering and destroying the used stream.
    
    Found by: Chao Huang
    Patch by: Chao Huang
    Review by: alg

commit aee8221b3fbe64d8e88aa3a1b630214807cd86f0
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jun 26 12:36:31 2012 +0000

    #120077# Memory leak fixed in ScXMLFontAutoStylePool_Impl, also chekced and fixed memory leaks caused by not deleting SfxStyleSheetIterator instances.
    
    Found by: Chao Huang
    Patch by: Chao Huang
    Review by: alg

commit 7933660309d98db31e5947bb35c958a7adc9143c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jun 26 00:41:04 2012 +0000

    Always replace <scsrevision>
    
    Revision 1352877 leaves Revision=<scsrevision> in version[rc|.ini] if
    $scsrevision is undefined, that is the case when
    SvnRevision::DetectRevisionId fails; in these cases it would be better
    an empty string.

commit f8ecf85d889ba70b48c2b49ebd650afc0a5ab776
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Tue Jun 26 00:29:13 2012 +0000

    Fix issue #i119922: Graphic in header and footer can not be displayed correctly
    
    * sw/source/core/unocore/unoframe.cxx
    odf compatibility
    
    Patch by: Jane Kang,<kangjane2012 at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 84598594a6f36c2e3fc219d8cf1ec74b902e5e11
Author: Andre Fischer <af at apache.org>
Date:   Mon Jun 25 15:12:42 2012 +0000

    #i119272# Trigger deletion of temporary files of extension manager.

commit 29820acab361a10585e16563a42cb2db1f79b48f
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jun 25 14:50:05 2012 +0000

    fix Aqua clipboard creation of human readable name

commit d56225de586f878acd2f953bcf3208fe9a3c79a3
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jun 25 13:13:11 2012 +0000

    #117461: set row count to 0 and add further check
    
    Patch By: Tsutomu Uchino
    Review By: jsc

commit b596eabddb42dd1cb37802e41dbc1e5790078457
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jun 25 12:51:25 2012 +0000

    #1200074# memory leak by not freeing helper class instances of StyleReplaceData.
    
    Patch by: Chao Huang
    Found by: Chao Huang
    Review by: alg

commit 0711fae8c3f99c53bc1cb091eb218f10f3d8b15f
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jun 25 10:47:20 2012 +0000

    #119516# Be prepared to allow not only 0x8 0x1 detection for canvases, but also 0x1 0x1.
    
    Patch by: Lei Debin
    Detected by: louqle
    Review by: alg

commit 5034b5b9fcc89f88cc028cfd4ff14746365976e8
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jun 25 10:18:26 2012 +0000

    #i120079# fix a memory leak in framework::Frame::initialize()
    
    Patch by: Chao Huang
    Found by: Chao Huang
    Review by: hdu

commit d390bd8e404c464e55ce369af036607a8f827d8f
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jun 25 09:00:41 2012 +0000

    #i120073# fix a memory leak in SvXMLImportItemMapper::PutXMLValue
    
    Patch by: Chao Huang
    Found by: Chao Huang
    Review by: Herbert Duerr

commit c4c014f74afaa9ca1b31c750b0445cf3f34e61a6
Author: Andre Fischer <af at apache.org>
Date:   Mon Jun 25 08:09:05 2012 +0000

    #i119740# Fixed export of fill property of animations to PPT.
    
    Patch by: Tang Meng
    Review by: Andre Fischer

commit 3cec3e3bd8d9ab45e184b274f2b1b22d079b4d5c
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Jun 25 06:01:30 2012 +0000

    #i120072#, free local XMLPropertyHandler object to avoid leak
    
    Patch by: Huang Chao
    Review by: zhangjf

commit 977a050343fc836fc3e7bd876afaee931c47252c
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Mon Jun 25 05:24:31 2012 +0000

    for #119985#

commit 2a3c87a5ea5e3308a138e461dffae19483c0184c
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Mon Jun 25 05:23:47 2012 +0000

    for #119985#

commit 9b4e6064f9598c834a9c36c39932f3e326419d44
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Mon Jun 25 05:04:59 2012 +0000

    for #120049#

commit 611ba1bad5c535c78a3d83a5f6be425c3f76a59e
Author: Lei De Bin <leidb at apache.org>
Date:   Mon Jun 25 05:01:09 2012 +0000

    #118057# - fix the word 2003 XML (wordml) filters broken
    
    Found by: mst.ooo dot arcor.de
    Patch by: mst.ooo dot arcor.de
    Review by: yuanlin <yuanlin.ibm at gmail dot com> and Lei De Bin

commit 3ba7f7c1e74ec1d2283ebd5b9cbe62f80c276b6a
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 24 13:20:49 2012 +0000

    i120048 - Correct handling of user dictionaries in svx::SpellDialog

commit 7ce444982c5bf1df6a465c9eae469c03e843c8a0
Author: Yuri Dario <ydario at apache.org>
Date:   Sat Jun 23 09:52:50 2012 +0000

    i118923 - OS/2 port: do not open the clipboard if data is not available, fix clipboard locking.

commit 255beb8f56a074ce85eaf1db3cdf168f9c09466e
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jun 22 12:30:43 2012 +0000

    #120030# apply reviewed patch to optimize thumbnail creation/painting

commit abf0fd91af4538f9fd9c05f864f7af2b379be8ec
Author: Andre Fischer <af at apache.org>
Date:   Fri Jun 22 12:27:19 2012 +0000

    Avoid warning when making install set.

commit cb4eda5bf9b6750032536340dfefb3c770bedd5b
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jun 22 09:12:16 2012 +0000

    #119991# changed order of freeing pools as needed

commit 48538700cdafaa4becfe74a1d3d93179aed9d764
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Jun 22 09:01:55 2012 +0000

    #119954# - method <SwEditShell::TableToText(..)>
    
    - assure that conversion of nested tables are performed correctly.
    
    Found by: Yang Ji <yanji.yj at gmail dot com>
    Patch by: kang jian <jane73_kang at hotmail dot com>
    Review by: Oliver <orw at apache dot org>

commit 9c1aca0089556fc2feac53147a61a9c941b2750a
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jun 22 08:46:17 2012 +0000

    Corrected CRLF to Unix style

commit acff9d08517a08f30acdf2d90cdcfa17034f4954
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jun 22 08:26:27 2012 +0000

    #120041# improve handling of serf version number

commit 0ba847a0875a454c0c581cbd1a062b94775b2115
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 22 08:02:06 2012 +0000

    Increase configure verbosity for MSVC version detection
    
    The version string as reported by the compiler becomes
    important when the automatism to extract the version
    number failed. Dump this string into the configure log.
    
    MSVC compilers older than 2008 are no longer supported
    in the AOO build system. Other than the "too old"
    error they are no longer handled in detail.

commit d0f862c09f6be93e45b1e5884359fdcd7e7143b2
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Jun 22 07:57:54 2012 +0000

    minor correction of line ends

commit 73f462e2162847262093c3984dc6c98919e1b3cd
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Jun 22 06:27:59 2012 +0000

    #119945# - improved setting of OrdNums to reflect "nesting" of objects
    
    - instead of adjusting the OrdNum of the "nested" object the OrdNum of the "parent" is adjusted.
    
    Found by: Yan Ji <yanji.yj at gmail dot com>
    Patch by: yuanlin <yuanlin.ibm at gmail dot com>
    Review by: Oliver <orw at apache dot org>

commit ba5e132c63511fbd042f05931c63d7e142ccf77c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jun 21 22:11:20 2012 +0000

    i119392 - Make GTK Quickstarter buildable with gtk 2.10.x

commit 3ce5c003239b2850576765e5de9f06e6ae300571
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jun 21 14:46:10 2012 +0000

    +120051# corrected char color for pptx table text import by giving the text color from the StyleSheet priority over the text color from the default.
    
    Patch by: bjcheny
    Review by: alg
    Found by: bjcheny

commit 0b71c735dc10202b26972cf91779954b6a96af9a
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jun 21 14:25:25 2012 +0000

    #119941# Avoid crash when chart is removed in Writer by keepintg it's storage and graphic stream.
    
    Patch by: Clarence Guo, zhaoshzh
    Review by: alg
    Found by: Shan Zhu

commit ed3284ec2bcb3f369f7681894a20f201fb93880d
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jun 21 12:03:01 2012 +0000

    Corrected CRLF to Unix style

commit 8954201783be3d0479dfa2338116427a17f0dab4
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 21 11:36:13 2012 +0000

    #i119537# Fixed extrusion of custom shapes to XLS.
    
    (rev. 1352497 has this same title by mistake, should refer to issue 119903)
    
    Reported by: Terry Yang
    Patch by: Jianyuan Li
    Review by: Andre Fischer

commit 0ecc381c85bd4192add692d26fc60ba8e6341fd9
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 21 10:29:05 2012 +0000

    #i119537# Fixed extrusion of custom shapes to XLS.
    
    Patch by: Jianyuan Li
    review by: Andre Fischer

commit f58ffc9e83ceee71536310d7ab54016ab2bf14f1
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 21 08:38:03 2012 +0000

    #i119960# Fixed copy-and-past of quoted text from clipboard.
    
    Patch by: zhaoshzh
    Review by: Andre Fischer

commit 409a829dcf8ef445f54f6199652961b069487cc0
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 21 08:26:14 2012 +0000

    Forward debug=<value> argument from build to make.

commit 32b7cbf216b86571e19168d2a4213b2c33861ee9
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Thu Jun 21 08:17:52 2012 +0000

    #119681# - method <SwDoc::ReplaceRangeImpl(..)> - improve fix of #102333#
    
    - correct adjustment of <PaM> for joining paragraphs
    merged from branch AOO34

commit 8f76b252427d2c88550fe16c62e990dfee78540c
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jun 21 08:08:11 2012 +0000

    Changed CRLF to Unix

commit 423e8bc4e684a0790765aa2898bc2843538bc114
Author: Wang Lei <leiw at apache.org>
Date:   Thu Jun 21 07:47:06 2012 +0000

    #i119943 -  Underline "_" can not work with ";" in format code, the semicolon will always be regarded as separator
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit b2ab5a63f580ba516969c376100cef771f057bc3
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 21 07:27:44 2012 +0000

    #i120041# Prevent fix caused by un-disposed secondary item pool.

commit bcf01fd794ec169aaf2a3f8b86f986ec60e5beb8
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Thu Jun 21 07:19:34 2012 +0000

    #120017#, fix the problem that filter button is not shown in merged cell
    
    Patch by: zhao shao zhi, aoo.zhaoshzh at gmail.com
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: zhangjf

commit 6b503294dc2304b79d8b4d7e04f8b1b909850aaa
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Jun 21 06:40:47 2012 +0000

    119977: increase version number for src release

commit 953b282dbb2552f89ec25455ec838f752abd6a2d
Author: Wang Lei <leiw at apache.org>
Date:   Thu Jun 21 06:33:26 2012 +0000

    #i119943 -  Underline "_" can not work with ";" in format code, the semicolon will always be regarded as separator
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit 6ffd516efba88c99f20bc52c4524e8986547d1c2
Author: Wang Lei <leiw at apache.org>
Date:   Thu Jun 21 06:27:18 2012 +0000

    #i119964 - Number displays different from MS with the same format code
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit 4a89fce44c0b7c5000d40f5d7e167a2ff483f40c
Author: Wang Lei <leiw at apache.org>
Date:   Thu Jun 21 04:25:48 2012 +0000

    #i119942 - Last agrument of formula should not be removed
    
    Patch by: Zhang Lu
    Review by: Wang Lei

commit 9995daad0977b6ec1b1d93b8b185cdd366c79da6
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Thu Jun 21 00:13:36 2012 +0000

    Fix issue #i119652: When press "Ctrl+Shift+Backspace" in table cell "A1" ,Undo,crash
    
    * sw/source/core/edit/eddel.cxx
    range invalid
    
    Patch by: Lin Yuan,<yuanlin.ibm at gmail.com>
    Found by: Yan Ji,<yanji.yj at gmail.com>
    Review by: Jian Hong Cheng,<chengjh at apache.org>

commit 5c8fe1da68ae1317132afa32fec3987ca1298132
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jun 20 15:40:51 2012 +0000

    #119475 bullet font info for CJK and CTL, Patch by Sun Ying, Review by alg

commit 653a074eec69ffffb136c94f9ee0c33c544dd223
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jun 20 13:37:01 2012 +0000

    #120040# Added C++ style initialisations to all constructors, secured destruction of pImpl, secured all accesses to pImpl if not initialized, asserting if not

commit f3c156fd4e1d847606433b72cd4d198d90674603
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jun 20 12:52:26 2012 +0000

    #119459# Corrected export of connectors to PPT format, Patch by: Sun Ying, Review by: alg

commit be8f6c6cae92adfd3c841c0939f3a54db17e280d
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jun 20 12:40:55 2012 +0000

    #120038# Fixed memory leak, Patch by: Chao Huang, Review by: alg

commit a3677e22a4c4ea24d2a66cefcae0872e94e1c1ea
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jun 20 12:15:23 2012 +0000

    #119999# Single ESC to leave Chart OLE mode after creation. Patch by: Tan Li, Review by: alg

commit e0d5abb649958e48660357d3fa37ab6e9707b61f
Author: Andre Fischer <af at apache.org>
Date:   Wed Jun 20 11:58:32 2012 +0000

    #i120029# Unregister on dispose.
    
    Patch by: zhang jianfang
    Review by: Andre Fischer

commit 8735f585cdc29938681caa7ed50cb33b7f13fe6f
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jun 20 08:17:23 2012 +0000

    #120015# Let SdrUndoAttrObj remember a reference to the used style to survive removal of the style by UI (which creates no undo actions). Re-add the style when undoing if needed.

commit eb0311f38de6c30fb15f87b4599e932897f281f5
Author: Andre Fischer <af at apache.org>
Date:   Wed Jun 20 07:12:37 2012 +0000

    #i120041# Update of serf library from 1.0.0 to 1.1.0.

commit c7281c916722cc749e182e57e350c591fb25cd57
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Jun 20 06:42:27 2012 +0000

    119977: change build meta infromation, like build id ...

commit 164d3096008c529462adc06099795fe037c0d2a7
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Wed Jun 20 05:58:35 2012 +0000

    for #119951#

commit 1330e0eed32d5d6fee532a0538efada306822810
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Wed Jun 20 05:54:57 2012 +0000

    for #119974#

commit 897637ec83365f6e78c766fa3354de5d92aedfeb
Author: Zhe Wang <wangzcdl at apache.org>
Date:   Wed Jun 20 05:51:21 2012 +0000

    for #119988#

commit 2be0dfdbed23789d7b1202b8b974de9eaec444e0
Author: Andre Fischer <af at apache.org>
Date:   Tue Jun 19 12:39:52 2012 +0000

    Use file to pass list of names instead of flooding the command line.

commit 3ca8c0e04015fcd945a66e254d845dc9081aa5e5
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jun 19 12:07:05 2012 +0000

    #54102# Removed IsInserted() check for doing transformations to have them on interactions

commit fb2866c66027c29a229a07e445ea43890ad4dc82
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jun 19 12:06:50 2012 +0000

    i118923 - OS/2 port: more work on Java support, correctly identify new OpenJDK 1.6 client library.

commit b6ff288fc7e4117190c69e1e2b712dd188d8ba24
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jun 19 12:00:55 2012 +0000

    i118923 - OS/2 port: Fix clipboard component passive registration using windows way.

commit 795aa222de705053a937571a38b53f78b08a5fa5
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jun 19 11:58:16 2012 +0000

    i118923 - OS/2 port: fix change of local LIBPATH.

commit 3d5352e1e1a1fbe14963cd5985228b6101e9fbdd
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jun 19 11:53:40 2012 +0000

    i118923 - OS/2 port: hide truncation warnings while building.

commit 9dd350df642148c04622ddf9c7ab315e92596057
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jun 19 11:51:26 2012 +0000

    i118923 - OS/2 port: use 8.3 names for lingucomponent libraries.

commit c4997ba1ba8e002463adebe9cc2282b8778bd257
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Jun 19 11:48:30 2012 +0000

    i118923 - OS/2 port: rename sw.dll to swoo.dll, avoid mmos2 conflicts.

commit 738d7da2e393d3f9a7356878d3fa69f14a15b1fc
Author: Andre Fischer <af at apache.org>
Date:   Tue Jun 19 11:09:14 2012 +0000

    #i119492# Moved patch to the right place.

commit 484621239c7f743f44579d2b199b0347dc4734cd
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jun 19 10:20:57 2012 +0000

    #i119987# fix Impress crash when pasting text under Outline view
    
    Patch by: Wang Zhe
    Testing by: Yan Ji
    Review by: hdu

commit f8721f5f94f74522eae36dc6dc054b983384fac9
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jun 19 09:47:15 2012 +0000

    #54102# added support for rotation, shear and mirror for SdrEdgeObj (Edges, Connectors), added interactive preview, allowed these actions for editing

commit 0582dd255cb1919766bb004468d2e8024fd03440
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Jun 19 09:00:15 2012 +0000

    119977: update version number to 3.5

commit 259acf52e43e1d494e1d2cdc98de3de92fdcd1a3
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jun 19 08:58:58 2012 +0000

    #i120019# memory leak in EmbeddedObjectRef::~EmbeddedObjectRef()
    
    Patch by: Chao Huang
    Found by: Chao Huang
    Review by: Herbert Duerr

commit 2e65abc42868092220df0dba3e8d541ade64408f
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jun 19 08:46:31 2012 +0000

    #i120021# fix memory leak in PptSlidePersistEntry::~PptSlidePersistEntry()
    
    Patch by: Chao Huang
    Found by: Chao Huang
    Review and minor modifications by: Herbert Duerr

commit a7a0943e0fa207abd04a14945064dc56cd69f043
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jun 19 08:20:16 2012 +0000

    #i120028# fix memory leak in function SwWW8ImplReader::MatchSdrBoxIntoFlyBoxItem
    
    Patch by: Chao Huang
    Found by: Chao Huang
    Review by: Herbert Duerr

commit a428571aeecd1acee1b2d5a80cd1d9978f25aeb7
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jun 19 07:25:13 2012 +0000

    #c704126# fix off-by-one when parsing WW8_STD's fHidden member
    
    According to the header file ww8struc.hxx the fHidden member is at bit 1

commit a7e108b4008ab6925d9a63313bd221560c8595c8
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jun 18 18:12:29 2012 +0000

    i119418 - Some Improvements in the About Dialog

commit b55711a7a67147af31b17bb6ea45b4fb566cdae8
Author: Andre Fischer <af at apache.org>
Date:   Mon Jun 18 14:15:12 2012 +0000

    Initializing SCPDEFS.

commit febadae3d165ba12f2f7944b441fdfc328a3725a
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jun 18 14:04:55 2012 +0000

    #c706125# fix overallocation on 64bit platforms

commit bea28db1bbf8a387c5434f3e1d15a056044a21b8
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Jun 18 13:14:17 2012 +0000

    #119992#, memory leak, to release pWrongs cloned from rCopyFrom
    
    Patch by: Huang Chao
    Review by: zhangjf

commit f0cc4368877b2e36d186954e99d1da269e61c909
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Jun 18 13:03:25 2012 +0000

    #119991#, memory leak in function SvxUnoDrawPool::~SvxUnoDrawPool()
    
    Patch by: Huang Chao
    Review by: zhangjf

commit 83587cfa95ca3ffa6c857d184f28e74c5b0a6bd7
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jun 18 12:35:06 2012 +0000

    #c708666# remove unused member m_aThread from GetPPDAttribs struct

commit d555b32ce5aff591537ef877b78e3db99c64812a
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Jun 18 12:26:30 2012 +0000

    #113608#, memory leak in animations: All animation nodes are leaked and new exposed crashed problem
    
    Patch by: zhangjf
    Review by: Andre Fischer

commit b0a0253e4fea1d79bc255d45f8472498a3206fd5
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jun 18 12:05:35 2012 +0000

    #c708649# start to fix mis-pimpl-ification of Window class

commit b5bfc68e3003386833b8484332859e1ad76bb5cc
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jun 18 08:18:36 2012 +0000

    #c708653# remove unused member SalXLib::pYieldEntries_

commit e7fee6298b319335647b22d4ba82b76331ffaf85
Author: Yong Lin Ma <mayongl at apache.org>
Date:   Sat Jun 16 06:47:30 2012 +0000

    118878: Writer crash after column number and width of frame are modified
    
    Patch by: Lin Yuan
    Review by: mayongl
    Reported by: Ji Yan

commit bb6f5bebac90d0aba48af8d36bf2edd1bf20303b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jun 15 19:26:14 2012 +0000

    Remove yet another menu item for registration dialog

commit 2c78bfa3839c8cb6b7b566194cb5dc11ae024ef2
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jun 15 19:25:56 2012 +0000

    Remove obsolete attributes from UI element XML files

commit 0f62e13581bcf507f011dad9a61a746e862c29b8
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jun 15 15:42:27 2012 +0000

    i119971 - Add some missing commands

commit 41b533ec5d88f456ea3b4a773fadaf047f36561e
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jun 15 15:42:20 2012 +0000

    Remove menu item for registration dialog

commit 0b26cc15e781f91427952532d2bf1aa05533a2e9
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 12:46:26 2012 +0000

    #c705604# fix accidential copy by value of big object

commit da748eda6ad8b58353fdd00cb6f4495b6de25cc0
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 12:09:27 2012 +0000

    #c705103# fix WW8SttbRgtplc::getEntry() for positive index argument

commit 9bede9d1069c760f1184206b403173695b3a6a00
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 11:28:22 2012 +0000

    #c703906# #c703907# fix SdrFormatter::TakeUnitStr() strings
    
    pointer-size rarely matches the string-length

commit 8d720dc663d14599a33728ab48a1a1c4ecedaef6
Author: Andre Fischer <af at apache.org>
Date:   Fri Jun 15 10:52:03 2012 +0000

    #i119229# When MD5 does not match, download extension again.
    
    Path by: Ariel Constenla-Haile
    Additional changes by: Andre Fischer

commit d5586cce56c28ca02f2888d0db4b22948f06a220
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 10:43:27 2012 +0000

    #c703907# #c703909# fix more SdrUndoGroup sizeof problems

commit 5ee01da78720425d7f8e4c647a9efda36ca25df6
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Jun 15 10:42:45 2012 +0000

    #119400# - method <SfxUndoManager::ImplAddUndoAction_NoNotify(..)>
    
    - correct condition for merging undo actions
    merged from branch AOO34
    
    Found by: DonJaime <donjaime at freenet dot de>
    Patch by: hanya <hanya.runo at gmail dot com>
    Review by: Oliver <orw at apache dot org>

commit 980cf32beb48ef0799794b2bc133fe1adb018bf3
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 10:33:12 2012 +0000

    #c703908# fix SdrUndoGroup::GetComment()

commit c64ec7e2c6fcba73442db2a9cb8183ad9ee48930
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 08:30:03 2012 +0000

    #i119997# fix a memory leak by WinGlyphFallbackSubstitution"
    
    Patch by: Chao Huang
    Found by: Chao Huang
    Review by: hdu

commit 4ddba09711e20143d8b2fe97c0391ae62ca521eb
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 08:03:30 2012 +0000

    #c705641# make sure neither pContent nor pAlpha BitmapAccesses are leaked

commit ba8a90d7f1985e67a3c1efa117cb5b8052bdfa88
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 07:52:13 2012 +0000

    #c705663# fix a memory leak in TextConversion_zh::getCharConversion()

commit db960511eeb40e88eeb6597b9b593c9a739e873c
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 15 07:36:25 2012 +0000

    #c441041# make sure numbering type is always intialized
    
    Though eType's validity is mostly tracked with nCount being non-zero
    this is not so for the case (!bImage && bHasColor)
    Initializing eType properly solves all cases for good, gets rid of the
    subtle validity semantics and shuts up the compiler+testtool warning

commit 241c9736944e49308e03b74191524a1b8a5076bb
Author: Andre Fischer <af at apache.org>
Date:   Fri Jun 15 06:11:45 2012 +0000

    #i119966# Fixed the handling of the "visibility" flag of animations.
    
    Patch by: Steve Yin
    Review by: Andre Fischer

commit 8af699cb89d9477b13d8701266b7c1fdf9356cfa
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jun 15 05:50:26 2012 +0000

    Custom Panel SDK Example Fixes
    
    - Remove unused boost header
    - OUT_DEPLOY_URL must be an URL
    
    Both break building the example on Windows.

commit 65f70d8c13b6dca90c4e0a8690d47793488b8a05
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jun 15 02:38:40 2012 +0000

    Remove delzip from Custom Tool Panel SDK Example

commit 5aff353f227ecfeb36ef6b8be787495916610490
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jun 15 01:18:26 2012 +0000

    Make Custom Panel example build and run

commit d0b30a0f10f506187fcff9775934d3594c140ead
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jun 15 00:35:04 2012 +0000

    Move Custom Panel example to the SDK

commit 7e025048db88a5b2c9e37d72971436efa437c26b
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 15:28:23 2012 +0000

    #c705661# fix a memory leak in nativenumbersupplier.cxx

commit ee9d2a5f7b3104376a4c3eb06c0972e8b304cdb8
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 15:11:51 2012 +0000

    #c705682# fix a minor resource leak in ScXMLTextPContext::AddSpaces()

commit 417ef5a8edbf0177ead8459b4eca12a309f6c053
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 15:06:13 2012 +0000

    #c705715# fix a resource leak in SfxOrganizeMgr::Delete

commit a6ee3d58c7cc3e6b0c4ddb31ddd8f495385adad2
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 14:16:15 2012 +0000

    #c708912# fix a double free in Sd*Options

commit d5fb4994059bd57e53a4d1f77782da996b119f61
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 14 11:01:48 2012 +0000

    Do not disable the build command for single modules just for education.

commit 8c0676da012cd4e680e2e2e1c561c29aae12ee01
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 08:42:47 2012 +0000

    #c705440# check ftell return value when emitting Type1 subset

commit 3692b4392cfbc05cef4a2073e86d5033589a3aee
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 08:32:39 2012 +0000

    #c705441# handle invalid FDSelect entry while emitting Type1

commit 872abe4d7d1d05ed543804b03628bd26db00e44e
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 07:16:41 2012 +0000

    #c706171# handle invalid PFB chunk header

commit 06d20e3f342f8b41eaa70234cb271c81f404b6b9
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 14 06:44:21 2012 +0000

    #c708950# Added missing virtual destructor for abstract slidesorter Enumeration.

commit 50afa50122cf6ce6e98acaf12315b4d240546d47
Author: Wang Lei <leiw at apache.org>
Date:   Thu Jun 14 05:45:03 2012 +0000

    #i119956 - Crash if undo redo creating data pilot from imported data
    
    Patch by: pengyunquan
    Review by: Wang Lei

commit 0f2925109059fbba578c355696280a0a7785c691
Author: Wang Lei <leiw at apache.org>
Date:   Thu Jun 14 05:38:10 2012 +0000

    #i119972 - Formula GETPIVOTDATA returns #REF! value
    
    Patch by: pengyunquan
    Review by: Wang Lei

commit e407d898192d516fae2e0106d44dd111fa854048
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 05:36:24 2012 +0000

    #c708928# avoid double free error

commit bf64de66b9ef5d1bea22f61a1a3910b48b61cf69
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jun 14 04:57:51 2012 +0000

    remove config-check for XML::Parser again
    
    because of
    http://wiki.services.openoffice.org/w/index.php?title=Documentation%2FBuilding_Guide%2FBuilding_on_Windows&diff=198561&oldid=198560
    though XML::Parser is still used in
    configure.in
    icu/createmak.pl
    solenv/bin/make_ext_update_info.pl
    sysui/desktop/macosx/gen_strings.pl
    sysui/desktop/macosx/list_icons.pl

commit d5543d1bd2939db4a81a39d277f8fdb7d627fdcf
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:39:29 2012 +0000

    i119971 - Move UI Commands used in more than one module to GenericCommands.xcu

commit a71fee54ff16019f2e63eb65da954da14a499d86
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:39:24 2012 +0000

    i119971 - Move UI Commands used in other modules to GenericCommands.xcu
    
    Moved the following commands:
    
    .uno:AddField
    .uno:ArrangeMenu
    .uno:ControlProperties
    .uno:FontColor
    .uno:GridMenu
    .uno:ImageControl
    .uno:InsertPageNumberField
    .uno:PageDialog
    .uno:PasteSpecial
    .uno:ResetAttributes
    .uno:ShowRuler
    .uno:SnapLinesMenu

commit f88369272250c82385644166a3f6b1aef14267ee
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:39:19 2012 +0000

    i119971 - Move UI Commands used in other modules to GenericCommands.xcu
    
    Moved the following commands:
    
    .uno:AlignBottom
    .uno:AlignLeft
    .uno:AlignRight
    .uno:AlignTop
    .uno:AlignHorizontalCenter
    .uno:AutoSum
    .uno:CellVertBottom
    .uno:CellVertCenter
    .uno:CellVertTop
    .uno:ClosePreview
    .uno:DeleteColumns
    .uno:DeleteRows
    .uno:DistributeColumns
    .uno:DistributeRows
    .uno:EditHyperlink
    .uno:EntireColumn
    .uno:EntireRow
    .uno:FontColor
    .uno:GoDown
    .uno:GoLeft
    .uno:GoRight
    .uno:GoUp
    .uno:Grow
    .uno:Hyphenate
    .uno:InsertAnnotation
    .uno:InsertAuthorField
    .uno:InsertColumnBreak
    .uno:InsertColumnDialog
    .uno:InsertColumns
    .uno:InsertCtrl
    .uno:InsertObjectStarMath
    .uno:InsertPageNumberField
    .uno:InsertRowDialog
    .uno:InsertRows
    .uno:InsertTable
    .uno:InsertTimeField
    .uno:MergeCells
    .uno:NameGroup
    .uno:NumberFormatCurrency
    .uno:NumberFormatDate
    .uno:NumberFormatDecimal
    .uno:NumberFormatPercent
    .uno:NumberFormatScientific
    .uno:NumberFormatStandard
    .uno:NumberFormatTime
    .uno:ObjectTitleDescription
    .uno:OptimizeTable
    .uno:PageDialog
    .uno:PasteSpecial
    .uno:ProtectTraceChangeMode
    .uno:RepeatSearch
    .uno:ResetAttributes
    .uno:SelectTable
    .uno:SetAnchorToPage
    .uno:ShowAnnotations
    .uno:Shrink
    .uno:SplitCell
    .uno:SubScript
    .uno:SuperScript
    .uno:TableDialog
    .uno:TableSort
    .uno:TextAttributes
    .uno:ThesaurusDialog
    .uno:ToggleAnchorType
    .uno:UnderlineDouble

commit a06c887a1b61e0e29f8ce61e3498743ee1a0b5fa
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:39:13 2012 +0000

    i119971 - Move UI Commands used in other modules to GenericCommands.xcu
    
    Moved the following commands:
    
    .uno:AddDirect
    .uno:CloseDoc
    .uno:CloseWin
    .uno:Copy
    .uno:Cut
    .uno:EditMenu
    .uno:ExtendedHelp
    .uno:HelpIndex
    .uno:HelpMenu
    .uno:MacrosMenu
    .uno:NewDoc
    .uno:Open
    .uno:OpenUrl
    .uno:Paste
    .uno:PickList
    .uno:Print
    .uno:PrinterSetup
    .uno:Quit
    .uno:Save
    .uno:SaveAs
    .uno:SendMail
    .uno:SetDocumentProperties
    .uno:ToolsMenu
    .uno:Undo
    .uno:ViewMenu
    .uno:WindowList

commit aef20816844d035f3eedc3b21e93a710b3b9b606
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:39:07 2012 +0000

    i119971 - Move UI Commands used in other modules to GenericCommands.xcu
    
    Moved the following commands:
    
    .uno:ZoomIn
    .uno:ZoomOut

commit a44cd41579b350d48ff1d424b03cb854193dc302
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:39:02 2012 +0000

    i119971 - Move UI Commands used in other modules to GenericCommands.xcu
    
    Moved the following commands:
    
    .uno:ArrangeMenu
    .uno:AutoSum
    .uno:Backward
    .uno:CellVertBottom
    .uno:CellVertCenter
    .uno:CellVertTop
    .uno:DeleteColumns
    .uno:DeleteRows
    .uno:DistributeColumns
    .uno:DistributeRows
    .uno:EditHyperlink
    .uno:EntireColumn
    .uno:EntireRow
    .uno:Forward
    .uno:GridMenu
    .uno:GroupMenu
    .uno:Grow
    .uno:InsertAnnotation
    .uno:InsertAuthorField
    .uno:InsertColumnDialog
    .uno:InsertColumns
    .uno:InsertRowDialog
    .uno:InsertRows
    .uno:InsertTable
    .uno:LineArrowEnd
    .uno:MergeCells
    .uno:NameGroup
    .uno:ObjectTitleDescription
    .uno:OptimizeTable
    .uno:PasteSpecial
    .uno:SelectTable
    .uno:ShowAnnotations
    .uno:ShowRuler
    .uno:Shrink
    .uno:SnapLinesMenu
    .uno:SplitCell
    .uno:TableDialog
    .uno:TableSort
    .uno:TextAttributes

commit c53f678f64193a195c22dfa26533db3e061a24cf
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:38:56 2012 +0000

    i119971 - Move UI Commands used in other modules to GenericCommands.xcu
    
    Moved the following commands:
    
    .uno:PasteSpecial

commit 71d8b48f66eb27a6554abc471a3a101a25810369
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:38:51 2012 +0000

    i119971 - Move UI Commands used in other modules to GenericCommands.xcu
    
    Moved the following commands:
    
    .uno:Backward
    .uno:Forward
    .uno:LineArrowEnd
    .uno:ObjectTitleDescription
    .uno:RenameObject
    .uno:TextAttributes

commit c319b09232630e1f0430237f280ff6f95803c94d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:38:45 2012 +0000

    i119971 - Move UI Commands used in other modules to GenericCommands.xcu
    
    Moved the following commands:
    
    .uno:AlignBottom
    .uno:AlignHorizontalCenter
    .uno:AlignLeft
    .uno:AlignRight
    .uno:AlignTop
    .uno:ClosePreview
    .uno:DeleteColumns
    .uno:DeleteRows
    .uno:GoLeftBlock
    .uno:Hyphenate
    .uno:InsertAnnotation
    .uno:InsertColumnBreak
    .uno:InsertColumns
    .uno:InsertCtrl
    .uno:InsertObjectChart
    .uno:InsertObjectStarMath
    .uno:InsertRows
    .uno:MergeCells
    .uno:NumberFormatCurrency
    .uno:NumberFormatDate
    .uno:NumberFormatDecimal
    .uno:NumberFormatPercent
    .uno:NumberFormatScientific
    .uno:NumberFormatStandard
    .uno:NumberFormatTime
    .uno:ObjectTitleDescription
    .uno:PasteSpecial
    .uno:ProtectTraceChangeMode
    .uno:RenameObject
    .uno:RepeatSearch
    .uno:ResetAttributes
    .uno:SetAnchorToPage
    .uno:SplitCell
    .uno:TextAttributes
    .uno:ToggleAnchorType
    .uno:UnderlineDouble
    .uno:ZoomIn
    .uno:ZoomOut

commit bdc45eb258088675efb068709e41457d6c4927f6
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 14:38:40 2012 +0000

    i119971 - Fix indentation and trailing spaces

commit 0100616b813025295294310251c4e1975afe8976
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jun 13 14:24:32 2012 +0000

    add config-check for perl modules LWP::UserAgent and XML::Parser

commit 83777cd6e0f3f1a4458af896fd13344c696ecb1e
Author: Andre Fischer <af at apache.org>
Date:   Wed Jun 13 12:10:23 2012 +0000

    #i119492# Reset the "modified" flag for all OLE objects after loading.
    
    Patch by: Clarence GUO
    Review by: Andre Fischer

commit c6302d8cf8522034ab795e13fa6bece88ab9057c
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jun 13 08:20:49 2012 +0000

    #i119559# fix vertical text in *ppt export
    
    Patch by: Lei Debin, Wang Zhe
    Found by: Li Feng Wang
    Review by: Herbert Duerr

commit d4be83cc0df58f1eb4534f5531a5e3ad8deae343
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Jun 13 08:10:03 2012 +0000

    119944: 3.4 post release issue: update reference type library
    
    merge update from AOO34 branch

commit 2809da479a141ad2c5c90624edf411ac2ec04597
Author: Andre Fischer <af at apache.org>
Date:   Wed Jun 13 08:03:08 2012 +0000

    #i119965# Fixed saving slides where temporary files of background images where deleted outside the office.
    
    Patch by: Steve Yin
    Review by: Andre Fischer

commit 00969d29b354467c659abe79541a4f5e7b92b0ef
Author: Andre Fischer <af at apache.org>
Date:   Wed Jun 13 06:57:37 2012 +0000

    #i119532# Fixed export of bullet color.
    
    Patch by: SunYing
    Review and minor changes by: Andre Fischer

commit fbd6ade4ec67e3831f63cbf7621204fff11e5f7e
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Wed Jun 13 02:22:39 2012 +0000

    Fix issue #i119955: Crash when inserting sample file to section
    
    * sw/source/core/docnode/ndcopy.cxx
    overflow
    
    Patch by: chengjh at apache.org
    Suggested by: chengjh at apache.org
    Found by: Yan Ji <yanji.yj at gmail.com>
    Review by: zhengfan <zheng.easyfan at gmail.com>

commit cd5213eb94ecd595f683098869e9a9dbc921719b
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Wed Jun 13 01:08:55 2012 +0000

    Fix issue #i119959: Crash if undo/redo pasted text from shape to empty para with bullets
    
    * sw/source/core/edit/edattr.cxx
    pointer checking
    
    Patch by: chengjh at apache.org
    Suggested by: chengjh at apache.org
    Found by: Yan Ji <yanji.yj at gmail.com>
    Review by: zhengfan <zheng.easyfan at gmail.com>

commit 3f968f4d8feb9990c31a16240cbefc088fbe2270
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 00:50:29 2012 +0000

    Remove references to license removed in revision 1305814

commit b2c2d2f3b5b55a239c2cc5dc04f306144bccdabf
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jun 13 00:50:24 2012 +0000

    Add missing header

commit be5f2442f2366caf16efafffca052429bd03710d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jun 12 20:19:27 2012 +0000

    i119971 - Sort UI Commands under the right category
    
    Move from Commands to Popups:
    
    .uno:GridMenu
    .uno:EditShapeMenu
    .uno:EditControlMenu
    .uno:AlignmentMenu
    .uno:ResizeMenu
    .uno:SectionAlignmentMenu
    .uno:ReportControlMenu
    .uno:ShapesMenu
    .uno:BasicShapesMenu
    .uno:SymbolShapesMenu
    .uno:ArrowShapesMenu
    .uno:FlowChartShapesMenu
    .uno:CalloutShapesMenu
    .uno:StarShapesMenu
    .uno:SectionShrinkMenu

commit 47982ace27fa7a3136dd01f8f41ec9be2c56b972
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jun 12 20:19:21 2012 +0000

    i119971 - Sort UI Commands under the right category
    
    Move from Popups to Commands:
    
    .uno:WordCountDialog
    .uno:SaveGraphic
    .uno:ContinueNumbering

commit 78162d0087d935d4363c0f9c58c2285510e1e8d1
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jun 12 20:19:16 2012 +0000

    i119971 - Sort UI Commands under the right category
    
    Move from Popups to Commands:
    
    .uno:AVMediaPlayer
    .uno:InsertAVMedia
    .uno:ColorSettings
    .uno:InsertHardHyphen
    .uno:InsertSoftHyphen
    .uno:InsertNonBreakingSpace
    .uno:InsertZWSP
    .uno:InsertZWNBSP
    .uno:InsertLRM
    .uno:InsertRLM
    .uno:ManageLanguage
    .uno:CurrentLanguage
    .uno:MoreDictionaries
    .uno:ActivateStyleApply
    .uno:MacroOrganizer
    .uno:SendMailDocAsMS
    .uno:SendMailDocAsOOo

commit 5743063074741a3c531bf17b33521df294d56367
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jun 12 20:19:09 2012 +0000

    i119971 - Sort UI Commands under the right category
    
    Move from Popups to Commands:
    
    .uno:MasterLayouts
    .uno:MasterLayoutsNotes
    .uno:MasterLayoutsHandouts
    .uno:HeaderAndFooter
    .uno:InsertPageNumber
    .uno:InsertDateAndTime
    .uno:NormalMultiPaneGUI
    .uno:SlideSorterMultiPaneGUI
    .uno:LeftPaneImpress
    .uno:LeftPaneDraw
    .uno:RightPane
    .uno:MergeCells
    .uno:SplitCell
    .uno:OptimizeTable
    .uno:DistributeColumns
    .uno:DistributeRows
    .uno:CellVertBottom
    .uno:CellVertCenter
    .uno:CellVertTop
    .uno:InsertRows
    .uno:InsertRowDialog
    .uno:InsertColumns
    .uno:InsertColumnDialog
    .uno:DeleteRows
    .uno:DeleteColumns
    .uno:SelectTable
    .uno:EntireColumn
    .uno:EntireRow
    .uno:TableDialog
    .uno:AutoSum
    .uno:TableSort
    .uno:InsertTable
    .uno:Grow
    .uno:Shrink
    .uno:InsertAnnotation
    .uno:ShowAnnotations
    .uno:DeleteAnnotation
    .uno:DeleteAllAnnotation
    .uno:NextAnnotation
    .uno:PreviousAnnotation

commit 26fd2527d6f308411856321ac5f2bd18707d1dd2
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jun 12 20:19:03 2012 +0000

    i119971 - Sort UI Commands under the right category
    
    Move from Popups to Commands:
    
    .uno:ToggleFormula
    .uno:AssignMacro

commit 2b747915abca3369178d177291d706377676b19e
Author: Andre Fischer <af at apache.org>
Date:   Tue Jun 12 11:06:43 2012 +0000

    #i119546# Set minimal table border width to 1 for writing in ppt format.
    
    Patch by: Lei Debin
    Review by: Andre

commit 9667c78f99156ff4dd49002da270bc610bf75920
Author: Andre Fischer <af at apache.org>
Date:   Tue Jun 12 10:44:51 2012 +0000

    #i119554# Fixed export of viewpoint property.
    
    Patch by: Lei Debin
    Reviewed by: Andre

commit a379ffae809a4b9f92fbde9b9699f5353f7b3472
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jun 12 10:30:36 2012 +0000

    #117968# Made WMFReader thread safe (used multithreaded when SdrGrafObj is on asynchronous loading). It was not safe due to using VirtualDevices on occasions where needed (mostly Font stuff).

commit 53ba60618af3977f5e5488225dcf050a517fb5b8
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Jun 12 08:36:10 2012 +0000

    #119624# - method <SwFlowFrm::GetUpperSpaceAmountConsideredForPrevFrmAndPageGrid()>
    
    - consider upper space amount only for page grids in squared page mode
    
    Found by: louqle <louqingle at gmail dot com>
    Patch by: Oliver-Rainer Wittmann <orw at apache dot org>
    Review by: zjchen <zjchencdl at gmail dot com>

commit 3b8b3136a51af56321a1a35fcdd9ec1d7126daa3
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Jun 12 08:31:31 2012 +0000

    #119624# - method <SwWW8ImplReader::IsObjectLayoutInTableCell(..)>
    
    - correction of condition interpreting <LayoutInTableCell> attribute
    - include support for Microsoft Office 2010 version
    
    Found by: louqle <louqingle at gmail dot com>
    Patch by: Oliver-Rainer Wittmann <orw at apache dot org>
    Review by: zjchen <zjchencdl at gmail dot com>

commit 153c8eeaf433436ad80c2a8b7edb084d844be79c
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Jun 12 07:39:57 2012 +0000

    follow-up on not mixing $OUTPATH with $INPATH

commit 61491195325ddb2856c41587d4d60e07a8adc4ae
Author: Jian Hong Cheng <chengjh at apache.org>
Date:   Tue Jun 12 06:45:29 2012 +0000

commit c64944f60829e3695515425f090bf3f4cbbc2f62
Author: Andre Fischer <af at apache.org>
Date:   Tue Jun 12 06:23:27 2012 +0000

    #i119502# Guard array access against invalid indices.
    
    Patch by: SunYing
    Review by: Andre

commit 95eb4f829b9212daa5a28e2a4e2cf35d58723af5
Author: Andre Fischer <af at apache.org>
Date:   Mon Jun 11 18:12:04 2012 +0000

    Fixed unpack directory for crosscore fonts.

commit bc85939149f7ae5b65343d7f27bf302a8e31d4b1
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jun 11 14:56:06 2012 +0000

    #119287# Adapted to get the needed style as default style for all SdrGrafObj and SDrOle2Objs. Checked various scenarios, works well.

commit fc17d3e1c60f18916786ddb4547a1c24d95ae51a
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jun 11 13:22:05 2012 +0000

    #i119555# fix FontWork font size when saving to *.doc file
    
    Patch by: Zuojun Chen
    Found by: Lou Qingle
    Review by: hdu

commit 891011181285d7ad54984ffd05ed44d825a70647
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jun 11 08:38:23 2012 +0000

    #119735# Adapted patch provided by Sven Jacobi (thanks), added some ixes/cleanups to make it work with all kind of graphics (SVG, Bitmap, Metafile)

commit 689ad6ef945906fef934331834afd1cb715e377b
Author: Andre Fischer <af at apache.org>
Date:   Mon Jun 11 08:34:37 2012 +0000

    Fixed test for existing directory, not file.

commit 44f7914e0606caff822957b189a4459ccc5e2aad
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jun 11 07:45:42 2012 +0000

    119403: AOO 3.4 - GridControl not refreshing after deleting rows
    
    fix: take care of transparency attribute of the control
    
    Patch By: Tsutomu Uchino
    Found By: Wolfgang Becker
    Review By: jsc

commit cb38ee0da6fa928118fbc1da118a707d7799cb40
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 10 22:31:42 2012 +0000

    i66923 - Add support for JRockit JVM

commit 8207990b7ebc1561924e74c1397e2f25222c3d15
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 10 19:59:43 2012 +0000

    Do not mix $OUTPATH with $INPATH

commit 4be7e2d82fe9c76ecada5dae4320c87a4b9ae67b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 10 17:17:16 2012 +0000

    Fix License header in Makefiles

commit 7868e574f16146cfe194e9e1ab86f9da0318a20c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 10 16:19:52 2012 +0000

    i119933 - make Basic FORMAT function work with non-ASCII text

commit 23ad78fe2d5c5c9d35e30964525b45f442458513
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 10 13:35:59 2012 +0000

    i119411 - Read/write RDF support on ODS file format
    
    Patch by: Tsutomu Uchino
    Review by: arielch

commit 655eace27b9780fb0f3c9af869a80568f44f3ca5
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 10 13:08:54 2012 +0000

    Only <glib.h> can be included directly, so be it

commit d3dbbeeeaaa7006e7f1bda592650957987145e6d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 10 13:05:15 2012 +0000

    GCC 4.7 build breakers

commit b85452001a10ac830828739f61a95b74143260d0
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Jun 10 13:00:17 2012 +0000

    Python: support building with subversion 1.7
    
    Applied upstream patch for upstream issue #6094
    
    See:
    * http://bugs.python.org/issue6094
    * http://hg.python.org/cpython/rev/150986ab3db2/

commit 49e18674c29d322df33dbebbba0858a1015831b6
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Sun Jun 10 06:36:43 2012 +0000

    #119939, memory leak in api OpenDirectory() of sal module
    
    Patch by, zhangjf

commit 7a1751f37ec2203f76005b1b93ea39d5b2aba7f7
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Jun 9 10:49:45 2012 +0000

    i78701 - Tree Control: impossible to edit a node (via API nor via UI)
    
    Patch by: Tsutomu Uchino
    Review by: arielch

commit a1689b94c76fe87bf294a3d496e85a02e7ff15cf
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jun 8 17:40:33 2012 +0000

    fix build breaker by setting exec flag on download_external_dependencies.pl

commit b98b9cb833e47eb27ad31ed42b394e17f9a1c4ba
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jun 8 15:08:31 2012 +0000

    119870: Line transparency value is lost after saving as another ppt by AOO
    
    fix: export linetransparency attribute
    
    Patch By: Lei Debin
    Found By: phoenix wanglf
    Review By: jsc

commit 1d66c32145f1a7662464ef737b81d2aa2c1c0584
Author: Regina Henschel <regina at apache.org>
Date:   Fri Jun 8 13:54:21 2012 +0000

    i111609 ODFF implement missing imaginary functions

commit db94cea2bfe75b1e52695a57fb98cc4b4c98b790
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Jun 8 12:15:00 2012 +0000

    #119350# - add notices for CoinMP library dependencies
    
    Found by: Rob Weir (robweir at apache dot org)
    Suggested by: Rob Weir (robweir at apache dot org)
    Pedro Giffuni (pfg at apache dot org)

commit bb8bf7bde59c22776199e791b8cfcbf07992de8e
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jun 8 11:31:34 2012 +0000

    119889: Import .pptx file into OO3.4, the vertical text direction of the table will be lost.
    
    fix: Set property to cell object if the cell has vertical property. And fix in svx module by setting cell's vertical property.
    
    Patch By: companycy
    Found By: Shan Zu
    Review By: jsc

commit 072ec8831233cfd5e72eebd5afda3e25ca49d80d
Author: Andre Fischer <af at apache.org>
Date:   Fri Jun 8 10:36:51 2012 +0000

    #i119907# Numbering type now applied (almost) unconditionally.
    
    Patch by: Steve Yin
    Cleanup: af

commit 69070c9d4082f640e131038a47b18af47196b901
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jun 8 10:31:12 2012 +0000

    119629: Bullet color is lost when open pptx sample file
    
    fix: apply text's color to bullet color.
    
    Patch By: companycy
    Found By: zongdj
    Review By: jsc

commit 118a785ce9a698b24a71953607623f8fbe4915b3
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jun 8 09:24:39 2012 +0000

    #119756# Safer take care of empty paragraphs in EditEngine layouting

commit a92e353922d63d785e3d46aa1a4783846a9dea18
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jun 8 09:10:43 2012 +0000

    119912: Crash when redo split the pasted table
    
    fix: While deleting any box from chart data provider, verify whether there are any invalidate chart data sequence inside, if so, catch the exception and remove it.
    
    Patch By: Peng Chen
    Found By: yanji
    Review By: jsc

commit 3977937c2d96133c7d53c289cc9e218bb13095f4
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jun 8 07:55:21 2012 +0000

    119653: Crash after delete column(s) from chart's source table, and then adjusted table size
    
    fix: Recorrect the logic of code in SwChartDataSequence::Dispose(), release the relationship inside.
    
    Patch By: Peng Chen
    Found By: yanji
    Review By: jsc

commit a0c83c1cf1b6ec8c3f0116315c8ab978ecf6b66f
Author: Andre Fischer <af at apache.org>
Date:   Fri Jun 8 07:15:47 2012 +0000

    #i113608# Fixed forward of AnimationNode::release().
    
    Patch by: zhangjf

commit 5b87b9b8bc679dfbb308646a6da7584d4b418337
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Jun 7 11:44:03 2012 +0000

    119621: Outline level in sample file lost
    
    fix:
    - PropertyMap.hxx, add definition for outline level min value
    - DomainMapper.cxx, import outline level for paragraph property
    - DomainMapper_Impl.cxx, fix TOC import if no range is given
    
    Patch By: Yolanda Zhang Ying
    Reviewed By: jsc

commit 22602686933abaa1512ebd3bca77dbb9987b6ad5
Author: Yong Lin Ma <mayongl at apache.org>
Date:   Thu Jun 7 11:25:56 2012 +0000

    119464: Update default alignment value for Title and Subtitle style in docx
    
    Patch by: Ying Zhang
    Review by: mayongl

commit 94c9b8000518ac0e3be0396fec9d5544d51d1002
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 7 10:42:10 2012 +0000

    #i119478# Fixed application of transparency to table cells.
    
    Patch by: Lei Debin

commit 55eb8e85a51d68d2abf78f26f918345805871f6a
Author: Andre Fischer <af at apache.org>
Date:   Thu Jun 7 08:31:46 2012 +0000

    #i119732# Removed test for mozilla tarball from configure.in

commit 1e25617c5fbee25d98ed22dc2c5c4a3f4ea37f8d
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Jun 7 08:26:29 2012 +0000

    merge from AOO34
    
    116409: Calc UI freeze then languagetool is installed
    
    fix: don't clear cache
    
    Patch By: Daniel Naber
    Reviewed By: jsc

commit 0d2415df82388eb1a9a00c2d5e6bd3d9193057db
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Jun 7 06:46:32 2012 +0000

    119544: sequence number is not displayed when open docx
    
    fix: add code to handle the SEQ field command...
    
    Patch By: Jin Long Wu
    Found By: Don Jun Zung
    Reviewed By: jsc

commit b9bd7806f57bc742c3251557d79416655ca70993
Author: Regina Henschel <regina at apache.org>
Date:   Wed Jun 6 19:13:49 2012 +0000

    i119806 Re-enable sorting in application help

commit 792edb5132f1af4264432029ed44b991f3a9e68f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Jun 6 18:11:49 2012 +0000

    Avoid gnucopy -u: it needs to check timestamps and some filesystems don't like it.

commit 27062148c2a016e472f032fba0608ce1d49886db
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jun 6 11:58:45 2012 +0000

    #i119513# fix loading of CMYK JPEG in PPT import
    
    Patch By: Lei Debin
    Found By: bjdujing at gmail.com
    Extended for better Debug Info by: Herbert Duerr

commit 691e2f97cbef743008b98126dbcd005838250f92
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Jun 6 11:35:03 2012 +0000

    #i118877# updated fix for Calc crash when Redo refreshes data
    
    Patch by: Lei Debin

commit 9268b63d40271adc1ebd719b694124e7a1c46988
Author: Andre Fischer <af at apache.org>
Date:   Wed Jun 6 10:34:19 2012 +0000

    #i119732# Renamed download_external_libraries.pl to download_external_dependencies.pl and made it the default in bootstrap.1.

commit 2f5938b5cb01090f0cae5ffd57599a8dc030a357
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Jun 6 08:53:04 2012 +0000

    #119189# - merge fix from branch AOO34 into trunk
    
    Found by: sorath <torohov_s_a at mail.ru>

commit 51c0214da64f52c9f661d48a010d5b6a1d7a3a69
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Tue Jun 5 02:15:44 2012 +0000

    119534: fix rebuild problem by making dmake clean command also clean up ext_libraries/*/INPATH
    
    Patch by: zhangjf

commit 7c7983b2ef9e1a09a4b9db50b33d984da1bef773
Author: Andre Fischer <af at apache.org>
Date:   Mon Jun 4 15:18:46 2012 +0000

    #i119732# Added alternative to fetch_tarballs.sh.

commit 11eb354532cfb354f9f7c3a72b170c9c8289b75c
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jun 4 13:04:39 2012 +0000

    119161: copy sStyleIdentifierI and sStyleIdentifierD from StyleSheetEntry when constructing a new TableStyleSheetEntry object
    
    Patch by: Jinlong Wu

commit 8430f1432e3c2c9e171ff2028148d71f85826d7b
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jun 4 11:00:33 2012 +0000

    119677: correct copyright footer

commit 3bf1ea3f7e55f6c1a95cef9b6b2a9df854f79d82
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jun 4 10:52:11 2012 +0000

    119676: correct links

commit ed8878c46d353fc2263f4d48b10bdaa53b397109
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Mon Jun 4 07:35:25 2012 +0000

    fix sal/makefile.mk file format problem, whcih cause build break on Mac 10.5
    
    Suggested by: Jianfang Zhang
    Review by: Jianfang Zhang
    Patch by: chao huang

commit 80f6af4a536a78f1dc86b4ff3d86d50191e30331
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Sun Jun 3 04:46:47 2012 +0000

    Fix issue #118851: sc crashed when paste table data in a cell from excel
    
    Suggested by: Jianfang Zhang
    Found by:  yanji
    Review by: Jianfang Zhang
    Patch by: chao huang

commit 0395afaad9145804d7396fca2df7f04059a02be2
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu May 31 14:02:17 2012 +0000

    #i119640# ext_sources: apache lucence and commons had been updated on trunk

commit 2868ea34151cfb623a6a8bf41862d430205d9784
Author: Armin Le Grand <alg at apache.org>
Date:   Thu May 31 13:23:45 2012 +0000

    #119287# exchanged hard attributes for OLE and GraphicObject with new default StyleSheet for these objects

commit 6146497d26fbaab1a85da4bf2c9672199ce240a2
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu May 31 11:51:25 2012 +0000

    #i119640# fetch_tarballs should reference a specific known revision and NOT head-of-trunk
    
    Building from a source release must not depend on the latest head of trunk because that is way too fragile. Referencing a known set of external tarballs makes building reproducible even when the current set has been completely changed.
    
    Found by: Herbert Duerr
    Patch by: Herbert Duerr
    Suggested by: Herbert Duerr

commit 87ff6f9eb4ad6f4b42a69062c4c573f8ccfb51f5
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Thu May 31 01:35:33 2012 +0000

    Restore the incorrectly removed message in libxml2 makefile.mk

commit af5d53f0e1bf18595bdfe0f26021435467d5f7a2
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Thu May 31 01:12:18 2012 +0000

    Fix issue #93433: build breaks in libxml2 on Korean Windows due to special character
    
    * /libmxl2/libxml2-testapi.patch : replaced '\248' encoded in ISO-8859-1 with '\xf8'
    * /libmxl2/libxml2-runtest.patch : replaced 'e' encoded in ISO-8859-1 as in 'resume' with \xe9
    
    Patch by: tora3 at nichoume.com

commit ad5fa95e8c849e196caa0fa22094b513e48b406f
Author: Armin Le Grand <alg at apache.org>
Date:   Wed May 30 13:44:19 2012 +0000

    #119601# Added support for transparency in PNG export dialog and support for alpha channnel

commit 87383b07ff92196a216edeadb2ca76816f766ee6
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed May 30 08:48:35 2012 +0000

    Fix slideshow build on pre-glxext-18 systems
    
    Patch by: Herbert Duerr
    Suggested by: Herbert Duerr
    Found by: Herbert Duerr

commit f0d806633482b0495cd34cd9fa66fde851cf4d80
Author: Armin Le Grand <alg at apache.org>
Date:   Wed May 30 07:56:17 2012 +0000

    #119337# Solves the wrong get/setPropertyValue calls in SvxShapeText (and thus in SvxOle2Shape)

commit 5de5fd495d7cdad852d1631941ae03ec213f93b7
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 30 03:08:28 2012 +0000

    i118478 - Implement getInvocationContext in PyUNO ScriptContext
    
    Original author: Tsutomu Uchino <hanya.runo at gmail.com>

commit d81d9022c27648c993df820c01a6e1bf2bf1ad8a
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 30 01:34:36 2012 +0000

    i119149 - Fix triggering of selection changed event
    
    Original author: Tsutomu Uchino <hanya.runo at gmail.com>

commit 0465df078a063637a2d2c73414ceba6cef7abd6c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue May 29 15:51:44 2012 +0000

    i119124 - Fix updateRowData @throws documentation
    
    Original author: Tsutomu Uchino <hanya.runo at gmail.com>

commit 2cad5f00d2608f507a8bf2c8bf06e5b68f1ed76a
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue May 29 12:37:08 2012 +0000

    force atlthunk addition when linking with atls library

commit f1f2c5035802e9ee03efe9145e77a6b7f57762e3
Author: Maho NAKATA <maho at apache.org>
Date:   Mon May 28 23:30:42 2012 +0000

    Remove unnecessary DEFINED. It should work without it.

commit f2154c68d19c3e711d371cf91d37c2b885484059
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon May 28 15:23:23 2012 +0000

    i53749 - Show Pause logo according to presentation settings
    
    Original author: Tsutomu Uchino <hanya.runo at gmail.com>

commit 7da37198c4f97dae2fa5cbd5280a697638de7f44
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon May 28 12:07:30 2012 +0000

    i119460 - Use localized strings on Data Pilot fields grouped by date

commit 96c44a34dcee2d13b562aa0a4d3f64be025aa01e
Author: Maho NAKATA <maho at apache.org>
Date:   Mon May 28 10:56:51 2012 +0000

    Xinerama Xrandr are needed for FreeBSD as well.

commit b1471b955c0678bc9e1aa2ad381415ee38e5cb41
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri May 25 09:20:50 2012 +0000

    i112141 - Fix how Throbber control handles image URLs
    
    Also redefine spinner images so that can be zipped and found by the
    current implementation.

commit 9e8e293779e70490130127d8d14e4afea247e2bb
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri May 25 09:20:36 2012 +0000

    Make packimages verbose

commit c71c09b5c6496c5899ad12091934d47faba66624
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri May 25 09:10:25 2012 +0000

    i119402 - Move spinner images to a right location

commit bebcd4b3f0df6e8bb688af1f8efce6077c0e5e60
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri May 25 07:28:23 2012 +0000

    make sure that the working copy of the prebuilt MOZ runtime is writeable

commit 1bd047a359e3fe78673b95cef0d16e26cbb060f1
Author: Andre Fischer <af at apache.org>
Date:   Wed May 23 10:58:05 2012 +0000

    #i118879# Prevent SlideshowImpl from being destroyed in the midle of PostYieldListener.

commit 431863f21b3852dec4266761b13b638d2cf7c190
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 23 01:14:58 2012 +0000

    framework::RecentFilesMenuController clean-up

commit c84c0483f6a3adf4e0148b0d9088ff99f9cd046b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 23 01:00:41 2012 +0000

    i118556 - replace framework::OUStringHashCode with rtl::OUStringHash
    
    The framework module uses its own hash functions with rtl::OUString's.
    It can be replaced by rtl::OUStringHash.  The class
    framework::OUStringHash can be renamed to framework::OUStringHashMap,
    for the sake of clarity only (there is no risk of name clash because of
    different namespaces).

commit 94e5fb98e0d2e73ab6c0880791ce194986b81ee4
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 23 00:30:49 2012 +0000

    Shorten Disable Unx Quickstarter string

commit 7fad9037ea5ba5eac24677ae9f6a0ee817bf722e
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 23 00:30:22 2012 +0000

    Add option for make_installer.pl -log by exporting VERBOSE_INSTALLER=TRUE

commit 69220589bbe91f698e45eb2c57e4a8c369e23b35
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 23 00:30:11 2012 +0000

    i119256 - Add missing media file extensions

commit ab886ae8c08db36f6e6b81797e1d54f6c116510c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 23 00:30:02 2012 +0000

    Make retrieving the current SVN revision with git-svn work also in BRANCH
    
    The current regular expression only works with a clone of a trunk
    repository:
    
    /^\s*git-svn-id:.*?trunk@([0-9]+)\s+/
    
    This fails with the current AOO34 branch:
    
    
    it does not match trunk@ because it's AOO34@

commit a7a15b9e04a722badf0070e0914e14cf6919dcb0
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed May 23 00:29:53 2012 +0000

    Check svn info output for Linux Subversion
    
    In current Linux (and cygwin) Subversion, the error message when there
    is no repository on the current directory is "svn: '.' is not a working
    copy".
    
    NOTE: this message can be localized, so this only a temporary solution.
    The code should really check the `svn info` return code, not the output.

commit a11036e67385a610f1ce08c5035a45630c005509
Author: Pavel Janík <paveljanik at apache.org>
Date:   Mon May 21 12:18:00 2012 +0000

    WaE: comment unused variable to prevent warning.

commit 9c403abf5762b22583db6d31f53b87a5d2de0ece
Author: Armin Le Grand <alg at apache.org>
Date:   Mon May 21 11:49:23 2012 +0000

    WaE changes added

commit 7ea4a2381f358775472a76ae128c07b71db9389c
Author: Armin Le Grand <alg at apache.org>
Date:   Mon May 21 09:07:53 2012 +0000

    WaE changes added

commit 7ef8b4f9634317aca19ed05a3ed2d13a8d5a128f
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun May 20 03:29:16 2012 +0000

    Disable upd resource if Online Update is disabled

commit 94754eb3c4b9dc2b721ea05db9bae655bb16cc04
Author: Regina Henschel <regina at apache.org>
Date:   Sat May 19 19:27:41 2012 +0000

    Add missing chart data point ODF1.2 standard symbols

commit a06ccbd905e7829c310bca0b1b244da5fa2d4981
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri May 18 17:19:44 2012 +0000

    Disable binfilter by default: add new option --enable-binfilter for those interested.

commit 59995b7e8d9002246da1f57fcb8b659a020d3a4e
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed May 16 13:48:09 2012 +0000

    fix typo in chart2 makefile

commit 7143afd1924da4e1822c48f95fd17ec2402cf383
Author: Andre Fischer <af at apache.org>
Date:   Wed May 16 12:57:37 2012 +0000

    #i119327# Added USE_XINERAMA to other xinerama flags.

commit cff06528a4297fb22a745e16e35dedc157371381
Author: Armin Le Grand <alg at apache.org>
Date:   Tue May 15 12:45:32 2012 +0000

    #119348# count created pages for PDF export independent from selected export pages

commit 977a0eff5415a2a4716e02bfab8e69ffb64ad7ce
Author: Armin Le Grand <alg at apache.org>
Date:   Tue May 15 10:16:23 2012 +0000

    #118780# Moved ObjectInfoPrimitive2D extractor to drawinglayer, changed name to be the filename only, added code to SW to set Title and Desc

commit 328998206948c32dd45875e4c42e39def1a18371
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue May 15 09:42:14 2012 +0000

    #i118877# (author=debin.lei at gmail.com) fix Calc crash when Redo refreshes data

commit d6d612e8eb5996cd198e22100d10a3bb14b1093f
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue May 15 01:03:10 2012 +0000

    i119102 - Do not display the StartModule if Quickstart is enabled

commit 9361cb1dca945ce1c58ba8f49f837775af793020
Author: Armin Le Grand <alg at apache.org>
Date:   Mon May 14 15:16:00 2012 +0000

    #119307# added deletion of sw's BmpWindow control due to the fact that graphics may be transparent

commit e5dafaf285f6406e3eca404214fb9c60ff47a4f1
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon May 14 15:10:16 2012 +0000

    (author=pl) fix for transporting OOo types through OSX system clipboard

commit 59c4bed28a7b0c9bb980c4a04a0d1dee4868bd85
Author: Armin Le Grand <alg at apache.org>
Date:   Mon May 14 14:21:26 2012 +0000

    #119125# various actions implemented, clipping added. Esp hard was ImpSdrGDIMetaFileImport, but working now. Needed to hand-craft alpha addition for alpha in Metafile content and gradient of action. Also added better BitmapEx creation for convert to bitmap for draw objects.

commit 6af6c8049cb337cf5dd3b05ed08759f7e196c70e
Author: Damjan Jovanovic <damjan at apache.org>
Date:   Sun May 13 05:32:11 2012 +0000

    Added StartupNotify=true to all relevant Freedesktop .desktop
    
    shortcuts in AOO, so the user gets feedback that AOO is
    being started. This is important because it can take a long
    time to start.
    
    Tests show the notifications come up correctly, and go
    away when the splash screen comes up, even without LIBSN,
    because the GUI toolkit(s?) we use (GTK?) do this
    automatically.
    
    See also:
    http://developer.gnome.org/integration-guide/stable/startup-notification.html.en
    https://bugs.launchpad.net/ubuntu/+source/openoffice.org/+bug/479973

commit 2042fb47d8af783674a45013a0eba006dc9f785b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat May 12 18:23:26 2012 +0000

    Update Apache Lucene to version 2.9.4

commit 2fd86ba713150583c820fd1f6460216c00b83688
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat May 12 17:03:10 2012 +0000

    Update Apache Lucene core to version 2.9.4.
    
    The new version brings in many bugfixes and performance
    improvements. Unfortunately this also means we lose the
    Windows specific enhancements in the long_path.patch but
    it must be expected the newer versions of Lucene will
    have much better portability.
    
    We also bring in support for using preinstalled version 3
    from BZ i115241 (author: bero at arklinux).

commit f7087b0eeacf1377033b691b48c764029d914d24
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri May 11 15:27:55 2012 +0000

    Update i386 bridge code on FreeBSD to USE_DOUBLE_MMAP.

commit 755d5acc96b685796ef4f60005535f8f67010ca8
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri May 11 15:26:43 2012 +0000

    #i119332# (author=Nicolas Christener) disabled optimization for textsearch.cxx on unxsol*

commit b32d15ad6740b5aeb02fd3be9304396014d184bd
Author: Armin Le Grand <alg at apache.org>
Date:   Fri May 11 14:39:29 2012 +0000

    #119125# Added MetaFloatTransparentAction handling using primitive renderer

commit 30c6421fe7ab8f6397bb30872a3ebcc6f853d7d4
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri May 11 12:34:53 2012 +0000

    119331: correct destination directory name, improve filter for moz zips

commit 23573fdb9b85ae5a33aa21f234624865d3d7d422
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu May 10 19:12:13 2012 +0000

    Drop bCont from StyleSettings::GetAutoSymbolsStyle(); it is unused with the KDE/Gnome icon removal.

commit b8d0e88485b86bd6b9344967969347184bd894ef
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu May 10 14:02:45 2012 +0000

    improve verbosity of ImplImageTree's find errors

commit a54418afa6af7ea8c820f768ed1b90dd08669bc1
Author: Armin Le Grand <alg at apache.org>
Date:   Thu May 10 09:29:55 2012 +0000

    #119125# Completely changed XFillBitmapItem to work wit GraphicObject, removed XOBitmap class, adapted all usages (also the pretty old 8x8 pixel editor). All Bitmap fill styles will now accept transparent bitmaps as fillings in all variations (tiled, etc.). LoadSave is no problem, ODF defines graphic as content for fill. Backward means that OOs before this change will use a white background ofr fill with transparent, same as the fallback all the time when using a transparent fill. This is also a preparation to e.g. offer SVG or Metafiles as fill style.

commit 4d03efdfea6100cb0ffaf2120ffeb3616491879d
Author: Andre Fischer <af at apache.org>
Date:   Thu May 10 08:58:49 2012 +0000

    Fixed build breaker and some cleanup.

commit 2ed8ccfd4348df1e860477cdd093d780ca02e5da
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed May 9 22:30:45 2012 +0000

    i119319 - Apache commons need an update.

commit ef867d46563915bce0439c2d6a741175baadf6d0
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed May 9 22:22:11 2012 +0000

    Update Apache Commons
    
    Update commons-codec to version 1.6.
    Update commons-lang to version 2.4.
    Patch common-httpclient to avoid building issues
    with OpenJDK-7.
    
    These versions maintain ABI compatibility while
    using features from newer Java versions and
    have been tested on the FreeBSD port.

commit 3b83c404c56e5db5bab29ffee41f02822410d625
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed May 9 12:57:20 2012 +0000

    #i118925# enhance textsearch's match-group references to work for look-ahead/look-behind

commit b41eec25c2c6bc44eef55ae1c4ef57b9012fc8e6
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed May 9 12:51:10 2012 +0000

    119292 - remove misusage of <SwDoc::Set|IsLoaded()> for the adjustments of certain AT_PAGE anchored objects

commit fcea3ced92c290ac215bb0392d4d3b507dce245b
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed May 9 08:28:41 2012 +0000

    ensure PNG header chunks uniqueness

commit c466b30aaec0b2d5775013015db14cdaa53cb2db
Author: Armin Le Grand <alg at apache.org>
Date:   Tue May 8 08:27:10 2012 +0000

    #119125# Added usage of the ClipRegion for the dismantle of Metafile to SdrObjects (ImpSdrGDIMetaFileImport) as good as possible with Metafile usage

commit c6e27ea3b76fa0772d3b96cb4e5cc1243df859d5
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon May 7 13:43:29 2012 +0000

    #i22961# enhance letter-case aware auto-completion for month/day names

commit 4ad08bc0680cf18106fa331e0dc55221ce73cf47
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon May 7 11:49:12 2012 +0000

    #i22961# make case-sensitive autocompletion work also for non-ASCII text

commit 53fd9367610dab7895a056fa67c2d11b770bda56
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon May 7 11:47:42 2012 +0000

    #i22961# (author=einstienindia at yahoo.com) case-sensitive autocompletion

commit b8bc1803936a88bd7a6d9d8fb18a9eff6b36c837
Author: Armin Le Grand <alg at apache.org>
Date:   Mon May 7 07:30:46 2012 +0000

    #119125# adding missing files from the last commit; sorry for inconveniences

commit 9795d3391f659042474f40e9aeed15ca6c5ca393
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun May 6 02:49:06 2012 +0000

    Finally fix warning.

commit d9839f0ac8eb27fb55ff3ea266eb2b0ca03ba718
Author: Herbert Dürr <hdu at apache.org>
Date:   Sat May 5 08:45:12 2012 +0000

    fix missing return value (thanks ericb)

commit d8375974636b078cc87c0aa63c813d69c134c3da
Author: Armin Le Grand <alg at apache.org>
Date:   Fri May 4 14:16:22 2012 +0000

    #119125# corected gradient rendering, added stuff to add Title and Description to primitives for later usage

commit d317edd864aedc91d2c1a5b2f335d538a62ca9d5
Author: Andre Fischer <af at apache.org>
Date:   Fri May 4 08:23:08 2012 +0000

    #i119248# Drop extended syntax that is not understood on Solaris.  Original author: Jean-Louis Fuchs

commit 179f88dfe5a1eb2ebd051d73b50f1e0af9c12fd9
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri May 4 08:01:31 2012 +0000

    #i103131# in doubt treat unicode variation selectors as invisible

commit c4ce6e92db9e784eed2c0863d4c30bf9eddf3da1
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri May 4 07:24:43 2012 +0000

    #i103131# starting IVS support on win>=7 platform

commit f60dfd6114c7560f491388b585511bbf09c1cc13
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu May 3 12:54:51 2012 +0000

    #i119206# use generic methods in presenter-console's makefile

commit 9f5696dfa2241a28916727bc4bf82959b2bc1363
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu May 3 12:45:19 2012 +0000

    use ascii convenience methods for dynamic loading

commit 01ef7825c9c9abc9d4515f417773c12f603d8e6c
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu May 3 12:44:29 2012 +0000

    add convenience method for dynamic loading

commit 5ab32faf2426fa60f975d0b544cfd671cdc7983b
Author: Armin Le Grand <alg at apache.org>
Date:   Thu May 3 10:59:32 2012 +0000

    #118905# changed EditEngine to be able to paint to overlay (VirtualDevice) directly, not only to Window. Removed the no longer needed switch between buffered and unbuffered overlay, this removes the flickering white block.

commit 15c1f7a588e6db3fde8c98ee24a407af974edd69
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed May 2 18:35:08 2012 +0000

    Add Oracle as a Java vendor for Solaris.

commit e9bd143a0cc795ffccbfba87c451513e77b2aa2c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed May 2 17:51:11 2012 +0000

    i118999 - Fix mismatch in leap year calculation.

commit dbd8800fba063ee533e5ccdae42f2bd5708804a5
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed May 2 17:47:01 2012 +0000

    Attempt to rescue some old Korean comments.
    
    It appears like some old comments in Korean were lost in an
    old commit, and in particular OOo-SVN253705. An attempt
    to rescue the comments from the old SUN code was made
    along with a computer aided translation which is much
    more useful and less sensitive to break again.
    
    No functional change is expected.

commit 5ee8a40352b4ad0c5280044e00758097f0c9a68f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Apr 24 03:16:01 2012 +0000

    Add Oracle as a Java vendor for FreeBSD.

commit bb2f1407eaaa8731714149dbce5002cee870d15d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Apr 24 02:52:51 2012 +0000

    Add Oracle as a Java vendor for FreeBSD: discussed with maho@ and jsc at .

commit 93b54f507bc756ffce1a80040761f637bfec6b67
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Apr 19 00:43:18 2012 +0000

    adapt version for src package name

commit 613af48ddd5c95451560a41cb1518cf1a037e78e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Apr 18 22:44:43 2012 +0000

    Adding Oracle copyright wording

commit e18e312fae8dc0b52263e4aa6552c0b02b87d190
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Apr 17 08:27:56 2012 +0000

    WaE: Remove unused variable.

commit 3dae5e05dc03c0c619e3d39ce8baf702b00e4e53
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Apr 16 03:56:30 2012 +0000

    i119208 - Cannot select a different icon set. Problem due to incomplete Tango removal

commit 8de8b267cd9f2bfc0573ee2daf69aa9f135eaf57
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Apr 15 19:57:31 2012 +0000

    i119208 - Cannot select a different icon set. Problem due to incomplete Tango removal, identified by Ariel.

commit 150188014270038b37f2b060d9740f5efaf6c545
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Apr 11 18:23:22 2012 +0000

    Break only one level when detecting FreeBSD's fetch. Author: Dave Fisher.

commit ceb4c72bacd0d9224d196ca11452fde5104cb179
Author: Andre Fischer <af at apache.org>
Date:   Wed Apr 11 05:47:29 2012 +0000

    Removed en-ZA dictionary because of its external update URL in description.xml

commit e5917afc840dfab2baf087b1720863130a59c164
Author: Andre Fischer <af at apache.org>
Date:   Tue Apr 10 06:29:48 2012 +0000

    Removed unnecessary debug code.

commit b7285a41173a9e78c7ba019e4ffaad18d8b807f5
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Apr 6 06:43:59 2012 +0000

    #i119168# refer epm-built lpacks/sdks to base package license

commit acb2b244966aeec7fde2f0d819815c5c8a493fab
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Apr 6 05:06:17 2012 +0000

    #i119168# use generic LICENSE file for langpacks and sdks

commit 88ddbaf80e37c3083692163b1d4688cf9cab074f
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Apr 5 10:15:43 2012 +0000

    bundle builtin-extensions only when they are enabled

commit a16e29ac2eac1249747275a20251c3650517d39b
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Apr 5 07:53:04 2012 +0000

    #119098# added ALv2 Header to sid file used for automated tests as mapper list, no creative content

commit 58abd70b0b6c6261626c5349f23ed54eddb777de
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Apr 5 07:48:52 2012 +0000

    #119098# corrected wrong notation of url in ALv2 header

commit 9bf803db1a10ed23655547743465ea54bff616df
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Apr 5 05:34:49 2012 +0000

    fix extension maximal version dependency

commit 8bfb502b4c9fbb0a35e8eb86760bd4e51e4ef376
Author: Andrea Pescetti <pescetti at apache.org>
Date:   Wed Apr 4 20:34:30 2012 +0000

    Updated Italian dictionary.

commit 6e12de97fe0bbef0a43690a14e0e4ca16883dde0
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Apr 4 14:14:17 2012 +0000

    extensions with updated license get a new version
    
    also update min-/max-dependency to Apache OpenOffice 3.4+

commit 064adfcdf65a01906ed7769f10cc55cd26cbe2ad
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Apr 4 14:12:13 2012 +0000

    #119176# corrected file type detection for SVG for svg files without xml header

commit 8d6ef652d1fa4267d3b9ce0ab2878c5941c4f2c7
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Apr 4 12:35:30 2012 +0000

    #119098# added missing entires for logfiles (*.log), missed to add TestDocuments-ooo-build besides TestDocuments

commit 77b9a043109eeb5ee72ee1df6ab85fe8068fccda
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Apr 4 11:39:01 2012 +0000

    #i119168# use mechanism in extension_pre.mk for more extension licenses

commit fe95c9aa40eb2b088d2590638ebc783b5b460d52
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Apr 4 10:55:15 2012 +0000

    #i119168# update granted extensions to match their ALv2 license

commit 272907cad486c99e84373508435814c26d4d918e
Author: Andre Fischer <af at apache.org>
Date:   Wed Apr 4 10:40:27 2012 +0000

    Found a way to include local extensions (like presentation minimizer) via extensions.lst

commit 61e0e73da54c8f3c3a4366f6939e9867d922c02e
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Apr 4 08:55:45 2012 +0000

    #i119168# provide a pure ALv2 license for use by extensions etc.

commit fc76ac082270cfb8074e7f33b96308dcd5221ea2
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Apr 4 07:16:59 2012 +0000

    use CR/LF lineends on LICENSE+NOTICE files on WNT+OS/2

commit a86c85be74e158c2f90d99bc6ef3f0c8c1d4dc80
Author: Andrew Rist <arist at apache.org>
Date:   Tue Apr 3 20:24:42 2012 +0000

    Update headers to Alv2 headers

commit 91f74203fad871be366fed90a757b32fe117db8e
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Apr 3 16:24:21 2012 +0000

    #i119168# on WNT platforms *.txt versions of LICENSE and NOTICE are prefered

commit 39310f69c11b1451e6a074943e6ee832488ed537
Author: Andre Fischer <af at apache.org>
Date:   Tue Apr 3 15:25:32 2012 +0000

    119170: Do not include category B fonts by default.

commit 09393562011508c470dc6526541ea3c0ba2e5722
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Apr 3 14:46:04 2012 +0000

    #i119618# readlicense_oo/html has been obsoleted now

commit b0c5680e1953dd7940111e10642def168e772a8d
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Apr 3 14:29:27 2012 +0000

    #i119168# consolidate packaging of LICENSE and NOTICE files

commit 34f86524ef67fa439c9260cdab9e32f4ef5f541e
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Apr 3 13:05:09 2012 +0000

    #i119168# updated configure help for category-b/aggregation instructions and update license/notice boilerplate text

commit 96ec6f6b042c1fae5de087075197ba6c835d3e34
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Apr 3 10:29:06 2012 +0000

    119186 - updated LICENSE_aggregated and NOTICE_aggregated files

commit 9033dfce8198e9344e29ce591a0f1e84aa1b218c
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Apr 3 09:43:20 2012 +0000

    disable aggregation of dictionary extensions by default

commit ed0e81e0da2a0e0f77f07137f2116dbf2d7c2d89
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Apr 3 09:43:01 2012 +0000

    #119098# removed files, for list see task

commit 8040f8327ef53afcfa3ce6daa6563cd15e727247
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Apr 3 09:42:09 2012 +0000

    #119098# removed files, for list see task

commit 3185e93c5eefb1dd056a9ac6b8c9a1a3dd573c69
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Apr 3 09:39:58 2012 +0000

    #119098# Added files to the rat-excludes (see task for complete list) and resorted/adapted some entries

commit 007fa6bd4a3388d30197560d5b26ccf7c3ebeb60
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Apr 3 08:19:43 2012 +0000

    119168 - updated LICENSE file and NOTICE file for binary package

commit 937ef259e10872571046f3c4eeb0ee1255ddd4b0
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Apr 3 07:17:20 2012 +0000

    added LICENSE_* and NOTICE_* files for Release Audit Tool

commit 844be9bc2f84a921981aee7fd56b77595684712d
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Apr 2 15:21:19 2012 +0000

    #i119168# create summary LICENSE and NOTICE files depending on build configuration

commit 0bacd786761f314c7e463caad9b2fd800352da77
Author: Andre Fischer <af at apache.org>
Date:   Mon Apr 2 14:28:35 2012 +0000

    Bundling english dictionary with italian UI.

commit a480cad3ddb89ad832f98521ae0f9743383875f5
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Apr 2 13:42:30 2012 +0000

    reworked LICENSE and NOTICE due to the feedback we have got.

commit c4a10ca3c24aedfc81768ad4142940d56f6d4648
Author: Andre Fischer <af at apache.org>
Date:   Mon Apr 2 13:05:57 2012 +0000

    119113: Run installBundledExtensionBlobs() once on first-start and not a second time.

commit c9d743592ee27442cc33f2ad62fabd48819ab99e
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Apr 2 12:36:37 2012 +0000

    ad#i119168# ded text modules for parts licensed as category-b or as merely aggregated

commit cbfe402f24cab0f512ea34d928ba63dc24d43ae8
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Apr 2 08:41:26 2012 +0000

    libpng no longer needed

commit d3903f36190c68bc2e09e18943a951a5796232a7
Author: Pavel Janík <paveljanik at apache.org>
Date:   Sat Mar 31 12:29:35 2012 +0000

    #! should be on the first line...

commit 7b8ec3868fc6309470afb6c572d452d6f45707bf
Author: Andrew Rist <arist at apache.org>
Date:   Sat Mar 31 05:02:23 2012 +0000

    add main top dir for pdb files

commit 81ab6c5dd38144b4ef96abd6e22b39867af0f1d1
Author: Andrew Rist <arist at apache.org>
Date:   Sat Mar 31 05:00:05 2012 +0000

    Update headers to Alv2 headers

commit e7042baaddad88ceb83fd4919f3ea50c40ea3be1
Author: Andrew Rist <arist at apache.org>
Date:   Sat Mar 31 04:59:55 2012 +0000

    more headers added - this is the matching excludes check-in

commit 31ae2e4bcd836d82a41ce8f4aa951adb11ad4dcb
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 30 23:39:13 2012 +0000

    Update headers to Alv2 headers

commit 7246ff57c3f6a4b93752f87de87efbbc58a83ce4
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 30 23:39:09 2012 +0000

    continued updates as files are dealt with.

commit fa335be3be8d3272b6c7d35301e58fb3098ce285
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 30 22:11:48 2012 +0000

    clean up exclusions so that they are more specific
    
    remove commented references to previous wildcard excludes

commit 1dc643c616ab136a706f7db8fb6848da5b108cd6
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 30 22:10:57 2012 +0000

    Update headers to Alv2 headers

commit e1571fecbf470b0e3f2021a3883febceb9a55894
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 30 20:49:15 2012 +0000

    These are changes from Armin Le Grand
    
    This is a major cleanup
    Also commenting to to identify rationale for each exclusion

commit 87ae88ccec199d6629a0a1b16d6380b5ed858941
Author: Andre Fischer <af at apache.org>
Date:   Fri Mar 30 12:37:10 2012 +0000

    Added khmer (km) dictionary to extensions.lst

commit c3c70e6908004618e301ddda4c736034bf41307e
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 30 08:43:07 2012 +0000

    textsearch.cxx: unify for compiler independency

commit ad00e61aa24d9e19b6b59870855971ab9432d6fa
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 16:24:10 2012 +0000

    more files identified during header project

commit 043e87667150cd7552d6c931074c9fccae15baf4
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 16:22:15 2012 +0000

    Update headers to Alv2 headers

commit c8c6a0f1e513e6244c14b46d96177fb84ab7a7f6
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 16:21:27 2012 +0000

    Update headers to Alv2 headers

commit 82834e4982bef5c7e304c97eb0102a0dbc7c4e93
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 16:21:04 2012 +0000

    Update headers to Alv2 headers

commit a98bdc426a8b365d139102eeccf15b432e87a338
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 16:19:46 2012 +0000

    Update headers to Alv2 headers

commit dbdade49d9fafa1bb7bfccc17b69c5f5841ab3f8
Author: Andre Fischer <af at apache.org>
Date:   Thu Mar 29 12:34:44 2012 +0000

    Added dictionaries for de_AT and de_CH.  Additional dictionaries for de_DE.  Download only extensions required for languages in WITH_LANG.

commit 1a52eb4ee799d3a13069eae08adcba44b1b1f119
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Thu Mar 29 05:57:18 2012 +0000

    correct method signature - (author: Jean-Louis 'Hans' Fuchs <jean-louis.fuchs at adfinis-sygroup.ch>)

commit e9e05811433e052afe2bbd35e2d3bc7fa22e1ec4
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:55:02 2012 +0000

    Update headers to Alv2 headers

commit 58b005a47b57228508c9666f84ef17e4cf08d03b
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:54:09 2012 +0000

    Update headers to Alv2 headers

commit 14cd62ade176cbef0febadb3dd59812f6e358908
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:52:48 2012 +0000

    Update headers to Alv2 headers

commit 3eb4b57053a797d50a9450b2680b2b73389c782e
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:52:06 2012 +0000

    Update headers to Alv2 headers

commit 00253ba44596f563b4bcb6c22431158751cc86fe
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:51:01 2012 +0000

    Update headers to Alv2 headers

commit e501c72db072424006a9da32c95f26351a901c41
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:50:37 2012 +0000

    Update headers to Alv2 headers

commit b52bc4b2eef84bf126d9d2260f74febd3dd3039c
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:49:41 2012 +0000

    Update headers to Alv2 headers

commit a083970c40de019d85ef90c5ae8bc60953244838
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:48:54 2012 +0000

    Update headers to Alv2 headers

commit f941cbe304f8b852db3fe7b091112f10a0d95d16
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:47:44 2012 +0000

    Update headers to Alv2 headers

commit a9b196c20a78b614c407341e978be2db370a4b43
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 29 00:46:25 2012 +0000

    processing more of the last 1000 files

commit b1913d68de403925b1d886b94aa1773c16eb1eb1
Author: Andre Fischer <af at apache.org>
Date:   Wed Mar 28 14:54:49 2012 +0000

    Added dictionary support for da,no,ro,ru,sl.  Added configure switch --enable-bundled-dictionaries.

commit fee6ef7074d3f4adf3b23b05b11730c28ddcbd27
Author: Andre Fischer <af at apache.org>
Date:   Wed Mar 28 10:18:19 2012 +0000

    Added AL2 license.

commit ef4afe8becfde5f8f93bf3296178b5e53b58d8f6
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Mar 28 09:31:14 2012 +0000

    #i119141# remove ISCII converter for now

commit 3ed84db393d36fb44c44b0191424614877e972f4
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Mar 27 14:15:48 2012 +0000

    i119097: remove OS/2 exception handling and menu hilite code due to incorrect licensing (code will be reworked soon).

commit ac5a2c91b0bcffb4bb57641bdda65374597c1faf
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Mar 27 10:41:46 2012 +0000

    #119098# added files to section 'not requiring a header', details see task

commit ede45dc3e46761ac8454ac329ddf498cb602f763
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Mar 27 10:39:37 2012 +0000

    #119098# No files not under ALv2 in module reportbuilder, license file not needed, also see comments in task

commit 14e14a77374591d46d567b2bb663a5da094b9508
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Mar 26 15:07:38 2012 +0000

    #i119113# fix of-by-one when importing BDB files

commit 23e48501b3093184d4d8a25b746dc8ce8637bea9
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Mar 26 11:16:58 2012 +0000

    #119098# removed oracle-specific versions of testautomation files; these are no longer needed since the oracle-specific office version is no longer built and/or supported

commit a61c25472f6e748323b832bda634759489e08179
Author: Andre Fischer <af at apache.org>
Date:   Mon Mar 26 10:49:44 2012 +0000

    Add more dictionaries for nl_NL.

commit 110eaf854135577babf70e557de84f2460853159
Author: Andre Fischer <af at apache.org>
Date:   Mon Mar 26 10:27:09 2012 +0000

    Removed space from end of last line.

commit 0802d25e4dfc36fb2170749c957b6c54e21a328e
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Mar 26 09:51:41 2012 +0000

    #119098# Removed np_sdk and related stuff due to conflict with it's triple license, was not in active use. Test builded all three main platforms and checked, works well

commit 94710bd36d96d43c6c997c7526689cbf5e36769d
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Mar 26 09:09:27 2012 +0000

    W3C software license text itself is under W3C license

commit 2c767232e442613b9a818ce9dbce9c1f76fc4864
Author: Andre Fischer <af at apache.org>
Date:   Mon Mar 26 07:44:49 2012 +0000

    Added dictionary for spanish.

commit b9e36c2b846be5660ad461b39c9b3e4dae431887
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Mar 26 07:42:42 2012 +0000

    119114 - method <UpdateDialog::addSpecificError(..)> - create entry with correct type

commit c75201899f47566917d963f87335f012d2f7f531
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Mar 26 07:35:17 2012 +0000

    119098: add missing licence header

commit e5bde62a07534b0fe597e30babad441b5a02aeea
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Mar 26 07:33:29 2012 +0000

    119090: switch encryption default back to blowfish

commit ac122f6db116f556100978458de6c0d68a80fd33
Author: Andre Fischer <af at apache.org>
Date:   Mon Mar 26 07:32:12 2012 +0000

    Added dictionaries for dutch, french, and italian.

commit 46ad5e80d02bcb91d2b341ef1d9565791770bc47
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Mar 26 07:32:00 2012 +0000

    increase buildid

commit cc2866588ca2ff97d3eab28fba8f5d92140dc67c
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Mar 26 06:59:59 2012 +0000

    fix build breaker - correct certain XML snippets

commit df6713da0785ae94d088f40c513b7d8b2591b5f2
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Mar 26 06:51:26 2012 +0000

    fix another XML snippet processed by xml2cmp - remove duplicate license headers

commit 458ebc482729f884126c50a9b094cf975fef6942
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Mar 26 06:47:18 2012 +0000

    fix build breaker - adjust XML snippet processed by xml2cmp tool and adjust xml2cmp tool to handle XML comments

commit 8285c5be0441fe336b91ae4117bedad82933c646
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Mar 26 06:37:28 2012 +0000

    fix RAT-scan for mythes-1.2.0-makefile-mk

commit 74fddd01e3e9bbfc2e1e450b7e40c7ba75180173
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Mar 26 06:37:18 2012 +0000

    fix RAT-scan for mythes-1.2.0-makefile-mk

commit e3e732ee04ec9407a2faa8506affb4d0a47ddadf
Author: Andrew Rist <arist at apache.org>
Date:   Sat Mar 24 16:42:14 2012 +0000

    changing comment placement in xml files

commit 7b8c4a45d0d48f45e944e5e0a174bf56bd0b4212
Author: Andrew Rist <arist at apache.org>
Date:   Sat Mar 24 04:26:53 2012 +0000

    Update headers to Alv2 headers

commit fb1c1b340adff7dcbee697666ea3c3b73e03d5d0
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 23 23:02:17 2012 +0000

    Update headers to Alv2 headers

commit a747b810a6523070bca93212541bf80fa06eebdb
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 23 17:09:13 2012 +0000

    add a set of files with identified licenses

commit f1194d5c4961c3c076433d87fc50797152d13511
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 23 10:53:05 2012 +0000

    fix LIBX*_LIBS spelling in configure input

commit 50c7c7de2ed1d971963cff1f4b8fd8df86fca37a
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 23 08:16:26 2012 +0000

    extend timeout for downloading extension blobs
    
    http://ci.apache.org/builders/openoffice-linux64-nightly/builds/159/steps/compile_3/logs/stdio
    shows that the old timeout of 10 seconds is too short because even successful downloads of take multiple seconds

commit 5da6db361a04af4137400cf753d8af5eba404645
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 23 07:15:32 2012 +0000

    remove BOM from README
    
    also some minor clarifications

commit a6ac75d4760762e2d4086b0cbb19a3a1f594571a
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 23 04:33:20 2012 +0000

    fixing xcu headers - xml syntax issue

commit fe3b58f283a6b921b0897fff197d3d4cbf59490c
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 23 03:22:48 2012 +0000

    fix Canvas.xcu with invalid xml after header change

commit 3adbd9459c8611c912fc01ef496e14e2107e283b
Author: Andrew Rist <arist at apache.org>
Date:   Fri Mar 23 02:03:50 2012 +0000

    fixing malformed xml due to earlier edit.

commit 1dc8c0448f848c7e748d39a5163936aaaaabc06d
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 22:58:27 2012 +0000

    Update headers to Alv2 headers

commit 3666e80b14f994eda36adb16b6daf373defe599b
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 22:58:04 2012 +0000

    Update headers to Alv2 headers

commit 588b1121ad2dfece4a4849dae129963dde9dcf94
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 22:01:49 2012 +0000

    Update headers to Alv2 headers

commit f651a1552b6786fea01102154b28a8036d1e3b92
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 21:59:15 2012 +0000

    Update headers to Alv2 headers

commit dd204a98a7b675cd8e979753eb82354e503d89e3
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 21:58:16 2012 +0000

    Update headers to Alv2 headers

commit c1c3afd4a0a9cdca4b9dcc7883ff832cb991750b
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 21:39:29 2012 +0000

    Update headers to Alv2 headers

commit 582ec4d6c81c7737b19c1e5713184a9f44b89570
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 21:32:24 2012 +0000

    switch to wildcard exclude of csv
    
    organize wild card excludes better - to identify rational for exclude
    (work left here - many excluded types still not rationalized)

commit cc8b0b4b52b3b0113c49b958ae93db6b11bc43d8
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 21:13:06 2012 +0000

    exclude csv files as they do not allow comments

commit 2d6210b795379ad90686969d02e6923d6008304e
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 20:59:02 2012 +0000

    Update headers to Alv2 headers

commit 0190fc78313a3c72d9118a059b59b4127245c79f
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 17:24:46 2012 +0000

    update header to ALv2

commit aa9a784f9cdf0e4076179a763c41ee1dc1b12efe
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 16:21:41 2012 +0000

    update header to ALv2

commit e19a46a1afd61357b688039d9e77e3ae1d5898f1
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 15:56:04 2012 +0000

    Update rat-excludes with files containing identified licensing
    
    also update headers to ALv2 on two files

commit 32c7ad7a77bf1fd1b3b88cd3201e860527ad8189
Author: Andrew Rist <arist at apache.org>
Date:   Thu Mar 22 15:18:56 2012 +0000

    Adding ALv2 headers to MySQLConnector code

commit 839c7cfe60db0c55b90d54d80fe6b49780251aa5
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Mar 22 13:33:17 2012 +0000

    #119098# adding twain header files under 'The TWAIN License', usage is documented as required in the NOTICE file as required

commit 7c6b0583f7e464706837cdd446f8623e0f143a62
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Mar 22 12:42:51 2012 +0000

    rename install sets from OOo* to Apache_OpenOffice_incubating*

commit 6e1c383e98b03981d40f300661f8ca16db8403c1
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Thu Mar 22 11:52:42 2012 +0000

    119098 - adding unixODBC header files to RAT excludes as they are under BSD license
    
    Note: Beside BSD license these files are additional licensed under GPL 2
    --This linv, an those below, will be ignored--
    
    M    main/rat-excludes

commit 4c78b665bd718dcfb2618f64957426e3de17b910
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Mar 22 08:53:49 2012 +0000

    include incubating in archive name

commit 9447d05ac722f0160e8277c8cdf93bae8a85831d
Author: Andre Fischer <af at apache.org>
Date:   Thu Mar 22 08:05:38 2012 +0000

    Updated documention in extensions.lst

commit 215c452ade41d1d4cee5887e7c610a042ba4ff87
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Mar 22 03:12:17 2012 +0000

    Sort better relative to NOTICE.

commit 373bc362cbd335bab2ca58cceeb8f5ebccc67a71
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Mar 22 02:58:34 2012 +0000

    Minor readbility tidyups.

commit 7178123e2c2d6ebaafb1e777511cf68aac2a4c75
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Mar 22 02:55:27 2012 +0000

    Merge LICENSE into file eliminate the ambiguity in Rat. More code history in #i73173#.

commit dd1b501e2f58a70f237a88498b6fe774c1337b8b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Mar 22 02:39:28 2012 +0000

    Add licenses for XFree86 Inc. and some contributors including HP, SuSE and the FSF. Cleanup some stuff while here.

commit 56de660bc11230248310d77b858aaceb8a6aff6c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Mar 21 18:53:18 2012 +0000

    #i119096# remove category-x licensed tango theme.

commit 99f31f7de38848f9ec2818cc75d9b240aba2d2cd
Author: Andre Fischer <af at apache.org>
Date:   Wed Mar 21 16:36:37 2012 +0000

    Fixed extension loading.  Can now handle indirect URLs.

commit 6f0e0df65c7606aa6d8c59b5131540323eead86c
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Mar 21 15:21:20 2012 +0000

    get rid of PKG_CHECK_MODULES_MACHACK

commit 017256f7e971ced9cc4a1c765ed0dcceefdbda18
Author: Yuri Dario <ydario at apache.org>
Date:   Wed Mar 21 13:19:55 2012 +0000

    i119097: Update headers to Alv2 headers, this was supposed to be done earlier as for other sal os2 headers.

commit 46b0dd7c0f2ce0263aac0c57762e82dbfa3c2d61
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Mar 21 11:58:54 2012 +0000

    drop support for getspnam_r's ancient API

commit 6c8c5e063acb3a19f7d89326aa6994c4666a3d3e
Author: Andrew Rist <arist at apache.org>
Date:   Tue Mar 20 22:59:11 2012 +0000

    point to updated location for extensions
    
    due to transition of extensions site to SF

commit e1a268ef0dbe8b04a29b64166cb8f09cf94c38b7
Author: Andrew Rist <arist at apache.org>
Date:   Tue Mar 20 20:11:24 2012 +0000

    update RAT excludes to include files with known licenses

commit db31b3404a132d5cab864bcb555e33bf00106a97
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Mar 20 15:54:24 2012 +0000

    119098: add license header

commit 66f6df48d59a1dd4ad6c0719bd0844169809386f
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Mar 20 15:22:22 2012 +0000

    119098: add, remove old, adapt new license header to work in makefiles

commit eb41bf0f08f056edc0dd39199f1188581324415e
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Mar 20 15:11:53 2012 +0000

    update misc UI strings to AOO name change

commit cb80571f10c599210913a8c038f918c32540197b
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Mar 20 14:49:56 2012 +0000

    configure.in: update name to AOO

commit 7d91f9dbaf1b0662c208d969a97dcd33b60a1c48
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Mar 20 14:17:23 2012 +0000

    118895 - insert missing deliver of globlmn.hrc (author: af)

commit 136bb75ee98983436c6292b2f5f99f57ad5d6795
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Mar 20 13:56:44 2012 +0000

    Some more cleanups.

commit dc330b32cfe656c36c21ba2b0f5333f00bceb4a1
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Mar 20 13:46:51 2012 +0000

    fix ooo-issues email address

commit 927011f29daef3966573247cd84be554afb26e07
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Mar 20 13:46:35 2012 +0000

    #i119096# remove category-x licensed tango theme.

commit 7ebaeeba7ea4116e0b40782561b6da72510937d8
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Mar 20 13:43:38 2012 +0000

    update About dialog to AOO and ASF source grant

commit 6001435b4519311b05f2d077df8ae3d7c037af8d
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Mar 20 12:02:58 2012 +0000

    #i119096# remove category-x licensed tango theme

commit 84d208f3afb5259c2c9562b0328f6180526b0a97
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Mar 20 07:38:18 2012 +0000

    the Incubation Disclaimer was already added by Pedro as a separate file
    
    also fixed some minor spelling and building instruction errors

commit 1622527037956253e9a121c70b28970253150518
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Mar 19 22:54:01 2012 +0000

    Sort and update the third-party NOTICE and LICENSE information.

commit a6db9e2dc34606b6956c5f4861fad318c75bae99
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Mar 19 12:31:39 2012 +0000

    add disclaimer for our Apache incubating project

commit 9949b8b6f377c15a1b81c9cb342b98a701d26f81
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Mar 19 07:57:15 2012 +0000

    increase build id

commit 532a1a454c131a764e1ccaf16f54bd244e39cef3
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Mar 19 01:58:00 2012 +0000

    Clean external licenses: Drop Sleepycat DB, some older MS runtime EULA, and a repeated Bitstream Vera License.

commit 4033d2acf5644afba63aa4d03967b20e7861d62d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Mar 18 23:30:05 2012 +0000

    Fix TLP in DISCLAIMER.

commit e235dcc70d2af09412f6755ab6a2da40b64bbff6
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Mar 18 23:19:40 2012 +0000

    Add Incubation DISCLAIMER.

commit 0515bc4e0fbfd8bbf30d244c5909057127398d08
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Mar 16 14:54:15 2012 +0000

    Add execute permission bit to config.guess

commit 320affa1081b2de4deca025feba3c4932df5d8d7
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 16 14:27:36 2012 +0000

    #i118925# fix old word-boundary emulation

commit 90babc7a23907724437cee8ea587e03a85623df8
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Mar 16 14:27:28 2012 +0000

    Add execute permission bit

commit d4457f73c8e987e66f644209df1a9224915efaa0
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Mar 16 14:14:18 2012 +0000

    Fix Linux build breaker: extra qualification on member

commit 78cf8d5658f2257957580480ec86f19e8cfda4ac
Author: Andre Fischer <af at apache.org>
Date:   Fri Mar 16 11:58:50 2012 +0000

    119050: Added main/extensions.lst for automatic inclusion of extensions.

commit 9e30e9010f8da12c9a078f33269540f329122757
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 16 09:52:55 2012 +0000

    #i119048# handle edge cases when importing BDB hash files

commit 147efd6cdc04d7f4cca4e576a839cc6dabc8905c
Author: Wang Lei <leiw at apache.org>
Date:   Fri Mar 16 07:54:55 2012 +0000

    #i118546# CPU 100% on switched off AutoCalculate with Conditional Formatting on date values

commit aa7c18447225dae9de5dc9fcce27c3116fc0ecb1
Author: Wang Lei <leiw at apache.org>
Date:   Fri Mar 16 07:00:06 2012 +0000

    #i118760# split the first table cell vertically, then undo&redo, the Presentation app will crash

commit 95d2a62c9d544b5326593fc1e404cdd7a759ae9d
Author: Wang Lei <leiw at apache.org>
Date:   Fri Mar 16 04:58:28 2012 +0000

    #i118954# Chart data will lost after copy to different file

commit f812f78d148d98a70a05f2f36e638130533e4fb7
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Mar 15 16:22:33 2012 +0000

    #i119031# preserving ASCII in ignore-* transliterations allows full SIMPLE_TRANS_MASK

commit 23a34f17d240c808d2d0f530880823aa4c36a861
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Mar 15 16:19:23 2012 +0000

    #i119031# default to preserve ASCII in ignore-width transliteration

commit ef50d417638f422bf7ce369bf2db9ea1b98158ef
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Thu Mar 15 14:58:21 2012 +0000

    118976 - apdapt URLs for extension, templates and dictionaries websites

commit 7360c87e6d7386ac2b4e6f3decbf3953f9fb7610
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Mar 15 12:24:48 2012 +0000

    #i119048# migrate BDB extension entries using a simple heuristic

commit 26c0a2815790620f400ecfbaffe2edf84d0938ec
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Mar 14 11:24:27 2012 +0000

    119063 - correct serf integration
    
    -- apply request headers provided by corresponding caller to the HTTP/WebDAV request
    needed for our update service

commit bb76465c3a91f99ac392379d1df76e2edf72dde0
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Mar 13 17:08:19 2012 +0000

    i118923 - OS/2 port: improve r1299242/r1299759, quotes must be removed also in perl parameter, forgot to test a clean build before, last commit regarding this issue, promised :-).

commit 4a69de9c649c318e23f9f4a8dcc8dbf70644b3f0
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Mar 13 11:50:08 2012 +0000

    119058: change Oracle as vendor to Apache, package meta info

commit 2ed3229fd79146e32d3b483b1f7b40d1240e0cbd
Author: Yuri Dario <ydario at apache.org>
Date:   Mon Mar 12 16:52:38 2012 +0000

    i118923 - OS/2 port: improve r1299242, quotes must be removed in perl code, fix exclusion patterns.

commit 930fa1fcff86cf15eb710c4fbd16adb67b456b60
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Mar 12 15:15:25 2012 +0000

    some clean up in JPEGReader due to memory constraints
    
    - found during testing of insertion of linked images from HTTP/HTTPS servers

commit 64f4938982a3092b7e18d0ba497021687a6d3d83
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Mar 12 15:06:42 2012 +0000

    119036 - adapt serf integration
    
    -- use transfer-encoding 'chunked' on HTTPS
    -- switch transfer-encoding between 'chunked' and none on 413 HTTP status code
    -- refactoring
    -- improve user experience of certification dialog - only shown once

commit 9484953e57a8caf042b874d2b924a0c21e92cf47
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Mar 12 09:11:53 2012 +0000

    fix VER*YEAR

commit 5b53ce924dce486c37f6ca75cadf18009dee8f29
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Mar 12 08:25:29 2012 +0000

    119051: change footer to remove Oracle branding

commit 17f6b257f10b3087757b1e6007d0c9899bc0887a
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Mar 12 06:45:25 2012 +0000

    increase buildid

commit 6eb419b9f52f8dbf07f6fb100e0e10852a54ee96
Author: Maho NAKATA <maho at apache.org>
Date:   Mon Mar 12 02:20:14 2012 +0000

    Fix shared lib's version number for FreeBSD.

commit 335ad9a25012bbb042aafded445bc77dd75295d1
Author: Yuri Dario <ydario at apache.org>
Date:   Sat Mar 10 16:52:20 2012 +0000

    i118923 - OS/2 port: quotes must be escaped in command line (4nt/4os2).

commit 88836457f39ea5832c0bb0ee9f779a028fd78367
Author: Yuri Dario <ydario at apache.org>
Date:   Sat Mar 10 16:44:26 2012 +0000

    i118923 - OS/2 port: use globals for mkdir too.

commit acbecf6c6d457f609336a84572257b1cc5c63f31
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Mar 9 09:14:17 2012 +0000

    118846 - assure correct calling convention for ODBC function call under Windows

commit 89615600884269a49be8ceb18166899dcf0a6435
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Mar 8 17:01:40 2012 +0000

    i118923 - OS/2 port: remove obsolete IMP_ORD dependancies, fix ECHON macro.

commit 1649b43d6a1d0d3ccb98e798028972c7742b8ada
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Mar 8 16:26:13 2012 +0000

    119004: add vcredist dir in external + README

commit 7024af2ca31ff952232fe20cf37fb0afd69d237a
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Mar 8 16:22:16 2012 +0000

    119004: pack vc redistributavles under Windows only

commit 6076a9a1784f654a432b622467a66aac128c775d
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Mar 7 08:49:15 2012 +0000

    118012 - methods <ScBroadcastAreaSlot::AreaBroadcast(..)> and <ScBroadcastAreaSlot::AreaBroadcastInRange(..)>
    
    adapt stl-container interation in order to avoid destroyed iterators during iteration.

commit dd4360f4bc72af6da2d7cb1434f6517927bb03f1
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Mar 6 20:30:21 2012 +0000

    Update to include redland and expat.

commit 905f6758c7b12dad9544694bad6a024c3783e469
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Mar 6 11:49:02 2012 +0000

    fix FirstStart without its WizardUI

commit d66230e4ceae8a29721243fe8a174b0a5aadce97
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Mar 5 11:24:14 2012 +0000

    Dictionary extensions provide their own localization

commit 0805cc899b3a81f45458f52d5e6d06c706de4717
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Mar 5 11:19:45 2012 +0000

    Dictionaries are installed as extensions now

commit d1794ab177c197b6a8ba1faad9db5e09a3bca6e2
Author: Yuri Dario <ydario at apache.org>
Date:   Fri Mar 2 19:07:34 2012 +0000

    i118923 - OS/2 port: use system libraries for apr, apr-util, serf.

commit 40f1a2c43d762c92d9d4b386dd94306007c6aeae
Author: Yuri Dario <ydario at apache.org>
Date:   Fri Mar 2 19:04:02 2012 +0000

    i118923 - OS/2 port: correct packaging for unopkg.exe and online update dll.

commit 2b449ecfc3fe8e8722db210a7073dd681daa36c8
Author: Yuri Dario <ydario at apache.org>
Date:   Fri Mar 2 19:03:12 2012 +0000

    i118923 - OS/2 port: correct packaging for unopkg.exe and online update dll.

commit a46b1a0cc7bee23d901a2e291b7b5a76783bff75
Author: Yuri Dario <ydario at apache.org>
Date:   Fri Mar 2 19:00:58 2012 +0000

    i118923 - OS/2 port: gbuild system minor fixes and cleanup.

commit 21c45de1d0867d1d9b95796045e497652d5ca738
Author: Yuri Dario <ydario at apache.org>
Date:   Fri Mar 2 18:54:45 2012 +0000

    i118923 - OS/2 port: remove obsolete import libraries.

commit 4d9bf3644a72a8b2d91f6d7127b071f03666c925
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Mar 2 15:40:07 2012 +0000

    104349: change Slovakian to Slovak

commit fff0597ffe31089bec66e9a661429339a29bbb86
Author: Andre Fischer <af at apache.org>
Date:   Fri Mar 2 15:32:43 2012 +0000

    Made localize.pl work again with current directory layout.

commit 32ab7babda2d9c53b15344ea9e8e44279f2cc82e
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 2 13:27:29 2012 +0000

    install bundled extension blobs during startup

commit 468711c6c42cdbdf85873fd9f5e18542c221ce78
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 2 13:26:34 2012 +0000

    support bundling of extension blobs

commit 21e9e4e1b3b1eb1f695a2f1a67252d138338acec
Author: Andre Fischer <af at apache.org>
Date:   Fri Mar 2 12:54:08 2012 +0000

    118881: Ignore empty paragraphs after bullets.

commit be16319f1adc7d3692ebfb1fc98737dedbb50c6e
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Mar 2 09:46:26 2012 +0000

    prevent curl build problem with newer libssh2.h

commit c4fe552cbc78b2b6b14fbcb95afc6c8947d91c1a
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Mar 1 17:49:08 2012 +0000

    i118923 - OS/2 port: do not build zipfile&ooofilereader libraries until OOo WPS interface code is cleaned and ready to build again.

commit 57ca8831a6367a3a6d3fa2f43ba3e3e8a4f1901e
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Mar 1 16:56:32 2012 +0000

    i118923 - OS/2 port: remove 8.3 hacks from gbuild, remove IMP_ORD dependencies.

commit 9b349234b291ef9051363971a418e6bcecfcc731
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Mar 1 16:54:16 2012 +0000

    i118923 - OS/2 port: remove reference to os2 libraries.

commit a68cb56ebe40cf499ff16b661f86d44e744572db
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Mar 1 14:58:24 2012 +0000

    add revision to version file, add revision info to about independent of --with-build-version, increase buildid, adapt SOURCEVERSION

commit 6c15b8fad442596e08d04f90a944ea7a7589a66f
Author: Andre Fischer <af at apache.org>
Date:   Thu Mar 1 09:14:02 2012 +0000

    118569: Use whole certification chain for verification.

commit 602676d06c118bbed9a9d047b6ade99e5c0329bd
Author: Yuri Dario <ydario at apache.org>
Date:   Wed Feb 29 10:26:48 2012 +0000

    i118923 - OS/2 port: make configure script more OS/2 friendly, hacks no more required.

commit 9e3bf67113ce677b1ad8211477108335151b8ca2
Author: Yuri Dario <ydario at apache.org>
Date:   Tue Feb 28 16:25:15 2012 +0000

    i118923 - OS/2 port: minor fixes to build system.

commit 410cf84537325c2f1bdb605343a08d9f10d11713
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Feb 28 13:44:23 2012 +0000

    Drop reference to KDE Crystal icons.

commit e193116e510f1aae1e852d8385f88ce467e450b3
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Feb 28 09:34:20 2012 +0000

    serf integration: improve credential input handling

commit 5e34b7fd3f34908d4fdf05fd780ad5d3d957cb8c
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Tue Feb 28 08:44:18 2012 +0000

    correction of wrong line ends

commit 77c7203dc692509ffc580ae33ebaaac2d694c25d
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Feb 27 09:14:08 2012 +0000

    uups - too much line end clean-up - correction needed ;-)

commit 566ac552d00e0fd6e3171a1378f421f0b723fe10
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Mon Feb 27 09:02:54 2012 +0000

    warning-free ucb/source/ucp/webdav - author: Pavel at Janik.cz
    
    added some line end clean-ups

commit 7a34a2a10c6a0a252e74d71d450eae19f5e88ca1
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Feb 25 08:02:31 2012 +0000

    Add dependency on serf -> apr-util -> apr to scp2

commit 3115b9fdfacb08845c98b1e167bc59223843a4f6
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Feb 25 00:37:17 2012 +0000

    i115580 - revert - the patch is causing assertions when opening new impress documents. Found by Ariel.

commit 66542c986aada2b4cac44a902d891213607dd89d
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Feb 24 16:26:37 2012 +0000

    #118898# corrected error in GDIMetaFile::GetBoundRect in handling MetaFloatTransparentAction

commit 9c691a142dc94f83630b2f18aa139a8b991bb2fd
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Feb 24 15:43:53 2012 +0000

    Remove unused variable. Reported by Pavel Janik.

commit 0ee60e0bdee5db5cab13b986645a90b84ac764a2
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Feb 24 15:11:11 2012 +0000

    #118898# Adapted ImpGraphic::ImplGetBitmap to correctly convert metafiles to bitmapEx, dynamically expanding needed bitmap size right and bottom dependent of having a hairline there. To check this, I adapted GDIMetaFile::GetBoundRect to be able to deliver the HairlineBoudRect inn parallell to the regular geometry one

commit 321638350b7c2f41d3aea8c26f47d0e5a83e6b3d
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Feb 24 15:05:58 2012 +0000

    Changed various aspects concerning usages of old vendor names, licenses and similar. Checked on Win, Linux and Mac.

commit 078165cfeeac936cd367f84ac7437f60a29b740e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Feb 24 14:45:41 2012 +0000

    i77112 - revert for now: It's not clear why the author did not include this in CWS xsltfilter10.

commit 3376fac955b1996e297efc52848752dd0802fb7f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Feb 24 14:18:17 2012 +0000

    i77112 - Patch to run Spreadsheetml XSLT import with JDK5/6 and Saxon. Patch by sus.

commit 6101d27d1224bb1b420fcefa3f2ed8a458fbef99
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Feb 24 13:58:55 2012 +0000

    some refactoring to PROPPATCH and PROPFIND requests

commit 54b12f5f88f1b68423dc2b94a8896f8ab07a5a72
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Feb 24 11:31:02 2012 +0000

    remove neon wrapper source code

commit 8fb198c68adc13c7d52248b78a087804aeeac6f2
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Feb 24 10:26:47 2012 +0000

    correct license headers - arist's update got unfortunately lost

commit 683ab3a70800ae00ec31e03c89ed83031e487297
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Feb 24 04:01:22 2012 +0000

    Enable or disable Online Update in configure

commit 3d5d7222693d7c248078bff780675411f13860ca
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 23 16:08:49 2012 +0000

    i118923 - OS/2 port: solenv, added svpm.h wrapper around os2.h system header.

commit 4176f711379a342c35037411f5a2fe8b5cba3f01
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 23 16:07:20 2012 +0000

    i118923 - OS/2 port: i18npool build system updates.

commit ea0e26e4e8d29774ad1a0dfd79fce48f9eb24a38
Author: Andre Fischer <af at apache.org>
Date:   Thu Feb 23 14:52:46 2012 +0000

    118569: Second part of commit.

commit f5158da10ad7d0fdc5fc3ea9f25ad6ed3ea16838
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 23 14:19:04 2012 +0000

    i118923 - OS/2 port: use standard macro to create RGB colors, fixes vcl black backgrounds.

commit f8b0e55085f0541fe1dadc5052c43dc1fd73a746
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Feb 23 13:22:12 2012 +0000

    (author=aliuzhe at gmail.com) Prepare automated testing using the Java GUI Test Tool

commit 212d4bd24d9ac8eb81acda6c7bc6e2ffb4768b5b
Author: Andre Fischer <af at apache.org>
Date:   Thu Feb 23 12:29:54 2012 +0000

    118569: Replace neon with serf (and prerequisites apr and apr-util).
    
    Original author: orw at apache.org

commit 895e1dec70472d3ad65545c11429f0f42821ec74
Author: Andrew Rist <arist at apache.org>
Date:   Thu Feb 23 04:19:47 2012 +0000

    fixing wrong comment style for apache header

commit 0da397e6fb39357aa6e8fa760f5044e0c8cce235
Author: Andrew Rist <arist at apache.org>
Date:   Wed Feb 22 20:00:02 2012 +0000

    Update headers to Alv2 headers

commit 4c3c5488166dc465f4386b24b9d46e4c036275c5
Author: Andrew Rist <arist at apache.org>
Date:   Wed Feb 22 14:26:50 2012 +0000

    adding Apache headers

commit 5dba9af07e4a41dc949cdcb2644ba1a6650c2029
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Feb 22 14:02:45 2012 +0000

    include NOTICE file in binary releases ans SDK

commit 2190491a46b15f532f68edfd4e13d57c8da012d9
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Feb 22 14:01:33 2012 +0000

    first cleanup of README for binary releases

commit d75fd02e82f364096e8dc4f79e587b6eb42ad8ed
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Feb 22 14:00:49 2012 +0000

    new README for src releases

commit cbaf88fc6ba712ca1cd7f8a96276f23c274bf3d7
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Feb 22 13:56:27 2012 +0000

    change PATH order to avoid build problems under windows in nss when building with moz build tools

commit 22f4eede27aa00865c21ef9ef3783b31fbd9bcbc
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Feb 21 18:25:07 2012 +0000

    i#115580# - Font size changes when copying words to impress.
    
    Copying words from writer/calc to impress, some font sizes
    may get bigger. Additionally other fonts atrtributes like
    the font size changes.
    
    Special thanks to the author for working so diligently
    on this issue.
    
    BZ:	115580
    Author: Jing Dong Chen

commit 586222fa6e0cef593367c2e901325cd5cc35b1fb
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Feb 20 15:52:27 2012 +0000

    remove deliver line for unopkg.exe to uniopkg.exe which overides an earlier deliver cmd

commit ed925051e58cd6589d46fa882cf6c463d477c545
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Feb 20 02:57:44 2012 +0000

    Some more sorting.

commit bee0ec1ab810678b7d9102fcb19b6bd56ea4df9a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Feb 20 00:36:41 2012 +0000

    Remove an extra space.

commit 1424a458a49341a5f74ee3309f3066f783a64e90
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Feb 19 23:19:14 2012 +0000

    On Windows it's OK to use GNU copy.

commit da43f672ff668ea395915b822977b58fe0b3f39c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Feb 19 21:18:56 2012 +0000

    Sort signatures: makes it easier to review with 'ls'.

commit f10d1260fffb7da27c727ff9f786ab3b025e6974
Author: Yuri Dario <ydario at apache.org>
Date:   Sat Feb 18 18:46:08 2012 +0000

    i118923 - OS/2 port: removed old .btm macro files.

commit ee9bc4299ca0899b7f0e9a65fd73689fe18fa16d
Author: Yuri Dario <ydario at apache.org>
Date:   Sat Feb 18 18:28:22 2012 +0000

    i118923 - OS/2 port: new link system now uses unix style.

commit 02e75d8f74aba5e174c3ad0840443c8de146936a
Author: Yuri Dario <ydario at apache.org>
Date:   Sat Feb 18 17:34:11 2012 +0000

    i118923 - OS/2 port: remove destination file before copy.

commit e9cac78f6887065ab11da6a807a8d6787d6eb41f
Author: Yuri Dario <ydario at apache.org>
Date:   Sat Feb 18 17:31:52 2012 +0000

    i118923 - OS/2 port: solenv build system patches.

commit 6e51f92d7c4c580ddbda37b41b0b964fad6010a8
Author: Yuri Dario <ydario at apache.org>
Date:   Sat Feb 18 17:29:53 2012 +0000

    i118923 - OS/2 port: scp2 allow packaging of 8.3 shortened names.

commit 2bbc1fae89b50cc9cfeafd42881c5604a0027b66
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Feb 18 01:29:20 2012 +0000

    Drop obsolete configuration files from older build system.

commit 1d6adce05b0d7737268be32b1c24aef8254f48b2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Feb 17 22:20:34 2012 +0000

    Minor style fix.

commit 13a6bf37546ca5cc31971c6f950a7a3342ecedd1
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Feb 17 13:25:06 2012 +0000

    add new target for creating src releases

commit 0807f4e193644e75d324929ad22e4f70dcfeb32e
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Feb 17 08:17:34 2012 +0000

    help gcc 4.6.0 on 32bit ubuntu 11.10"
    
    For some strange reason compilation failed with mysterious problems in STL
    especially with namespace problems for size_t

commit 7869c4f645c2c96508da64383ed9e9d249d4d5ba
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Feb 17 07:37:24 2012 +0000

    update intro image with develoepr snapshot

commit 6595d5a2f856ed663bfce8abfe58bea863c10e07
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Feb 17 01:19:38 2012 +0000

    Cleanup remnants of glibc: if we ever need this functionality again we can use APR.

commit d9c9aafc015cfef68e16baec9a661d313e47c934
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Feb 16 22:03:11 2012 +0000

    i118927 - Undo/Redo "Update Link" does not reset sheet tab color

commit 4b26623a1fedf3ff00c60c129fd212cf5126de0b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Feb 16 20:12:41 2012 +0000

    i118921 - Repaint linked sheet tab background color after updating the link

commit 5087f15431c3c639cd444ad12d84757939a05676
Author: Andrew Rist <arist at apache.org>
Date:   Thu Feb 16 18:50:10 2012 +0000

    change to ant program list broke windows build
    
    ant.bat needs to be before ant.cmd with cygwin as ant.cmd (inexplicably) has unix style comments and errors out
    switched to ifdef OS2 for the altered program list

commit e3bb4d29ba055959e937e4aa515b5b9d81fe7718
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 17:04:07 2012 +0000

    i118923 - OS/2 port: add os2 support to perl installation code.

commit 3fb66910237798fab20cb55765a0cb4c0db459b0
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 15:28:14 2012 +0000

    i118923 - OS/2 port: use 8.3 names for targets.

commit 22ab226a7fa502225c51ec5c3e11c6f5d4680b5d
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 15:26:47 2012 +0000

    i118923 - OS/2 port: minor build fix.

commit ef233299f013e9e68f4ea6ce7c150435b1ddd8a9
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 15:24:52 2012 +0000

    i118923 - OS/2 port: minor build fix.

commit 982add0076e129a91a8a5fb62ee9a47c3c1c4d9c
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 15:20:16 2012 +0000

    i118923 - OS/2 port: minor build fix.

commit 0b19c4bf0a16891e3bcbc22847f02149df336664
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 14:44:11 2012 +0000

    i118923 - OS/2 port: updates for configuration system.

commit df165f3a55be1c59dbec0fde3a5fe8185c88c6ac
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 13:41:48 2012 +0000

    i118923 - OS/2 port: cppunit is no longer broken.

commit b135b7136a3ac05980f04ebd33248ee1b5ae1558
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 13:27:48 2012 +0000

    i118923 - OS/2 port: gbuild updates.

commit a1645bd317a05ec5402668fecca6e95bd0714b1f
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 13:17:56 2012 +0000

    i118923 - OS/2 port: upgraded function prototype.

commit e07d5bfc886b51b27f9d1bab7dd53ebee103b121
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 13:16:43 2012 +0000

    i118923 - OS/2 port: fix compiler warnings.

commit f36697d4abdf81a1479d4e621bafbdec638e5ef3
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 13:15:04 2012 +0000

    i118923 - OS/2 port: autom export of debug printf, skip more chars in file://./ urls.

commit e21f74f7e7d4b13095c32d8187a13b65fb41c340
Author: Yuri Dario <ydario at apache.org>
Date:   Thu Feb 16 13:11:25 2012 +0000

    i118923 - OS/2 port: removes forward references to exported dll symbols.

commit 9bbf96b27f7123acc9cab548888ecff9ebfcc8dc
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Feb 16 12:03:59 2012 +0000

    touched wordbook delzip to force rebuilding

commit de157878c78e73d0d4e52f0671ce119f38a53b29
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Feb 16 11:44:13 2012 +0000

    #118029# Applied patch from Regina Henschel to fix that task. Thanks to Regina

commit 5b51c20e07c72a2350fa3bb6ae1bb8ee1e293f2c
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Feb 16 09:30:51 2012 +0000

    remove svn:executable properties from remaining non-exec files

commit c12cf94f9ec2fec02026bdc46ef1dab38f7976e9
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Feb 16 08:53:55 2012 +0000

    remove svn:executable properties from many more non-exec files

commit e7b08e4e069c74f4b651faf61dbc0c4ca54b543e
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Feb 16 07:52:15 2012 +0000

    remove svn:executable properties from misc script files

commit f1be8452a30b130e292471113e59967e1240c76b
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Feb 16 07:11:09 2012 +0000

    remove svn:executable properties from misc non-exec files

commit b5ed7f43717ebae6eeab3410aaf5dfbf64440fd3
Author: Andrew Rist <arist at apache.org>
Date:   Wed Feb 15 20:24:32 2012 +0000

    syntax error (bad c&p job)

commit 52bcc776a7def90beee1bc89cba80c1d9e72d933
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Feb 15 20:10:24 2012 +0000

    Minor rewording.

commit 567b419601de11cb54be222bfefed4c0d6ec3233
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Feb 15 20:02:10 2012 +0000

    Use bash here as it helps the Solaris Sparc port, also follow redirections in BSD fetch.

commit 4a7ab632de9c88669c7fb255706090a3feb72307
Author: Andrew Rist <arist at apache.org>
Date:   Wed Feb 15 18:45:25 2012 +0000

    cleaning up formatting of log links

commit a4421a324dab8450189321896a31ce1e84b11506
Author: Pavel Janík <paveljanik at apache.org>
Date:   Wed Feb 15 15:29:32 2012 +0000

    Change order of initialization to prevent WaE issue.

commit 22a25ff73ee01e26437bb5299ff023bb658f9f1c
Author: Andrew Rist <arist at apache.org>
Date:   Wed Feb 15 15:21:58 2012 +0000

    tweaking direct link to log files

commit d43cc2f470fa373eaa2ae50474ec2e91163f476b
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 14:50:15 2012 +0000

    remove svn:executable properties from crypto resources

commit df20fb1f6f7dc8dfcfdfb75cde40e7141e7cd783
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 14:37:42 2012 +0000

    remove svn:executable properties from more source files

commit 6a5f15a3fc4383ee44213014b9065c3c8796b00f
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 14:11:34 2012 +0000

    remove svn:executable properties from images

commit 746a6b30a9c7ba6e94fa5b787effead7b2e84337
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Feb 15 13:55:13 2012 +0000

    i20878 - Add comment with BZ issue for reference. Credit for the fix belongs to gang65.

commit 17bbcc221dbf9eea77acb4adcfd88ac802af985c
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 13:52:04 2012 +0000

    remove svn:executable properties from make and pack files

commit f01590d46f31f0851f637ea78c459d005b607743
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 13:44:12 2012 +0000

    remove svn:executable properties from file archives

commit 9439627ff0a0fdd43af983bb26705061af80060f
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 13:37:37 2012 +0000

    remove svn:executable properties from document templates and samples

commit 7d53d621e3083e81f480b1d4d7705f5dd0fe85b4
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 13:10:59 2012 +0000

    remove svn:executable properties from interfacce descriptor files

commit c31120251095414c96fbc1d7336452d51d0683e2
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 12:57:50 2012 +0000

    remove svn:executable properties from configuration files

commit f434992805b53741850538f6a3dc20a03ff5eeb7
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Feb 15 12:50:25 2012 +0000

    remove unnecessary file

commit 9d3c6c3afb33f635ead7c2d194d4e232fa13ebcd
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 12:35:10 2012 +0000

    remove svn:executable properties from resource data files

commit 9b045532892343d3109bf09ae594054f4e9af283
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 12:28:31 2012 +0000

    remove svn:executable properties from source files

commit 78ae35f3d39703b6115afc15ade851250ff9f3d6
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Feb 15 08:55:17 2012 +0000

    business.dic replaces the older company specific dictionary

commit bf00b0799ecdc729c330442b25b6f5c1cce7a025
Author: Andrew Rist <arist at apache.org>
Date:   Wed Feb 15 01:06:04 2012 +0000

    add direct link to log files (without javascript)

commit 8d741c046f62f118b5f53c425c69c307d923fe4d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Feb 14 20:58:39 2012 +0000

    i20878 - Q-PCD shows spaces at end of a wrapped line in Writer.

commit 82a0ff3aa1bcf06869faba88ae27ed07602de09b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Feb 14 17:28:39 2012 +0000

    i#106270#: Workbook.Close causes application crash. Confirmed by Uwe Altamann.  Patch by lihuiibm.

commit 50fcd88f96becd2cccd445c8ab507273438f9ea1
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Feb 14 11:39:20 2012 +0000

    remove c04 custom images

commit 9dc6d2fd27425b1c6af216e415915f1a29bdb1cc
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Feb 14 11:37:37 2012 +0000

    update SDK setup banner

commit 04647fe5ccb00b2ef5dd227ca827b6c30f39d4e0
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Feb 14 11:23:48 2012 +0000

    update further logo images

commit f6d3f829f3e61803a600bf23875c0a79c7992ded
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Feb 14 09:29:04 2012 +0000

    update logo images, replace nologoinstall with logo

commit 349d40e86039554790609571adab027fc90d8a9c
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Feb 13 07:25:12 2012 +0000

    (author=Arnaud Versini) Match case in AutoCorrection

commit fe8947fd95dfcf73380fae6f3f51119db97d98bc
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Feb 13 00:52:52 2012 +0000

    Typo.

commit c82a38fefc4c9607f0d44187c8e8ae7292976dfc
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Feb 13 00:49:48 2012 +0000

    Detect prebuilt StAX API 1.2.0.

commit 6cc383a8a6ea9fbe941c7fd83092f6128d54c7da
Author: Jian Fang Zhang <zhangjf at apache.org>
Date:   Sun Feb 12 23:48:57 2012 +0000

    #118876#, Add check if the OutlinerParaObject is created successfully

commit 9af79da1347910ea0e75ae9e218b0a7a4745fd9c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Feb 12 20:39:34 2012 +0000

    Conditionally bring in the StaX API 1.2.0
    
    This is only required for Java5 installations when
    not using an external Saxon-B distribution, so it's
    unlikely we will include it in a binary package.
    
    Previous version had issues (see XMLBEANS-308)
    and is not being shipped in othe Apache Projects.
    
    The new version is under an Apache License 2.0.

commit 80aa888a377cbc5fa04fb42bcd4d5f4b96bd1b0d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Feb 12 03:55:07 2012 +0000

    Fix delivering servlet api JAR

commit f6db86453442a54a6a20e28be828e25ea019c797
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Feb 12 01:47:25 2012 +0000

    Remind where to put the binary distribution.

commit 576755df3170e7bbdb07cf2bf9c33eac0a840177
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Feb 12 01:32:34 2012 +0000

    Update download instructions for StAX version 1.2

commit 1dcb27b42013c798a5299a2b1c7c88873d4200f9
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Feb 11 21:08:51 2012 +0000

    Update Apache Tomcat to version 5.5.35

commit e63ec5073cc575f1b78f8aa20f194326eaa4eaa5
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Feb 10 15:49:53 2012 +0000

    i108860 - Fix range validation. Patch by lihuiibm.

commit a1d39bb1c9d8be03d3d2e496ce4cb6c86fd2d4d6
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Feb 9 13:28:08 2012 +0000

    i67068 - add XTypeProvider to queryInterface

commit ace22b0e575fdd97c040151fe27da092b0ea9c35
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Feb 9 10:06:10 2012 +0000

    Changed some typos in links to Apache license

commit 60203ff52f281ac2da5a1a031c95579a12cdc4c6
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Feb 9 07:28:29 2012 +0000

    #i118887# ignore zero-length matches in regexp search

commit 79e24594e0745c48b808d5cd89699712bd5bfd33
Author: Andre Fischer <af at apache.org>
Date:   Wed Feb 8 14:19:46 2012 +0000

    118569: Added libraries for apr,apr-util,serf as preparation to replace neon by serf.

commit 56d00f4ca56abedaae2b9d83e2e70059f0c990df
Author: Andrew Rist <arist at apache.org>
Date:   Wed Feb 8 06:08:03 2012 +0000

    cosmetic changes to build page with html out

commit ce5c72c92b1953406409d287c6b3c67957164c9b
Author: Andre Fischer <af at apache.org>
Date:   Tue Feb 7 15:15:40 2012 +0000

    Do not add targets for junit tests when junit is disabled.

commit 95b3ad6537416555f260283dad69e048dba51c34
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Feb 7 10:49:36 2012 +0000

    #115092# Corrected VclProcessor2D::RenderPolygonStrokePrimitive2D for various optimization scenarios

commit 85acfd0777ac460b56db879816b10d087de8e0a9
Author: Yang Shih-Ching <imacat at apache.org>
Date:   Tue Feb 7 03:07:58 2012 +0000

    Fixed the Asian language work count.

commit 7c9d399dc16f93f43023790b3d047f25d202712d
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Feb 6 16:00:12 2012 +0000

    #115962# Better (but not yet optimal, see comments in task) handling of MetaFloatTransparentAction in PDF export

commit 462931a5f9d05865e74dc93953a2995488157328
Author: Andrew Rist <arist at apache.org>
Date:   Sun Feb 5 20:51:44 2012 +0000

    GPERF needs to be set for cygwin on Windows, also.
    
    Breaks compile of writerfilter ooxml if not set

commit c92f39f6650a5891d012b49711bf65c44ec13b30
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Feb 5 12:52:50 2012 +0000

    Add support for custom pack.lst

commit 3f400a538e7406eb9a3cfb5de6e1c0712b30d87d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Feb 5 12:52:27 2012 +0000

    112141 - Reintroduce colored icons in classic image theme

commit 3e7c8f118e08cda09c1363ea28a8a01c50dcce42
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Feb 5 12:51:53 2012 +0000

    112141 - Add missing high-contrast icons

commit 65f845b41c9dcdebe41f5a6f28b61d8abc67a1f0
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Feb 3 16:53:23 2012 +0000

    #118796# corrected null-pointer usage in SVG text exporter

commit 50ff2b5993e88113e4503fbcad5fab63e1c364fd
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Feb 3 15:58:45 2012 +0000

    remove onlineregistration with dependencies

commit 223ad0ef21e0b3bcdb90fd947a5532f0a47720e4
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Feb 3 13:45:29 2012 +0000

    #118804# corrected GraphicExporter behaviour on shortcut when pixel graphic is requested

commit ad8cba25b0d691c6d1152b285fcfe67b0b8d7ec8
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Feb 3 11:43:39 2012 +0000

    adapt build ID for next dev snapshots

commit adddcd8cd3f1e0e446d2b0455976aa141ac6d83d
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Feb 3 10:57:58 2012 +0000

    #118824# coreccted mirroring and boundrect when the graphicmanager is used for bitmap output

commit 4b0c3844df0c40eb91354a2d287617e4cfe5899b
Author: Andrew Rist <arist at apache.org>
Date:   Fri Feb 3 03:36:53 2012 +0000

    revert changes to page layout as functionality became broken

commit 696b27ce6162b6119b76d8e149951bf152775f4a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Feb 3 02:04:23 2012 +0000

    Update embedded license text.

commit 5f0028529cbf8f67effba4f46a1bab1f17081967
Author: Andrew Rist <arist at apache.org>
Date:   Thu Feb 2 23:46:51 2012 +0000

    Update headers to Alv2 headers

commit 6507858c92c12d49a1c77539c153bf3333bb1e69
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Feb 2 21:35:12 2012 +0000

    i109428 - FreeBSD porting: graphite support.

commit 46ccafec0dc3cfe0d66ea5a440082ee6a72cbfbe
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Feb 2 16:19:13 2012 +0000

    #118828# New ColorPicker, thanks go to Christian Lippka for offering it under Apache License.

commit c36a2bef7ddb37ccd0bb00759ab6812e76c22f7a
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Feb 2 14:32:58 2012 +0000

    #i118735# prevent endless loop if vlookup/hlookup doesn't find anything

commit 9fda5c9e96dc308245779e3b1ae7e3fefc4e99f1
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Feb 2 02:16:50 2012 +0000

    Use unified diff: it's smaller and easier to read. (take 2)

commit c5fdbfefaf8a276cca2151c923d57bdc5927d303
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Feb 1 22:38:29 2012 +0000

    Add missing GTHREAD_LIBS

commit 4a033d580f6dcd2b74527954a0b8d46bcdada54d
Author: Andrew Rist <arist at apache.org>
Date:   Wed Feb 1 15:44:57 2012 +0000

    Update headers to Alv2 headers

commit 4c8fc84ed2f2b3d93ee104fa122ac42dbba8b427
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Feb 1 12:39:18 2012 +0000

    i116561: FreeBSD port - don't depend on gnu mktemp.

commit 95e24c24e0cddb06af8fd6db360caa3a5ce2539b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jan 31 15:35:07 2012 +0000

    Reduce the dependencies on non standard GNU copy.
    
    Excessive dependence on GNU cp for non-GNU platforms is inconvenient
    as it involves installing the complete GNU coreutils package. This
    can be avoided by using less non-portable extensions.
    
    - "cp -R" tends to be more portable than "cp -r"
    - Avoid using "cp -u".
    
    At this time this changes are focused on FreeBSD based
    on the work done already for MacOSX.

commit 9582dbb63439037e2c50cf685e897b9aff5d4ded
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Jan 30 18:14:13 2012 +0000

    i85469:Fix issue with old versions of gperf.

commit 45a5763215a102bd72c464d7b9977e12a78627c2
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jan 30 14:42:40 2012 +0000

    #118855# Corrected handling of possibly created empty clipRegions after PolyPolygon clipping

commit 6d83002b6ef24dff960891df2471e18fac9e6c5a
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jan 30 12:56:49 2012 +0000

    #118853# added square pixel size limit to conversion of TransparencePrimitive2D to Metafile action

commit 4e43b0cad6f740ca5507a549cededd22406e1ab7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Jan 27 22:14:28 2012 +0000

    Revert r1236722.

commit 4816a6eacab507a81a5d6f96e87046cc8d091c31
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Jan 27 14:45:33 2012 +0000

    Use unified diff: it's smaller and easier to read.

commit 9bfc160463a7a90a3e4280315727c0a3d4af7882
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jan 26 14:17:36 2012 +0000

    #118838# LineGeometry creation for complicated cases optimized to create single Polygons

commit 94d82202ab49a3dd0da2f26eb8ca85005ff2e9da
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jan 26 13:54:53 2012 +0000

    Fix configure warning. Submitted by maho.

commit 4fae6c61575fb8a81a760da4556922867634f9fc
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jan 26 13:44:52 2012 +0000

    fix transliteration flags for search pattern preprocessing

commit 894c947183df59f5e15d8f0b4b1dea1261bf31f2
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jan 26 08:16:51 2012 +0000

    #118834# Unified usage of TextBreakupHelper as single tooling class for i18n text primitive breakup

commit 1aa9e75f69df24ffc4095829f8e90ca7fcba43f5
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jan 25 09:30:52 2012 +0000

    Adapt CoinMP libraries versioning

commit 868b9394e5980e3a65da0e409649c2cbd8846839
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jan 25 07:36:47 2012 +0000

    i118814 - Allow set timeout in Mail API

commit 537fc10e0fb4aa174d32fd7417c487d603f1690a
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jan 25 07:36:38 2012 +0000

    i118814 - Allow set connection timeout in Mail API

commit 8a531b55ac1798637e2a520eac059f9e54ebc063
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Jan 25 07:36:15 2012 +0000

    i118791 - Encode ReadableName in UTF-8 only when necessary

commit 30263ce5746cb61ffe8122b220c62d731a2c4a90
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Jan 25 02:38:25 2012 +0000

    Correct /usr/bin/env path.

commit 6c45bcab00e009a716268f56fbf82184738b7121
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jan 24 18:49:40 2012 +0000

    Add CoinMP to the NOTICE file.

commit 088ff85577339acaf68906c19df445f7de3b1df1
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jan 24 16:13:46 2012 +0000

    #118829# enhanced Svg gradient quality, obstacles avoided

commit 440a35d48de22af75d44497e483229e5909aba9e
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jan 24 15:11:37 2012 +0000

    build qstart for all ENABLE_SYSTRAY_GTK=TRUE platforms

commit 2b82679e9d6f7987e07e55d8f10accc95d543e71
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Jan 24 14:44:49 2012 +0000

    ifeq in gbuild makefiles is case sensitive

commit a345457686b7617dcdee9d28b2a579801e90034a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jan 24 14:30:34 2012 +0000

    Avoid some uses of non portable #!/bin/bash in shell scripts.
    
    bash is common in GNU/linux but is, in general, not
    available by default on other systems or likely to
    be in a different place. When possible /bin/sh
    should be used but if bash extensions are required
    "#!/bin/env bash" is considered more portable.

commit f2a7b1334f97ab8bface5ede756bce51cf2426da
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jan 24 13:50:10 2012 +0000

    CoinMP: do not link against external zlib

commit 89e77eae989f871b4c7f09a7edb11ce3cfe3cd1f
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Jan 24 07:10:00 2012 +0000

    118819: adapt links in start center

commit 7ee5db3391892e6f85813e84d744c15ebc712a5b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jan 24 02:43:40 2012 +0000

    FreeBSD port: build fixes.

commit 286fb456bc171d49266b4b40c4853e56d4c14022
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jan 24 02:31:14 2012 +0000

    Fix build when CoinMP is disabled. Patch by Pavel.

commit 6a043632d0941afbf1d4020b57241a4ab2a27204
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Jan 24 02:19:49 2012 +0000

    Find bash portably.

commit 669e1b35f314861186204bd928338aeeb081d93f
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jan 23 12:56:08 2012 +0000

    fix minor typo in comment

commit f90b21329dd1d9950b6dc90ac498426919a1010b
Author: Andre Fischer <af at apache.org>
Date:   Mon Jan 23 12:45:57 2012 +0000

    118160: Using original CoinMP tarball.

commit 2a5c8451885651ed054b715046519a816ae42cbc
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jan 23 12:43:38 2012 +0000

    improve standard conformance regarding unicode UAX#29 word boundaries

commit e28a556822c21f97b58d0332a276707f403f6f38
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Jan 23 12:14:56 2012 +0000

    emulate word boundary matching of old regex engine
    
    The new ICU regex engine has much improved unicode capabilities.
    The old regex engine had the extensions \< and \> for matching word boundaries.
    For the convenience of a smooth upgrade experience these artifacts now get mapped to \b which is supported by almost all regex engines.

commit 384208f21f42795be0b4a9f337320b6ba275e780
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jan 23 10:22:50 2012 +0000

    #118822# secured 3D geometry creation (slices) by subdividing the 2D source polyPolygon early

commit ff4ce1bfdb6d94de12f05f3ddc313a0b497b8b4c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Jan 20 18:06:48 2012 +0000

    Fix configure warning. Patch by andre.

commit d36f19faf1256fbf25c4f36a7ec765f68f796a52
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Jan 20 15:44:43 2012 +0000

    s/Timos/Tinos. - found by Ariel.

commit 50ffe30b1db4629f979583dce15371b184694ae2
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jan 20 14:18:31 2012 +0000

    svg: uses current system Dpi for Svg replacement image creation

commit b78624263e3270476eeb1fb80bc7037e32b240a5
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Jan 20 12:59:02 2012 +0000

    Remove some references to Liberation that were left in by error when adding ChromeOS fonts.

commit 240ddd003cc98f4227c7615ed668e454438e2d51
Author: Andre Fischer <af at apache.org>
Date:   Fri Jan 20 12:51:50 2012 +0000

    118160: Added external CoinMP library.

commit 6d492447a37ec268fb5924e7fc5631c29c67325d
Author: Andre Fischer <af at apache.org>
Date:   Fri Jan 20 12:46:50 2012 +0000

    118160: Use CoinMP as replacement for lp_solve.
    
    Original author: Niklas Nebel

commit 47dfa3a723b6e86e57938a6ceeddf37edc70e81a
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jan 20 08:39:59 2012 +0000

    #i118816# add clarifying comment regarding Font::*Color*() methods

commit e3c2eb9fb9c9580df08b5fdd556688052525ce21
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Jan 20 06:08:44 2012 +0000

    update package meta data info

commit b6b4609638d67ed3bb2afafe7bb39718e642024f
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 19 22:03:58 2012 +0000

    Update headers to Alv2 headers

commit b8b98204ed359a146ad975b188fa92e6c643f862
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 19 20:27:33 2012 +0000

    Update headers to Alv2 headers

commit fe4491ef1a4a695470406bfaeb09930b9df17e3e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jan 19 20:26:07 2012 +0000

    Bring in Google Chrome OS fonts.
    
    Tinos, Arimo and Cousine are replacements for the most common fonts
    available on commercial Operating Systems. They are available under
    the SIL OpenFont license.

commit 91c62dcdd7f7cbb97bb52484ed80cc34759812df
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 19 19:37:30 2012 +0000

    Additional files needing headers

commit 3a90294e6f834279e6e6dbd6c410b6f895f78fe0
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jan 19 15:29:34 2012 +0000

    #118817# corrected positioning for Svg markers

commit 31a88b127f53db476e027b5383e140281d61dad7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jan 19 13:45:48 2012 +0000

    Typo.

commit 317eee80ac15553108be0e0d406b378a272c3ac0
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Jan 19 12:25:07 2012 +0000

    minor branding update

commit 0a244b1f68dc2fd24a2afbe258e7e83bab6447ab
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jan 19 11:35:39 2012 +0000

    i112141 - Revert to colored icons on the Options dialog
    
    Revert http://hg.services.openoffice.org/OOO340/rev/92a1247c3600
    native0:  #161700# Exchange old application icons for OOo
    changeset 267101  92a1247c3600
    parent    267100  1ef81690ef37
    child     267102  1cebc200b4dd

commit 752346aaf82f8914655d6d336b004aa616ffdd2a
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jan 19 11:35:26 2012 +0000

    i118815 - Deprecate service due to removed implementation

commit 3f69d61e4324e4bb5e3d6e24e7b617eb50f6b902
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jan 19 10:08:49 2012 +0000

    #118816# corrected font color handling on metafile breakup

commit c6af2f40ad805c425f458a7e345aaaa7ea2cb676
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jan 19 02:30:09 2012 +0000

    Accept Google Chrome OS fonts as equivalent to MS fonts.

commit 9eb39f430dc6348309e8935f53c168a9449cf73c
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 23:56:10 2012 +0000

    Update headers to Alv2 headers

commit 9c64b584fed2d681b263e0d487d7c1fa4af52153
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 23:40:34 2012 +0000

    Update headers to Alv2 headers

commit 26595620c3c54bc187f8d2108ff50eb650571ccf
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 23:40:06 2012 +0000

    Update headers to Alv2 headers

commit a6238353e3af98080853c51f4d8712ab9fd6d988
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 23:39:29 2012 +0000

    Update headers to Alv2 headers

commit c38e4b934aab97780a5a33815ee787ab8069551d
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 23:39:06 2012 +0000

    Update headers to Alv2 headers

commit a2ede4d576bd29e5f1cf12adfbf9eeb1ee046536
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Jan 18 22:27:16 2012 +0000

    Bring back the Gentium Basic fonts: missed this.

commit a5ee64167be9db385758dbd84bb65413196a771f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Jan 18 18:41:52 2012 +0000

    Bring back the Gentium Basic fonts. These are under SIL OFL, and have been temptatively classified as Category-B for now but this may have to be revised or eventually reverted.

commit 4fc7db7ad09152ff39833baa4083c43e89aa2b32
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Jan 18 17:32:13 2012 +0000

    Comply better with Apache policy by linking the sources for Category-B software.

commit ce21181ce9c810ffbe0e92df7558f2f25a46647f
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jan 18 08:05:28 2012 +0000

    linecap: correctons for WaE and mac drawing

commit a2a74b9fe017075fa68716434154a493269df500
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 01:12:58 2012 +0000

    add semi to fix syntax

commit 65a68cb024d0a082ed44db06a710f00667269b33
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:03:58 2012 +0000

    Update headers to Alv2 headers

commit 5fb33f3f4a4d4b13106a0d266700618d969171b0
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:03:49 2012 +0000

    Update headers to Alv2 headers

commit ddd52bb258a8addd9c54b5730022242fe1e46d55
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:03:41 2012 +0000

    Update headers to Alv2 headers

commit a8e0f1933e544eb2a70444355f13d02ebd56721f
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:03:11 2012 +0000

    Update headers to Alv2 headers

commit 2bbe12e3cc087a389d35e3c5726c39527a10b549
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:02:47 2012 +0000

    Update headers to Alv2 headers

commit 008fc213acbff0d6998f74300187ce58fe0312dd
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:02:32 2012 +0000

    Update headers to Alv2 headers

commit 0ed4244d40fa963042b142d871cbd32b9b8cf9fe
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:02:17 2012 +0000

    Update headers to Alv2 headers

commit 9ccf11e0c7879ecf89d2a57bb2592dea274800d2
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:01:28 2012 +0000

    Update headers to Alv2 headers

commit 7383ca69d3bc545ee974897903d551e8da35d7f6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:00:51 2012 +0000

    Update headers to Alv2 headers

commit f61bdb190cda0a59aef876285cd7ae4de81acbb5
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:00:45 2012 +0000

    Update headers to Alv2 headers

commit 88600e678ad36b3347f1bec8b4f19fc00a4a6156
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:00:31 2012 +0000

    Update headers to Alv2 headers

commit 1af0cbfed913585bfbb43d626afc7a852ab821d4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:00:15 2012 +0000

    Update headers to Alv2 headers

commit af2402f7d279efd1fabb8bb8049d122b2c2ef50c
Author: Andrew Rist <arist at apache.org>
Date:   Wed Jan 18 00:00:01 2012 +0000

    Update headers to Alv2 headers

commit 49663c549f5d4bc963b0960b1f64101b09eb640d
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:58:32 2012 +0000

    Update headers to Alv2 headers

commit 97f7a4e95bbcae62a8a97681647982fed200ae96
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:58:23 2012 +0000

    Update headers to Alv2 headers

commit 19b936040c92a9918d0dd5f978b4ee0b254b69c2
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:57:56 2012 +0000

    Update headers to Alv2 headers

commit 9c1604052f7449acce390fd6d2e9fd45d7d8fd3b
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:56:42 2012 +0000

    Update headers to Alv2 headers

commit 178ace467763ec043e24bcc66e90374a64f04699
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:56:26 2012 +0000

    Update headers to Alv2 headers

commit 5d5d77daedf4ee357567a47ca5668b8af33edcf4
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:56:17 2012 +0000

    Update headers to Alv2 headers

commit 021708a472c8bd876ded716072f4a5474b5a9969
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:56:07 2012 +0000

    Update headers to Alv2 headers

commit 2969fb415f28ac0681ffd41bb7d4f8e3a0834d34
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:55:47 2012 +0000

    Update headers to Alv2 headers

commit 425594d5d7b65e5a90ddc24d6184b5a3f992783f
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:55:24 2012 +0000

    Update headers to Alv2 headers

commit 334c51d5080e0460d617cc612e7167b5ae8b944b
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:55:15 2012 +0000

    Update headers to Alv2 headers

commit 1f36da48b6a940849a1958590d08c372e2239be2
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:54:35 2012 +0000

    Update headers to Alv2 headers

commit 12161c74b859a9b3959a84e53b59376660bdbf46
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:53:39 2012 +0000

    Update headers to Alv2 headers

commit 8e9bf4d52712f4bf1eb7d780c20e65956f011316
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:53:30 2012 +0000

    Update headers to Alv2 headers

commit fdc4f5297cd413901f008f399175abc21f84425f
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:53:20 2012 +0000

    Update headers to Alv2 headers

commit c57073fe6371392d7653871c67d86d487e004f50
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:53:03 2012 +0000

    Update headers to Alv2 headers

commit 5912f9835affcd1b7c8f4daa91fda8f30c6012bb
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:52:18 2012 +0000

    Update headers to Alv2 headers

commit 792563f636d6fecb30c94ff93c7372dd2c9c8a88
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:52:05 2012 +0000

    Update headers to Alv2 headers

commit 3f5a46de35ae76965dd4d1ccbb35d4abc1bb3c97
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:51:39 2012 +0000

    Update headers to Alv2 headers

commit 21206062a320974522e98da7993a182abf4010ba
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:50:02 2012 +0000

    Update headers to Alv2 headers

commit b96cbcabc8e9b9bea8a3043d1963e90ecbb393d2
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:49:44 2012 +0000

    Update headers to Alv2 headers

commit 93ea42290522e870b4383ca883101c1390fd3586
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:49:29 2012 +0000

    Update headers to Alv2 headers

commit afbeb71ba475edace8f024708d4fdb6a265a6026
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:49:11 2012 +0000

    Update headers to Alv2 headers

commit 50f5f804c92b1bce8f213ce471b79dfb458ad0e6
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:47:42 2012 +0000

    Update headers to Alv2 headers

commit 678fd35f09a0445beb686d2deda5fff747cce194
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:47:36 2012 +0000

    Update headers to Alv2 headers

commit 8a68543fa16de663dc3f1a12cd79211ec5902847
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:47:25 2012 +0000

    Update headers to Alv2 headers

commit 17f336d30acdff9d1819b7c8018084399efc09ae
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 17 23:47:00 2012 +0000

    Update headers to Alv2 headers

commit 2a0cd925bebb0c7d3513db311b185a04f259b68d
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jan 17 16:54:04 2012 +0000

    linecap: Reintegrating finished LineCap feature, kudos to Regina Henschel for doing the basic implementation and offering it under apache license

commit 63480c993d8e2fb0929d3c39f621aae9443faa04
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Jan 17 13:34:52 2012 +0000

    adapt setup package scripts to handle special DS_Store file for developer snapshot builds

commit 4166969f3b8ed05e91c10a724ce7bd39074012a1
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jan 16 18:50:50 2012 +0000

    i118736 - i118787 : fix XMailMessage implementation in mailmerge.py

commit 91a17ad2d199f8df86d891e22862b2e5464bc68b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jan 16 18:27:22 2012 +0000

    i118798 - Fix Pyuno dead-lock

commit cdae5f1e04e602b1e9428ea049ec67567ac33e04
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jan 16 17:25:10 2012 +0000

    #118784# corrected Svg initial coodinate system usages

commit 9a5fe91a33f023e27c16268f9fc15de1226bb18d
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jan 16 13:30:11 2012 +0000

    #118783# Corrected errors in ID strings, corrected Svg line/fill export, corrected polygon close state

commit 0b23dadb747970031732571c7eb2b667eef8a244
Author: Andre Fischer <af at apache.org>
Date:   Mon Jan 16 13:18:33 2012 +0000

    118778: Added ADDITIONAL_REPOSITORIES environment variable and its automatic setup in configure.

commit 73b985282f6760ae065c4e9f810879cccbc9ec75
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jan 16 09:41:36 2012 +0000

    118779# Added svg content streaming in/out to ImpGraphic stream operators

commit a127cb7fdc95330e4cee5d160ca293da8091d459
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Jan 16 08:24:08 2012 +0000

    make initial branding changes

commit bd318e9604b09bd6c651cc048856961214bab4bc
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Jan 14 06:46:37 2012 +0000

    Remove unexpected char in makefike.mk

commit 6c9c473005be1f412ad1f845a36df62f1dd0454b
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 23:57:08 2012 +0000

    revert and fix header updates in .inc files

commit 7c969ea7d337ffce798d37f9e05a7a9b930feed0
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 23:03:13 2012 +0000

    working on refresh of bottom frame

commit 3e571bb35c39f6b2d28f4506c25845b177220510
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 22:04:16 2012 +0000

    Update headers to Alv2 headers

commit bc0d37baf3f1d350213d7ade6b3c61de7d5dc161
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 22:02:54 2012 +0000

    Update headers to Alv2 headers

commit dc1e50dd95451903c79b26a2f70ce0af9dd24ec2
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 22:01:34 2012 +0000

    Update headers to Alv2 headers

commit d7f320a9e14e6af4d0441e4044de39b25939e43f
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 22:00:53 2012 +0000

    Update headers to Alv2 headers

commit 49ee600f40e6c52d5907a61d071146ab893930f6
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:59:43 2012 +0000

    Update headers to Alv2 headers

commit b1cd39f616eccd94a58046d7dc287020a3c59282
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:58:59 2012 +0000

    Update headers to Alv2 headers

commit 820528dda7009c27a4a93cf84bf7139db1cedd5e
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:58:14 2012 +0000

    Update headers to Alv2 headers

commit 97aa4abdc666fe28889c8f63ff812a289149bc71
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:57:33 2012 +0000

    Update headers to Alv2 headers

commit dff85dc10af37d54edabc9ac6bc649dbaadeb6d3
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:56:49 2012 +0000

    Update headers to Alv2 headers

commit 626d19d889ba99e895d74cf9a73cd1e4d795b2ce
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:56:11 2012 +0000

    Update headers to Alv2 headers

commit 8173c8cc4d72270720a9f936d45faba37661789e
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:03:28 2012 +0000

    Update headers to Alv2 headers

commit 56b85028e2bb34ae37f721127cc35b490323ca54
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:02:27 2012 +0000

    Update headers to Alv2 headers

commit c3ca069a6989c82db5b51985658a7f8bed59ce2d
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:02:09 2012 +0000

    Update headers to Alv2 headers

commit 0720ef5febf61ba14615984ff93d991fe22168bf
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:01:58 2012 +0000

    Update headers to Alv2 headers

commit 1d658ece0e17a26c2c884c78944f86b8c66632ce
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:01:08 2012 +0000

    Update headers to Alv2 headers

commit d4675c4e1494f598ca7004de88c43dbaf934d748
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:00:46 2012 +0000

    Update headers to Alv2 headers

commit 3b228a029c88d498240d7b8804fad1acaa3303b6
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 21:00:40 2012 +0000

    Update headers to Alv2 headers

commit 386e8346921201dba50829894e59e533cf132003
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 20:59:48 2012 +0000

    Update headers to Alv2 headers

commit 6ef8422437e82334a44f075cd1e5cb99c51986f3
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jan 13 16:29:15 2012 +0000

    #118730# Changed SvgClipPathNode to use MaskPrimitive2D for primitive representation instead of TransparencePrimitive2D

commit 2926a571f7d027d4b01c1fbdfa58de65ca03e2db
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 16:23:02 2012 +0000

    making getcsym.awk happy by matching '(' and ')' in same line of header

commit eec51666ae893d57fbc878d6d4782f3bceed15a0
Author: Andrew Rist <arist at apache.org>
Date:   Fri Jan 13 16:15:50 2012 +0000

    awk needs '(' and ')' on same line - windows build breaker

commit c02e2eecfdec94d23fa2122100318e5c068a32b8
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jan 13 09:14:11 2012 +0000

    #i118021# sync Window's process and crt environment variables

commit 6b1d1065d8100695170af5bd75a34f2ca7bb3d83
Author: Andre Fischer <af at apache.org>
Date:   Fri Jan 13 08:59:03 2012 +0000

    Fixed getcsym.awk to handle #-comments that contain special regexp characters.

commit 9d0ebd4840416ca51864b5d973c72cc10887d070
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Jan 13 08:04:46 2012 +0000

    #116758# added remembering allocated VDevs for VDevBuffer to be able to also delete these when vcl goes down; it should never happen, but You never know

commit 86adc84881bfa8db440f6bf4798220cfd1d08002
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Jan 13 07:44:42 2012 +0000

    Fix License header in Module-Definition files (Windows build breaker)

commit 7a8c4497ed91aeccbe406ac5f570a7d3e6716c58
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jan 12 20:12:27 2012 +0000

    Fix gb_Library_add_external_libs when ENABLE_DBUS
    
    ToDo: pkg-config should be called in configure and set DBUS_CFLAGS and
    DBUS_LIBS properly.

commit 4c04774b514cd866f1482ec633dc84f8efa796fe
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:51:22 2012 +0000

    Update headers to Alv2 headers

commit 78d8bbfb14cde7b473c92fc7cbff5fb75ddf1a42
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:51:10 2012 +0000

    Update headers to Alv2 headers

commit 81234db9288b93d7f90e6f628182de55349cc67e
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:50:42 2012 +0000

    Update headers to Alv2 headers

commit c9aba8593e4191c0b26de3cff1cba2223fa43a85
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:47:22 2012 +0000

    Update headers to Alv2 headers

commit a5d082358544b962c72412da68f98d70765c9848
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:47:06 2012 +0000

    Update headers to Alv2 headers

commit 9633e67acb6606a7934225447a526ec13bde26d1
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:46:42 2012 +0000

    Update headers to Alv2 headers

commit 07bd7e9434ddb7daf7c9b3af25ec76af27257211
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:45:50 2012 +0000

    Update headers to Alv2 headers

commit 02506bd08fe86d63e865d42e92ec3b16aef6cb0a
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:45:23 2012 +0000

    Update headers to Alv2 headers

commit 1e97306a14c69fd789a443bea9cb66a5607f8bc4
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:44:32 2012 +0000

    Update headers to Alv2 headers

commit e92a93c487d6016f12415a857fd951d9d402c4fe
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:43:43 2012 +0000

    Update headers to Alv2 headers

commit 1a78f5325bc894c41fe7fdd333291caafb2bed28
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 18:43:14 2012 +0000

    Update headers to Alv2 headers

commit 67eb14e6acfb546fbdd1841ff897e4cc2cda3b57
Author: Pavel Janík <paveljanik at apache.org>
Date:   Thu Jan 12 17:44:20 2012 +0000

    WaE: Remove unused variables.

commit 3f4a6d9de6a539a0c4e640060d5280a9bd7e0748
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 17:40:24 2012 +0000

    fixing patch after inclusion of apache header

commit 40f7de3ea49a9ba691b58ab60bc34ce13ecd9461
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jan 12 15:15:09 2012 +0000

    i118726 do not flush *pmap file while reading it

commit 58e1851523a954099985b13d99be1df4f1ac6ab4
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jan 12 13:57:24 2012 +0000

    #116758# Secured VDev buffer device to Vcl deinit

commit 5292af4ee6a51033587cd8463277da5420e83a72
Author: Armin Le Grand <alg at apache.org>
Date:   Thu Jan 12 12:39:34 2012 +0000

    #118728# Extended Svg file detection

commit a1f504fcda35e948ceec1a881e5ba51141fd8b1f
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Jan 12 09:00:59 2012 +0000

    remove empty line which caused build error on MacOS

commit b9d2782dfc05bf71a1cb65c1069137f5c6492f01
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jan 12 08:17:32 2012 +0000

    Fix malformed patches in redland

commit 4b7c4e762a5e9c5204010de8e4e53533339ecf65
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Jan 12 07:16:51 2012 +0000

    use custom ExtEnt loader for RDF import

commit e18a54b3b97cea05db6cd9e8e6929819a40b305d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jan 12 06:31:02 2012 +0000

    Fix malformed patches (build breakers)

commit 1b226690150306a43bdf2fe940ea471cbc21510d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jan 12 03:57:05 2012 +0000

    Fix malformed patch (build breaker)

commit 482f6ff615002e4e0a6f8b870136449bed210b14
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:55:31 2012 +0000

    Update headers to Alv2 headers

commit 7f0a0d1498dcebbe76f5cda6f0c8a762b45f15b7
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:55:19 2012 +0000

    Update headers to Alv2 headers

commit 9f309328bd0b70e16b3a85d2212fb15058f872b6
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:54:19 2012 +0000

    Update headers to Alv2 headers

commit bceeb384f5c62f45d69d7f222137e49ebe3a8ccb
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:53:57 2012 +0000

    Update headers to Alv2 headers

commit bf3d68f821d86820147ba076c36a6610c2302a5e
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:53:04 2012 +0000

    Update headers to Alv2 headers

commit 4ad4c93e4c2a5cf6a7f5b20e3f6562d278117703
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:52:41 2012 +0000

    Update headers to Alv2 headers

commit 36b06fb4cabe940b224652592f3aefaa039f3296
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:51:52 2012 +0000

    Update headers to Alv2 headers

commit 7a4f1831e2392bfb63cefd7e8f8127734da971d5
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:51:30 2012 +0000

    Update headers to Alv2 headers

commit b4a7a8444a49ee7800c54130c44a7d62172d713e
Author: Andrew Rist <arist at apache.org>
Date:   Thu Jan 12 00:50:25 2012 +0000

    Update headers to Alv2 headers

commit dbf7218915788779009ee02f000ffc593e12d423
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jan 12 00:48:43 2012 +0000

    i118771 - ScUndoImportTab should preserve tab background color

commit aa76c986c54c117d9c0f2ea4c155985806d11106
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Jan 12 00:48:32 2012 +0000

    i118747 - Copy tab color when transferring sheets across documents

commit 2df4f02ebed207e4ae736b6c5e6cccd746be3fb3
Author: Andre Fischer <af at apache.org>
Date:   Wed Jan 11 14:37:34 2012 +0000

    118769: Fixed build break on Ubuntu11.10 by adding explicit support for external libraries to gbuild.

commit e6e6679f4a9d5b2c98d0ddf2184b15388a9d2545
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Jan 11 12:27:52 2012 +0000

    delete old unnecessary bitmaps

commit 54ba4448eccc06fa94e9378312b53ac97b4327f3
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Jan 11 11:29:19 2012 +0000

    delete unnecessary images for broffice

commit aaeb33712db6022ed24f216838e8ea4c0a19d5db
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jan 11 10:46:04 2012 +0000

    #118729# Use GraphicStreamUrl and GraphicUrl to allow multi image import with linked graphics, too

commit 740f4eb387e63b35ac1784a7a143315df22d1892
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jan 11 10:44:13 2012 +0000

    #118728# changed indentifying definitions for Svg file detection

commit 64270dc07ce550a69acdf59fb7dae1e2fc73393e
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 23:19:08 2012 +0000

    Update headers to Alv2 headers

commit 12aaa08dc109bac647af4617b5ff9a8d15daa2f7
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 23:17:34 2012 +0000

    Update headers to Alv2 headers

commit 0a58a22df8b41f3f0823f4eef41750d7fa82cfe6
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 23:15:27 2012 +0000

    Update headers to Alv2 headers

commit d55e18fbefda82d43f4e51d4689851462ca427c9
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 23:15:15 2012 +0000

    Update headers to Alv2 headers

commit 33f4a14b918b3ebdc06fab4284366b00bbda46e8
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 23:14:04 2012 +0000

    Update headers to Alv2 headers

commit 2f68838a1a97545925bcc64366a74e396b9a2cbc
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 23:11:10 2012 +0000

    Update headers to Alv2 headers

commit 684174a95ea13d8d864cb8ec28870fc9b693e178
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 23:02:07 2012 +0000

    Update headers to Alv2 headers

commit 7a12706ddc2c3ac42c51820231ff6cb027c2d786
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 23:01:15 2012 +0000

    Update headers to Alv2 headers

commit a5af4cd058e382c69d6f73ae43b0669dd3cae2ee
Author: Andrew Rist <arist at apache.org>
Date:   Tue Jan 10 22:16:46 2012 +0000

    tweaking page refresh behavior

commit 5206f8d307181af2a74ebe3e099a3dcf095e22ab
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jan 10 14:27:36 2012 +0000

    #118699# Added text/css style support for use nodes; corrected text/css style identification when there is also an ID set

commit ca69b789a3e7b693b9d1d3ee5f3235a0be59834a
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jan 10 13:59:16 2012 +0000

    #118737# Support multiple styles in a css/style statement, use the right identifiers for polygon and polynode

commit d1b5144a3df73572ec5a613db03358429cb04d22
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jan 10 11:44:03 2012 +0000

    #16758# Added buffering to the VDev usages of the VclProcessor2D derivates (VclMetafileProcessor2D and VclPixelProcessor2D)

commit c2fc7a069b9aa1ed0d305daf948a857cfe781b2b
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jan 9 20:46:55 2012 +0000

    i117010 - default conversion of sequences is now again SAFEARRAY of VARIANTs
    
    Original author  Joachim Lingner <jl at openoffice.org>
    Tue Mar 15 14:24:01 2011
    changeset        275627  00bf0ef35ffa
    parent           275626  0b716817fec5
    child            275628  795ebf68a524

commit c6e6030c20d17c203e15ac1a65a7d16511e606c1
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jan 9 20:46:47 2012 +0000

    i118352 - Add "Oracle Corporation" as a valid Java vendor

commit 8693c3e18c380f14ba2a47b831019c8bd1f56f1f
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jan 9 20:46:35 2012 +0000

    Borderless copy-right fixed text

commit 70f653eec092bc2d41521064d35b5c2ccca500ee
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Mon Jan 9 20:46:21 2012 +0000

    Some fixes when checking whether configure is up-to-date

commit 2e44d9e822a608cda8e957335fdebdb7d067816f
Author: Andrew Rist <arist at apache.org>
Date:   Mon Jan 9 18:38:53 2012 +0000

    Update headers to Alv2 headers

commit 7175d17a85e475c51b62630972e3798ffd7ccda2
Author: Andrew Rist <arist at apache.org>
Date:   Mon Jan 9 18:35:55 2012 +0000

    Update headers to Alv2 headers

commit c0ec0c9717200606b5f20df226b9e117ed47d9db
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jan 6 11:25:49 2012 +0000

    flush early to prevent problem with extension manager not cleaning up its objects

commit 213512e6b35cda6461efc40d3f7cb092cfb98490
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Jan 6 10:12:55 2012 +0000

    #i118723# fill in regexp matcher group details

commit b24bd3b2ec487783cb751d229c700d9af6b5c21a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jan 5 19:28:39 2012 +0000

    FreeBSD Port:
    
    Use the internal STLport (4.5) by default. The prepackaged
    STLport 5.1.7 doesn't use the layout expected by configure.

commit 67f21facea72c0493aa777b96bca9ae33d64eb43
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Jan 5 18:23:42 2012 +0000

    Add unxfbsdx based on unxfbsdi and make some minor updates. This file seems to be unused and should probably be removed though.

commit 4160ee6237449f8cfec60953c31bc9babc05a56f
Author: Armin Le Grand <alg at apache.org>
Date:   Wed Jan 4 09:11:13 2012 +0000

    fix for #118525#: removed no longer used variable maOriginalMapMode, one more exception eliminated

commit fb77d6d670d47ad442839290d80ede3bf69ddcf9
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Jan 3 16:18:46 2012 +0000

    fix for #118525#: Using primitives for chart sub-geometry visualisation

commit 4909a0f6680e50456b2cf7af73dc7e1f804a8f72
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jan 3 13:29:10 2012 +0000

    i118720 - Fix broken dmake openofficedev

commit ab1a4b94361f416d477fa25897ccad9b7d35d74f
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Jan 3 13:28:47 2012 +0000

    Revert Apache Incubator logo

commit c7a65173f6fdc7d6745ae3e1535b4b6794eca6fd
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Jan 2 19:33:52 2012 +0000

    fix -fexceptions codegen option typo.

commit a6fdefd491f8def23bb0731d9707ddb5e0abf13a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Jan 2 17:43:59 2012 +0000

    Fix project name, don't forget Apache Tomcat.

commit 60e8b952bb547248ea3a75c0fda8e159e433ee2d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Jan 2 14:18:03 2012 +0000

    Update FreeBSD i386 bridge to preserve gcc 128 bit stack alignment. #i108371#

commit 11bebaebae7b4ab1d85816772575a002673410ef
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Jan 2 10:33:52 2012 +0000

    svg: #118698# added support for css style for svg tokens, unified css style character reading

commit a5526353c08eb417540a5085d903984a5d7c3943
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Jan 2 02:51:21 2012 +0000

    Update FreeBSD amd64 bridge code: #i114635# #i109415#

commit 393d7bf027019955439ddbb4d53932395a3e4450
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Jan 1 16:26:25 2012 +0000

    Move Saxon-B docs to the category B section: sort.

commit aac30069328f9611f68a9f7846b1523b85f81b74
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Jan 1 16:06:55 2012 +0000

    Move StAX api stuff to the category B section: it is only used for old versions of Java but nevertheless it should be updated with the AL2 version at http://stax.codehaus.org.

commit 6277dc7de1a6cce199003bfc30a4c416cb0b8ca9
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Dec 31 18:06:59 2011 +0000

    Update project name and copyright year.

commit b3d4384a0b2b16fdc0122733ba4ca8feba6659e2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Dec 31 17:57:52 2011 +0000

    Update legal NOTICE file adding a new section for Category B.

commit 6a0535caa67ad5ffb7efa9a380a270800426c16a
Author: Armin Le Grand <alg at apache.org>
Date:   Sat Dec 31 16:01:34 2011 +0000

    svg: corrected missing member initialization

commit 3cdade9d8419b75d3916ddc9ced786befac3e7dc
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:13:30 2011 +0000

    Update headers to Alv2 headers

commit 9f8f0b1b9930335ca4679a4e2ae91d6cc4f05b21
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:13:08 2011 +0000

    Update headers to Alv2 headers

commit d177f6d821643b540ac851d67417db9fa6feb410
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:12:28 2011 +0000

    Update headers to Alv2 headers

commit 8f437b431f68626a576639dd21a38da086fa2ac5
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:12:21 2011 +0000

    Update headers to Alv2 headers

commit 42e37947685c9006b4b2f5d199ed95f3235c01f6
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:12:12 2011 +0000

    Update headers to Alv2 headers

commit f0cd2a8182713d574aa5965154d56b5fe6e58ebd
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:12:02 2011 +0000

    Update headers to Alv2 headers

commit f62957864cfa1da4ba3f74a3f947f1645ce4c110
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:11:52 2011 +0000

    Update headers to Alv2 headers

commit e375d9e2b95cf6268388ae2fd83ccbb9d02ef674
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:11:42 2011 +0000

    Update headers to Alv2 headers

commit 421d21b5593536595a6b3b178ca5128ce9635744
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:10:55 2011 +0000

    Update headers to Alv2 headers

commit b5fd2c4f7247b34b69cf9fbfcac310feb2b4e93f
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:10:41 2011 +0000

    Update headers to Alv2 headers

commit a419a35ef33f3efd3ca89a034d33690504c02bd7
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:09:57 2011 +0000

    Update headers to Alv2 headers

commit 3f9385c7e7d9815948ce0657de2d406fe46ebe26
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:07:01 2011 +0000

    Update headers to Alv2 headers

commit b6d9ddff96c0084a90a4a93727b2fe5f7b841f43
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:06:14 2011 +0000

    Update headers to Alv2 headers

commit 02891e1ae50b72daee0e40e3de36f7d09b54cabb
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:05:57 2011 +0000

    Update headers to Alv2 headers

commit f1b9da900064f0739858f5e9e51fea62417bc4c1
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 23:05:34 2011 +0000

    Update headers to Alv2 headers

commit 6e88d6c06f99dfc85686d74f4128d411a9f00b13
Author: Andrew Rist <arist at apache.org>
Date:   Fri Dec 30 22:58:46 2011 +0000

    Fix to page loading in build.html

commit 9f6d9f557e00c27f0406261787623682798307c9
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Dec 30 15:50:21 2011 +0000

    i118697 - Fix uninitialized variable
    
    Pointed by Pavel Janík.

commit e88c0c841ea177c490e2f2ac1c5a65ec3876757c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Dec 30 14:25:40 2011 +0000

    i118707 - make toolbar control's popup window grab focus

commit 27118ebc4cd3046164e568b3ccd9378bdfdb2e1b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Dec 30 00:51:20 2011 +0000

    Update DejaVu fonts to version 2.33

commit f738f00e7a97627fe41232c7e1713152baae90c3
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Dec 29 03:34:21 2011 +0000

    i118696 - i118697 - Fix some Sheet Tab Color API issues

commit cd7c6bde66fea3881c120bc603291845f60eceae
Author: Andrew Rist <arist at apache.org>
Date:   Wed Dec 28 21:50:27 2011 +0000

    needed to fix up html in log status page - now works on chrome, etc

commit daeaec089ac83886beddfa1fb559295ac3224d21
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Dec 27 17:08:28 2011 +0000

    Revert r1224943 - jumped the gun too fast.

commit 83388cea8b4efb62f2a74abdbc2e94c26e6939df
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Dec 27 15:40:14 2011 +0000

    #i109415# fixed x86_64::classify_argument for FreeBSD

commit b79141bda8fdbc778ce647639a803bd4122b4930
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Dec 27 14:57:39 2011 +0000

    Check if Bitmap is empty before trying to scale it

commit 7e2a4b19f5959fad601ac24c161ca512b0a9cf25
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Dec 27 14:57:31 2011 +0000

    Prevent null pointer dereference

commit 583502b170f977cda32b5581f7fee6d02294f89f
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Dec 27 14:57:24 2011 +0000

    Add STLport-4.5 - build breaker on Linux x86

commit 3d3cc79acb3e2ee96774fdbdd5a6f108a6709dd4
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Dec 27 14:57:16 2011 +0000

    Fix some issues with BUILD_VER_STRING on About dialog

commit 99e2492fac8ed5f121e364982a2a4487009a6b84
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Dec 27 14:57:03 2011 +0000

    i112141 - Reintroduce color codes for mime type icons - sysui

commit ad9eebc5d351d76011d38c04ea9eb1ae973c767d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Dec 27 14:55:35 2011 +0000

    i112141 - Reintroduce color codes for mime type icons - BackingWindow (Start Center)
    
    Revert http://hg.services.openoffice.org/OOO340/rev/1cebc200b4dd
    Some icons are missing. Some were taken from default_images/res

commit e61eec6d494bf7a272f904ba7795ff6332fd6f0d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Dec 27 14:54:56 2011 +0000

    i112141 - Reintroduce color codes for mime type icons
    
    Result of reverting
    http://hg.services.openoffice.org/OOO340/rev/b2b4215e6f9b
    to its parent 267022:b8173cc1e134

commit fa58a2e6ab5deede1ce47dc22a75a0b562c053d5
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Dec 27 01:28:27 2011 +0000

    More BSD tidy-ups.

commit 39fed128f1fd6a10ec8cf6b78828631fd54a40c5
Author: Armin Le Grand <alg at apache.org>
Date:   Sat Dec 24 12:58:46 2011 +0000

    svg: added WaE changes from branch svgreplacement to trunc (revisions r122204, r122214)

commit 65c9af466b36fa02e437a21127b62dadcd5fae9a
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Fri Dec 23 23:42:30 2011 +0000

    Fix build breaker in i18npool
    
    license-info.txt can not have txt extension, because
    i18npool/source/breakiterator/makefile.mk grabs "all .txt files
    under data directory, which are breakiterator rule files".
    That is, the license will be processed together with the other data
    files.

commit 5b0f5eba8490e4bbfe108f7c5847bbcf41f1b2b2
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Dec 23 10:19:07 2011 +0000

    adding license information about the data files derived from ICU

commit de3088311ec6cca03316f29e603b769ffa1e127c
Author: Andre Fischer <af at apache.org>
Date:   Fri Dec 23 08:31:47 2011 +0000

    118623: Update of rhino patches.

commit 0381645fb9a83e395d8c7cf758d3c6125d3598a4
Author: Andre Fischer <af at apache.org>
Date:   Fri Dec 23 08:28:20 2011 +0000

    118623: Made changes to build system for the rhino update.

commit 3109a6eef3f78b65a71d693efdd6fb3e471548cb
Author: Andre Fischer <af at apache.org>
Date:   Fri Dec 23 08:25:48 2011 +0000

    118623: Update of rhino from 1.5R5 to 1.7R3.
    
    Author: Tsutomu Uchino

commit 62c9b62b380b158dfa39547684c2ad23e5b98018
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Dec 20 04:44:26 2011 +0000

    Fix build breaker on Linux/gcc

commit e2e16715893229b5d0ad2da6c8e84464e0c43a2e
Author: Armin Le Grand <alg at apache.org>
Date:   Mon Dec 19 15:41:21 2011 +0000

    Svg: Reintegrated Svg replacement from /branches/alg/svgreplavement to trunk, first version of Svg stable and done

commit ea4f454ed956e08be47783b3bddd7789f905e350
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Dec 19 02:22:59 2011 +0000

    Fix some build issues on Solaris. Reported by L'oiseau de mer.

commit 88b26c4bad438fcf1921e63b085a06393cace52b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Dec 18 01:16:34 2011 +0000

    An unprofessional attempt to update some logos.

commit 4a9d4724f0d5dd85bb062db0363c34dad4a5163e
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Dec 17 18:10:02 2011 +0000

    Fix crash when trying to instantiate css.graphic.GraphicRasterizer_RSVG

commit eb5868613959b6d5936c854fc0d7a91165ee736c
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Dec 17 15:47:34 2011 +0000

    Make GStreamer optional, disabled by default

commit fe3f4b9ab7103b146932f0b999df514b643f0153
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Dec 17 13:29:47 2011 +0000

    Solaris: respect asm comment syntax.

commit a390425eaee6809e0a0935991bffccd8f15c61ec
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Dec 17 13:25:28 2011 +0000

    Solaris: respect asm comment syntax. Reported by L'oiseau de mer.

commit 1a85ae2b616d939c5beba46e550f7837fc693b2b
Author: Andre Fischer <af at apache.org>
Date:   Fri Dec 16 12:59:55 2011 +0000

    118674: Made category B code optional and disabled by default.

commit 54de47df2adf9cac89cd315a2b340c858339c830
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Dec 16 08:07:50 2011 +0000

    minor cleanups in dp_persmap.*

commit af644e3b54a1ce1ceb659dda8024d7db19ba40e6
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Dec 15 13:59:30 2011 +0000

    #i118675# make check for extension updates more stable

commit 44581dd4bbf43375790ebd107a8dbde361b66de6
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Dec 15 03:16:45 2011 +0000

    moz/nss: missing Linux3.X.mk in security/coreconf
    
    Applied upstream patch.
    Vid. https://bugzilla.mozilla.org/show_bug.cgi?id=661609

commit 519332eab45048a78fef459f1cfd5ef09fb0f42d
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Thu Dec 15 03:16:33 2011 +0000

    ooo_custom_images : clean-up broffice removal

commit c95eef25b7b2e976c2fef6f34274382861249e6d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Dec 15 00:35:00 2011 +0000

    revert r1205129: have svn ignore config.guess and config.sub as autoconf seems to generate older files than the originals.

commit d3747b609a3ff12e91e2ff9c2cd6b520739ab863
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Dec 14 23:02:09 2011 +0000

    cleanup: liberation and gentium fonts are no more.

commit 6d4c3a224ee66c13c04de8712d65700831810f5d
Author: Pavel Janík <paveljanik at apache.org>
Date:   Wed Dec 14 16:01:21 2011 +0000

    Remove removed directory (nologo_broffice).

commit 1431cf5e3f152927c08f490b3fa31bd94bcf1032
Author: Andre Fischer <af at apache.org>
Date:   Wed Dec 14 09:44:05 2011 +0000

    Fixed build breaker: epm archive was not renamed (anymore) after download and could not be built.

commit 2cdb6723a0bfcf5533e3cae192f2eac33ceceb7f
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Dec 14 09:12:49 2011 +0000

    sfx2: revert patch applied for i112795, as it crashes

commit 509437016284e53f1fff1780f3f4e14686950837
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Dec 14 09:12:39 2011 +0000

    ucpp: remove sal dependency

commit ca816b9dd99340035278ac2b2d931783e2eee0e5
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Dec 14 09:11:36 2011 +0000

    check string acesses in ICU uloc.c

commit 98dc70d0d0ee2efd4e0d1254f9521270a6e00de2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Dec 13 20:53:25 2011 +0000

    Fix license on new platform gbuild files. Minor BSD port cleanup.

commit 5975c53e3ac3f1c63bdeefbeb19275cd5b9a9503
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Dec 13 20:30:07 2011 +0000

    More BrOffice removal.

commit 2032f8de38a6dd643fa5a07e93b6ff4dfde292bb
Author: Pavel Janík <paveljanik at apache.org>
Date:   Tue Dec 13 20:01:18 2011 +0000

    Add missing dependency on saltools (makedepend).

commit ccffe5bf65f5f25868f0a295bf6e9e595873f225
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Dec 12 10:25:37 2011 +0000

    #i118662# remove remainders of berkeleyDB handling (author=orwitt)

commit 9a582dd3e1c2d43d30bdbfb5d059cd8e0c5852a6
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Dec 12 10:22:40 2011 +0000

    #i118662# remove berkeleyDB from module l10tools (author=orwitt)

commit cfc7c5cc835ac3b6a3de7e776ff7f6ee2b9a5989
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Dec 12 10:21:05 2011 +0000

    #i118662# remove berkeleyDB from module xmlhelp (author=orwitt)

commit 4fe367ac37868f7e3ba2a26b3bd2a78940624cd0
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Dec 12 08:27:12 2011 +0000

    #i118662# since BerkeleyDB is unused now in desktop module it should no longer link to it (author=orwitt)

commit 65415c716863d17196eae2a4a7f86f2e0ba5c1b6
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Dec 12 08:03:52 2011 +0000

    #i118662# remove usage of BerkeleyDB in desktop module

commit 3cc27aae25083ac65a3e47f8e4e71169573f4449
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Dec 8 20:21:55 2011 +0000

    Clear my name from the properties fields in the rtf document.

commit ab0028ce70ecebcf262ef92ac18dc1b88550c1df
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Dec 8 16:10:15 2011 +0000

    fix to solve build problems on MacOS in moz, when --disable-build-mozilla is used, means prebuild moz libs

commit 8a9532045cc4abd29c8a9216315609f8b10ec558
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Dec 8 15:00:50 2011 +0000

    Cleanup license html files: no more uses of the GPL are known.

commit e3df9c32be28eb023253aa76bafc280a3fc08499
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Dec 8 12:02:29 2011 +0000

    correct license text

commit 0427b68ad6acd6b24666cfea60d099c4be735d40
Author: Andre Fischer <af at apache.org>
Date:   Thu Dec 8 11:11:45 2011 +0000

    Removed the last remains of the local dmake.

commit b0e465bc80d2df4eab0b78983cd6056797e4815d
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Dec 8 09:46:29 2011 +0000

    fix to solve build problems on MacOS in nss, when --disable-build-mozilla is used, means prebuild moz libs

commit 62ec5f1eb484baea80b0fd01aef3c34cbb5bf189
Author: Andre Fischer <af at apache.org>
Date:   Fri Dec 2 15:35:05 2011 +0000

    Fixed build breaker on Linux 3.0.* systems:  nss misses Linux3.0.mk files.

commit 023b2923ef08aba020deb0f1cf1102c281bf20d0
Author: Andre Fischer <af at apache.org>
Date:   Fri Dec 2 14:13:17 2011 +0000

    Added temporary line for swingEx

commit d45a058076caa9ddbcde36038927bd9f50dc3624
Author: Andre Fischer <af at apache.org>
Date:   Fri Dec 2 11:32:12 2011 +0000

    118595: Removed glibc because of license problems.

commit 9c1ca2c71a1d9763a703102e6e2696e540d7bfd7
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Dec 2 09:46:37 2011 +0000

    118568: replace license incompatible lcc with ucpp

commit c5d9700396c1c108940d92e3870ee610d2c4cfc4
Author: Andre Fischer <af at apache.org>
Date:   Fri Dec 2 09:39:29 2011 +0000

    118663: Load external archives from new ext_sources directory.

commit b4c9bca4669e31611ac4b72af2f555f90e7b4c5d
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Dec 2 06:52:46 2011 +0000

    fix build breaker in instsetoo_native, removing broffice

commit 4cfd274bfc9445802602dfc4e62ba8b02d4f90d9
Author: Andrew Rist <arist at apache.org>
Date:   Thu Dec 1 17:18:24 2011 +0000

    Create a RAT excludes file for doing IP analysis of the code base.  This version intentionally excludes a large number of file types so that the analysis will originally show fewer false-positives.  Over time we should remove many of these filters so that the RAT reports cover more and more files.
    
    also remove proposed buildbot script, as different approach was taken, and all actions are called directly from buildbot config file

commit a90eb5bc6d48a8beff656a5b5a75a273e280a0ac
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Dec 1 09:23:35 2011 +0000

    add some additional checks to ensure proper reading operations

commit 8905a57441dfa5b2a9ac5736746018aa175c4396
Author: Andre Fischer <af at apache.org>
Date:   Thu Dec 1 09:07:05 2011 +0000

    118636: Removed the dictionaries module, adapted configure.in

commit f5fec4ec9c5793b13ecaebee69cf7c200d3987ea
Author: Andre Fischer <af at apache.org>
Date:   Thu Dec 1 08:40:21 2011 +0000

    Fixed build breaker: byte order mark was moved away from file start. Original author: orw.

commit 40105fbde3cca8f9056c2d146931f7f50df2c650
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:42:42 2011 +0000

    Update headers to Alv2 headers

commit a8bc2bf1604b9d6aff4cb0fe543847b1468b46ca
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:42:03 2011 +0000

    Update headers to Alv2 headers

commit a6fb491b0a1ed0a82d048c660af573483b228ee1
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:41:18 2011 +0000

    Update headers to Alv2 headers

commit 7b1ba6f3cfdc78db1c4d17d83292e302c11b7d4f
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:40:53 2011 +0000

    Update headers to Alv2 headers

commit 03f11a2d31811f007b230399c7b93901646722df
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:40:10 2011 +0000

    Update headers to Alv2 headers

commit bce5dea69ca70c9c4b5539803bc9f5c1c55323d4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:39:06 2011 +0000

    Update headers to Alv2 headers

commit 91fec5ff0c656d9a6fe17046eb2d72900008fb34
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:38:29 2011 +0000

    Update headers to Alv2 headers

commit 1a765a75f3388bce377dbc84fd15f8c43689b792
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:37:58 2011 +0000

    Update headers to Alv2 headers

commit 206698e4854b40021dd7bb46bd334c5ca0e1aca6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:37:39 2011 +0000

    Update headers to Alv2 headers

commit e8cf5549c0db11982a6759cdbbdc1b88a8e3534c
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:37:21 2011 +0000

    Update headers to Alv2 headers

commit e5a56c2bb1c6c60f6573f4d6f2db22248da85def
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:37:04 2011 +0000

    Update headers to Alv2 headers

commit 01a80e154f96fe68383216e60a0acce09e34dbec
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:36:43 2011 +0000

    Update headers to Alv2 headers

commit 8115173ccac040577d34b76482c96b8cbf7a8b1a
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:36:10 2011 +0000

    Update headers to Alv2 headers

commit f789237f1a65ee1dafc282d91067608ecf1359ba
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:35:53 2011 +0000

    Update headers to Alv2 headers

commit 397f9de08fb2e7abc23aed82c40b63b6bc2f89c1
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:35:09 2011 +0000

    Update headers to Alv2 headers

commit 28b7d7e821126fe3adac57b04d211b7fd614ff2e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:34:48 2011 +0000

    Update headers to Alv2 headers

commit 7e37ee99a48e6cdc25e291f0d6641c77b5a8015d
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:34:29 2011 +0000

    Update headers to Alv2 headers

commit a830b7bacb5d86ecaf2b0292ef46e56df90e00d7
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:34:07 2011 +0000

    Update headers to Alv2 headers

commit ed027e59c53be749a16acbc2c86b8a495fd70e45
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:33:18 2011 +0000

    Update headers to Alv2 headers

commit 596a7111897e77f88d8b641790cfc9f01f8699f5
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:32:54 2011 +0000

    Update headers to Alv2 headers

commit 49453cb294e07e5d9a2e6716aa6930d26127a37e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:32:38 2011 +0000

    Update headers to Alv2 headers

commit 66ded903513bba68dfec3c97e3a20a9008958a08
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:32:16 2011 +0000

    Update headers to Alv2 headers

commit 0d2365c9ca9d68e89718c8974fa6a74e4e8aa9e4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:32:08 2011 +0000

    Update headers to Alv2 headers

commit 31814164cb510d118a39c8aaeddd34686b8498b4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:31:24 2011 +0000

    Update headers to Alv2 headers

commit 972179259079e8ca1649308713913b7a1c1d9642
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:31:10 2011 +0000

    Update headers to Alv2 headers

commit 1b849addaf2d6342df4d496f3f92bdab82a3c803
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:30:38 2011 +0000

    Update headers to Alv2 headers

commit ac70b8f1be06f6ea16f10f4e12f52b1774f073ff
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:29:55 2011 +0000

    Update headers to Alv2 headers

commit c8ef7b37be2b7768e0a0d702ed91f04ecdf6c422
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:29:44 2011 +0000

    Update headers to Alv2 headers

commit 72a7f7ec1a84ff4f0038bad8330ad01c99df6cd0
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:29:04 2011 +0000

    Update headers to Alv2 headers

commit 863ffeda80e805261227d0c7cc78e9cade48fb16
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:28:04 2011 +0000

    Update headers to Alv2 headers

commit 1b105c540ec4a0aa01b9fa335c5e6ffb341b7766
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:27:21 2011 +0000

    Update headers to Alv2 headers

commit 3d070699a31c2e5daf8739d7e0e2fd981c30d515
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:26:51 2011 +0000

    Update headers to Alv2 headers

commit 8abc6ca69610ab6b8222db490cfc224b1f9bdd6a
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:24:51 2011 +0000

    Update headers to Alv2 headers

commit 795a083c5d699c41b0138cc422834c0016ca4bf3
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:24:25 2011 +0000

    Update headers to Alv2 headers

commit f9df7b2895ba47e6f9baf1a06969804d7e2ca61b
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:23:47 2011 +0000

    Update headers to Alv2 headers

commit 4934dd5231fda41c487b5e263cea53d135eb749e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:23:10 2011 +0000

    Update headers to Alv2 headers

commit 79f55b2f127decfcb299a20bb0f292520cd09cc3
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:22:43 2011 +0000

    Update headers to Alv2 headers

commit ea8c15bb12052b7ed8485168e795900e7e4f8de6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:20:39 2011 +0000

    Update headers to Alv2 headers

commit 4c02b66a6a3b4526b0222927978803d975a7c9e9
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:20:25 2011 +0000

    Update headers to Alv2 headers

commit 714997d1f239d490ef19682ba3888d8dd35591b5
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:19:32 2011 +0000

    Update headers to Alv2 headers

commit be04250e54ed591695e41cc057a89b14c92c8305
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:19:12 2011 +0000

    Update headers to Alv2 headers

commit 39a0a244cf28f661b4c8371000aefab47a4f16fb
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:18:59 2011 +0000

    Update headers to Alv2 headers

commit 82202e5e256d5eced3ff4ebaa2c29e5cb94e626f
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:18:17 2011 +0000

    Update headers to Alv2 headers

commit 24f3826c350e635cd02470bce2bfbb8f8ceeafdf
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:17:45 2011 +0000

    Update headers to Alv2 headers

commit 9e0fe9b62b9afc6617a9266ecce53a47e71366af
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:17:21 2011 +0000

    Update headers to Alv2 headers

commit d670e1d2ceb5ab06731889b2417ae3da9329fb82
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:16:55 2011 +0000

    Update headers to Alv2 headers

commit 70bcc165814b878b47d09d163318dbbd22feb996
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:16:06 2011 +0000

    Update headers to Alv2 headers

commit a1e5d4f82af40f48f8fe36f11873b35afab31d81
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:15:50 2011 +0000

    Update headers to Alv2 headers

commit 8d7d56514ce0904f8ef5c3d03a7fe154edf9f00c
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:14:40 2011 +0000

    Update headers to Alv2 headers

commit c8eabe1dec56a9bc44652282d43f92456b7499a8
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:14:06 2011 +0000

    Update headers to Alv2 headers

commit 2cd53ae65dce1a05159c62a8fcd386debb5b1db0
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:13:35 2011 +0000

    Update headers to Alv2 headers

commit 7ffa418e3b596c6c278a8330c4c8a54bbb7ec01a
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:13:11 2011 +0000

    Update headers to Alv2 headers

commit 46c204c1c1fc468945b3ca34bf8666b5940eb1c0
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:12:42 2011 +0000

    Update headers to Alv2 headers

commit 8d921456e1bd71b0ea773695434015aabb4cf9af
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:12:19 2011 +0000

    Update headers to Alv2 headers

commit aca983a091b12dfbd7d644b430aba2893aeccde9
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:12:04 2011 +0000

    Update headers to Alv2 headers

commit 5fc581eef83b61121e2e14d86295efdabfde4e22
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:11:49 2011 +0000

    Update headers to Alv2 headers

commit 0da863abdfa4ffa4de3c6b65ce87baeee7af3203
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:11:10 2011 +0000

    Update headers to Alv2 headers

commit 823334158dccfac993520b8947e7236e8b0d67b5
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:10:58 2011 +0000

    Update headers to Alv2 headers

commit ab227edafb55fd8ac60119e5df61b29bbd6dbf2c
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:10:28 2011 +0000

    Update headers to Alv2 headers

commit 17fa47e252eaef266b7cc7ce0cb69959007608ae
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:10:04 2011 +0000

    Update headers to Alv2 headers

commit 6f4832afee3c74f6d02d170c5f8c9ada41c038fb
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:09:53 2011 +0000

    Update headers to Alv2 headers

commit c8f6a8b9a4bae91e58cb3a48b53a78da4a5a7e2b
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:05:48 2011 +0000

    Update headers to Alv2 headers

commit 8667ea013af4d22df26335f9bc7f51b246bd475c
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:05:24 2011 +0000

    Update headers to Alv2 headers

commit 87a711e274f2c7e8cf4772be6203d24c0d34d3a0
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:05:02 2011 +0000

    Update headers to Alv2 headers

commit 7355f533b53693725770666d883a30435caa3c50
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:04:40 2011 +0000

    Update headers to Alv2 headers

commit 13af3d7cfdfa27572b7775367d49e32fb6b6cf62
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:04:07 2011 +0000

    Update headers to Alv2 headers

commit 07ac0533b495bf2d14aed0262a9e0c56fca79887
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:03:56 2011 +0000

    Update headers to Alv2 headers

commit 8b54dcc3076104a059e5d8def82b6d7bb5d5dfdf
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:03:26 2011 +0000

    Update headers to Alv2 headers

commit 5971b4d13cb746989338b5f839e7a94f3e246ca1
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:02:12 2011 +0000

    Update headers to Alv2 headers

commit 02d8cbd9e8c757d4170b422e851dc2ef72e8fb03
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:01:23 2011 +0000

    Update headers to Alv2 headers

commit da66c7fc9170334474ede315f01b3e26f02818b9
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:00:46 2011 +0000

    Update headers to Alv2 headers

commit 3f848391a0608305b81511203b9dd88a4cbe1e26
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:00:31 2011 +0000

    Update headers to Alv2 headers

commit 06bd82b2b4df1dd69efa7a7efe9d8b841df705f8
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 17:00:04 2011 +0000

    Update headers to Alv2 headers

commit bee76264ca5db73c9af89e41d20e1a19cc2e0a7d
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:59:48 2011 +0000

    Update headers to Alv2 headers

commit 42bba48b06c9bde1e9f78e4becfb0e4b9bb4d525
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:59:00 2011 +0000

    Update headers to Alv2 headers

commit 8b3f9d8ee6069ca81110441660b75e941fca31cd
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:58:15 2011 +0000

    Update headers to Alv2 headers

commit 06b976038212513ae6555b337e6c8f6a5563460d
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:57:58 2011 +0000

    Update headers to Alv2 headers

commit 5c1d3e9afe35d4f4d8061a05e3a21ffc6e36b791
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:57:44 2011 +0000

    Update headers to Alv2 headers

commit 429e3a8dc2c70518382ba1001a8c800742c063d4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:57:18 2011 +0000

    Update headers to Alv2 headers

commit d50d0ce057eae37a456b9a710bd32455f8094d5e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:56:15 2011 +0000

    Update headers to Alv2 headers

commit 5192f4c65df3099e4206e009fb0052c59e223aeb
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:55:58 2011 +0000

    Update headers to Alv2 headers

commit 238e5f385a83c16acfddad3ab3655493fbe22457
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:55:33 2011 +0000

    Update headers to Alv2 headers

commit 8449745e11f3bc3703fdb3971f4533cb25b6e49b
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:55:15 2011 +0000

    Update headers to Alv2 headers

commit 43b519aa3add9fe5769818c7113ee9d896c0aae0
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:55:04 2011 +0000

    Update headers to Alv2 headers

commit 312d374573c80089e69534f8cf9f0a16e3f0f0fc
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:54:43 2011 +0000

    Update headers to Alv2 headers

commit a9462c950ef138ba66db1cce5e4655fd497dd1db
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:54:26 2011 +0000

    Update headers to Alv2 headers

commit b93c25b1de31b50906bad3428513e26c13d90d35
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:54:02 2011 +0000

    Update headers to Alv2 headers

commit f87766a9442843c410f519790e99b8879f3a0a42
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:53:11 2011 +0000

    Update headers to Alv2 headers

commit 012ebcc385dd2bde7d4c35372a7721b5482dc0f2
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:52:57 2011 +0000

    Update headers to Alv2 headers

commit fcc91b1b8bfc7b35d89e09989a52c3a463f09973
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:52:21 2011 +0000

    Update headers to Alv2 headers

commit de694ac3ff93523f6f955f7e8baf6286dac8b9a2
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:51:31 2011 +0000

    Update headers to Alv2 headers

commit 03a7b0fe73fbfdd089c4fff8a435b9545f3de000
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:50:29 2011 +0000

    Update headers to Alv2 headers

commit 6194a2ed85c5b2c8addbad5e0864fe28f69c458a
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:50:08 2011 +0000

    Update headers to Alv2 headers

commit 9448104ee3cf288db154dfd2aefe68c2694c2619
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:48:15 2011 +0000

    Update headers to Alv2 headers

commit f95df8279179fb587f400bbaf821a17272bf484b
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:48:01 2011 +0000

    Update headers to Alv2 headers

commit 25e092bc203008211e6051ec49edb7da4c5e6767
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:47:32 2011 +0000

    Update headers to Alv2 headers

commit 80892bff9633883d392e435a6baa62cbfd7edec8
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:47:12 2011 +0000

    Update headers to Alv2 headers

commit 335ce4979d47c435cf40dbc5f9a73e721ab5b29f
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:46:53 2011 +0000

    Update headers to Alv2 headers

commit 368374f9fce46b12efe3f2bb01322c11bccfaf36
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:44:16 2011 +0000

    Update headers to Alv2 headers

commit ea138e80408a2a63e0576f50f13598c2fd0024ec
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:43:56 2011 +0000

    Update headers to Alv2 headers

commit 66e08c5cc230ff19beda5c26a9404a0a05545fb7
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:43:33 2011 +0000

    Update headers to Alv2 headers

commit c620d965844bf648f751d3ec5adba115d291a8f6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:43:03 2011 +0000

    Update headers to Alv2 headers

commit a03488f95639225826c7691a804036a41c35ad92
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:42:45 2011 +0000

    Update headers to Alv2 headers

commit d7d5d5e83b8d4860a78ec9667494eb2f9ed2fab4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:42:31 2011 +0000

    Update headers to Alv2 headers

commit d8d2ffa54483db6049f651f3e03b2f6aa0a8a339
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:42:00 2011 +0000

    Update headers to Alv2 headers

commit e3c22e039e8d284a9be13b258eab113d556bb952
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:40:59 2011 +0000

    Update headers to Alv2 headers

commit 9853d8068e6b9482fcc72b6daa70cd3a02c33a70
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:40:47 2011 +0000

    Update headers to Alv2 headers

commit 8fc46b2eb3ba1cc246eb05f732263a5989b5b345
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:40:30 2011 +0000

    Update headers to Alv2 headers

commit 7d0855a85303e677613785787e818044be715ea6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:40:13 2011 +0000

    Update headers to Alv2 headers

commit 7d75c11ccdb225f1e34b26becad91b2e2b612cc1
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:39:54 2011 +0000

    Update headers to Alv2 headers

commit d6c5a3a0f3e48c16d4189bef3fa144bbb0c73524
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:39:32 2011 +0000

    Update headers to Alv2 headers

commit f5caf99297ff5082b8c7b4c234a8a7aa560911e6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:38:42 2011 +0000

    Update headers to Alv2 headers

commit 2a3d6ed809eac21fe4ff54f90fbc2e2b60f454a0
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:38:13 2011 +0000

    Update headers to Alv2 headers

commit 6c613938b4f022b29aafc226d1e4278aac3e769d
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:37:51 2011 +0000

    Update headers to Alv2 headers

commit 4e8d21248a588ce54b0687d0ddd9c0cf3d213f98
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:37:19 2011 +0000

    Update headers to Alv2 headers

commit f67267638f850f74ef9b6872b75a6075219fefa9
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 16:36:46 2011 +0000

    Update headers to Alv2 headers

commit 0151c1c17a95e8eada493d88ede8e91092857585
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:35:15 2011 +0000

    Update headers to Alv2 headers

commit 4efebb282faa9398bfb71c4722bd6b6b75a0c038
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:33:39 2011 +0000

    Update headers to Alv2 headers

commit 046d5c528d4753ef6fd7f855d2fad5df1e21a8e5
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:30:40 2011 +0000

    Update headers to Alv2 headers

commit 3aa6405a6271a17d940617ab011381b39894ba96
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:30:09 2011 +0000

    Update headers to Alv2 headers

commit a17593f6a4a1ae8229e5a70fec7c3a4237b05de0
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:29:42 2011 +0000

    Update headers to Alv2 headers

commit a688c1f932d51fddda5dc65cd9acebd993cd3565
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:29:26 2011 +0000

    Update headers to Alv2 headers

commit 0a87229ff7da35109ee49bde4ece1c5ba39b5d37
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:29:03 2011 +0000

    Update headers to Alv2 headers

commit 6a9275c6a0e1f9e70eb99fbef17398f0befa96b8
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:28:42 2011 +0000

    Update headers to Alv2 headers

commit a378ab388f34bd45870266c14230583398f18dd4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:28:01 2011 +0000

    Update headers to Alv2 headers

commit ec90408bb776f43e0eeeba5269e893f762738f83
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:26:38 2011 +0000

    Update headers to Alv2 headers

commit 6c625dffd83aab35cfcfcf3aaa867b4ae6f5f4f4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:24:58 2011 +0000

    Update headers to Alv2 headers

commit a5e6fcba2cb6375a3eaea44fe219458e4ad703a4
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:06:07 2011 +0000

    Update headers to Alv2 headers

commit 4197ee3b957f4334d0c5e5436fcaed46e8fa0996
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:05:02 2011 +0000

    Update headers to Alv2 headers

commit 03b4acc3df28a176a893be71be1c9b10b4dc1847
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:04:04 2011 +0000

    Update headers to Alv2 headers

commit 4b0d275b0e5f95faf7ca3eae702e66f89bb22622
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:03:43 2011 +0000

    Update headers to Alv2 headers

commit f50abee4bf27ed9f3a14ad979aa41f0e03b64b64
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:03:21 2011 +0000

    Update headers to Alv2 headers

commit aab8b467a32bd65f0620831d16cf9ab3db948d0a
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:02:48 2011 +0000

    Update headers to Alv2 headers

commit 386840658e8d3cbf29d686ec6e7f7e050d4426f8
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:02:06 2011 +0000

    Update headers to Alv2 headers

commit 8c913a22f180f8f95f0f30efeaafa301f4a718d3
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:01:16 2011 +0000

    Update headers to Alv2 headers

commit 2c258880068aa2b0273cdb9dd0ba6910bc894138
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 03:00:16 2011 +0000

    Update headers to Alv2 headers

commit a45f715099ee5d168f5adc9096bd5de74554d8a8
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 02:59:53 2011 +0000

    Update headers to Alv2 headers

commit 47536e8665888b8f7c673b93155d0d5e43c74ed3
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 02:58:48 2011 +0000

    Update headers to Alv2 headers

commit e1cfe676e1e0636eeb6f4192f7e56053493359a1
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 02:57:57 2011 +0000

    Update headers to Alv2 headers

commit 0fe8cc05ce9c7a55cc4ecc2079225c9d9dcbf3cd
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 02:56:56 2011 +0000

    Update headers to Alv2 headers

commit ad87ea7b41505a16fdd48ff98004f26e1d120488
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 02:56:27 2011 +0000

    Update headers to Alv2 headers

commit acad984faaf98e5ca338ccb78bd4335020ab9405
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 02:56:07 2011 +0000

    Update headers to Alv2 headers

commit c811131561c2654d47dcb361b0ab47c4f791bf52
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 02:53:56 2011 +0000

    Update headers to Alv2 headers

commit fec1136d23762153d51651c93d6a7df9f352dfae
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 02:53:40 2011 +0000

    Update headers to Alv2 headers

commit c30ff45d89962c18224b16b117b071d520ca26cd
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:54:20 2011 +0000

    Update headers to Alv2 headers

commit d0c42ad636a86ab304aa9667126faa5375ff98b3
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:23:34 2011 +0000

    Update headers to Alv2 headers

commit 421cb90a1e16f4b71c23b33d6134ca62a51ab22a
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:23:15 2011 +0000

    Update headers to Alv2 headers

commit a785952eec2f62846f1a79373302d2a4e1d37395
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:22:37 2011 +0000

    Update headers to Alv2 headers

commit 82e6137a4190594f9beef2f96fa43ae6e332d9fc
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:22:11 2011 +0000

    Update headers to Alv2 headers

commit d24b349043b77cf7f6bb46e9ce70dc0d9f75c01e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:21:50 2011 +0000

    Update headers to Alv2 headers

commit 2e1f7948315f7b75435d860da47829a991ce1c1e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:21:29 2011 +0000

    Update headers to Alv2 headers

commit 63fc42d8dc0761ecaf284e8ac52bc727ab53f40e
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:21:15 2011 +0000

    Update headers to Alv2 headers

commit 75e428656efd05a65f3d6f47bc527be06b6213ee
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:20:48 2011 +0000

    Update headers to Alv2 headers

commit eea66efd67f4d615367f0136fb59e446931189ad
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:20:24 2011 +0000

    Update headers to Alv2 headers

commit fe90730d0f871b9a253cb7a3a05097522a1789ef
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:19:47 2011 +0000

    Update headers to Alv2 headers

commit 3e814cf933908650cd9550be4ee76e5216e72758
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:19:30 2011 +0000

    Update headers to Alv2 headers

commit d6fa4928abdb885c58cd27767fceaf23ef0a8ca1
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:10:09 2011 +0000

    Update headers to Alv2 headers

commit 0151f33f63bcca99b31ebfe1d69bb5da967e5dd6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:09:19 2011 +0000

    Update headers to Alv2 headers

commit 8ad0ab0d2048b6fbf8e8da57df07676a022c8288
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:08:18 2011 +0000

    Update headers to Alv2 headers

commit dbebdbe2e246a056ec676b79945f7d366f1781d9
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:07:17 2011 +0000

    Update headers to Alv2 headers

commit 407d4256156f7a5eac44e03ec29bb0ea4d70d182
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:06:57 2011 +0000

    Update headers to Alv2 headers

commit 81f300901775b1c2d9e74871b5a8b0ae0de24453
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:06:29 2011 +0000

    Update headers to Alv2 headers

commit 9413a5c86b896ed4745a2146bc6c9d865b5ce7ca
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:06:06 2011 +0000

    Update headers to Alv2 headers

commit a7da2a6d130d243ed065d4e0075c4fa324c0de6c
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:05:44 2011 +0000

    Update headers to Alv2 headers

commit 7ceffa8e17875438bf83ab9d61185255b4cbef89
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:05:04 2011 +0000

    Update headers to Alv2 headers

commit e717c8e28ac507de855ab81d9acda64bb436683d
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:04:35 2011 +0000

    Update headers to Alv2 headers

commit 51548f9e2ad58e71d8800279a7c12f72d39dd640
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:03:58 2011 +0000

    Update headers to Alv2 headers

commit 5f98d4bdc4ca9d46a476f7e2a12c9c80143d4c80
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:03:15 2011 +0000

    Update headers to Alv2 headers

commit 451e175ee0c82b6dd61561f912c859889a798db6
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:02:30 2011 +0000

    Update headers to Alv2 headers

commit 81e089af1acb8bb96ab8a0516f6e40f25105c436
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:01:32 2011 +0000

    Update headers to Alv2 headers

commit a88760d3183f292c15f466c4bbf79d91497a2266
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:01:04 2011 +0000

    Update headers to Alv2 headers

commit 77eeb8c62a63fdc72c93b1ed040c0ede043ca6c3
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:00:38 2011 +0000

    Update headers to Alv2 headers

commit 84e8095784bd52c881839cc1803ba77eb3893135
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:00:17 2011 +0000

    Update headers to Alv2 headers

commit 0a78030289e3fcb2d1f7a76fae7d7475b252d5e1
Author: Andrew Rist <arist at apache.org>
Date:   Wed Nov 30 00:00:00 2011 +0000

    Update headers to Alv2 headers

commit 38ba86a0ee372ea3b5d822fa737f4956af8b871e
Author: Andrew Rist <arist at apache.org>
Date:   Tue Nov 29 23:59:09 2011 +0000

    Update headers to Alv2 headers

commit 9e601e8e026880b30266b19e8e69c9da6c26c75d
Author: Andrew Rist <arist at apache.org>
Date:   Tue Nov 29 23:58:03 2011 +0000

    Update headers to Alv2 headers

commit fac8d7d51d3c9611aaffaf59e7bd3227ef1a78e4
Author: Andrew Rist <arist at apache.org>
Date:   Tue Nov 29 23:54:11 2011 +0000

    Update headers to Alv2 headers

commit 735b0fbe0c2fa795ce64a8a5b791e8451b2824f3
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 29 19:08:08 2011 +0000

    Update basic license information with the Apache License 2 versions.

commit c9117eb2c50321e185f609b0028c4825f020cd68
Author: Andre Fischer <af at apache.org>
Date:   Tue Nov 29 14:46:04 2011 +0000

    Fixed boostrap build breakers.

commit f7cdde9860f7669937b6bf6a84ed46839a53fc0c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 29 14:34:52 2011 +0000

    Drop BrOffice brand, we will be using the Apache trademark in Brazil too.

commit 1630affbf5ed98f5aac064baa13d0fcbc8d4a1cc
Author: Mathias Bauer <mbauer at apache.org>
Date:   Mon Nov 28 17:44:34 2011 +0000

    removed superfluous guw folder

commit 1f51c69199b820d700e44c8db407135be1e9e15f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Nov 28 14:05:54 2011 +0000

    This should take care of some warnings.

commit 92b6636bf0cd77e58132ed93cca4cb93a2e00ab5
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Nov 28 14:03:39 2011 +0000

    118628: minor changes to make the spellchecker working on MacOS, fix compile errors and dependency to hunspell, thanks arielch for a patch

commit 910260f0b5214b1b5fc56da345297f5593022e9e
Author: Andrea Pescetti <pescetti at apache.org>
Date:   Sun Nov 27 20:28:32 2011 +0000

    Print the right message about the status of --enable-copyleft.

commit b2530318be38cf69cdfef1741f2be3e4bf2077f3
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Nov 27 20:02:31 2011 +0000

    Minor mismerges in previous commit.

commit 75d409db08bc15f76892eec3537da087db6e306c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Nov 27 19:26:52 2011 +0000

    Teach how to use FreeBSD's fetch(1) command and generalize the script while here.

commit 0a48af86063bad76d61c45b130cf853c23d8a6d0
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Nov 27 04:05:18 2011 +0000

    Remove the Anti-Grain Geometry agg module: the OpenGL canvas rendering code was never really completed.

commit 918fac05ccea5711f16fd6d089860834cbcc9e1a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Nov 26 16:23:36 2011 +0000

    Drop some obsolete entries from the old documentation. There are surely more that to be removed.

commit 24c84378491dd72093da1286f054d409cc75e15e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 25 15:09:43 2011 +0000

    i118613 - IP clearance: Remove LGPLd KDE Crystal image icons.

commit c49feb61557264120e61f3532dff83d19e1b439b
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Nov 25 13:39:18 2011 +0000

    #118605# minor fix for wildcard check

commit dbb3b37a9b8dd10a7633baa89b8efc36f2347b3d
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Nov 25 09:09:01 2011 +0000

    118605: remove epm, use system or specified epm (--with-epm) or build explicitly (--with-epm-url)

commit c6c148aec4887fe80d92809a1bb461045e357a0f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 25 01:38:50 2011 +0000

    Drop license information for neon, lpsolve and libration fonts which don't live here anymore.

commit fcd3ba7227013f6993f324395377a84a60ddbf28
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Nov 24 15:21:24 2011 +0000

    i118608 - IP clearance: Remove internal cppunit source, use system-cppunit instead. Patch by Andre Fischer (af).

commit 70010c2d7c6472ae40fb0a8fd97e9da159a220b8
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Wed Nov 23 18:41:20 2011 +0000

    i118604 - Fixed use of user supplied or system dmake executable
    
    Original committer: Andre Fischer

commit d2fc8958fc36b749f5833be4980ab47ccaf587c3
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 23 00:36:58 2011 +0000

    Fix mythes build with BSD make. Fix little undesired oops.

commit f47dcf4971ab696bc1560143ee5edc98e7b799a3
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 23 00:34:53 2011 +0000

    Fix mythes build with BSD make. Thanks to Ariel for his assistance.

commit 1e3dc96684c39374b561ff312cf70fa5ae48085d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 22 18:02:48 2011 +0000

    Freshly generated config.guess and config.sub: perhaps these can be removed?

commit 3b177a54bcd49efc0d8580ad85b9b73ccecdb9eb
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Tue Nov 22 12:55:17 2011 +0000

    lingucomponent related fixes for i118627, i118628, i118629
    
    * 118627 - Hyphenator: building the UNO component breaks due to name
    clash
    The three UNO components have been renamed to use the naming scheme
    compname.uno: spell.uno, hyphen.uno, lnth.uno
    
    * 118629 - remove hunspell dependency from mythes
    hunspell was only needed for building the mythes example.
    Added a patch to patch the source in AOO builds and disable the example.
    
    * 118628 - remove hunspell dependency from Hyphenator and Thesaurus UNO
    components
    The dependency has been remove. Now the three components can be built
    independently from each other:
    
    * mythes has a category A license
    http://www.apache.org/legal/3party.html#category-a
    As a category A license, the library is ENABLED by default and
    is built unconditionally if the optional configure switch
    --with-system-mythes is missing
    As a side effect, building the UNO Thesaurus component is always
    enabled.
    
    * hunspell has a category B license
    http://www.apache.org/legal/3party.html#category-b
    as such, it is DISABLED by default.
    To enable the library use --enable-hunspell
    To use the library already present in the system instead of building
    it, use --with-system-hunspell
    As a side effect, building the UNO spell checking component is only
    enabled when hunspell is enabled.
    
    * hyphen has a category B license, as such it is DISABLED by default.
    To enable the library, use --enable-hyphen
    To uses the system library instead of building it, use
    --with-system-hyphen
    As side effect, building the UNO hyphenator component is only enabled
    when hyphen is enabled.

commit 65d79d61a3d2714bfff5b0e9bbf745b95cd0a6c9
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 22 02:50:53 2011 +0000

    agg: fix some warnings.

commit 5a16c1cd4c14b2bd6ec5858a674b63617a9ca274
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Nov 21 08:25:07 2011 +0000

    118604: remove license incompatible dmake, thanks to André Fischer (af)

commit 6934954fb243a22698e800b7051d7090a711082d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Nov 21 02:09:49 2011 +0000

    Revert r1190021: make sure that binfilter will be built by default for the next release.

commit 26b698ff05bb36bd39ce4c1c1e4adb8b6baaaeba
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Nov 20 21:24:16 2011 +0000

    i118615 - make epm more verbose

commit 11862b42ad892f47ec71836dbdabe8f6600c5439
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Nov 20 21:24:08 2011 +0000

    i118622 - python: build breaks on Linux with kernel 3.X

commit fee1c69773bc2af43bf8b4d98e72d929d9ee87c4
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sun Nov 20 21:23:59 2011 +0000

    i118621 - python: build breaks due to undefined symbol: dbm_nextkey in dbm.so module

commit 3a187da03e902393dadb3360baf8512c8285252b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Nov 19 18:58:28 2011 +0000

    Update link to bugzilla: the issue is closed but it may be instructive.

commit 74a5745b047aceb84c4800486b159a358857c06e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 18 19:26:49 2011 +0000

    FreeBSD: remove incipient ptmalloc support. It doesn't have any advantage against the standard jemalloc.

commit 70ea36b450b04552d775594d2fa81bb2645b1eec
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Nov 18 14:57:20 2011 +0000

    #a118566# remove binary file StartTest.java because of its unclear license

commit d20808103a4f29e8d41fcf1b995eaa6171031244
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Nov 18 14:28:52 2011 +0000

    #a118617# remove VBasicEventListener.dll binary
    
    There are no known users depending on its CLSID

commit b6d443faf092c72838d21a55ef8fd36bde509d7d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Nov 17 20:44:40 2011 +0000

    Revert most of r1203218 and r1203215: the second one seems to be causing a build breakage in Macbook: 'hicontrast.flag not found'. Reported by Pavel.

commit ad32df602ca710c6ad45f0d766c5e4398eeaaf14
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Nov 17 14:23:06 2011 +0000

    i115580: Fix pasting from sc to sd. Patch by JingDonChen.

commit 918b5b778652baa921b54bd685beba36776cee3e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Nov 17 14:16:21 2011 +0000

    Drop copyleft KDE Crystal theme icon set: give preference to the Tango icon set. Update NOTICE file accordingly.

commit 4209325fda35571f2d4f8a0f91a86dceea7007ca
Author: Eric Bachard <ericb2 at apache.org>
Date:   Wed Nov 16 11:06:51 2011 +0000

    Removing Keyspan remote (no feedback since the beginning)

commit e7f8cfca5911edc380c6c32f50f923fa1dd2c36d
Author: Eric Bachard <ericb2 at apache.org>
Date:   Wed Nov 16 11:03:31 2011 +0000

    Fix stupid typos

commit 1133c76347a78b2e0d7937a773b601e71f3ed0d7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 16 00:47:16 2011 +0000

    Fix WoE. Reported by Raphael Bircher.

commit 5e4b0a4ab93fd833ce881c2d02a5b47535a9e1a3
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 21:06:23 2011 +0000

    i118582 - OS/2 Port: misc build fixes. By ydario at .

commit e90343dd21d80f7a52fd368f6bbb2a187990ce06
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 20:07:41 2011 +0000

    i118582 - OS/2 Port: vcl revert wrong commit to svdem.cxx. Patch by ydairo.

commit 1f883f4b455b0aa1d5da165c5afe7af9343ad0c7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 19:53:01 2011 +0000

    FreeBSD port: more configuration updates. Add support for alternative ptmalloc and tcmalloc.

commit 9145ee498f57707ebfd8cea5533baa4c552a9eb3
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 15:12:04 2011 +0000

    i118595 - Removal of the use of getopt() from rscdep. Patch by Andre.

commit 66e1e915a9c77a7a894a8330f25dac291afcafa8
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 14:38:26 2011 +0000

    i118600 - IP clearance: Remove liberation fonts. Patch by Andre (af@).

commit 8e377fd3b9f1b955b1ad2362062ceae36a0b99a6
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 14:37:10 2011 +0000

    i118600 - IP clearance: Remove liberation fonts. Patch by Andre (af@).

commit c8ab2e95b00ef5feff756f856dfcea42d8298456
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 14:36:51 2011 +0000

    i118600 - IP clearance: Remove liberation fonts. Patch by Andre (af@).

commit 6ee14a38ba2ea8a479e4ae2ffe5ca170ff40a01e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 14:28:45 2011 +0000

    i104014: FreeBSD port - build cleanups

commit d59e2f8a13d8e87f6b4dab6c15d98d5e6a230948
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 15 01:35:13 2011 +0000

    FreeBSD port patches for libxslt.

commit 5a981380abd18e60b9a5c44935e30d626f66eb21
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Nov 14 13:10:42 2011 +0000

    118594, remove license incompatible mysql connector, applied patch, thanks to Andre Fischer (af)

commit a06930ead7444b69656482cab6b3a0e9f9cc5239
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Nov 14 13:03:32 2011 +0000

    118592, remove incompatible xpdf, applied patch, thanks to Andre Fischer (af)

commit ba0d0a588d5bfc00e8076ec0e9e0c9d38154a854
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Nov 14 12:37:29 2011 +0000

    118587: remove libwpd, disable WordPerfect filter, allow built with system libwpd

commit 3360d33d73a80c1c114af3e34ad7867e0388e9be
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Mon Nov 14 12:35:07 2011 +0000

    118584: remove internal neon and dependencies, build webdav ucp only if system neon is enabled

commit d931eec926f50f5f4facba1febaf168a3fb300f4
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Nov 14 10:05:25 2011 +0000

    Added SIL graphite as CPL licensed library to NOTICE file

commit 727f5b8f9d8e2b2b2cec656945bc640a89b6bbe2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Nov 13 02:19:04 2011 +0000

    i118582: OS/2 port - more misc. changes by ydario.

commit 4f41eaca1c5a0d68aa20f31728d5acc42bcab51e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Nov 13 01:40:45 2011 +0000

    FreeBSD: small configuration updates.

commit be9c16d1bfea87aa09afe9f6c7b351a398aaf7cc
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Nov 12 20:58:57 2011 +0000

    Note that copyleft unixODBC is gone.

commit cd1cdab29c79350ad6361c94e0ee97ddb3c9fa3e
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Nov 12 06:20:18 2011 +0000

    reportdesign: remove extra items from Help menu
    
    The Help menu in the Report Design menubar has some extra items that
    should be removed to make it look like the other modules.

commit cda0034721c23846aed2b95a1d6bb68109e1ca20
Author: Ariel Constenla-Haile <arielch at apache.org>
Date:   Sat Nov 12 05:13:30 2011 +0000

    reportbuilder: fix wrong Class-Path when SYSTEM_JFREEREPORT == YES

commit 6c55544d5ff1a81698592a2ae5a0fa76deeae454
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Nov 12 03:05:54 2011 +0000

    Revert old change for #i103482# oxygen icon theme - are copyleft.

commit 25cd486a6615a643fddaed55bad6d1c00f0979bf
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Nov 11 12:50:36 2011 +0000

    disable SurveyAfter as surveys.services.openoffice.org is gone

commit 8f0bbc872058c8a726a7390ea7ea4b5316f6904d
Author: Armin Le Grand <alg at apache.org>
Date:   Fri Nov 11 12:39:29 2011 +0000

    IP clearance: #118466# This patch removes librsvg, libcroco, libgsf, gdk-pixbuf, glib, gettext,
    
    and pango. Lost functionality is limited to the svg feature (see details in the task). Next step is to add svg again with an own interpreter which is already advancing.

commit ee95d4ec688eabc598e9dac8912313af728b3ea2
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Nov 11 12:28:13 2011 +0000

    disable warning as errors for external code, build breaker on windows

commit 4b37997813e4c63d911eb39c451ba5b0cfec769e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 11 02:37:48 2011 +0000

    i118582: OS/2 port - remove pmprintf in vcl for dynamic implementation for debugging - based on work by ydario.

commit e95a32a5ad261405cb8e654a23c640f976bbd801
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 11 02:28:16 2011 +0000

    i118582: OS/2 port - sal patches - by ydario.

commit 6ac4d66b1246d1c9b5ebc52ea1a8872abe23dc71
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 11 02:16:20 2011 +0000

    i118582: OS/2 port - patch headers for unixodbc and dbaccess - by ydario.

commit afcb9d5d253c614a4dc1a35c75ef1e1a1bb44f57
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 11 02:03:11 2011 +0000

    i118582: OS/2 port - Add platform specific gbuild support  - by ydario.

commit 05efc19fdc2b95bd4a1ece31cd3e95b9f3d1685a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 11 01:49:38 2011 +0000

    i118582: OS/2 port - Add specific os2 file mapping in RepositoryFixes.mk  - by ydario.

commit bdb5054951218ba62cb8749d9f342b1e3237d8a5
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 11 01:45:33 2011 +0000

    i118582: OS/2 port - minor xmlreader delivery fix - by ydario.

commit 1f8b67f3d7249658af3fc196808b7402541c9d24
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Nov 11 01:37:05 2011 +0000

    i118582: OS/2 port - vcl build fixes - by ydario

commit 1cddbcd6b117cf1eb70df1596af21af9f07e5cec
Author: Andrew Rist <arist at apache.org>
Date:   Thu Nov 10 21:41:32 2011 +0000

    This is the script for running the nightly build on buildbot.
    
    There will need to be a separate top level script for each OS we build on.

commit 270bd2f34a84fcfd7e06c5f8058846a07037ddf3
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 21:30:56 2011 +0000

    i118582: OS/2 port - pyuno, readlicense, svtools, toolkit and tools build patches by Yuri Dario.

commit 9bb4e9b2513dc9e826a218bb4abdd9ce0bee85b2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 21:10:49 2011 +0000

    i118582: OS/2 port - pyuno build patch by Yuri Dario.

commit cba9744b835de8c56e6ce1b43ed265770d221593
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 21:06:31 2011 +0000

    i118582: OS/2 port - l10ntools build patch by Yuri Dario.

commit ca2ad6c8a514d839d7c57eb94649d7123eacf966
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 21:02:01 2011 +0000

    i118582: OS/2 port - i18npool build patch by Yuri Dario.

commit 9b7e50628e84abea9b24602d007714089d441c12
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 20:40:47 2011 +0000

    i118582: OS/2 port - extensions patch by Yuri Dario.

commit b964ce36f1ad589b571b1b64f0df0495d90e16f8
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 20:30:47 2011 +0000

    i118582: OS/2 port - extensions and external patches by Yuri Dario.

commit 1fcc49c61524b7a5e20d7a4afd026d95a3d81366
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 20:16:33 2011 +0000

    i118582: OS/2 port - dtrans dep fix by Yuri Dario.

commit 05628401aaa8de939f714937b9224d9335245349
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 20:10:55 2011 +0000

    i118582: OS/2 port - set_soenv patch to restore removed OS2 code by Yuri Dario.

commit 6ba1d5b691df6af155b6d0287eaef051dc34a9bd
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 19:20:25 2011 +0000

    i118582: OS/2 port - redland patch by Yuri Dario. While here avoid patching stuff for past legal motivations.

commit 858cf43a805a3a4bb4ff713226e548e94a4c24b0
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 19:09:37 2011 +0000

    Simplify the license information for Redland RDF.

commit 7f41be53209061935d85c61fd25a0d30b8aa48b4
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 19:02:05 2011 +0000

    i118582: OS/2 port - cppuhelper patch. By Yuri Dario

commit 88575fa3c7657f0c37920c0f7f98a59028047188
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 18:59:04 2011 +0000

    i118582: OS/2 port - cppu patch. By Yuri Dario

commit 38b4bb14f0d528af90bd87af1aa3f287a52df1aa
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 18:53:47 2011 +0000

    i118582: OS/2 port - configmgr patch. By Yuri Dario

commit 6cb348ae98c3d01551ad5aa8a751652e34c86f74
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 18:46:59 2011 +0000

    i118582: OS/2 port - bridges patch. By Yuri Dario

commit 72dcda15402d9b23a1ec02c1b626058d2b65d0ef
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 18:40:47 2011 +0000

    i118582: OS/2 port - shell fixes. By Yuri Dario

commit cfe6aa70243c19bc00cdbbfbf66358ae5c1848a4
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 9 18:37:25 2011 +0000

    i118582: OS/2 port - sfx2 fixes. By Yuri Dario

commit e6437d89c8aa48516b4223c86a3af1800f39830f
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Wed Nov 9 12:51:56 2011 +0000

    118573 - correction for the removal of module jfreereport: adjustments in order to make a build of the Report Builder extension possible with a jfreereport which is available in the system

commit 9fdf4cc25ed37566e463fb465abc1691952a3298
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 8 18:34:15 2011 +0000

    i118582: OS/2 port - support building dmake with klibc. By Yuri Dario.

commit d06280df855c762ceaa58c59b3832196fb4cf6a0
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 8 12:20:29 2011 +0000

    i112786 - revert r1182524 the patch was aood but it opens a can of worms (see issue 118576) that we can't afford just yet.

commit 062238b92fc0a2afa668f98e7d0e2ec62bd41544
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Nov 8 12:02:31 2011 +0000

    #i118567# also remove lp_solve from ooo.lst

commit 5843dc87f6d7b3809de75358ba115175a8d60890
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Nov 8 09:53:24 2011 +0000

    #i118567# (author=Andre Fischer) remove lp_solver which has an incompatible license

commit 4736bb5324df07b4fd529858d5a7e55deba77704
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 8 03:12:55 2011 +0000

    Update thirdpartylicenses: GPC and GNU regexp are now gone.

commit 0a9d43af9b3eb07ae86ee5b17488c54b59556047
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Nov 7 20:48:58 2011 +0000

    FreeBSD port: Merge some updates from the linux gbuild configuration. Special thanks to Ariel Constenla-Haile for taking to time to help me solve the many bugs related to this.

commit 2ca577961d260ce6375eb63ec5185962250e5202
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Nov 7 19:12:59 2011 +0000

    i94007 - Revert r1195527 at author's request.

commit f7a4435086e8dd21a78b7b1a00147616fe6c5242
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:53:06 2011 +0000

    Update headers to Alv2 headers

commit 18f633946bfe7f121fde5d05316a7dbdba133ac4
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:52:17 2011 +0000

    Update headers to Alv2 headers

commit 025e6b67cb29527cf4ec20e3bdf94ddadbb2634c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:51:25 2011 +0000

    Update headers to Alv2 headers

commit 9379881ffccb3be8ce504ae5a437669b611bc0fb
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:50:58 2011 +0000

    Update headers to Alv2 headers

commit b010a1eadfd9945e41a91fc24693e60d3ba1eb3a
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:49:27 2011 +0000

    Update headers to Alv2 headers

commit 12abeeb56e0c4ca7460b9688dd1519c03c3fcd62
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:48:55 2011 +0000

    Update headers to Alv2 headers

commit 78c393972c560db7c68cb8c2a1a8f15c5609f904
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:48:18 2011 +0000

    Update headers to Alv2 headers

commit 6129716af162071278122f7eaa1a13f6f5148bb1
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:47:58 2011 +0000

    Update headers to Alv2 headers

commit 3432d4b50ce6b81edfcab644ac3268119f355144
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:46:44 2011 +0000

    Update headers to Alv2 headers

commit b83c05cc0bcf96547a701162f273ca5b4c640883
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:46:19 2011 +0000

    Update headers to Alv2 headers

commit 1bf8768d1300fa6edfb0e285da7fd49b14b57654
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:45:29 2011 +0000

    Update headers to Alv2 headers

commit d7b9756c4f879f01c4456e2abec83930496e35bb
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:44:50 2011 +0000

    Update headers to Alv2 headers

commit 98e3cbf7397d28d0ff930381345cc6dd350dffdf
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:44:07 2011 +0000

    Update headers to Alv2 headers

commit b8c8943a52e285b4c94789b3f69f4943f9c1395d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:43:39 2011 +0000

    Update headers to Alv2 headers

commit 7ae0e6e38f09e30c5c066dcdb3eab6fe06a9aba2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:42:30 2011 +0000

    Update headers to Alv2 headers

commit 543dfbe5d3ae0d447a6973193fef215a932ed6b0
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:42:10 2011 +0000

    Update headers to Alv2 headers

commit ca2f8fed0b194f3416a6172e81932e9c4f310f19
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:41:30 2011 +0000

    Update headers to Alv2 headers

commit d553a22c6229eb3ec597896f4729d29bd19f2177
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:41:06 2011 +0000

    Update headers to Alv2 headers

commit 3c9fdce5868c123960bde1d63ff5f3f67e2ba37c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:40:33 2011 +0000

    Update headers to Alv2 headers

commit ed354a43ae9e2f7893beb22c364c08dcb4a6c9be
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:39:10 2011 +0000

    Update headers to Alv2 headers

commit 462b691245be80a4c5efb605baa266daa0d800db
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:38:10 2011 +0000

    Update headers to Alv2 headers

commit d3155acafd7d6d8fe28e218dc3434261c1eb9f2e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:37:00 2011 +0000

    Update headers to Alv2 headers

commit 41374637a530d912350841fede7b4ec29123e0e8
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:36:04 2011 +0000

    Update headers to Alv2 headers

commit 48db8fe8cc09840473d5cfe1b1af62af6f140051
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:35:35 2011 +0000

    Update headers to Alv2 headers

commit a92078764096d692fb4a7d86b942227d6d61368c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:34:45 2011 +0000

    Update headers to Alv2 headers

commit 6b28615f92b346a298acd885169ede39ebf7bf97
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:32:27 2011 +0000

    Update headers to Alv2 headers

commit d2d4bd6cdeb1aa3a623178ad6e4c529060952a06
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:30:38 2011 +0000

    Update headers to Alv2 headers

commit 65a41d91e4a73614ade06bbd6fc2aa7347c418ec
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:29:35 2011 +0000

    Update headers to Alv2 headers

commit ce52f79d627bb0a255b15a9beb52b22e3c16716e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:28:09 2011 +0000

    Update headers to Alv2 headers

commit e495e77a0cef9f2c4a6b1335adc9fffc7e1c1816
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:27:35 2011 +0000

    Update headers to Alv2 headers

commit 357e609335513180796be71e20df9b40b8483a32
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:26:51 2011 +0000

    Update headers to Alv2 headers

commit be601e145ac6f0882b8abc0b129b4c06c0b9370c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:26:34 2011 +0000

    Update headers to Alv2 headers

commit b433437d085087fcb1ec8a3acb53489ae003a0a3
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:25:35 2011 +0000

    Update headers to Alv2 headers

commit b6d7cb92c10cf24a8067841ab493e797334e859e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:25:06 2011 +0000

    Update headers to Alv2 headers

commit 9d96ec7ad729f87638d01dd9cde853d44e5e64b8
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:24:50 2011 +0000

    Update headers to Alv2 headers

commit 1dfdd3105f9c28f0cea7461ed1dcc2c8877a9150
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:23:35 2011 +0000

    Update headers to Alv2 headers

commit 159d19e1cd1881639f3918b0c94a42b0c17936a8
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:22:48 2011 +0000

    Update headers to Alv2 headers

commit cb5a20d9b86f398ebde7d660ab5e6a6f6de3fec7
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:21:31 2011 +0000

    Update headers to Alv2 headers

commit a89036fd5598a68bffaf632e56ce6ddc7a383c87
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:21:12 2011 +0000

    Update headers to Alv2 headers

commit 503dbe228fe7740c21ac8c7701eee06988b11e02
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:20:15 2011 +0000

    Update headers to Alv2 headers

commit 9de62db897e097c6ed250ccfb9958da61d4fd490
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:18:45 2011 +0000

    Update headers to Alv2 headers

commit fd19ee27422cb8b0337d8a7bd1f2b50719e60fae
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:17:54 2011 +0000

    Update headers to Alv2 headers

commit 8ac57774ae678d1e3c8cf2430a537a4762654af2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:17:09 2011 +0000

    Update headers to Alv2 headers

commit bb20366ced428a6e7703c78409bd3133cccfee54
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:16:24 2011 +0000

    Update headers to Alv2 headers

commit 09041d8a973a6d00efb5de111b98084df5bcaebc
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:14:43 2011 +0000

    Update headers to Alv2 headers

commit 0d8b0b505973ca040a5a489701990be7c14b7702
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:13:27 2011 +0000

    Update headers to Alv2 headers

commit 7d23e1e912e06a40b04c12645f3fa7022744dc22
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:13:11 2011 +0000

    Update headers to Alv2 headers

commit 2f4d5e9d33b8a302fdd3e9fafaeed6ff66f24aeb
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:12:20 2011 +0000

    Update headers to Alv2 headers

commit ec8b20f94121c1bf7d9315191ffe63eb41143618
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:11:43 2011 +0000

    Update headers to Alv2 headers

commit 09298197c6b6ba5e75e323a6540c4179dcda0c24
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:10:08 2011 +0000

    Update headers to Alv2 headers

commit da15d8e062b97234e801deea77f47108c7f53dd3
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:08:40 2011 +0000

    Update headers to Alv2 headers

commit 3c4e39484881f6ff94f29ba2bbbe460e4b5764f3
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:07:52 2011 +0000

    Update headers to Alv2 headers

commit e7b07f5a514649bb2b23cf7d51dc185039e09685
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:07:27 2011 +0000

    Update headers to Alv2 headers

commit 2e44946616b0a3b810aa5059856e8f898fd097f7
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:06:47 2011 +0000

    Update headers to Alv2 headers

commit 859e83ce997c6ddbf933017002e49e2245e576ba
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:06:26 2011 +0000

    Update headers to Alv2 headers

commit f9d269cb08f480ae98a99f641c505efe877fe616
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:05:26 2011 +0000

    Update headers to Alv2 headers

commit d5323999571c19b25ab6e2243286bc14e3102aee
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:04:53 2011 +0000

    Update headers to Alv2 headers

commit 96a689ef0d8faf33f577d155bb819462804c0a6a
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:04:40 2011 +0000

    Update headers to Alv2 headers

commit e5065d79503b0694952df9c690994086e0c0a601
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:03:41 2011 +0000

    Update headers to Alv2 headers

commit f13fdd2562f0a6ec8e25f783762e38d00f210458
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:03:08 2011 +0000

    Update headers to Alv2 headers

commit 8cd2aee3447c1d45f748fc2be895fb10de88cce7
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:02:30 2011 +0000

    Update headers to Alv2 headers

commit a3a276f5000145905460d91a332d49a1f3b23f52
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:02:13 2011 +0000

    Update headers to Alv2 headers

commit 3e07c9394a05523a6f1c57d4bb1916bd1cce3020
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:01:42 2011 +0000

    Update headers to Alv2 headers

commit c6aa1c750c1376690bcb82a5e2c32b1ff0e4d1ce
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:01:18 2011 +0000

    Update headers to Alv2 headers

commit a856aa636aac992e746f44c2968290a5c559f72b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:00:55 2011 +0000

    Update headers to Alv2 headers

commit 2b6ace3572bb87c311a4a32df008e7991a716db6
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 16:00:18 2011 +0000

    Update headers to Alv2 headers

commit 3f656e5fe2f25c189661dc0b4bd247ea281f471f
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:59:34 2011 +0000

    Update headers to Alv2 headers

commit 217b223c29a8913f0170caa96b68c4027e52a167
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:59:19 2011 +0000

    Update headers to Alv2 headers

commit ff2bf87893f9a00fa3c5980d053cfdd9742190fb
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:57:59 2011 +0000

    Update headers to Alv2 headers

commit 1c1708f7e0263c7a6184f05345a1fc19497c47dd
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:57:21 2011 +0000

    Update headers to Alv2 headers

commit 91846618eaa40f8c6431a450eb7d326cff483542
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:56:22 2011 +0000

    Update headers to Alv2 headers

commit c35ffa810b9c3a8c3abc00a76a5390653df32c87
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:55:40 2011 +0000

    Update headers to Alv2 headers

commit 865bed57d7ffa50ab14f9a8c91843a70cfb081ec
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:54:54 2011 +0000

    Update headers to Alv2 headers

commit fca70c7f2995f7375e772efc71a05ab21a044331
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:53:51 2011 +0000

    Update headers to Alv2 headers

commit 5a4e675ca0cb214a956ec9350b3ab6d7c665f3a2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:52:51 2011 +0000

    Update headers to Alv2 headers

commit ed24455314afec4212596499b2d1f4ff26ed3710
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:51:55 2011 +0000

    Update headers to Alv2 headers

commit a6008013a660815fa307ef7e55ccbd2a5852d79d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:51:25 2011 +0000

    Update headers to Alv2 headers

commit ac4c9192805e17bbc6875c76a1dd3b0bf05347b9
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:50:39 2011 +0000

    Update headers to Alv2 headers

commit 6b307661ae58d13054e95952c2a2b99371f7a16a
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:49:47 2011 +0000

    Update headers to Alv2 headers

commit 605f972e4d0c9f26ee2e517ee8d8390ad67cb961
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:49:02 2011 +0000

    Update headers to Alv2 headers

commit 175c3dc5724c081e806d1c6019505a7944b0d060
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:48:05 2011 +0000

    Update headers to Alv2 headers

commit cf6b10fa7737eae34d1cf13d1f09d35a5b0f21a2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:47:13 2011 +0000

    Update headers to Alv2 headers

commit 75b227ac5b29a255da946689a11b8bfc2d90281d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:45:56 2011 +0000

    Update headers to Alv2 headers

commit 81fc116abc7ed6f5b315ca8951040b0e1cc28fd0
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:45:09 2011 +0000

    Update headers to Alv2 headers

commit 55a29e4936c98ba024928890ba38876ccfb8f0b2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:44:12 2011 +0000

    Update headers to Alv2 headers

commit ef770a30c390c92d5da09a9a0547100b2d91f610
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:43:31 2011 +0000

    Update headers to Alv2 headers

commit c56457011fe5b3a6fcd2a6e0c4026bbc494d9e49
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:42:25 2011 +0000

    Update headers to Alv2 headers

commit 6e4b559cd1df38552214dbb765d9d9ff9ce0b01d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:41:57 2011 +0000

    Update headers to Alv2 headers

commit f9ee28659f132f68dbfb79af46cc1b7aba8a5197
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:40:40 2011 +0000

    Update headers to Alv2 headers

commit a0fbc535776598cc6f8aa76d8f11d99216cc389d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:39:49 2011 +0000

    Update headers to Alv2 headers

commit b306cdb096ce1f698dcd33cb5ff475e6071c316d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:38:53 2011 +0000

    Update headers to Alv2 headers

commit babeae71877cfc62d38a54cbc42dd2901f7047d0
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:37:49 2011 +0000

    Update headers to Alv2 headers

commit 6d2153bc2ac589fcf965d6a11e7698d832a145c8
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:37:19 2011 +0000

    Update headers to Alv2 headers

commit 3b16e8d621b1b46657894edb873ccc24fafc3167
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:36:00 2011 +0000

    Update headers to Alv2 headers

commit 79a18f14735544d784ded5447b4caa37519c3d84
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:35:03 2011 +0000

    Update headers to Alv2 headers

commit 3a084e69a805965d1301e913db3d46e1c43c9b5d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:26:57 2011 +0000

    Update headers to Alv2 headers

commit 0f12bbc63ccd5171f6e2abe6feaae49be2a28d12
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:26:38 2011 +0000

    Update headers to Alv2 headers

commit e01b5a74389961a23996b4ed167d5cd020d35c79
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:25:44 2011 +0000

    Update headers to Alv2 headers

commit 087ad29fc02bc6bf088c499853fb3c41386c14c1
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:24:53 2011 +0000

    Update headers to Alv2 headers

commit b31df8e2e763710491abceebc8b181c91dec7a70
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:24:14 2011 +0000

    Update headers to Alv2 headers

commit 2e76d9b918ad63e74c0108d06ae84f11ce390f91
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:23:27 2011 +0000

    Update headers to Alv2 headers

commit afe20f3ceb4e7fb5c0e5d36d18d3c60058a62708
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:22:42 2011 +0000

    Update headers to Alv2 headers

commit b18d0f7a6dbe32199ba386b5844b2bdf40886e34
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:21:49 2011 +0000

    Update headers to Alv2 headers

commit a6d760c79acff9664e04473aa01e1e4851adddd4
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:20:11 2011 +0000

    Update headers to Alv2 headers

commit a824be9c0beed2b97efa0385f6e554ac6188ac63
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 15:19:26 2011 +0000

    Update headers to Alv2 headers

commit f55a7bd8c54473b84830dac9d393118b525a02ca
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:34:46 2011 +0000

    Update headers to Alv2 headers

commit 046afb6d8d1f78f77767c158127a5fd276ed2179
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:33:48 2011 +0000

    Update headers to Alv2 headers

commit fe7ded360a39d687b457a06212fc7396a787285b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:32:54 2011 +0000

    Update headers to Alv2 headers

commit 3c79b1e3bce62274497b162dba4a221e5e9236a1
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:32:22 2011 +0000

    Update headers to Alv2 headers

commit 9cca45887eab626cb561b5d35cb512552becfdf1
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:31:07 2011 +0000

    Update headers to Alv2 headers

commit d7172bb6ee85b5cfb726ba4a775d6dc3a4ddb451
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:30:19 2011 +0000

    Update headers to Alv2 headers

commit f6982bf11218941fafd1fdd8ecebcbde4cff8e10
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:29:02 2011 +0000

    Update headers to Alv2 headers

commit d10e961cf8f9c49c9295260ae186c2ee59ffd1ed
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:28:48 2011 +0000

    Update headers to Alv2 headers

commit 5c1d2d60fccb1fb00f04f59bffcdc6466469441e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:27:03 2011 +0000

    Update headers to Alv2 headers

commit 5c73f410724c89e9d9edf5b8f9d6941037077fe2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:26:39 2011 +0000

    Update headers to Alv2 headers

commit 277ce790aed2e03c406743742f98b5be91755bb4
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:25:13 2011 +0000

    Update headers to Alv2 headers

commit 11ca2d4f5c16fad9112c1c18693ef8cfa5eeac0b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:23:54 2011 +0000

    Update headers to Alv2 headers

commit d5140da2157bf0f28a99838a98fb335b9d7600e1
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:23:24 2011 +0000

    Update headers to Alv2 headers

commit 50ba20bf9a68d301ea40617dc276c6d5888a02cb
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:22:36 2011 +0000

    Update headers to Alv2 headers

commit cfade3521d753bb913ab7fcf4e5687d946121ef7
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:21:42 2011 +0000

    Update headers to Alv2 headers

commit 8f7a03be03ed5ff08e880e66c855ba8218b6e6f5
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:21:13 2011 +0000

    Update headers to Alv2 headers

commit 9e799ae6ef74dbe3a0c0a0d0ff25805e1e29903d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:20:31 2011 +0000

    Update headers to Alv2 headers

commit ece0424de784c9a9c0c13330ec47153fed265037
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:20:16 2011 +0000

    Update headers to Alv2 headers

commit 967d25ad4cfd5690c7d2adbffe2cd7a2cff5a660
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:19:31 2011 +0000

    Update headers to Alv2 headers

commit b1172ae1555b3f7ea66064066c99907a86178e37
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:18:09 2011 +0000

    Update headers to Alv2 headers

commit 1b948aca2de28997bdf3b26f25c25b0e39d57e5b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:17:19 2011 +0000

    Update headers to Alv2 headers

commit a474969e30811d5023cfcf121680cecf99bfd2a0
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:16:29 2011 +0000

    Update headers to Alv2 headers

commit 95c4f7ac3a49a6f86061759ab4ea31d9a5b9985c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:15:57 2011 +0000

    Update headers to Alv2 headers

commit 20f664a9502a5e604544f3fdf984a9d19d977914
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:15:35 2011 +0000

    Update headers to Alv2 headers

commit 4eedf309cd5954be3cc68ee4cc82f86159f6d471
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:14:30 2011 +0000

    Update headers to Alv2 headers

commit 3be93f7b1d63436f83887017c09821a14ab3f777
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:11:07 2011 +0000

    Update headers to Alv2 headers

commit 364f0ba021fea687993a000567fe830d67669acb
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:08:44 2011 +0000

    Update headers to Alv2 headers

commit 6e01a9e2cff6c49eda96b744cb1cd34dbe6f8d06
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:07:33 2011 +0000

    Update headers to Alv2 headers

commit 011a88e402395f52952b828cbf4f58d8c7abd41d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:06:33 2011 +0000

    Update headers to Alv2 headers

commit b4cfcb24e2e58e6d0541fb43e27486deea431011
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:05:49 2011 +0000

    Update headers to Alv2 headers

commit 7d752d7a77324a1166a3fb60cce904debae6fc15
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:04:52 2011 +0000

    Update headers to Alv2 headers

commit 4d8343136c0a2f1ba896d85ed26676bf0d280985
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:03:48 2011 +0000

    Update headers to Alv2 headers

commit fa758fd11b45b575fee31af66ff21d539baa3c55
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:03:13 2011 +0000

    Update headers to Alv2 headers

commit 512c2be47ff8adc98ffcdb70a3ae1179b5cb32fd
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:02:39 2011 +0000

    Update headers to Alv2 headers

commit 0d3b9a787f30950e4884422e658308614ca2c9a0
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:01:46 2011 +0000

    Update headers to Alv2 headers

commit 952e174b370fe8ba756a43a2fb12ae80b13d9c13
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:01:18 2011 +0000

    Update headers to Alv2 headers

commit 534f4ee1f0339215e856d462dfacf2d12cb43889
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 08:00:12 2011 +0000

    Update headers to Alv2 headers

commit 627ae60e411107b938e24669237b737aef556981
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:59:20 2011 +0000

    Update headers to Alv2 headers

commit 59e1f318db654c7eda03bc955e02effa020d78cb
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:58:15 2011 +0000

    Update headers to Alv2 headers

commit c1d95cd437e07d049951f86be639b55b44340ba8
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:57:25 2011 +0000

    Update headers to Alv2 headers

commit f9fe0c839ec6e47f654fb19d5e37f85a99cbe5b8
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:55:48 2011 +0000

    Update headers to Alv2 headers

commit 1ff173adf72776afe18574568ec36f9e91a94ee5
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:53:40 2011 +0000

    Update headers to Alv2 headers

commit c2e34eb049412be04a23f01fa801b64b4ded808f
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:52:43 2011 +0000

    Update headers to Alv2 headers

commit b4e37c777d7d3530ee036a64e7601e52a8490d98
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:52:03 2011 +0000

    Update headers to Alv2 headers

commit b064d76f97d34a70b78cade545e874b7c849e0c0
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:50:54 2011 +0000

    Update headers to Alv2 headers

commit 0da3200a7d7214f8e66b8736582184ab4fb18825
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:47:54 2011 +0000

    Update headers to Alv2 headers

commit 1d11f0166d00dc26cc014a6eb0a54f8c711213ee
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:46:33 2011 +0000

    Update headers to Alv2 headers

commit 0a6d698655f0a998021268ce5a63db1202df86cf
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:46:12 2011 +0000

    Update headers to Alv2 headers

commit 03714db154d4c6cd5ed088f977cb50baa8eb47a4
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:44:50 2011 +0000

    Update headers to Alv2 headers

commit 98ccd615f5400e1c1493915e947e549a32ff723f
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:44:17 2011 +0000

    Update headers to Alv2 headers

commit b953c650a7f469f1c20cfe9bc55c6c5e9f35d4ed
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:43:04 2011 +0000

    Update headers to Alv2 headers

commit e88e335727ede84512ad7d4cca6bcacc6e387342
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:42:50 2011 +0000

    Update headers to Alv2 headers

commit 7b99c9387a67037199b14976b6c4e4ecab2b352c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:41:05 2011 +0000

    Update headers to Alv2 headers

commit e40f1b3dc18026bc993417cf873455838663cd9d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:40:01 2011 +0000

    Update headers to Alv2 headers

commit 644f51f8f031d99cb71de3d8cae68722c20754c3
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:38:42 2011 +0000

    Update headers to Alv2 headers

commit 39f92d5b5cec4b42caf8cd805bc1f4d6381fd700
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:38:26 2011 +0000

    Update headers to Alv2 headers

commit 485e5bbf94adec55d9af1d693b18848cda023996
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:37:14 2011 +0000

    Update headers to Alv2 headers

commit 8c166316d6f733e310a1dbc064e9998e7d58b144
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:35:53 2011 +0000

    Update headers to Alv2 headers

commit dccd2de1596e3a4c1aa8e47b1620fdddb3d091d2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:35:24 2011 +0000

    Update headers to Alv2 headers

commit f2f44de6495741b00a2ee812623dca294ac0e12a
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:35:08 2011 +0000

    Update headers to Alv2 headers

commit 47e8748691410c5a1824ef64b9a87020a82b1fff
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:34:23 2011 +0000

    Update headers to Alv2 headers

commit 9d36e5f29a49f1b8668661678340c72960679bef
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:34:03 2011 +0000

    Update headers to Alv2 headers

commit d597ac4a7fb7c40f671977b686d71d8c24d30142
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:33:05 2011 +0000

    Update headers to Alv2 headers

commit 42af7fd86be06f0db36f8426ba8e83810c4eea3b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:32:42 2011 +0000

    Update headers to Alv2 headers

commit dbc774d3501a640d9c585129fe8bae7816227553
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:32:18 2011 +0000

    Update headers to Alv2 headers

commit 26d0671d602c7e9643ac835363ba1fafd2a65b29
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:32:01 2011 +0000

    Update headers to Alv2 headers

commit 80913b1a2933ad4b8d2dd9da2a33fc0b7671c941
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:31:12 2011 +0000

    Update headers to Alv2 headers

commit 4bad232b21748f2e84521f13ec7d031d1a6e996f
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:30:51 2011 +0000

    Update headers to Alv2 headers

commit b73258ee2a376581048bdd4a32a3ea252771f3ad
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:30:14 2011 +0000

    Update headers to Alv2 headers

commit 44c84691b0104e71eb8b7eabac29cbfbfb9fbd2b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:29:50 2011 +0000

    Update headers to Alv2 headers

commit 81bc4a9c0aac75632ccf71b47ff395d495ffb93f
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:28:31 2011 +0000

    Update headers to Alv2 headers

commit 386f0aaf2984a86d771a4e0b66a31dbbe1fbf49b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:27:48 2011 +0000

    Update headers to Alv2 headers

commit e79fc211ff6b47e5a7af2f1a6ff8e54b523f50ed
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:26:38 2011 +0000

    Update headers to Alv2 headers

commit d8271ed55369043beb3bb02a1ab685c9634310d4
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:25:40 2011 +0000

    Update headers to Alv2 headers

commit 0ca3929272cd7d0f78866394d6a6f108a5932836
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:25:19 2011 +0000

    Update headers to Alv2 headers

commit 0c73d006bc2d3095d2e0811f576f7296551c5d53
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:24:28 2011 +0000

    Update headers to Alv2 headers

commit 369e03d7169ded246f9569b0b9e67af049a1c068
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:23:12 2011 +0000

    Update headers to Alv2 headers

commit ab0ee19165c04623d7c5a43cb18e80e0cfdb2461
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:22:54 2011 +0000

    Update headers to Alv2 headers

commit b5ad2b38517f3070adcfbbcfe42c5e720a7f5f0a
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:21:16 2011 +0000

    Update headers to Alv2 headers

commit 82a9f9b3d228c3bfd501935ca7a8ab1b61ef8eab
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:20:36 2011 +0000

    Update headers to Alv2 headers

commit d8b35d116a28ae84310a1b725ab4ec06d94f3139
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:20:21 2011 +0000

    Update headers to Alv2 headers

commit f8b94e1b7321b700c965f95345fe2abe17b9a121
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:19:29 2011 +0000

    Update headers to Alv2 headers

commit 2f6884e3dc1ae3534e6695840ffab73a5180f38b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:18:35 2011 +0000

    Update headers to Alv2 headers

commit c025a256c4939bd0ff9a88970e2f6bd85168d7e1
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:17:54 2011 +0000

    Update headers to Alv2 headers

commit 7a13ef1602cf73267b98b05115fbb7667f8454e9
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:16:57 2011 +0000

    Update headers to Alv2 headers

commit e515b9e5d299bc57df8944a7e16bd0ac48ad58fc
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:16:04 2011 +0000

    Update headers to Alv2 headers

commit 1833fd8871183574b5c0ab2a69ebab71382bf92f
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:14:43 2011 +0000

    Update headers to Alv2 headers

commit 3adc0f6742e243060b9f136ef37b984ac79eb9dd
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:13:37 2011 +0000

    Update headers to Alv2 headers

commit 648f191930d87000fbabebfb18c47dd7434bde37
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:12:59 2011 +0000

    Update headers to Alv2 headers

commit 4ae53c7dade706864dcb1a7a7bd71b9248bc341e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:12:29 2011 +0000

    Update headers to Alv2 headers

commit 4689d611059d63bae3fda90192a4737bd443197d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:11:51 2011 +0000

    Update headers to Alv2 headers

commit e9ddf08b4f3c100a4a6875591ef3be83d7eb7878
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:11:19 2011 +0000

    Update headers to Alv2 headers

commit 6ff292d633d584db57d06002cfd7a5eb673baf4d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:10:05 2011 +0000

    Update headers to Alv2 headers

commit f5e4b0a8a46e3e36acc654128095fe075d15ee1c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:09:39 2011 +0000

    Update headers to Alv2 headers

commit 70908e50a0108c49bdd7803cedc47fb671f24e39
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:08:22 2011 +0000

    Update headers to Alv2 headers

commit 5ca44bcbb9583317b55683437ecf44d8c851629c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:07:37 2011 +0000

    Update headers to Alv2 headers

commit c1b4b1142bc6da26e5cdf887c6ec4b3db7633e10
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:06:39 2011 +0000

    Update headers to Alv2 headers

commit a18e3929277c7efb01ac6a8ef92c58995b10498c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:06:03 2011 +0000

    Update headers to Alv2 headers

commit 3b271fbca696b707e9196215558996a85ebd5597
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:05:12 2011 +0000

    Update headers to Alv2 headers

commit 17fa60a5067c64d3ca156dc465ae6001bb12d311
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:03:55 2011 +0000

    Update headers to Alv2 headers

commit af556066e8f23094d2214cd0c7769e3f154d16b9
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 07:03:02 2011 +0000

    Update headers to Alv2 headers

commit 6662a710d06ac4ce8ff560702786c5fcec620855
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:55:20 2011 +0000

    Update headers to Alv2 headers

commit d5ff757f5991549bd6fa0682c530e92a32b7fc20
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:55:04 2011 +0000

    Update headers to Alv2 headers

commit a9bb7f93362f8a406cc9a49c91b68311fa99dcd6
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:54:17 2011 +0000

    Update headers to Alv2 headers

commit b025c8d1929dc4806f1e2acacdb9658cbc139092
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:53:29 2011 +0000

    Update headers to Alv2 headers

commit 8fd03165184835fc8efdefc34b10dac965fd7aa6
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:53:04 2011 +0000

    Update headers to Alv2 headers

commit d35ef9663299dbe1e899baf7f7ce1fbc07519c54
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:52:38 2011 +0000

    Update headers to Alv2 headers

commit 549124bc8ae9a7c9e339ae915b572f7cf17ceab7
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:51:53 2011 +0000

    Update headers to Alv2 headers

commit 1eaf43a934fcedb9f8116c6937e25d74423270c2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:50:51 2011 +0000

    Update headers to Alv2 headers

commit 05368ed74c18efedd21ff11446924e96b7e36922
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:46:13 2011 +0000

    Update headers to Alv2 headers

commit a2e23a70e50dbd0c3d43e8a5b153a1a8f5a1434b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:45:34 2011 +0000

    Update headers to Alv2 headers

commit e19d8d799f4fe55bb03d0d3628735f26358ec325
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:44:56 2011 +0000

    Update headers to Alv2 headers

commit edb2383f8299f2785e3421718db91d3d9c1b7685
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:44:41 2011 +0000

    Update headers to Alv2 headers

commit 90524e27f8e0affb0a3664d7ffa140b8632c81cf
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:43:32 2011 +0000

    Update headers to Alv2 headers

commit 059cff1027578a82c58ed4038bf4a77732021aae
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:43:14 2011 +0000

    Update headers to Alv2 headers

commit 8170b64d743be22b13a7a958d956d0ff39cb1dde
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:41:51 2011 +0000

    Update headers to Alv2 headers

commit aac23568ffc748048d2e33566bc6aecdff238d14
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:41:01 2011 +0000

    Update headers to Alv2 headers

commit ca0d376e77f67f8a36910c629fab57d053acd8d4
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:40:33 2011 +0000

    Update headers to Alv2 headers

commit 1e375a998fad52790d7e8b34baa96d45360a674f
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:40:20 2011 +0000

    Update headers to Alv2 headers

commit 6243790102354a5254488b7e09ce0f3897ff3e7c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:40:04 2011 +0000

    Update headers to Alv2 headers

commit 25ba39b78814aa89e08a2055055a3ea6d06761b5
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:38:40 2011 +0000

    Update headers to Alv2 headers

commit e7aecfcd4705330e80e324c25a3d15a11fb77b62
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:37:56 2011 +0000

    Update headers to Alv2 headers

commit 314584f3f1b9bbc5f89452d24891ee2d1391e07e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:37:11 2011 +0000

    Update headers to Alv2 headers

commit 4fa9bcab67ba0f07fc3126138e6e71d89e1a4cc6
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:36:27 2011 +0000

    Update headers to Alv2 headers

commit 97d87601d4a1b492bdc605118b8b0cc3eb588ada
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:35:49 2011 +0000

    Update headers to Alv2 headers

commit a1b446f58751d900a301c0107d0995d129348e9e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:34:59 2011 +0000

    Update headers to Alv2 headers

commit e82c4383d61166af38b03bc59d03243badbe04b6
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:33:52 2011 +0000

    Update headers to Alv2 headers

commit bf92badfb728a2e17dd002cfa1b0a147086f3156
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:33:16 2011 +0000

    Update headers to Alv2 headers

commit 7b8093614a8ac1da06ba329062508548f31df1e7
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:32:53 2011 +0000

    Update headers to Alv2 headers

commit 5798bdfec4856facb0c0b51cc43f07e5d8665f59
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:32:28 2011 +0000

    Update headers to Alv2 headers

commit 16e29db72069f319937028f8f0422e0784511142
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:31:27 2011 +0000

    Update headers to Alv2 headers

commit a5d3cb27d6b8e08eedfd5e64b4aa40b045a9180c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:30:30 2011 +0000

    Update headers to Alv2 headers

commit 8c60b5b2a2e0713b964b978523441acb3cd10dd7
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:30:14 2011 +0000

    Update headers to Alv2 headers

commit 377ccf2e64c5675a55cfb0eab5861badebe08308
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:29:51 2011 +0000

    Update headers to Alv2 headers

commit 784b7126767e31f6388c08986af63401cb0c86a2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:29:25 2011 +0000

    Update headers to Alv2 headers

commit fe6efbc2b42198b6a3f3df4b09ee3fa26fd60cb0
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:28:18 2011 +0000

    Update headers to Alv2 headers

commit 11aa56fba2136350c9da567b831f1820fe4d4373
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:27:34 2011 +0000

    Update headers to Alv2 headers

commit a5fd46ef3d811095d6dc2e144d473831d77fe4dd
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:26:30 2011 +0000

    Update headers to Alv2 headers

commit 21de24b5d0971330c65bcd82208ee741259f0c53
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:26:17 2011 +0000

    Update headers to Alv2 headers

commit 4e0085fd9fa2753a626aeeeabe020c9944b5890c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:25:20 2011 +0000

    Update headers to Alv2 headers

commit 76677ad4d05cc2f86c0a0db165e7c6407cb0152e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:25:05 2011 +0000

    Update headers to Alv2 headers

commit fc69261471ae4e358db025c5c6a7a505a65c9061
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:22:31 2011 +0000

    Update headers to Alv2 headers

commit 3f839c6c2bc42f3403237d7f0195905e559c6ff9
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:18:28 2011 +0000

    Update headers to Alv2 headers

commit e36f8a0f44394d3d175e60514f255c5dc03d2eae
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:18:10 2011 +0000

    Update headers to Alv2 headers

commit 365eef5b573f8f3de26b206d5a33306a82916de3
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:17:34 2011 +0000

    Update headers to Alv2 headers

commit 32ad1aa0b8acbb0a8e7bc9be4d64fe9d48a72314
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:17:18 2011 +0000

    Update headers to Alv2 headers

commit edab6e19137e3d9dd656f575be6bdeb60bd54892
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:16:16 2011 +0000

    Update headers to Alv2 headers

commit 80b478ed14cf26bf1dbdfdfd0c56630301c93e99
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:15:52 2011 +0000

    Update headers to Alv2 headers

commit 59d0e411cd222d42a85f89e1eeef651d87d02bb8
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:15:40 2011 +0000

    Update headers to Alv2 headers

commit 29f5a03dbdd1d7bcaa1503088f6647b26991ede1
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:14:51 2011 +0000

    Update headers to Alv2 headers

commit 54f46c456b06f9319034a153decd50b38f3f580f
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:14:09 2011 +0000

    Update headers to Alv2 headers

commit e59e70f4cc2232301496592ce36efaafe48a0d74
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:13:19 2011 +0000

    Update headers to Alv2 headers

commit d9501faca3e83c0215034605d986c71a169ea543
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:12:15 2011 +0000

    Update headers to Alv2 headers

commit 9696eb95f96b047c4935d0c7c559ecd50c81271b
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:11:50 2011 +0000

    Update headers to Alv2 headers

commit 9a4efec1c33269a26dfad90b3a1b87d1a8072dbe
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:10:39 2011 +0000

    Update headers to Alv2 headers

commit 60e14f37ccef1a25968f9a5367713ab6111fdf4d
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:10:16 2011 +0000

    Update headers to Alv2 headers

commit dc07b9c7db0f8073a5f86769b15237785ee7b382
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:09:40 2011 +0000

    Update headers to Alv2 headers

commit b3bf2a23e939bce417aab31ca1ed8a47bea17785
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:09:19 2011 +0000

    Update headers to Alv2 headers

commit 0957a61e651fc969fe3b4a7da15e4d5a20002432
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:08:36 2011 +0000

    Update headers to Alv2 headers

commit 19cb8b4c7fbf0087d0572298c1e2d6546a7ef3d2
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:08:21 2011 +0000

    Update headers to Alv2 headers

commit 8dbcf149073af50ea6e0816c0bbc76c007651745
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:07:24 2011 +0000

    Update headers to Alv2 headers

commit b2a0db33f840639bbd1a47f946e1a9dbab35ddae
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:06:58 2011 +0000

    Update headers to Alv2 headers

commit b6fbd57747bc951034149802beec0fa20ed28deb
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:06:18 2011 +0000

    Update headers to Alv2 headers

commit fdfb0b29f04140d8a249a00ae2b1bc63d92ec02c
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:05:35 2011 +0000

    Update headers to Alv2 headers

commit 223499af4d51672f6f41b5aff49bdb84948d5ff9
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:04:38 2011 +0000

    Update headers to Alv2 headers

commit cce0102ac58b7dcc607442d057b78bb445b0ffa7
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:03:52 2011 +0000

    Update headers to Alv2 headers

commit dc8f1576585ae23252826db17f7c77c20a05adf9
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:02:14 2011 +0000

    Update headers to Alv2 headers

commit cc9b1644bbeda16ecb1cc889d925c6c5e19f0c6e
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:01:41 2011 +0000

    Update headers to Alv2 headers

commit 3f5517d5a10823fc650ac24d192fd638493fde83
Author: Andrew Rist <arist at apache.org>
Date:   Sun Nov 6 06:00:00 2011 +0000

    Update headers to Alv2 headers

commit 2ca2cdafc0dd22981834ee67ecb08e3e6d33292f
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Nov 4 14:15:01 2011 +0000

    correct spelling of help for JDK switch, --with_jdk_home to --with-jdk-home

commit a6bbe4df8949af1aec5d39cdf92926a520526742
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Fri Nov 4 10:12:05 2011 +0000

    118573 - removal of module jfreereport containing the 3rd party components for the report builder extension

commit 5ab33b480f64ca1d6c51977bca4ad9317838eecc
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Nov 3 16:09:19 2011 +0000

    118570, apply patch, improve configure to detect latest DirectX correctly, adapt depending modules, thanks to Andre Fischer (af)

commit 9ba1b7ddc9b5c05912f3f7d60be5b6d4ea3d912a
Author: Oliver-Rainer Wittmann <orw at apache.org>
Date:   Thu Nov 3 08:56:08 2011 +0000

    118572 - remove ui string and help content regarding usage of Java Mail in Writer's Mail Merge as Java Mail is not used.

commit 3010206ae4c00c6dd915255cafa1fb4424ddadf7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Nov 2 15:41:27 2011 +0000

    Accept BSDtar as an alternative to GNU tar. Based on a a patch by Baptiste Darousin.

commit 8c70009b33e1175366c7a5daab6225b10c740bbf
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 1 15:18:25 2011 +0000

    i118560 - slide sorter: pass PageSelector object by reference by Andre Fischer

commit f30110565adafc75feb73eac9707d6d5f86f90f4
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 1 15:09:40 2011 +0000

    Fix issue with twain header. Thanks to arielch@

commit bfd053fc4bb5ad95fd5ce4b93bfa0e43b0a22dfb
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Tue Nov 1 12:23:31 2011 +0000

    118559: insert check for invalid item (IsInvalidItem)

commit 3e6d8e9005a1defb0711e432fb3852274a511a35
Author: Armin Le Grand <alg at apache.org>
Date:   Tue Nov 1 08:59:21 2011 +0000

    #118558# Correcting OLE attributes of LO3.4 at load time by loading as OOo3.3, details see task.

commit 707a4b6453885cbd9628b9b12da0df00302208ba
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Nov 1 00:27:17 2011 +0000

    Minor typo

commit c82b30961d70abd93a96a9ad4dcafbb5eaf896a5
Author: Eric Bachard <ericb2 at apache.org>
Date:   Mon Oct 31 19:18:18 2011 +0000

    Reverting wrong nCount deletion.

commit 68ab5b171b613b4a0fba5f993738b1f5889223db
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Oct 31 14:43:32 2011 +0000

    i94007 - Multiscreen slideshow crashes on exit. Thanks to Andre for the review.

commit 6b591fa1fb53ee2b026e768156feaf3067564287
Author: Eric Bachard <ericb2 at apache.org>
Date:   Sun Oct 30 21:59:38 2011 +0000

    Propragating the modif in the implementation (MultiClickRemoteBehavior.m)

commit 1d158d75396d1d43a3dd0b0eeca20799ab9daa40
Author: Eric Bachard <ericb2 at apache.org>
Date:   Sun Oct 30 21:58:59 2011 +0000

    Removing never tested Keyspan remote (RemoteMainController.m)

commit dd98f0a238878e4dca1374a238692a13332d9649
Author: Eric Bachard <ericb2 at apache.org>
Date:   Sun Oct 30 21:57:34 2011 +0000

    Propragating the modif in the implementation (HIDRemoteControlDevice.m)

commit e8ce1258c41d23a20ed8bb658a8c4b9cf0a20d19
Author: Eric Bachard <ericb2 at apache.org>
Date:   Sun Oct 30 21:56:44 2011 +0000

    Propragating the modif in the implementation (AppleRemote.m)

commit 2861e72324d97e01667bf450250f5f5a7950d871
Author: Eric Bachard <ericb2 at apache.org>
Date:   Sun Oct 30 21:55:10 2011 +0000

    Adding missing constants for new metallic remote that Apple introduced in 2009

commit ba6fd013ef94283c08a3b3ef5cc81e6ed372d769
Author: Alexandro Colorado <jza at apache.org>
Date:   Sat Oct 29 19:42:56 2011 +0000

    get rid of new lines

commit 22f3b725d20f86f35ad36104b63ce4ec2edbe8e7
Author: Alexandro Colorado <jza at apache.org>
Date:   Sat Oct 29 19:41:43 2011 +0000

    lazy translation of comments

commit 576625705d400b7d0bbca87c41fcaf9ebdb383ab
Author: Alexandro Colorado <jza at apache.org>
Date:   Sat Oct 29 19:26:58 2011 +0000

    comments and code mesages translated to english

commit 5314540d3ca0c8eade656a87c3e89cfa38d29c62
Author: Alexandro Colorado <jza at apache.org>
Date:   Sat Oct 29 19:06:38 2011 +0000

    commets translated

commit 6d654a7134333add9452925384b2623e387eb62b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Oct 29 18:56:46 2011 +0000

    i112795 - sfx2: dock windows change position after restart of the app. Translate some debug messages while here.

commit e426ce85ecb7c6c83d88909c09c7d1828007459f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Oct 29 18:24:38 2011 +0000

    i108846 - sfx2: gtk quick starter is still a bit sick

commit 71dec2405c57cff2c9f09b8c22ee97a41238addd
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Oct 29 18:04:04 2011 +0000

    i92341 - WW8: CTL/Thai font convert incorrectly when import from MS Office 2003.

commit c2ab8744154267b181bdcc48f3a880354166b399
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Oct 29 02:05:58 2011 +0000

    i118512 - Update timestamp for sRGB profile. Remove unused variable while here

commit e1431bbb4eff94d7c2ca1e0660a13806cd6489f5
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 28 20:41:54 2011 +0000

    i118517 - Update twain to version 2.1 with support for Apple and UNIX. Mingw apparently tries to pass as GNUC and WIN32/64 so we detect it early and force it to work like in previous versions.

commit 063c09c94c62f9714ce4867e8b1ba90ccedad17c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 28 19:45:52 2011 +0000

    i97332 - MS Word 95 export filter does not recognize Korean characters.

commit 54b40ae9a1c7712c2438df69530fc01f1aac90ee
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 28 19:25:15 2011 +0000

    Cosmetic cleanups from upstream X11 headers

commit ab5e3604f6deca4f549bbe5129d57111bcc10cab
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 28 14:15:00 2011 +0000

    i104788 - Complex Toolbar Controls Extension from the SDK

commit 2d52e2f0f4ecc90edaab9ef72694a12042511edf
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 28 03:26:46 2011 +0000

    FreeBSD port: disable stlport in favor of prepackaged version. Clean some warnings while here. Discussed with maho@

commit 061db0c0c402cc4d1e1d763e82429d1776933b13
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 28 03:16:08 2011 +0000

    Remove MPL'd header nssrenam.h

commit 76530e39db32c1d1694852da8b1430ccaaa25d9c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 27 19:54:01 2011 +0000

    Disable legacy binfilter by default. Use --enable-binfilter in configure if you need them.

commit 98b2289ab92a5d747ac0779d20b5471d92bd4db5
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 27 17:54:01 2011 +0000

    i117017 - ARM optimization for armv6/armv7

commit e2f9586831d00643f9cf8dfbeb55e0a91a84599e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 27 01:55:54 2011 +0000

    i118520 - Remove GPL'd libegg library. Thanks to Ariel Constenla-Haile.

commit c9ecfb4ca3779258019cfaea3f1da9f6b403166f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 27 01:45:30 2011 +0000

    i118519 - gtk quickstarter: use GtkStatusIcon instead of libegg. Patch by Ariel Constenla-Haile

commit 472995097c3ab0dc237c877ab92054dbf94e3f5e
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 27 01:14:00 2011 +0000

    Fix AGG version when the build is enabled. Remove useless header file.

commit 9db381af9d267ab5be60a6cf695d09296f51ed3a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 27 00:51:58 2011 +0000

    i118540 - Restore OS/2 clipboard code under AL2. Submitted by Yuri Dario

commit 546fc49765ece1cd64bea47f9be275fbf4b72e7d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 27 00:31:42 2011 +0000

    i104788 - dispatch does not get selected item text - first patch

commit 360f7a6f899d777f884990e3fab93c7da5d36f3c
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Oct 24 11:16:59 2011 +0000

    (author=ariel) tools/solar.h DLLPOSTFIX clean-up
    
    Author: Ariel Constenla-Haile <ariel.constenla.haile at gmail.com>
    
    Loading libraries is broken in code that uses the macro SVLIBRARY
    defined in tools/inc/tools/solar.h, the __DLLEXTENSION macro defined in
    that file uses the dll postfixes that where recently removed.
    http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l342
    http://svn.apache.org/viewvc/incubator/ooo/trunk/main/tools/inc/tools/solar.h?view=markup#l243
    
    An example in GetSpecialCharsForEdit from sfx2/source/appl/appinit.cxx
    http://svn.apache.org/viewvc/incubator/ooo/trunk/main/sfx2/source/appl/appinit.cxx?view=markup#l205
    
    * open a Writer document
    * open the Find & Replace dialog
    * right click on an edit field
    * select "Special Character" from the context menu
    * the cui library cannot be loaded
    
    attached patch removes all DLLPOSTFIXes, except the one from WIN when
    compiled with mingw, this postfix wasn't removed in
    http://svn.apache.org/viewvc/incubator/ooo/trunk/main/solenv/inc/wntgcci.mk?view=markup#l185

commit 011dd73794e28949053a9f4cd2d1039157007326
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 19 11:31:00 2011 +0000

    #118529# solve break converters and convert commands for OLEs and images (author=alg)

commit c13162c59402230bdd8f46300bbfa8142c4e01b7
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Oct 19 09:35:16 2011 +0000

    #118524: apply patch, followup fixes to 118485, thanks to Armin Le Grand (alg)

commit 6bf17dc7ffa79f52458df707c9da798951e19b2e
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Oct 18 08:09:32 2011 +0000

    fix missing comment marker in Content.idl

commit f725350fcb8cf6937bc6d3638d6aa55043247e36
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 16 19:03:48 2011 +0000

    Update sane.h to version 1.0 (1999) - no significant changes

commit 6912e2b2984ad1eb3057daadb32910d17d0d934f
Author: Pavel Janík <paveljanik at apache.org>
Date:   Sun Oct 16 18:08:28 2011 +0000

    WaE: correct order of initializations.

commit 218229d163e89e0de95a6f86145ba1e63c777b6a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 16 17:54:53 2011 +0000

    i118512 - Correct trademark and license of machine generated sRGB profiles.

commit aa2e809bbb935c73506476c4030b7d4b23050891
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 16 17:01:25 2011 +0000

    More AGG cleanups: Update NOTICE file, don't leave enable-agg unset in configure and remove a couple of old headers that are not in the new version.

commit 81c7e19907c7ea7b45e6de4f04fd2539816fe673
Author: Pavel Janík <paveljanik at apache.org>
Date:   Sun Oct 16 13:23:13 2011 +0000

    Prevent WaE error on non-Windows platforms.

commit ef33060ab118d5ede5e96660dc05a3f961279392
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 16 03:13:16 2011 +0000

    i118508 - Update Anti-Grain Geometry (AGG) to version 2.4. Disable in configure since this is not really used by anything.

commit 9d049b71d03c9073f77ab7f712c4551df3ae9a56
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Oct 14 13:22:42 2011 +0000

    macosxotoolhelper: need to quote perl regexp if it may contain regexp metachars

commit 271b2d733346aac60719aa3c8c04abb81b83a391
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 13 15:13:33 2011 +0000

    gtk system tray icon broken - submitted by Ariel Constenla-Haile.

commit 4f00966bc10d09ed7970708a7db6a7b5e19ff8f9
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 13 14:39:44 2011 +0000

    i118505 - Remove MN_OLE_OBJECT menu item from Draw/Impress contextmenu  - CWS contextmenu1 by arielch. Remove forgotten empty file

commit 593a1db986791bbdc8b67f610b93ea60ee37e47f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 13 14:33:21 2011 +0000

    i118504 - sfx2: unused class SfxObjectVerbsControl - CWS contextmenu1 by arielch

commit 999fba983504fba60b7aa243ee6bd56a2930f09b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 12 18:23:38 2011 +0000

    i113141 - fpicker: gtk Save As dialog should show all appropriate formats by default

commit 53cfc042a21cacaaeef41716f957d2e72656a8ea
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 12 18:03:14 2011 +0000

    i80184 - can't add SVG draw documents to gallery via API

commit 9cea27147e49284b95e0365c3c54e1cc9b88d0d2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 12 17:56:07 2011 +0000

    i112786 - unotools: make ConfigManager a well-behaved singleton: short version

commit b30c89738e377f4551b5ad5a63090a061c7c1629
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 12 17:47:16 2011 +0000

    i100686 - wizards: Euro converter wizard don't work when searching for calc documents in a dir

commit 18bfd9d5385765ed63818d776473b1505f0adaa8
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 12 00:30:28 2011 +0000

    118485 - Styles for OLEs are not saved. Submitted by Armin Le Grand.

commit 7de53f9d42fd7347d41d5945dbb37473b83a22e4
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Oct 11 00:16:28 2011 +0000

    i112387 - extras: updated Hungarian standard.bau

commit 501d6a2f13b8d2615587b53a7acef2b16b2bee38
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Oct 11 00:09:08 2011 +0000

    i111741 - extras: malformed XML file

commit 5e2681f4940c7298c4e061ecf1802d2fada5b475
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Oct 10 23:43:26 2011 +0000

    i114423 - sfx2: possible use of dangling reference

commit 66aeb6eea541cb4ba214e69c427f6ddc95002444
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Oct 10 23:33:06 2011 +0000

    i76649 - sfx2: html parser support for html with missing encoding - minimal patch

commit 55a1bb47cfc159baa885be42b3d5d25d862e9801
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Oct 10 18:39:25 2011 +0000

    Apache License version 2.0 text - clear up extra components that we are not using (yet)

commit 1876981bcefaecfec79a3970626663daf8ecaf04
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Oct 10 01:40:43 2011 +0000

    i1526 - Keep using an even value before someone starts a bikeshed out of this.

commit ee55c1e5e88a387de973b256259fb94ed86fbda7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Mon Oct 10 00:55:22 2011 +0000

    i1526 - Small Caps are different sizes between Word and StarWriter. This is a conservative adjustment - can be revised later. While here I translated the related comments.

commit af05845ff216ee96b94c6af1a90ed050b1950f6c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 18:20:12 2011 +0000

    i112821 - configure: system mythes is not used when configured with --with-system-libs

commit 3aa823d4265dcc568a6badfc12c29c101a55ca4a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 02:10:23 2011 +0000

    i98714  - FreeBSD port: Out of memory with gcc4.2.

commit e0d5684fd27ddca4c602508b7da26e1eda590e69
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 01:59:36 2011 +0000

    i85027  - FreeBSD port: include libgcc_s and libstdc++ in the installation set.

commit 5e92c74467c3a1be0e1cfe419976b3fbdeeb2351
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 01:49:10 2011 +0000

    i116699 - FreeBSD port: framework bug fix .

commit 1a26a32aae66c3dc5b4385afa2d81f62d19693bb
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 01:41:13 2011 +0000

    i111384 - FreeBSD port: gbuild support.

commit f327d81abd55d32e9ab2f6e4c77e5560495bd98d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 01:32:18 2011 +0000

    i111384 - FreeBSD port: add forgotten hunspell.patch.

commit 0442369a0fc55523993c67b8ad6d1b0d8afc9bed
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 01:30:10 2011 +0000

    i111384 - FreeBSD port: DEV300_m77 is broken at hunspell.

commit 353689d050bbd375292e2a524a5b2ceb1a38c920
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 01:07:51 2011 +0000

    i85126 - FreeBSD port: newer bridge code for amd64.

commit 9e104e36689958b046f853f67782382d83d04c9b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 00:53:47 2011 +0000

    i109429 - FreeBSD port: broken at extensions/source/config/ldap with --without-stlport.

commit ddf5c90d2b939279cd800a64dc96fb1f132d518a
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 00:49:45 2011 +0000

    i108197 - FreeBSD port: Bridge is broken on i386.

commit abeeafa1d99ebdec5284bd4163d0be2b496cadb2
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 00:44:14 2011 +0000

    i105629: FreeBSD port: python support for FreeBSD 9.

commit b5b97adae90312ae54b7064e861df7b76a5f2276
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 00:40:33 2011 +0000

    i104015: FreeBSD port: ORIGIN support for stlport.

commit ca1ddfab8a4d7ce024db681dd33364b28eeae6fb
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 00:31:58 2011 +0000

    i102184: FreeBSD port: libxslt issue causing officecfg DEV300_m47 failure.

commit 7fd667d09ac8fcbcac95f964e2d329270c0bbec9
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 00:04:32 2011 +0000

    i102183: FreeBSD port: redland is broken since DEV300_m47.

commit 601e868a69a0af2106437c2ef9c82dd5ab7b9e4c
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sun Oct 9 00:00:03 2011 +0000

    i87583: FreeBSD port: ORIGIN is not supported.

commit 50304d7b09c4d5a444d4ccd83be94c38a098e49b
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Oct 8 23:52:51 2011 +0000

    i85972: FreeBSD port: build breakage at the module lpsolve.

commit a2c44ee2730c954fc9acac24b5aa373a137880b9
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Oct 8 23:26:25 2011 +0000

    i65514: FreeBSD port: berkeleydb architecture lacks fast mutexes.

commit a2c7e8bf1741c269ef5bc95cacd6f3188e5afd89
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Oct 8 16:05:26 2011 +0000

    Remove outdated and unfinished boost regex patch: the ICU regex we are using now is more appropriate.

commit 00455a2df37070c77e8c12200d6e5cd99fee8298
Author: Pedro Giffuni <pfg at apache.org>
Date:   Sat Oct 8 15:58:43 2011 +0000

    Add reference odma.h file from http://odma.info/ with it's corresponding license. This is still unconnected to the build so it's not included yet in the NOTICE file.

commit 0245c4e2a10b7e10052605c7c15e49968cf0eb6b
Author: Rob Weir <robweir at apache.org>
Date:   Sat Oct 8 15:09:39 2011 +0000

    Add Apache license file

commit 5749a6f2322773404ebfcd2e3522cf1de68d37e7
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 7 18:37:16 2011 +0000

    Add TWAIN, use tabs before URLs

commit 706311e9ebb7735d96eb2a4608154e1a69c7d88d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Fri Oct 7 15:30:13 2011 +0000

    Update iodbc headers to 2009 version: moved iodbcunix.h from sql.h to sqltypes.h. While here, comment local change.

commit 35174e0c9295db4bc49ad631318a19d987629985
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 6 21:06:45 2011 +0000

    Update permissive copyright information based on mbauer's list. Remove fancy indentation. See http://wiki.services.openoffice.org/wiki/ApacheMigration/Permissive

commit c4d66c0a14886959e68454604569cc8bd2a7870d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Thu Oct 6 18:11:10 2011 +0000

    Fix build on Linux due to GPERF unset found: reported by Ariel Constenla-Haile

commit 7588c2d493a25f7859c56a693d5c9863cccdbc6a
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Thu Oct 6 13:55:24 2011 +0000

    118414: applied patch, added forcing that SfxItemSet inside AttributeProperties::SetModel, thanks to ALG

commit 3e4a539165843bf54844fedebc5c6a8f3dfd2817
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Oct 6 08:03:31 2011 +0000

    fix WaE in connectivity OpenSql parser

commit 5c95c0b2b08ef8de625c9197c3e27576a28436d8
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 5 21:10:15 2011 +0000

    Update unixODBC headers with code from iODBC under a suitable license. Submitted by Oliver-Rainer Wittmann.

commit e47a0fe0d6ef97fc8fac03706beccbd1c8ea0e79
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 5 19:34:23 2011 +0000

    For FreeBSD recognize either amd64 or x86_64: inspired by a patch by Mike Eberdt but done differently to avoid licensing issues. FreeBSD now passes configure.

commit ba6583836e145b78cb346e76ee9bb22dc51963ee
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 5 17:54:03 2011 +0000

    Remove Os2Bitmap.cxx and odma.h due to uncertain licensing. This only affects the OS2 port since ODMA is not built by default. Submitted by Oliver-Rainer Wittmann

commit 14f3da00ac04a10c552e215dc25ff0124250ffe5
Author: Pavel Janík <paveljanik at apache.org>
Date:   Wed Oct 5 16:17:18 2011 +0000

    Fix typo.

commit 94f2750ae88b9d47d460979bf60b80191e839a53
Author: Pavel Janík <paveljanik at apache.org>
Date:   Wed Oct 5 16:10:18 2011 +0000

    Fix typo (testing commit access).

commit 75ec2b04dda91bb234b4ffe826a24f4f1a8e988d
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 5 15:17:58 2011 +0000

    Use ksc5601.h header from XFree86 Project Inc. Patch contributed by Oliver-Rainer Wittmann with minor changes

commit cf65a144511a9bec88b3ae88e742bf21bdbac90f
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 5 14:38:03 2011 +0000

    i85469: generalize a couple of gperf references that were left in writerfilter

commit 4ee24a7d79d81dd69fcdc3d6dc77424c27a3998a
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 5 12:37:25 2011 +0000

    remove the OutDev::GetKernPair* stubs completely

commit 63e816d61b26cc1e137e5ba28c44effc238acc91
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 5 12:28:42 2011 +0000

    OutDev::*KerningPairs* is obsolete

commit ed19600323cf23d7d1a9a6c74992d05d516d471e
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 5 11:29:13 2011 +0000

    avoid some C++ exception slicing warnings

commit 647173e1731b1975e2e51cc78d5eb7cd52485bb9
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 5 11:13:14 2011 +0000

    allow gbuild with empty sysroot on linux

commit 297a7175267653145200ae624066c8848ad4800f
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Wed Oct 5 11:11:43 2011 +0000

    insert configure up-to-date check in configure.in, remove existing configure, force autoconf

commit 42a7d23eb89a7466e650a4d273733ddc1f2023dd
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 5 10:26:31 2011 +0000

    allow newer JDK versions for building on WIN

commit 69e41b5230400a8704f41300685eee84cf73b1b2
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 5 06:05:04 2011 +0000

    fix Qt4/Kde4 detection in configure (author=ariel)

commit d7ab6f4faa1d1a04f95767764c19f0fcd062a37a
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Oct 5 05:57:48 2011 +0000

    fix vclplug detection after DLLPOSTFIX changes (author=ariel)

commit 8cd8633030ae18d24ab85ef30ad9dfa834cc41ab
Author: Pedro Giffuni <pfg at apache.org>
Date:   Wed Oct 5 02:08:15 2011 +0000

    i85469: add --with-gperf= to configure for systems that use old versions of gperf

commit a96e5f2cbd1e380534547ae7ca46eb38a92f00e9
Author: Pedro Giffuni <pfg at apache.org>
Date:   Tue Oct 4 22:29:55 2011 +0000

    Initial NOTICE file: one license to rule them all

commit 74737f7f166537a6eabaa37b0334c5c8eec955e5
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Sep 30 10:29:28 2011 +0000

    use ICU regexp instead of LGPL i18nregexp

commit 132f9c3c7a6685dbf8490d4af3c0cafd16e743d1
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Sep 30 09:43:59 2011 +0000

    88652: applied patch, remove unicows deps, thanks to Oliver-Rainer Wittmann (orw)

commit 8792fa02a60c006aa05cd2980b4bace8091f67d8
Author: Jürgen Schmidt <jsc at apache.org>
Date:   Fri Sep 30 09:29:06 2011 +0000

    118457: applied patch, remove instmsi deps, thanks to Oliver-Rainer Wittmann (orw)

commit 8874447204cb33d558b2c6dabcc514bcf948941e
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Sep 30 07:12:07 2011 +0000

    initialize slant properly in ImplFontMetricData constructor (author=iorsh)

commit 8ecd248b35f097a4a7042711c30bdb2a950af48e
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Sep 30 06:58:21 2011 +0000

    avoid magic constants for SALCOLOR_NONE

commit f4b840dad66b6390f6e50afe4aa563a02e739903
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Sep 27 09:55:15 2011 +0000

    VC++ has problems to stringify empty macros so avoid it altogether

commit f9a877fa1e62ce1aec28319614534ef06841ada7
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Sep 26 10:24:03 2011 +0000

    extend macro->string handling for empty strings

commit ae350af72b9ccf69a6e344fa00963b420f7af65e
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Sep 26 06:16:30 2011 +0000

    solve warnings for newer autoconf versions (author=ariel)
    
    The patch was contributed to the Apache project by Ariel Constenla-Haile
    Mail Reference: 4E7C5355.9080605 at apache.org

commit dd659cb907e48e905348ab32585ebf51350a2130
Author: Herbert Dürr <hdu at apache.org>
Date:   Sun Sep 25 05:39:19 2011 +0000

    empty DLLPOSTFIX also for gbuild targets

commit 83299baa027b8583ffc4a17c85aad53317e47fc4
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Sep 23 14:19:56 2011 +0000

    make exceptions for cppunittester verbose

commit 57458754305d635f2cf94785229aa93a23c42c11
Author: Herbert Dürr <hdu at apache.org>
Date:   Fri Sep 23 09:57:56 2011 +0000

    #i108641# applied build fix for i18npaper (thanks hjs)

commit ce2c7353b968384d23ddfbcb9e7da5df9548ae06
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Sep 22 13:48:15 2011 +0000

    minor clarification in pre-bootstrap build step

commit d046cc691d30347cbfedba538cfa0f883232e036
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Sep 22 13:35:09 2011 +0000

    better diagnotics when preparing an incompatible build

commit d59caf3236b7044948142d6903f8c52991718307
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Sep 22 13:31:35 2011 +0000

    empty DLLPOSTFIXes are sufficient for all real-world scenarios

commit eba5cbdb561a8969c90aaba924816eaeda0015dd
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Sep 22 12:38:57 2011 +0000

    #i118456# make sure TextEdit changes get pushed to model (author=alg)

commit 396616c13681fb5bc4e9f7f219becb4f80e04db3
Author: Herbert Dürr <hdu at apache.org>
Date:   Thu Sep 22 07:25:51 2011 +0000

    clarify Option->Language UI option

commit 27688646c24f758558488262ae60792e90c546dc
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Sep 21 13:43:49 2011 +0000

    #i89286# fix kerning on UNX for RTL-scripts /w diacritics (author=Khaled Hosny, thanks iorsh)

commit 9971de3a303b68d57a37cf1f6046e573e5da1095
Author: Herbert Dürr <hdu at apache.org>
Date:   Wed Sep 21 11:42:28 2011 +0000

    #i89286# fix kerning on UNX for RTL-scripts

commit 9a1e1ec0a429f734f688f1ce7770bf8dcca64878
Author: Herbert Dürr <hdu at apache.org>
Date:   Tue Sep 20 06:31:20 2011 +0000

    improved error message (thanks tj)

commit f4db676afe688dc51492b9eb47ff7a5822e3ff4c
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Sep 19 13:42:19 2011 +0000

    minor improvements for configure.in

commit 29252b761e682d0e5c6846c434b0c13abfd21061
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Sep 19 13:39:40 2011 +0000

    cleanup visibility.cxx conf-test script

commit 2f0cac4286afbcddec919312974948cb368d62ec
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Sep 19 12:56:16 2011 +0000

    removed superfluous code comment

commit 202d76ca127a02ed9b264a406f976127d64a444e
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Sep 19 12:33:24 2011 +0000

    prolongue is not in my dictionary

commit 628e4cd2f9c68c30bdcf2eb22eac5edf4150abb5
Author: Herbert Dürr <hdu at apache.org>
Date:   Mon Sep 19 12:21:43 2011 +0000

    goodbye Registration and License dialogs, don't let the door hit you

commit 5cf51e91c7cd17fc6db74c8bd2e4c1e5c7da35c5
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:53:01 2011 +0000

    cws mba34issues01: #i117985#: fix broken iteration; fix broken semantics in SwClientIter

commit 353095b263058518453c65868bbc468dac5da779
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:32:24 2011 +0000

    cws mba34issues01: #i114600#: fix compiler warning for name clash found on Solaris

commit cfe23210e55b1d28a3c9fc255624475e15b65a97
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:31:26 2011 +0000

    cws mba34issues01: #i114600#: remove forbidden characters from list of unencoded characters

commit ad39b880ae108cbb622fcbf6c6bda0dd3d4be783
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:30:31 2011 +0000

    cws mba34issues01: fix some broken test cases

commit d64e9703d7da1c29f1502c3d1075709f001a1897
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:29:49 2011 +0000

    cws mba34issues01: #i117833#: use sendreportunx.cxx also on Solaris

commit d060ad1e445c202ee449bfd4c535166fecb84a31
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:28:52 2011 +0000

    cws mba34issues01: #i116803#: possible crash on Linux when dispatch.cxx is compiled with optimization

commit a14df9afb0ad8876b8c9c476d00e776da2c338ab
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:27:09 2011 +0000

    cws mba34issues01: workaround for assertion in field name arrays; real fix is in cws swcoreseparation

commit a3243a9c5aaa422d787e7c1fa215507a7c5dd560
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:26:02 2011 +0000

    cws mba34issues01: use OOo filter names

commit 4ab017d27892d9f3d4d62a7bfb02e1b0281ba713
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:25:23 2011 +0000

    cws mba34issues01: #i117943#: missing color attributes in RTF clipboard

commit 6a26febe306ab57a8e91983e88cc61bd7b88e236
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:24:32 2011 +0000

    cws mba34issues01: #i117699#: keep layout alive until swdoc dies

commit 103b4b8b5fd70abeae5be0aa83c43ef0a1c425be
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:17:26 2011 +0000

    cws mba34issues01: #i117024#: rework parameter conversion for load/save slots

commit 495afd09761135da3c7ea4cb867df2f2d8d6e876
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:16:39 2011 +0000

    cws mba34issues01: #i116025#: fix typo and add missing treatment of new parameter

commit fc5f1e42716956a3de681e523a4c75a28d382759
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:15:37 2011 +0000

    cws mba34issues01: #i117708#: status indicator for inactive documents

commit bb3168e559ed381291e6c73d12b71fdc03dcc845
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:14:45 2011 +0000

    cws mba34issues01: #i117714#: remove assertion

commit 3aea999901dccc742a00d0585bcbedd8fa9fde0a
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:13:57 2011 +0000

    cws mba34issues01: #i117723#: convert assertion into trace

commit e4965369ef2107097337d7d2a4c8d7b5a6915f50
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:12:59 2011 +0000

    cws mba34issues01: #i117722#: fix help ids for color listboxes

commit 4b3a844e451d80f351814bfeeeaea630bb42571d
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:10:54 2011 +0000

    cws mba34issues01: #i117721#: directly provide parameters retrieved from SfxMedium

commit 62a2e59b610ea1862c25739894d62462d5189250
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:09:37 2011 +0000

    cws mba34issues01: #i117720#: convert assertion into warning

commit 3c3020aeabdc7bd4405ad7423e4201382d6dd5c9
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:08:23 2011 +0000

    cws mba34issues01: #i117719#: use correct resource ID

commit b59fd9e516262592097c0ba316663e59a864a3d5
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 20:07:18 2011 +0000

    cws mba34issues01: #i117718#: provide filter name in case storage of medium does not allow to detect one

commit 54bec933038b7fe5d81d1fc7138c9dd75958ad39
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 19:58:34 2011 +0000

    cws mba34issues01: #i117717#: remove wrong assertion

commit ab18b2d3aae694b677aa04bf637a88f7a5291e61
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 19:56:30 2011 +0000

    cws mba34issues01: #i117709#: add missing string resource

commit 475b8b109fc7bddb379bc69126364992524b23ad
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 19:55:44 2011 +0000

    cws mba34issues01: #i117709#: make sure that parent of error message box is visible

commit b1328eff568ff7183dbe9ba6c88dae09f2288077
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 19:54:02 2011 +0000

    cws mba34issues01: #i117716#: fix missing resources my removing unused code

commit fbf1b0beb451d6d22eca9bb044f1b6d50ba11c92
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 19:51:29 2011 +0000

    cws mba34issues01: #i117712#: fix several resource errors introduced by IAccessible2 implementation

commit 00f8c5024bf3a82eb8eadaf13333f801dadc365b
Author: Mathias Bauer <mbauer at apache.org>
Date:   Sun Sep 18 19:41:16 2011 +0000

    cws mba34issues01: #i117713#: remove superfluous assertions about field unit fallbacks

commit 32f750c8243cb77b23209420752b7c87c6acedc2
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:45:24 2011 +0000

    Bug 117859 - [Automation]: changing warnlog into qaerrorlog in g_load_save.inc, tSaveLoadLayoutEmpty
    
    # HG changeset patch
    # User Wolfram Garten [wg] <Wolfram.Garten at oracle.com>
    # Date 1302851611 -7200
    # Node ID 91ee9bffe71eb60cffab50e80b2fe0ca5164de6c
    # Parent  079d70a7281ce1c028bd33fa5252bfdc4b342244

commit 3fc90c165311be17cae58b7f3c3625140f978908
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:45:12 2011 +0000

    calc69: #i118111# don't duplicate field names in pivot table dialog
    
    # HG changeset patch
    # User Niklas Nebel <nn at openoffice.org>
    # Date 1306852486 -7200
    # Node ID 89a0922aa71286707d5d032940bb1668bd345494
    # Parent  5c023aa1cc35c5a974984ff25bcea557f4aa7d2c

commit 71232d3eb2cdb728b49d87a8ce97657f37589c1b
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:45:00 2011 +0000

    calc69: #i118068# handle all-hidden case in ScDrawUtil::CalcScale
    
    # HG changeset patch
    # User Niklas Nebel <nn at openoffice.org>
    # Date 1306155759 -7200
    # Node ID 5c023aa1cc35c5a974984ff25bcea557f4aa7d2c
    # Parent  1c6c8dec2313416c6de595eb2cfac3e98250fea6

commit e12542336aa13910c82db7db4d73b64781c1934b
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:44:49 2011 +0000

    calc69: #i117952# invalidate page breaks when print range is removed
    
    # HG changeset patch
    # User Niklas Nebel <nn at openoffice.org>
    # Date 1304421600 -7200
    # Node ID 1c6c8dec2313416c6de595eb2cfac3e98250fea6
    # Parent  fa9c1f212c378f6ed519ec2db9f74588f6b0a620

commit 5e9f7d7592d5fbc00d670cf3d3590b77fa57cf9b
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:44:36 2011 +0000

    calc69: #i117893# call GetSizePixel before setting bIsInPaint
    
    # HG changeset patch
    # User Niklas Nebel <nn at openoffice.org>
    # Date 1303228860 -7200
    # Node ID fa9c1f212c378f6ed519ec2db9f74588f6b0a620
    # Parent  a0047afb36a09c0f8656e22eb1ee8e63655d21ad

commit 3115a3aedd4d23473c3928bfe7baa8d84e625c50
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:44:25 2011 +0000

    calc69: #i116936# fix VBA symbol Cells
    
    # HG changeset patch
    # User Daniel Rentz [dr] <daniel.rentz at oracle.com>
    # Date 1303210366 -7200
    # Node ID a0047afb36a09c0f8656e22eb1ee8e63655d21ad
    # Parent d92a3dd6ece07f4ab2a98d8ec0b0e43fc8dc828b

commit de4659ad7fc59f63b8868cc39a537e62724d91c4
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:44:14 2011 +0000

    calc69: #i117836# repair import of multiline cells and cells with leading font escapement
    
    # HG changeset patch
    # User Daniel Rentz [dr] <daniel.rentz at oracle.com>
    # Date 1302706976 -7200
    # Node ID 054b0a0a1d969e305d6f4d3b9264c81ae8773333
    # Parent  12fa3ee3d107fb6bbb980de805e20c6c3ca2408a

commit 5d3643b873f58ab23921e6c65aefb50f47966224
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:44:00 2011 +0000

    slidesorter1: #i116014# Fixed some minor compilation problems.
    
    # HG changeset patch
    # User Andre Fischer<andre.f.fischer at oracle.com>
    # Date 1302596156 -7200
    # Node ID 53201f3ec8c74141923d041a951ae220f5efaa02
    # Parent  6a7a8a3a4618b52b16c5fe48bea1fcae6aab7483

commit 0c0b5e979b0bb6acca52cdec4d45c00762f6e554
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:43:38 2011 +0000

    slidesorter1: #i116412# Temporarily turning off slide tracking to avoid unwanted repositioning of visible area.
    
    # HG changeset patch
    # User Andre Fischer<andre.f.fischer at oracle.com>
    # Date 1300891523 -3600
    # Node ID d926168e689e211d1ae6bfa5932be8c9f015b19c
    # Parent  dd74093681332c51934ab449c4b7c9eaec89359a

commit be42404ba844436584f4f475f2553b53af49ffbc
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:43:23 2011 +0000

    slidesorter1: #i116014# Outliner holds ViewShell as weak_ptr.
    
    # HG changeset patch
    # User Andre Fischer<andre.f.fischer at oracle.com>
    # Date 1300869929 -3600
    # Node ID dd74093681332c51934ab449c4b7c9eaec89359a
    # Parent  bca8ed5c98e5c645a6c69c7fb90cd3da84627212

commit b72e5fbd8b3bf9239510936a39ec170a4c82f1b8
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:43:09 2011 +0000

    slidesorter1: #i114252# Fixed selection in slidesorter.
    
    # HG changeset patch
    # User Andre Fischer<andre.f.fischer at oracle.com>
    # Date 1298997222 -3600
    # Node ID bca8ed5c98e5c645a6c69c7fb90cd3da84627212
    # Parent  5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de

commit e04933442de533668c46e8ed7dc7bafd2a844f0a
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:42:57 2011 +0000

    slidesorter1: #117012# Update preview when text editing ends.
    
    # HG changeset patch
    # User Andre Fischer<andre.f.fischer at oracle.com>
    # Date 1298986855 -3600
    # Node ID 5d52cdcf6d9357e7a6dcc1aa80ba27840042a6de
    # Parent  aa5b0a65d4614b8a3a38a2748ff20f9e548e1f99

commit c89365eb0e58e00e0a8756ba4ac2977a5aaea25a
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:42:40 2011 +0000

    slidesorter1: #i114186# Applied patches that fix double-to-int conversions.
    
    # HG changeset patch
    # User Andre Fischer<andre.f.fischer at oracle.com>
    # Date 1287062183 -7200
    # Node ID 23dcb2ba5fbd8ae4026f6bb71d89038f75017aeb
    # Parent  805df2d00c12631fe697e8737a91199bf5f54ee3

commit 547ca766c6179398f5f8d7edbf44510feb7c10ab
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:42:27 2011 +0000

    slidesorter1: #i115058# Removed unused classes PageObject and PageObjectFactory.
    
    # HG changeset patch
    # User Andre Fischer<andre.f.fischer at oracle.com>
    # Date 1287060980 -7200
    # Node ID 805df2d00c12631fe697e8737a91199bf5f54ee3
    # Parent  770385ae0c265c62134bf57eeca8283f7fe80b48

commit 6816436a2fb9da9e49b0507967f725c53af54d05
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:42:12 2011 +0000

    slidesorter1: #i114107# Temporarily reset StartWithActualPaget to make startWithArguments use FirstPage property.
    
    # HG changeset patch
    # User Andre Fischer<andre.f.fischer at oracle.com>
    # Date 1283353420 -7200
    # Node ID 770385ae0c265c62134bf57eeca8283f7fe80b48
    # Parent  2ebd15d9e8a637b5c563f1ae49768668412e2baa

commit 0a01a4642dd5e8c5ba149f8109de49de3f2be1e4
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:41:59 2011 +0000

    fs34c: #i117666# check first if value is null
    
    # HG changeset patch
    # User Ocke Janssen [oj] <Ocke.Janssen at oracle.com>
    # Date 1301982481 -7200
    # Node ID f83826db1f0250fa86b741773613e3caaa25990b
    # Parent  a9158b47276ffd484296b630f9400403f1781fcd

commit efdf35dcf991532f5ca70e89cd9716296beb7258
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:41:49 2011 +0000

    fs34c: check if description can be read and return ccorrect name for shapetype
    
    # HG changeset patch
    # User Ocke Janssen [oj] <Ocke.Janssen at oracle.com>
    # Date 1301915955 -7200
    # Node ID 7ca68dbff4eb90f462d9df381a7549fc996de714
    # Parent  378c6468385944b3807ebca646aaeba95a9a7896

commit 0e146fc26f44e44bcbc427016c47e4e23605a391
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:41:28 2011 +0000

    fs34c: #i117625# when assigning events, only throw if there is an invalid type given, *not* if the type is correct, but the sequence is merely empty
    
    # HG changeset patch
    # User Frank Schoenheit [fs] <frank.schoenheit at oracle.com>
    # Date 1301640073 -7200
    # Node ID e4014e6b2cb422bb8dca7dad4ba34f28d42cb86d
    # Parent  a25f2ab3257e6b811ccb2436661f74d0c65719cd

commit 8851d704aea1525436ed9e0fa5b6395aca7e0901
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:41:14 2011 +0000

    sw34bf06 #i114725#,#i115828# - method <SwDoc::ClearDoc()> - clear list structures completely
    
    # HG changeset patch
    # User Oliver-Rainer Wittmann <od at openoffice.org>
    # Date 1304668513 -7200
    # Node ID 051eaf9bfbe38437cd5df71f675e4f075f4855d6
    # Parent  a0b88a5ee52f360566d6429d1f5acdd13e05dc27

commit aa6944480bb8af3d33b73bba260b61493611b04f
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:41:02 2011 +0000

    sw34bf06 #i117711# - correct RTF page margin export
    
    # HG changeset patch
    # User Oliver-Rainer Wittmann <od at openoffice.org>
    # Date 1304667455 -7200
    # Node ID a0b88a5ee52f360566d6429d1f5acdd13e05dc27
    # Parent  5f7a7d1da1328ca43af2986cea79db76fc6e3e66

commit e1ed5185b74dd82a3311f13d7fd62b58d9b1f549
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:40:50 2011 +0000

    sw34bf06: #i117962# - method <SwFlyFrm::IsPaint(..)> - consider instances of <SwFlyDrawObj>
    
    # HG changeset patch
    # User Oliver-Rainer Wittmann <od at openoffice.org>
    # Date 1304666159 -7200
    # Node ID 5f7a7d1da1328ca43af2986cea79db76fc6e3e66
    # Parent  c1d78b76cbb1b9ea97bfa253e5d0d88b15b232ff

commit 3f1e73f71ea8c9f27c717e2162818397cbe1e82f
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:40:38 2011 +0000

    sw34bf06: #i117955#: WW8 export: disable storing of section breaks in endnotes
    
    # HG changeset patch
    # User Michael Stahl <mst at openoffice.org>
    # Date 1304521877 0
    # Node ID c1d78b76cbb1b9ea97bfa253e5d0d88b15b232ff
    # Parent  a75a68c2c0cf7a991cdda1dd4915916da8d20ed6

commit e9e3fdcf1897a5033632e51ed185df8e809914ad
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:40:26 2011 +0000

    sw34bf06: doccomp.cxx: fix some resource management problems
    
    # HG changeset patch
    # User Michael Stahl <mst at openoffice.org>
    # Date 1304517801 0
    # Node ID a75a68c2c0cf7a991cdda1dd4915916da8d20ed6
    # Parent  3b8bef840a50f19ff04ffb92bc6906ac2b6828ad

commit 26eb58e28f65db8caecc66333ab4a72f90f56594
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:40:14 2011 +0000

    sw34bf06: #i117825#: try to reduce collateral damage from #i104949# fix:
    
    only ignore text:variable-set fields that are hidden and at start of para.
    
    # HG changeset patch
    # User Michael Stahl <mst at openoffice.org>
    # Date 1304511729 0
    # Node ID 3b8bef840a50f19ff04ffb92bc6906ac2b6828ad
    # Parent  f573e7e8e68c3741b01779dbba749ab85ee90d1c

commit 40c412acf761c386a6de15a92db0fcdd5a05004c
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:40:03 2011 +0000

    sw34bf06: #i117867#: SwUndoInserts::RedoImpl: do not use SwUndRng
    
    # HG changeset patch
    # User Michael Stahl <mst at openoffice.org>
    # Date 1304511728 0
    # Node ID f573e7e8e68c3741b01779dbba749ab85ee90d1c
    # Parent  766a0b3ad79f0aba468ae8ca769cad4906057167

commit b744fca2055659e09187512f474d7da5ef6e8cfc
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:39:52 2011 +0000

    sw34bf06: #i117783# - Writer's implementation of XPagePrintable - apply print settings to new printing routines
    
    # HG changeset patch
    # User Oliver-Rainer Wittmann <od at openoffice.org>
    # Date 1304508061 -7200
    # Node ID 766a0b3ad79f0aba468ae8ca769cad4906057167
    # Parent  c2ceb432950c99187e6924defb187fbf049d76cc

commit a38ca8647f8199a0aade3579747437d9a68e51bc
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:39:30 2011 +0000

    sw34bf06: #i117417#: fix array subscripts
    
    # HG changeset patch
    # User Michael Stahl <mst at openoffice.org>
    # Date 1304007192 0
    # Node ID c2ceb432950c99187e6924defb187fbf049d76cc
    # Parent  2f76e8667395fe1e0c62c7203593ea63c1f0ce3a

commit 346262426c0e2aa8762c2c2ad9c9d561b7477f55
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:39:20 2011 +0000

    sw34bf06: #i117947#: rtf: ignore invalid tokens following field result
    
    # HG changeset patch
    # User Michael Stahl <mst at openoffice.org>
    # Date 1304005948 0
    # Node ID 2f76e8667395fe1e0c62c7203593ea63c1f0ce3a
    # Parent  c2c01fd6bc10ec9cf351102d06b0c8bf8e2c458c

commit 28222f95799f41a7bddc97d06d555cdab15035a7
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:39:09 2011 +0000

    sw34bf06: #o12311627# use <rtl_random> methods to create unique ids for list styles and list ids
    
    # HG changeset patch
    # User Oliver-Rainer Wittmann <od at openoffice.org>
    # Date 1302878050 -7200
    # Node ID b5be4cee2442cea2204d7daf5a946a0061cc49a4
    # Parent  ec59153c0f36b94057baa1b381583052dcb1b87b

commit 6a4c38793e2e44179ad5ba1f54d29e2528df41b9
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:38:56 2011 +0000

    sw34bf06: #i117863# - method <SwFEShell::GetSectionWidth(..)> - correct for-loop conditions
    
    # HG changeset patch
    # User Oliver-Rainer Wittmann <od at openoffice.org>
    # Date 1302873170 -7200
    # Node ID ec59153c0f36b94057baa1b381583052dcb1b87b
    # Parent  d2030e65b6b95bc3796cb3e09aa229edef8c3c0a

commit 126d2d078aa646bbbb42d9dbfd9eb103973c3cec
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:38:45 2011 +0000

    sw34bf06: #i117863# - use hint which allows to specify, if content is saved or not for deletion of <SwFrm> instances triggered from <SwSectionNode> resp. <SwSectionFmt> methods
    
    # HG changeset patch
    # User Oliver-Rainer Wittmann <od at openoffice.org>
    # Date 1302872091 -7200
    # Node ID d2030e65b6b95bc3796cb3e09aa229edef8c3c0a
    # Parent  5438b9c546584ebd17553c1c5b6a3f6cdbd1c7de

commit 117596cbe6b84a2ad19bfc6a38d6682862fe6c07
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:38:30 2011 +0000

    imported patch i103878
    
    # HG changeset patch
    # User Henning Brinkmann <hbrinkm at openoffice.org>
    # Date 1302182700 -7200
    # Node ID 491b690eb471855aaff779bdc202e901d5e60f20
    # Parent  713dcef8f169f411fe62b073dab24ca3dfc02a44

commit e3211af2c6618958cc58dd9d9a93672a96bd30aa
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:38:19 2011 +0000

    sw34bf06: #i104384#: Replace MSWordExportBase::bInTable by MSWordExportBase::IsInTable()
    
    # HG changeset patch
    # User Henning Brinkmann <hbrinkm at openoffice.org>
    # Date 1301385565 -7200
    # Node ID 713dcef8f169f411fe62b073dab24ca3dfc02a44
    # Parent  75d6ff8443f1f268780d970c67855d963c781566

commit 2e631440ad24c0582daee5d4ba644a472daa0e3b
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:38:06 2011 +0000

    sw34bf06: #i117189# - method <SwWrtShell::CalcAndSetScale(..)> - refine condition for non-resizable objects to apply its size back via new parameter <bNoTxtFrmPrtAreaChanged>. Otherwise non-resizable objects are always reloaded.
    
    # HG changeset patch
    # User Oliver-Rainer Wittmann <od at openoffice.org>
    # Date 1301571927 -7200
    # Node ID 9b8527da302b0f080fe88c245209ef93081429ed
    # Parent  75d6ff8443f1f268780d970c67855d963c781566

commit f95e28003ead4c9947798c8c195fffa4ffd79987
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:37:49 2011 +0000

    tkr41: #117828# wrong dependency fixed
    
    # HG changeset patch
    # User Tobias Krause <tkr at openoffice.org>
    # Date 1303122428 -7200
    # Node ID cc97f5884e28acd7ab8a55ef2e390f644adfd6ff
    # Parent  10c707c39a92a6284158f635b7b69115403d1ed0

commit 4587dc772ebe5a0251246d9c7cb79ad71c2d8f9f
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:37:36 2011 +0000

    tkr41: #117828# office crash fixed . (null pointer) + add unit test
    
    # HG changeset patch
    # User Tobias Krause <tkr at openoffice.org>
    # Date 1303116372 -7200
    # Node ID 10c707c39a92a6284158f635b7b69115403d1ed0
    # Parent  12fa3ee3d107fb6bbb980de805e20c6c3ca2408a

commit 5c4f2172d7dfd58b74a44beda315a98df394605e
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:37:15 2011 +0000

    #i92932# system openssl not detected on FreeBSD
    
    # HG changeset patch
    # User Martin Hollmichel <mh at openoffice.org>
    # Date 1268740079 -3600
    # Node ID 235721f30dea210f3a459ad32b26b17d4908f1f8
    # Parent  bcf21fcca01d774076475e3ac8bc3223ab5c016c

commit fb047a3a65e7db79c69dc87cf39063cff7ce965b
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:37:06 2011 +0000

    imported patch package_eventlistener.patch
    
    # HG changeset patch
    # User Juergen Schmidt <jsc at openoffice.org>
    # Date 1302787515 -7200
    # Node ID 7386a13a033052b446b61a3ac3e2e0dc63c0f04f
    # Parent  373e7cdd07e7b5fd5c1fb5eb0951a6f29981f906

commit b6e3d0b421148afc73d8c547d67b47c71b05684e
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:36:51 2011 +0000

    imported patch extensions_i117681.patch
    
    # HG changeset patch
    # User Juergen Schmidt <jsc at openoffice.org>
    # Date 1301918587 -7200
    # Node ID 084b847c6cbbb3472be43cce34e2da0152a16494
    # Parent  d77a8537e3454882a093ba4ca82b21cac06f9b98

commit f319ba09736857e0c8431489aea22af151f97c08
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:36:36 2011 +0000

    jsc341: i117327: take care if no dependency node in current description exists, create one
    
    # HG changeset patch
    # User Juergen Schmidt <jsc at openoffice.org>
    # Date 1300954744 -3600
    # Node ID d77a8537e3454882a093ba4ca82b21cac06f9b98
    # Parent  aff128605d88cc21e0784f164ffdb31a9790e35b

commit 6033e756839e24624cb3b5a40cc6024af4d2a368
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:36:25 2011 +0000

    jsc341: i117327: adapt namespace in quoted dependency strings
    
    # HG changeset patch
    # User Juergen Schmidt <jsc at openoffice.org>
    # Date 1300896626 -3600
    # Node ID aff128605d88cc21e0784f164ffdb31a9790e35b
    # Parent  a212130ca932848a98730af2a52c02e1ed76c231

commit 631ef60b0caf6343615e537441b03d94655bf36a
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:36:12 2011 +0000

    jsc341: i117327: add dependencies
    
    # HG changeset patch
    # User Juergen Schmidt <jsc at openoffice.org>
    # Date 1300887227 -3600
    # Node ID a212130ca932848a98730af2a52c02e1ed76c231
    # Parent  8c988d73324cb052c0fb2dfbed9e68f290b2aa4e

commit ef2e46ad06a8f34acf4e79c4feb136d79088902d
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:36:00 2011 +0000

    jsc341: i117327: add extra extension dependency check
    
    # HG changeset patch
    # User Juergen Schmidt <jsc at openoffice.org>
    # Date 1300456036 -3600
    # Node ID 8c988d73324cb052c0fb2dfbed9e68f290b2aa4e
    # Parent  7dbaa615ad894cfd4f9611e82783250bd0a3016d

commit bed6bceb44d0676361f7d65de0e579d9072ab774
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:35:35 2011 +0000

    mingwport35: i#117794: MinGW port fix for rsvglibs: More and more fix gcc preprocessor workaround
    
    # HG changeset patch
    # User tono at openoffice.org
    # Date 1303128293 -32400
    # Node ID a484aed4eae40d852417bc371ef80c259ce2df05
    # Parent  c906ebceb46cb730c5fa842d777e2e81862dbcdd

commit 5460aa99b5e06526b501757a0c09a0ebaaaef1f9
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:35:25 2011 +0000

    mingwport35: i#117794: MinGW port fix for rsvglibs: More fix gcc preprocessor workaround
    
    # HG changeset patch
    # User tono at openoffice.org
    # Date 1303073994 -32400
    # Node ID c906ebceb46cb730c5fa842d777e2e81862dbcdd
    # Parent  3e0a613dd835a7b8be16f8c5366d232383e8170f

commit d87ff8bb0867d8d19ed62c6e1b732012a3ac260a
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:35:16 2011 +0000

    mingwport35: i#117794: MinGW port fix for rsvglibs: Fix in build action in glib
    
    # HG changeset patch
    # User tono at openoffice.org
    # Date 1303024990 -32400
    # Node ID 3e0a613dd835a7b8be16f8c5366d232383e8170f
    # Parent  7e7db3837cb467c96922c280c96dcca1a96c0940

commit a8172a477dd8728dad5f8a1e0e76cc87faae0820
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:35:04 2011 +0000

    mingwport35: i#117795: MinGW port fix for vcl2gnumake - correction
    
    # HG changeset patch
    # User tono at openoffice.org
    # Date 1302957446 -32400
    # Node ID 7e7db3837cb467c96922c280c96dcca1a96c0940
    # Parent dba862c1282d548e23348eb1990d977247d08e82

commit d0147f2caa0f569beda7677acd5f9d65647be1a5
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:34:55 2011 +0000

    mingwport35: i#117797: MinGW port: xmlsecurity for nss backend
    
    # HG changeset patch
    # User tono at openoffice.org
    # Date 1302529891 -32400
    # Node ID 46e3df4d9579f722b22f8e8d1d018f3259ba1901
    # Parent  319be9ae99cb27a1809663dfee2fcd9d808a2196

commit 116c35c31b2e0b20916c2bc6d28ead8f2fbf018e
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:34:44 2011 +0000

    mingwport35: i#117796: Modification to fpicker/source/win32/filepicker/VistaFilePickerImpl.cxx needs fix in MinGW
    
    # HG changeset patch
    # User tono at openoffice.org
    # Date 1302529689 -32400
    # Node ID 319be9ae99cb27a1809663dfee2fcd9d808a2196
    # Parent  5289cfd4bbf8db759d425b40c8f815b12586bdee

commit 95380785109c3c0df0b0720455fd2ee8be959d0c
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:34:33 2011 +0000

    mingwport35: i#117795: MinGW port fix for vcl2gnumake
    
    # HG changeset patch
    # User tono at openoffice.org
    # Date 1302529511 -32400
    # Node ID 5289cfd4bbf8db759d425b40c8f815b12586bdee
    # Parent 09e719790284e677e78e9b66250ebbc2e19f2a36

commit 01296a0e5b4fa896b734d3af8d31f5b7c65cc018
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:34:18 2011 +0000

    mingwport35: i#117794: MinGW port fix for rsvglibs
    
    # HG changeset patch
    # User tono at openoffice.org
    # Date 1302529333 -32400
    # Node ID 4bb59a76c6af417e85e78837d66e601f9082fff2
    # Parent  315be8282fa3b83477a1f5120fa3516d066d689f

commit aef3baf1e1316af31d7657953cdf62cabc527c7b
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:33:52 2011 +0000

    ooo340fixes: #i117780# move list.c to list.cxx to circumnavigate a header problem
    
    # HG changeset patch
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>
    # Date 1302865738 -7200
    # Node ID 4bb22962a758c242ccb15a5edf9070c6e1feb9d1
    # Parent  d98a14037fb195bf1b74add9b477c38e3b894be0

commit 589d8f766ffcb26380e12c4ff65409441569149c
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:33:41 2011 +0000

    ooo340fixes: another fix for those pesky gnumake files (thanks mst!)
    
    # HG changeset patch
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>
    # Date 1302709606 -7200
    # Node ID d98a14037fb195bf1b74add9b477c38e3b894be0
    # Parent  8215d8f7705db358948f33da02acbc7ec229e9c7

commit 579bf240f7dcdbb5bfd783d035e54ea7badc5a7b
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:33:29 2011 +0000

    ooo340fixes: #i117780# use rtl allocator
    
    # HG changeset patch
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>
    # Date 1302707311 -7200
    # Node ID 8215d8f7705db358948f33da02acbc7ec229e9c7
    # Parent  8c1c5118aa5674a33c32cada7ffc916fc90796ea

commit f078d3ccdb8ea6d32159ad88591dae556b5dc9d9
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:33:19 2011 +0000

    ooo340fixes: fix some gnumake migration leftovers
    
    # HG changeset patch
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>
    # Date 1302693471 -7200
    # Node ID 8c1c5118aa5674a33c32cada7ffc916fc90796ea
    # Parent  56bc1b624a3a49dcbf38a6b83266e89817752230

commit 352043cdf7642b7effd796a34ceed80a73630caf
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:33:08 2011 +0000

    vcl340fixes: #i117804# differentiate between ENABLE_CAIRO and ENABLE_CAIRO_CANVAS
    
    # HG changeset patch
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>
    # Date 1302633427 -7200
    # Node ID 56bc1b624a3a49dcbf38a6b83266e89817752230
    # Parent  217dd772a45a24b10e6e2f8b81b598c5034c7882

commit efbbb7e22c7bf90d4b2f15eced6a2814bcd5450b
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:32:49 2011 +0000

    vcl340fixes: #i117804# disable cairo canvas in default build again
    
    # HG changeset patch
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>
    # Date 1302633311 -7200
    # Node ID 217dd772a45a24b10e6e2f8b81b598c5034c7882
    # Parent  12fa3ee3d107fb6bbb980de805e20c6c3ca2408a

commit fa437a6f03e515339d1af02e0ca5275c9a59b343
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:32:39 2011 +0000

    subsequenttests: invoke GNU make with -r
    
    cuts down runtime because make does not check tens of thousands
    of non-existing prerequisites to build IDL files with the builtin rules.

commit a9a857293334b58632c87bb4a994b125d49daaf7
Author: Michael Stahl <mst at apache.org>
Date:   Sat Sep 17 21:32:26 2011 +0000

    ucb, xmlsecurity: disable tests that fail because of ASF licensing compliance
    
    ucb: WebDAV UCP is not available by default because it depends on neon.
    unfortunately it doesn't seem possible to check a variable in sce/xcl
    files so disable tests always.
    xmlsecurity: test disabled if NSS is not available (default case)

commit 8d36921901252bc5047fba494c2fd1848b0f864b
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:50:12 2011 +0000

    fix build breaker

commit 1081edaa1d69cc24452a872f114bf5af5bbdfbac
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:50:02 2011 +0000

    impress212: Bug 117762 - [Automation][i_updt_1.bas]testcase tiFormatStylesAndFormatting fails
    
    # User Wolfram Garten [wg] <Wolfram.Garten at oracle.com>

commit d6ed1c4af16e3a09cca263d2ebc41469366d7eaf
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:49:49 2011 +0000

    impress212: removing some warnings
    
    # User sj <sj at openoffice.org>

commit 123b8b9bcaf90ba0ade93eb247c3f21c2d6d9f85
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:49:30 2011 +0000

    impress212: #i97241# fixed relative links
    
    # User sj <sj at openoffice.org>

commit 554dc217175cb00f75339a0d29fa24c4d300d032
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:49:17 2011 +0000

    impress212: #i114615# fixed hyperlink export (pdf) if exporting also notes pages
    
    # User sj <sj at openoffice.org>

commit 24bb455ba248546cb468996bc4a07a608c383a16
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:48:59 2011 +0000

    impress212: #i98044# re enable Text menu for outline and title shapes
    
    # User Christian Lippka ORACLE <christian.lippka at oracle.com>

commit 74de0995a9a28b9138a589ae48904d5783ddaa79
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:48:45 2011 +0000

    impress212: #158494# fixed excel import (text rotation)
    
    # User sj <sj at openoffice.org>

commit 210611a3478263ef29820b3bd60d76cb29e3e169
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:48:32 2011 +0000

    impress212: removed error... enabled exceptions
    
    # User sj <sj at openoffice.org>

commit 77acf18b28f77a4e538b023f027d29af7ae7aaa2
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:48:20 2011 +0000

    impress212: fixed compile problem (added newline)
    
    # User sj <sj at openoffice.org>

commit 7f0da6d183c514f14c11c48dd6bc4fe68e723fd8
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:48:07 2011 +0000

    impress212: #i114615# fixed hyperlinks if exporting impress notes pages to pdf
    
    # User sj <sj at openoffice.org>

commit 4d9e77187bd40dfb9b4d00e8461066597c2d01b9
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:47:55 2011 +0000

    impress212: DffPropSet -> minor code improvements, removing table
    
    # User sj <sj at openoffice.org>

commit 385620adb6a48b9d457d316013bdee535faa4f4c
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:47:32 2011 +0000

    impress212: #i112506# clipping against bezier curves takes too much time
    
    # User sj <sj at openoffice.org>

commit e099c585e6307e3c3c494822e3db7468c83801e4
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:47:20 2011 +0000

    impress212: removed warning
    
    # User sj <sj at openoffice.org>

commit 22a136c3109b7cdb1ea4050553a7b9c3a2139ab6
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:47:10 2011 +0000

    impress212: removed warning
    
    # User sj <sj at openoffice.org>

commit dba6aedfc71947375382a225410d30ae4b406816
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:46:56 2011 +0000

    impress212: removed warning
    
    # User sj <sj at openoffice.org>

commit d014b929d998d0921b22e7dd4bf65d9a4e9106f8
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:46:40 2011 +0000

    impress212: drawinglayer gbuild environment changes
    
    # User sj <sj at openoffice.org>

commit 8fc0f05239bd45a54040073167a61412e787a97b
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:46:16 2011 +0000

    impress212: drawinglayer gbuild environment changes
    
    # User sj <sj at openoffice.org>

commit 7eef7dce2366dc2dc9616eaf8916972095bea19c
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:44:45 2011 +0000

    impress212: export images with relative links
    
    # User Daniel Rentz [dr] <daniel.rentz at oracle.com>

commit 9950d63e0ca1b1a62b5c737fba13ff7ff66f25bf
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:44:32 2011 +0000

    impress212: #i97241# added relative links
    
    # User sj <sj at openoffice.org>

commit 3eafeff77a921c90c0f0ce44699c6cfe7473a546
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:44:11 2011 +0000

    impress212: #i71731# fixed fill bitmap - pattern import
    
    # User sj <sj at openoffice.org>

commit 42988f67c40e2ee55de547f88213526dcf04669a
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:44:00 2011 +0000

    impress212: ppt slide persist, minor improvment
    
    # User sj <sj at openoffice.org>

commit b7fdae2b62b87f7eeae1fde07cb35e18571655d6
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:43:48 2011 +0000

    impress212: #i117042# added fix for i_updt1.bas testcase
    
    # User sj <sj at openoffice.org>

commit 1f87e34338a5007af1106b46708fa38c5d87f03b
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:43:35 2011 +0000

    impress212: #i81610# fixed animation export
    
    # User sj <sj at openoffice.org>

commit f8dafe0400268d58bcd994a1c12d49179e4f429a
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:43:21 2011 +0000

    impress212: #i113063# patch: dubios self assign in svx/source/dialog/framelink.cxx
    
    # User Christian Lippka ORACLE <christian.lippka at oracle.com>

commit e92560885e33aba5f4954e00fab78ec84e49eb3a
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 21:43:10 2011 +0000

    impress212: #i105675# better keyboard handling in animation create dialog
    
    # User Christian Lippka ORACLE <christian.lippka at oracle.com>

commit a6c059db5b96f889823486a35d03bf8271c58856
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 18:25:37 2011 +0000

    typo SYSTEM_GRPAHITE -> SYSTEM_GRAPHITE
    
    Thanks to TJ Frazier for proofreading commits :)

commit 89479c3d07962c6e48e715f7559f6e60cd182047
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 17:12:10 2011 +0000

    ooo34gsl02: #i117807# fix an off by one error (index actually inside the pfb section header)
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>

commit 87a59e3900a429fe393ba4b35f968d5eb52d532b
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 17:09:27 2011 +0000

    ooo34gsl01: #i117732# patch to make configure work with homebrew (thanks hbrinkm !)
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>

commit 0e1443702dee6799444819363c7f2faede7bfae3
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 17:09:15 2011 +0000

    ooo34gsl10: #i117587# handle application resigning/becoming active during presentation
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>

commit 8e7a6d2501ed7486c86f6a56450e5fefc48c0de5
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 17:08:58 2011 +0000

    ooo34gsl01: #i109820# honor background color just calculated
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>

commit d38291705744a8ed9dbab4d2288f22bca5505da8
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 17:08:45 2011 +0000

    ooo34gsl01: #i117583# remove wrong linecolor test
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at oracle.com>

commit 28e8c8341da075577053ca7ea2213d6d1b2a6ebb
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 17:08:31 2011 +0000

    ooo34gsl01: #i117131# use correct sign for TTFontInfo
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at oracle.com>

commit 6c59ae431a1e539560180956432e66b2f244f840
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 16:36:10 2011 +0000

    ooo34gsl01: #i117680# add a missing backslash
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at oracle.com>

commit e231d7f5b5f263ddc754888f6f76eba30d66c902
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 16:35:58 2011 +0000

    ooo34gsl01: #i117680# add ADAPT_EXT_STL define as was before gnumake conversion
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at oracle.com>

commit 0dfb844bec1e962a2496e2e6348bd66477230442
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 16:35:48 2011 +0000

    ooo34gsl01: #i117680# fixup graphite_dll as static library
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at oracle.com>

commit d708c1d8949d12ad3b56b42908d6594c7221ac9e
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 16:35:34 2011 +0000

    ooo34gsl01: ooo34gslstop1
    
    # User Philipp Lohmann [pl] <Philipp.Lohmann at Oracle.COM>

commit 803444ec779e83747ba68729230460a6d73ddab9
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 14:23:42 2011 +0000

    native373: #164472# improvements for msi database
    
    # User Ingo Schmidt <is at openoffice.org>

commit 2053c34c87236293d56276f420f9fbcba6454d7b
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 14:23:26 2011 +0000

    native373: #164472# improvements for msi database
    
    # User Ingo Schmidt <is at openoffice.org>

commit 1e81ed0235744af93196cc9f5485e8a14e4ec6e0
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 14:23:10 2011 +0000

    native373: ##164464# improve debian support
    
    # User Ingo Schmidt <is at openoffice.org>

commit 56268d5f3e5b8de7af454f276ce4b0a8a1e3be53
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 14:22:53 2011 +0000

    native373: #i117733# no linux jre installation on 64 bit systems
    
    # User Ingo Schmidt <is at openoffice.org>

commit 321701cf7fea30405f28f4e463b4f08d01c805cb
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 14:22:43 2011 +0000

    native373: #i117751# version check for JRE
    
    # User Ingo Schmidt <is at openoffice.org>

commit 7c4427c9efb2fcee9bae11aec45e6641df723ae7
Author: Eike Rathke <erack at apache.org>
Date:   Sat Sep 10 14:22:29 2011 +0000

    native373: #164467# new URNs
    
    # User Ingo Schmidt <is at openoffice.org>

commit a64aab01698ed00dc503b8f78703f5e294b4a8ed
Author: Eike Rathke <erack at apache.org>
Date:   Fri Sep 9 17:51:55 2011 +0000

    calc67: #i117735# use calc FormatDetector for XLS again, handle Excel 2003 XML directly in XLS detection
    
    # User Niklas Nebel <nn at openoffice.org>

commit 48eb74b2dbf62e95f32fd0cdcaa2c3e884282f47
Author: Eike Rathke <erack at apache.org>
Date:   Fri Sep 9 17:51:34 2011 +0000

    calc67: #i117661# filterByPageDimension: don't overwrite source filter with page field selection
    
    # User Niklas Nebel <nn at openoffice.org>

commit 483dcc52f7447bf80b857c8317e1709a8dda80a4
Author: Eike Rathke <erack at apache.org>
Date:   Thu Sep 8 23:39:35 2011 +0000

    WaE unused variable

commit 3f6e30907d1d482a89c3958ec073f06a1df13c88
Author: Eike Rathke <erack at apache.org>
Date:   Thu Sep 8 23:39:17 2011 +0000

    calc68: enable exceptions for colrowst.cxx
    
    Original committer: Daniel Rentz [dr] <daniel.rentz at oracle.com>

commit 9c5a533adc319d3a5db050f7e2ac98c84edfd8c9
Author: Eike Rathke <erack at apache.org>
Date:   Thu Sep 8 23:38:50 2011 +0000

    calc68: #i117806# fixed negated condition, made jump matrix work again
    
    Original committer: Eike Rathke [er] <eike.rathke at oracle.com>

commit a185436e549beabe302030b76a89ec5941eabd58
Author: Eike Rathke <erack at apache.org>
Date:   Thu Sep 8 23:38:27 2011 +0000

    calc68: #i117728# allocate row/column outline buffers according to BIFF sheet size, not Calc sheet size
    
    Original committer: Daniel Rentz [dr] <daniel.rentz at oracle.com>

commit fa69ac25a42539ea1728e9d5393bdffda026c8b2
Author: Eike Rathke <erack at apache.org>
Date:   Thu Sep 8 23:37:10 2011 +0000

    calc68: #i117728# allocate row/column outline buffers according to BIFF sheet size, not Calc sheet size
    
    Original committer: Daniel Rentz [dr] <daniel.rentz at oracle.com>

commit 7d073cd364b2428c6fcecc60ebd89ea2d4acdde0
Author: Eike Rathke <erack at apache.org>
Date:   Wed Sep 7 17:31:50 2011 +0000

    Repository.mk needs to be in the repo dir, not module; repo is now extras

commit 3b080b7a7ee9154b453774aabcfe07bcab67b79f
Author: Michael Stahl <mst at apache.org>
Date:   Wed Sep 7 15:49:25 2011 +0000

    AllLangResTarget.mk: adapt to SVN location (l10n)

commit 6014d9adddb1f9665376c7874e296b6bbde7f606
Author: Michael Stahl <mst at apache.org>
Date:   Wed Sep 7 10:21:30 2011 +0000

    set_soenv.in: adapt l10n repo to ApacheOoo SVN

commit c66a8b86aae3b671057e63c9a5e8230f613e942a
Author: Michael Stahl <mst at apache.org>
Date:   Wed Sep 7 10:21:07 2011 +0000

    gbuild: RepositoryFixes.mk should be optional

commit 65473e0f759a41a32af505f44a321acaefea823b
Author: Michael Stahl <mst at apache.org>
Date:   Wed Sep 7 10:20:44 2011 +0000

    slideshow: remove some forgotten tools-types
    
    Submitted on behalf of a third party:
    Ariel Constenla-Haile <ariel.constenla.haile at googlemail.com>

commit 0a7cce6f1016a484068d63f4e77ae131d54ca350
Author: Michael Stahl <mst at apache.org>
Date:   Wed Sep 7 10:20:03 2011 +0000

    Library_vclplug_gtk.mk: put DBUS on include path
    
    Submitted on behalf of a third party:
    Ariel Constenla-Haile <ariel.constenla.haile at googlemail.com>

commit 835bba16b1407d5a8f998623f52e67bd86cc42f6
Author: Eike Rathke <erack at apache.org>
Date:   Mon Sep 5 17:24:11 2011 +0000

    fix typo, ENABLE_DIRECTX instead of ENABLE_DIRETX

commit ad187fed908bc180a38aa25e58948bd0f488a256
Author: Eike Rathke <erack at apache.org>
Date:   Sun Sep 4 15:45:29 2011 +0000

    ENABLE_OPENGL instead of ENABLE_OGL
    
    Patch by: Ariel Constenla-Haile <ariel.constenla.haile at googlemail.com>

commit df0baea4a2cba5dd396b59cbb4bc1d0e8a8187c2
Author: Mathias Bauer <mbauer at apache.org>
Date:   Wed Aug 31 07:43:29 2011 +0000

    rebuild configure to reflect latest changes for epm

commit d9c5db6eb14a0a64611778e97134be4ddefd606f
Author: Eike Rathke <erack at apache.org>
Date:   Tue Aug 30 20:28:24 2011 +0000

    explicit braces to avoid ambiguous 'else'
    
    gcc 4.5.1 complained about this, 4.6.1 did not, but..
    
    Patch by: Pavel Janík <Pavel at Janik.cz>

commit c8f9f15b33a7e309a94a089285cb169f349bc4ad
Author: Eike Rathke <erack at apache.org>
Date:   Mon Aug 29 23:58:38 2011 +0000

    always request an unversioned lib from gcc in gccinstlib.pl
    
    * this otherwise breaks on ubuntu natty as there is (rightfully) no libgcc_s.so.1 file served by gcc -print-file-name
    
    -- Thanks to Bjoern Michaelsen <bjoern.michaelsen at canonical.com>

commit 9fff7828a476d5a4677bbdcc73a5f3982a6a63a0
Author: Eike Rathke <erack at apache.org>
Date:   Mon Aug 29 13:33:50 2011 +0000

    fix pkg-config to be found

commit 95f049dad0acd648ae50a93104731bafee240708
Author: Mathias Bauer <mbauer at apache.org>
Date:   Mon Aug 29 12:49:31 2011 +0000

    oops - forgot to cleanup before committing last patch: again enable EPM from system for packaging

commit 67285f39aa2d5aae5374dbde0ec9b07a893798aa
Author: Mathias Bauer <mbauer at apache.org>
Date:   Mon Aug 29 12:14:38 2011 +0000

    allow using of EPM as installed in the system for packaging

commit 8f5f085c68c9b29b215c3ae75bd350f2a0f3b8cb
Author: Mathias Bauer <mbauer at apache.org>
Date:   Mon Aug 29 08:49:00 2011 +0000

    added some more missing files

commit 09240cd108e75ceece7769eba298aaa862ac3831
Author: Michael Stahl <mst at apache.org>
Date:   Sun Aug 28 22:36:28 2011 +0000

    comphelper: OSLOutputStreamWrapper:
    
    remove re-implementation of XInterface
    (symbols are somehow not exported with GCC 4.6, and it seems to be
    unnecessary)

commit 332eac8bd99a1a1a838da2a8ec978bd4d71307c6
Author: Michael Stahl <mst at apache.org>
Date:   Sun Aug 28 22:34:30 2011 +0000

    unotools: OOutputStreamWrapper:
    
    remove invocation of DECLARE_UNO3_AGG_DEFAULTS
    (symbols are somehow not exported with GCC 4.6, and it seems to be
    unnecessary)

commit 79fbe8110d9869c400775f6d81e413bacb6bdb9b
Author: Michael Stahl <mst at apache.org>
Date:   Sun Aug 28 22:23:03 2011 +0000

    fix up code so it builds with GCC 4.6:
    
    put user-defined default constructors in some classes.
    remove "mutable" from reference variables.
    include stddef.h where size_t or ptrdiff_t was not defined.

commit b63dec716d1ccb1eb9357ad35815be02a0e3bfe7
Author: Michael Stahl <mst at apache.org>
Date:   Sun Aug 28 22:22:13 2011 +0000

    avmedia: fix gstreamer build breakage:
    
    pass parameter pURI to base class ctor
    (was caused by conflicting changes in solaris11 and impress210)

commit f938189848745eb9ac2e4de0467cd05bbd479274
Author: Eike Rathke <erack at apache.org>
Date:   Sun Aug 28 21:48:52 2011 +0000

    removed superfluous duplicated inclusion of XContent.idl

commit 47b0cbed8f4bd527b8f94b1d460f798363aedc67
Author: Eike Rathke <erack at apache.org>
Date:   Sun Aug 28 20:59:49 2011 +0000

    workaround idlc complainig about unexpected identifiers in _comment_
    
    Crazy idea that worked:
    For files that included Content.idl idlc complained with
    ../../../../com/sun/star/ucb/Content.idl(296) : Illegal syntax following service member declaration: syntax error, unexpected IDL_IDENTIFIER
    Removing the header guards around included .idl files got rid of that.

commit e12776ea4b75ddb87ee25781d5ee342ae1dc1d03
Author: Eike Rathke <erack at apache.org>
Date:   Sun Aug 28 20:27:22 2011 +0000

    DISABLE_HUNSPELL for MacOSX specific parts
    
    Thanks to Pavel Janik.

commit ec72c906e6548b0bec386ab25d541799ffeb3353
Author: Eike Rathke <erack at apache.org>
Date:   Sun Aug 28 19:47:12 2011 +0000

    added missing files

commit 66b361bdd52f9aa8ddbdfe4b9c248000e8a2460f
Author: Eike Rathke <erack at apache.org>
Date:   Sun Aug 28 15:51:19 2011 +0000

    fix build breakers unxlngx6.pro gcc 4.6.1 (Debian wheezy amd64)
    
    Builds up to but not including offapi.

commit cc756d24d3f34c4ac402ee88ed3e25e3934ec8bc
Author: Eike Rathke <erack at apache.org>
Date:   Sun Aug 28 14:46:31 2011 +0000

    make copylefts an option
    
    Based on original work by Mathias Bauer <mbauer at apache.org>

commit 1a5baf5ce78676385d35209eb311ed2a35cdf063
Author: Rob Weir <robweir at apache.org>
Date:   Tue Aug 16 16:05:51 2011 +0000

    Initial import of the old OOo hg repository tip revision.
    
    .../trunk/main is a copy of (currently tip-most)
    http://hg.services.openoffice.org/OOO340/rev/c904c1944462
    
    .../trunk/extras/l10n is a copy of (currently tip-most)
    http://hg.services.openoffice.org/master_l10n/OOO340/rev/af6bc9467af5
    
    Note that the following files with line-end and/or encoding anomalies were left out (they will need to be to be checked in separately):
    
    /ooo/trunk/core/dictionaries/de_DE/README_hyph_de_DE.txt
    /ooo/trunk/core/dictionaries/de_CH/README_hyph_de_CH.txt
    /ooo/trunk/core/dictionaries/de_AT/README_hyph_de_AT.txt
    /ooo/trunk/core/gettext/gettext-0.18.1.1.patch
    /ooo/trunk/core/apache-commons/patches/codec.patch
    /ooo/trunk/core/libcroco/libcroco-0.6.2.patch
    /ooo/trunk/core/testautomation/writer/optional/input/import/mactext.txt
    /ooo/trunk/core/graphite/graphite-2.3.1.patch
    /ooo/trunk/core/hwpfilter/source/hwpeq.cpp
    /ooo/trunk/core/solenv/bin/cwstouched.pl
    /ooo/trunk/core/readlicense_oo/html/THIRDPARTYLICENSEREADME.html
    /ooo/trunk/core/writerfilter/source/doctok/escher.html
    /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/xsdlib.xsd
    /ooo/trunk/core/writerfilter/source/odiapi/qname/resource/office2003/WordprocessingML Schemas/wordnetaux.xsd
    /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/body.xsl
    /ooo/trunk/core/filter/source/xslt/odf2xhtml/export/common/styles/style_mapping_css.xsl
    
    Also: Repository.mk from the l10n toplevel



More information about the Libreoffice-commits mailing list