Re: extraordinary stoc/ thrash ...

2012-04-04 Thread Stephan Bergmann
[putting libreoffice@ back on cc] On 04/04/2012 11:05 PM, Tomas Hlavaty wrote: Hi Stephan, First of all, remember that we have two different scenarios where we want to replace the old binary rdb format with something else, once for type information and once for service information. I see.

Re: RTL_CONSTASCII_(U)STRINGPARAM officially obsolete

2012-04-04 Thread Tor Lillqvist
> if (foo.equalsAsciiL(RTL_CONSTASCII_STRINGPARAM("X"))) > if (foo.equals(rtl::OUString(RTL_CONSTASCII_USTRINGPARAM("X" > > can be written as > > if( foo == "X" ) This has to be the biggest improvement in OOo/LO codebase readability ever! Incredibly nice! --tml ___

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 sasha.libreoff...@gmail.com changed: What|Removed |Added Depends on||45724 -- Configure bugmail

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 --- Comment #263 from sasha.libreoff...@gmail.com 2012-04-04 22:12:54 PDT --- Writer, document with forms: impossible to export to any another format and retain information inside of forms, msOffice opens odt file without forms: Bug 45724 - FILESA

About gsoc application

2012-04-04 Thread lakshman udayakantha
hi, I have applied for a project proposal.it is an application in which android phone is used to control impress slide show. can you review the application and give me a comment. regards Lakshman ___ LibreOffice mailing list LibreOffice@lists.freedeskto

Re: [REVIEW 3-5] fdo#40021 don't let CSV import get confused by erroneous HTML detection

2012-04-04 Thread Kohei Yoshida
Hello Eike, On Thu, 2012-04-05 at 02:11 +0200, Eike Rathke wrote: > Hi, > > Please review and cherry-pick to 3-5 > http://cgit.freedesktop.org/libreoffice/core/commit/?id=a5eadc6aaafec92df23c57e258882a2c98ece0ad > that fixes https://bugs.freedesktop.org/show_bug.cgi?id=40021 Looks safe since it

[REVIEW 3-5] fdo#40021 don't let CSV import get confused by erroneous HTML detection

2012-04-04 Thread Eike Rathke
Hi, Please review and cherry-pick to 3-5 http://cgit.freedesktop.org/libreoffice/core/commit/?id=a5eadc6aaafec92df23c57e258882a2c98ece0ad that fixes https://bugs.freedesktop.org/show_bug.cgi?id=40021 Thanks Eike -- LibreOffice Calc developer. Number formatter stricken i18n transpositionizer.

Re: extraordinary stoc/ thrash ...

2012-04-04 Thread Enrico Weigelt
Just hacked up a little poc script wheich generates a static data structure from the *.rdb xml files. Of course, far away from usable, but should at least demonstrate the idea. cu parse_registry Description: application/php ___ LibreOffice mailing l

[patch] some German comment translations

2012-04-04 Thread Mark Wolf
Hi, all. This is my first contribution to a project so if you have any feedback I'd love to hear them. Here are some comments that I translated from German to English for 'sal' folder. Not sure if licensing applies to comments but I'm contributing this under LGPLv3+ / MPL as per directions on htt

Re: Macro for #ifdef of deprecated stuff (Re: The C-style definitions of SAL_CONST_CAST and SAL_STATIC_CAST)

2012-04-04 Thread Michael Meeks
On Wed, 2012-04-04 at 18:13 +0200, Lubos Lunak wrote: > There is SAL_DEPRECATED, but that is for marking C++ code, it doesn't work > during preprocessing. Honestly, I don't believe we need to deprecated these macros. We already introduced the implicit rtl::OUString constructors which (n

Re: [PATCH] [WIP] fdo#45747 - [EasyHack] remove the limitation to 3 sort entries in calc

2012-04-04 Thread Michael Stahl
On 24/03/12 01:26, Albert Thuswaldner wrote: > Hi Markus, > Thanks for your review. > > On Thu, Mar 22, 2012 at 01:14, Markus Mohrhard > wrote: >> >> Ok. So as promised I reviewed the patch now. Sadly there are some more >> problems than I thought after my first quick look: also, this thing cras

[PATCH] Remove unused code (svx)

2012-04-04 Thread Santiago Martinez
This patch removes unused code as listed in unusedcode.easy 0001-Remove-unused-code-in-svx.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/listinfo/libreoffice

Re: extraordinary stoc/ thrash ...

2012-04-04 Thread Enrico Weigelt
> On 04/04/2012 01:44 PM, Enrico Weigelt wrote: > > Can anybody please point me to the code which is loading > > the .rdb files ? > > stoc/source/simpleregistry/, but see my "vague idea" in another part > of this tread for work that is currently under way in this area. thx, brought me some bits

[PATCH] fdo#46390: EasyHack: Move VERBOSE to OSL_DEBUG_LEVEL (part 2)

2012-04-04 Thread Rob Snelders
Hi All, This patch removes the VERBOSE for the rest of the sd/-directory. -- Greetings, Rob Snelders >From 4072d09239c4bea7000e6366ec313a6dad5e4b3e Mon Sep 17 00:00:00 2001 From: Rob Snelders Date: Wed, 4 Apr 2012 19:57:05 +0200 Subject: [PATCH] Removal VERBOSE --- .../configuration/ChangeReq

Re: [Libreoffice-commits] .: 9 commits - boost/boost_1_44_0-logical-op-parentheses.patch boost/boost_1_44_0-unused-parameters.patch boost/makefile.mk cppcanvas/source framework/source sc/qa sc/source

2012-04-04 Thread Tor Lillqvist
>  However this appears to a Clang bug, in that it reports an incorrect warning, > probably it gets confused by the casts. I cannot actually trigger this code > to run, but in my small testcase, code like this generated the warning, but > worked normally. So I expect that whenever somebody actually

Re: Macro for #ifdef of deprecated stuff (Re: The C-style definitions of SAL_CONST_CAST and SAL_STATIC_CAST)

2012-04-04 Thread Tor Lillqvist
>  Do we have something for either of these? #if defined(SUPD) && SUPD < 400 ? Hopefully in 4.0 we won't have SUPD any longer, but if we still have it, it will be >= 400 one thinks... --tml ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org

Re: minor grammaro in /download/

2012-04-04 Thread Kevin Hunter
At 7:37am -0400 Wed, 04 Apr 2012, Christian Lohmaier wrote: On Wed, Apr 4, 2012 at 9:41 AM, Miklos Vajna wrote: On Wed, Apr 04, 2012 at 01:10:50AM -0400, Kevin Hunter wrote: What's the correct venue to report something so minor as this typo? webs...@global.libreoffice.org, I guess. Yes, tha

Re: string / size bits ... #2 ...

2012-04-04 Thread Bjoern Michaelsen
On Tue, Apr 03, 2012 at 06:00:27AM +0200, Enrico Weigelt wrote: > Just curious: what's the big difference between rtl::OUString and std::string > ? The most important is that rtl::OUString is part of the public API. Best, Bjoern ___ LibreOffice mailin

[PUSHED] Re: [Libreoffice] [PATCH] Fix fdo#39639 [EasyHack] Fix duplicate longname IDs

2012-04-04 Thread Jan Holesovsky
Hi Victor, Victor Lee píše v Ne 25. 12. 2011 v 01:41 +0900: > I've reformatted the patch. > The reason for deleting these IDs is stated here: > https://bugs.freedesktop.org/show_bug.cgi?id=39639 > > Sorry for the late reply, and thank you for the advice! > This is my first EasyHack. While clean

Re: [PATCH] EasyHack Bug 46610

2012-04-04 Thread Daniel Bankston [danthedev]
On 04/04/2012 08:51 AM, Lubos Lunak wrote: On Wednesday 04 of April 2012, Daniel Bankston wrote: Lubos Lunak wrote: It seems to me you are correct. I've added !IsEmpty() check to the if(), which should do what the original author wanted. I'm still a little worried about that aClip object that

Macro for #ifdef of deprecated stuff (Re: The C-style definitions of SAL_CONST_CAST and SAL_STATIC_CAST)

2012-04-04 Thread Lubos Lunak
On Tuesday 03 of April 2012, Noel Grandin wrote: > Don't we have a macro for marking these kinds of things as deprecated? There is SAL_DEPRECATED, but that is for marking C++ code, it doesn't work during preprocessing. > > is there some macro that is defined by LO build system for which we can

[REVIEW 3-5] fdo#40948: TOC dialog, Entries tab: the right arrow button does not work

2012-04-04 Thread Ivan Timofeev
Hi! Please push to libreoffice-3-5: http://cgit.freedesktop.org/libreoffice/core/commit/?id=b49f69aee6f48fb9367a2a9548182dcd84eb5296 The patch is trivial: 'it' is a loop-control variable, 'itRight' should point to a right neighbor. Thanks, Ivan ___

Re: [Libreoffice-commits] .: 9 commits - boost/boost_1_44_0-logical-op-parentheses.patch boost/boost_1_44_0-unused-parameters.patch boost/makefile.mk cppcanvas/source framework/source sc/qa sc/source

2012-04-04 Thread Lubos Lunak
On Wednesday 04 of April 2012, Tor Lillqvist wrote: > commit 2b00b0e0a1a47c3d174ee9e86826b60a356f3dbf > Author: Tor Lillqvist > Date: Tue Apr 3 23:45:26 2012 +0300 > > WaE: call to pure virtual member function > > diff --git a/framework/source/classes/menumanager.cxx > b/framework/source/cla

Re: Font rendering oddities: is this already known?

2012-04-04 Thread Stefan Knorr (Astron)
Hi Olivier, all, I believe what you see are the effects of "pair kerning." (Kerning means to move glyphs closer together/wider apart to make them _seem_ equally far apart as every other letter in that line. The traditional example is "VA," which without kerning would look more like "V A".) I any

[PATCH] Remove unused code (vcl)

2012-04-04 Thread Thomas Collerton
Hello all, this patch removes unused code in the Slider class as listed in unusedcode.easy 0001-Remove-unused-code-vcl.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/mailman/lis

[REVIEW] fdo#33773 - Enable exporting X errorbars in odf

2012-04-04 Thread Rafael Dominguez
This patches add functionality to export X errorbars in ODF files > =1.2, im not sure if its ok to include 1.2 version too or just export when having extension enabled. To set the bar direction im just using the attribute dimension in the chart:error-indicator element like its on 1.2, so it should

[REVIEW] fdo#33773 - Calculate standard deviation for XErrorBar.

2012-04-04 Thread Rafael Dominguez
Calculate standard deviation for X errorbars and set bar position to it. 0002-Calculate-correct-standard-deviation-for-XErrorBar.patch Description: Binary data ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.freedesktop.org/m

[REVIEW] fdo#33773 - Display errorbars columns in data browser

2012-04-04 Thread Rafael Dominguez
This patch enables the display of correct errorbars columns in data browser when using the from table depending on the type of bar you added. 0001-Display-correct-errorbars-columns-in-chart-data-brow.patch Description: Binary data ___ LibreOffice mailin

Re: [PATCH] EasyHack Bug 46610

2012-04-04 Thread Lubos Lunak
On Wednesday 04 of April 2012, Daniel Bankston wrote: > Lubos Lunak wrote: > > It seems to me you are correct. I've added !IsEmpty() check to the if(), > > which should do what the original author wanted. > > I'm still a little worried about that aClip object that is being > intersected with aRegio

RE: Who can tell me more about SfxToolBoxControls and registerControl()?

2012-04-04 Thread Winfried Donkers
Jan Holesovsky wrote (4 april 2012) > > git grep advises that they are in the factory functions like > > SwDLL::RegisterControls() in sw/source/ui/app/swmodule.cxx; so in the case > > of the report designer, I'd call it somewhere where it is instantiated - > > one of > > the create() methods liste

Re: [Libreoffice] GSoC 2012 - Improving Impress svg export filter

2012-04-04 Thread Thorsten Behrens
Marco Cecchetti wrote: > Week 1, 2, 3 > Task 1 - Porting the part of the Impress animation engine >responsible for slide transitions and providing >support at least for the following basic slide >transitions: > Wipe up, down, left, right >

[PUSHED 3-5] fdo#46904 invalid PDF generated

2012-04-04 Thread Bjoern Michaelsen
On Wed, Apr 04, 2012 at 02:47:48PM +0200, David Tardon wrote: > -> Björn: Since you have already verified the fix works, you have won > the unique opportunity to cherry-pick it. Hurry before it is too late :-) done. ___ LibreOffice mailing list LibreOffi

Re: [Libreoffice-commits] .: Branch 'libreoffice-3-5' - solenv/gbuild

2012-04-04 Thread Tomáš Chvátal
Dne 4.4.2012 11:48, Lubos Lunak napsal(a): On Wednesday 04 of April 2012, Stephan Bergmann wrote: On 04/04/2012 11:37 AM, Tomáš Chvátal wrote: Darn, that I was not aware, I just tested that it fixed my failing tests and that the build passed here. Which additional commit is required then so I c

[REVIEW: 3-5] fdo#46904 invalid PDF generated

2012-04-04 Thread David Tardon
Hi all, it seems that my Gtk print dialog caused some unexpected printing / PDF export problems. Some background: the GtkPrinter is configurable (and turned off by default), but the gtk VCL plugin uses it in all cases anyway. In the case it is not enabled it just passes calls to StartJob() and End

Re: extraordinary stoc/ thrash ...

2012-04-04 Thread Stephan Bergmann
On 04/04/2012 01:44 PM, Enrico Weigelt wrote: Can anybody please point me to the code which is loading the .rdb files ? stoc/source/simpleregistry/, but see my "vague idea" in another part of this tread for work that is currently under way in this area. Stephan __

[PUSHED] Re: [PATCH] Translated source comments from german

2012-04-04 Thread Jan Holesovsky
Hi David, David Vogt píše v St 04. 04. 2012 v 10:01 +0200: > Here's another patch that translates the german code comments to english > in sw/source/core/layout/flowfrm.cxx. Great, thanks! Pushed :-) http://cgit.freedesktop.org/libreoffice/core/commit/?id=c3b72f69e093d79a1b263964633fe2ddfaef2e

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Bug 37361 depends on bug 33914, which changed state. Bug 33914 Summary: Presenter-Console duplicates (echoes) sound in video https://bugs.freedesktop.org/show_bug.cgi?id=33914 What|Old Value |New Value --

Re: extraordinary stoc/ thrash ...

2012-04-04 Thread Enrico Weigelt
> http://www.gnu.org/software/gperf/manual/gperf.html Thanks, that seems exactly what I was looking for :) Can anybody please point me to the code which is loading the .rdb files ? cu ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org htt

Re: minor grammaro in /download/

2012-04-04 Thread Christian Lohmaier
On Wed, Apr 4, 2012 at 9:41 AM, Miklos Vajna wrote: > On Wed, Apr 04, 2012 at 01:10:50AM -0400, Kevin Hunter > wrote: >> What's the correct venue to report something so minor as this typo? > > webs...@global.libreoffice.org, I guess. Yes, that would be the right place - but I fixed it, so not n

[Bug 37361] LibreOffice 3.5 most annoying bugs

2012-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=37361 Rainer Bielefeld changed: What|Removed |Added Depends on||42537 -- Configure bugmail: https://

[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on|42537 | -- Configure bugmail: https://bugs.

Re: extraordinary stoc/ thrash ...

2012-04-04 Thread Noel Grandin
On 2012-04-04 13:13, Enrico Weigelt wrote: Well, let's see. I'm currently thinking about pushing that through an code generator, so most of the stuff can directly reside in .text or .cdata. I'm currently looking around for a static hashtable generator (maybe even one that can utilize machine-

Re: extraordinary stoc/ thrash ...

2012-04-04 Thread Enrico Weigelt
> > > > Backwards compatibility to whom ? Binaries ? Source ? User data ? > > Extensions. Okay. Do we *need* ABI compatibility across major releases here? > You know the things you don't like and don't believe should exist :-) No, you didnt get me wrong ;-p My point just was that extensions (

[Bug 35673] LibreOffice 3.4 most annoying bugs

2012-04-04 Thread bugzilla-daemon
https://bugs.freedesktop.org/show_bug.cgi?id=35673 Rainer Bielefeld changed: What|Removed |Added Depends on|40907 | -- Configure bugmail: https://bugs.

[PUSHED][3-5] Re: [REVIEW:3-5] fdo#48104 fix RTF import of \page in inner groups

2012-04-04 Thread Michael Stahl
On 04/04/12 11:07, Miklos Vajna wrote: > Hi, > > See > http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b58fc3dafc789aa55fff5ffef6ab83c3aa8b6e0 > > The patch won't apply as-is to -3-5, so I'm attaching a backport. that makes sense, pushed to libreoffice-3-5: http://cgit.freedesktop.org/

[PUSHED][3-5] Re: 5.3 pull request

2012-04-04 Thread Michael Stahl
On 04/04/12 09:47, Martin Hosken wrote: > Dear All, > > I've just fixed a graphite integration bug that stops the cursor > doing crazy things with some fonts (including some of the wilder > things with libertine-g). I've probably missed the boat for 5.2 so > this is a request to have the commit: >

RE: Who can tell me more about SfxToolBoxControls and registerControl()?

2012-04-04 Thread Winfried Donkers
> Michael Stahl wrote (4 april 2012 11:11) > > Thank you for your help. I am trying that, but haven't found the > > module pointer yet (in swmodule SwModule*) that needs to passed to > > RegisterControl(). Any ideas where to look for that? > > hi Winfried, > > try this: SW_MOD() > Hi Michael,

Re: [Libreoffice-commits] .: Branch 'libreoffice-3-5' - solenv/gbuild

2012-04-04 Thread Lubos Lunak
On Wednesday 04 of April 2012, Stephan Bergmann wrote: > On 04/04/2012 11:37 AM, Tomáš Chvátal wrote: > > Darn, that I was not aware, I just tested that it fixed my failing tests > > and that the build passed here. > > Which additional commit is required then so I can test it and add to 3-5 > > too

Re: [Libreoffice-commits] .: Branch 'libreoffice-3-5' - solenv/gbuild

2012-04-04 Thread Stephan Bergmann
On 04/04/2012 11:37 AM, Tomáš Chvátal wrote: Darn, that I was not aware, I just tested that it fixed my failing tests and that the build passed here. Which additional commit is required then so I can test it and add to 3-5 too. I assume a7eb227cfcd783ffdccdcec9b56451fb54c26eb6 and c813c009479d

Re: [Libreoffice-commits] .: Branch 'libreoffice-3-5' - solenv/gbuild

2012-04-04 Thread Tomáš Chvátal
Darn, that I was not aware, I just tested that it fixed my failing tests and that the build passed here. Which additional commit is required then so I can test it and add to 3-5 too. Dne 4.4.2012 11:21, Stephan Bergmann napsal(a): Tomáš, you are aware that that commit required follow-up fixing

Re: [Libreoffice-commits] .: Branch 'libreoffice-3-5' - solenv/gbuild

2012-04-04 Thread Stephan Bergmann
Tomáš, you are aware that that commit required follow-up fixing in sal? On 04/04/2012 11:15 AM, Tomáš Chvátal wrote: solenv/gbuild/CppunitTest.mk |1 + 1 file changed, 1 insertion(+) New commits: commit 141fdfa04807f49b1c4e89a90b477cc1714fc726 Author: Tomáš Chvátal Date: Tue Apr 3 14:2

Re: EasyHack, fdo#46808, Adapt UNO services to new style, Phase II

2012-04-04 Thread Stephan Bergmann
On 04/04/2012 10:13 AM, Noel Grandin wrote: On 2012-04-03 17:10, Stephan Bergmann wrote: So you'd probably also come across code like Reference x(...createInstance...); if (x.is()) { ... } that you can simplify by using a constructor and removing the x.is() check. What about code that appea

Re: Who can tell me more about SfxToolBoxControls and registerControl()?

2012-04-04 Thread Michael Stahl
On 04/04/12 09:08, Winfried Donkers wrote: > Thank you for your help. I am trying that, but haven't found the > module pointer yet (in swmodule SwModule*) that needs to passed to > RegisterControl(). Any ideas where to look for that? hi Winfried, try this: SW_MOD() _

[REVIEW:3-5] fdo#48104 fix RTF import of \page in inner groups

2012-04-04 Thread Miklos Vajna
Hi, See http://cgit.freedesktop.org/libreoffice/core/commit/?id=7b58fc3dafc789aa55fff5ffef6ab83c3aa8b6e0 The patch won't apply as-is to -3-5, so I'm attaching a backport. Thanks, Miklos >From 291466d53ae514fa29fd73832f5167bb6bc71ce4 Mon Sep 17 00:00:00 2001 From: Miklos Vajna Date: Wed, 4 Apr

RE: Who can tell me more about SfxToolBoxControls and registerControl()?

2012-04-04 Thread Jan Holesovsky
Hi Winfried, On 2012-04-04 at 09:08 +0200, Winfried Donkers wrote: > > git grep advises that they are in the factory functions like > > SwDLL::RegisterControls() in sw/source/ui/app/swmodule.cxx; so in the case > > of the report designer, I'd call it somewhere where it is instantiated - > > one

Re: EasyHack, fdo#46808, Adapt UNO services to new style, Phase II

2012-04-04 Thread Noel Grandin
On 2012-04-03 17:10, Stephan Bergmann wrote: It does throw. The constructors are guaranteed to either return a non-null reference or throw an exception (the default constructors all throw com.sun.star.uno.DeploymentException, which is derived from RuntimeException; explicit constructors ca

[PATCH] Translated source comments from german

2012-04-04 Thread David Vogt
Hi everyone Here's another patch that translates the german code comments to english in sw/source/core/layout/flowfrm.cxx. Cheers, -- Dave -- Adfinis SyGroup AG David Vogt, Software Engineer / Project Manager Keltenstrasse 98 | CH-3018 Bern Tel. 031 381 70 47 | Direct 031 550 31 12 From a2ae43

License

2012-04-04 Thread Andrew Higginson
All my current and past contributions made to the LibreOffice project are done under MPL1.1+ / GPLv3+ / LGPLv3+. Until further notice, all my future contributions to the LibreOffice project are available under MPL1.1+ / GPLv3+ / LGPLv3+. -- Andrew Higginson ___

5.3 pull request

2012-04-04 Thread Martin Hosken
Dear All, I've just fixed a graphite integration bug that stops the cursor doing crazy things with some fonts (including some of the wilder things with libertine-g). I've probably missed the boat for 5.2 so this is a request to have the commit: 9b6b1558a3654625ce9a5bef2bee5245db81ff88 pulled in

Re: minor grammaro in /download/

2012-04-04 Thread Miklos Vajna
On Wed, Apr 04, 2012 at 01:10:50AM -0400, Kevin Hunter wrote: > What's the correct venue to report something so minor as this typo? webs...@global.libreoffice.org, I guess. ___ LibreOffice mailing list LibreOffice@lists.freedesktop.org http://lists.fre

RE: Who can tell me more about SfxToolBoxControls and registerControl()?

2012-04-04 Thread Winfried Donkers
> Jan Holesovsky wrote (3 april 2012 14:45) > > > The 'split button' is a derived SfxToolBoxControl which triggers an > > Execute function when the colour is chosen from the colour palette and > > triggers a virtual Select function when the left half of the button > > (last used colour) is clicked

Re: librO python & ssl support

2012-04-04 Thread Stephan Bergmann
On 04/03/2012 11:28 AM, Laurent Godard wrote: Discussing on IRC, vmiklos (thanks to him) pointed me on http://opengrok.libreoffice.org/xref/core/python/Python-ssl.patch is it the patch to be applied to allow SSL support ? That patch /is/ applied (cf. PATCH_FILES in python/makefile.mk). ___