Re: [PATCH] reduce drastically number of calls to LyXText::getFont

2005-06-09 Thread Lars Gullik Bjnnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Lars == Lars Gullik Bjønnes [EMAIL PROTECTED] writes: | Lars the you should just leave it as is (+=). a push back buys | Lars nothing. | I did that. | |Actually, I do not like it because both branches of the if() | |will be compiled and in many

Re: File manager available for uploads at wiki.lyx.org

2005-03-29 Thread Lars Gullik Bjnnes
[EMAIL PROTECTED] writes: | On Tue, 29 Mar 2005, Jean-Pierre [utf-8] Chrétien wrote: I've just installed the Invision Power File Manager (IPFM) here http://wiki.lyx.org/ipfm/index.php and created a user account 'lyx' with the password 'LyXers'. Feel free to check it out, and let

Re: Patch for 1.3.X: vc-backend file quoting+CVS::checkOut

2005-03-26 Thread Lars Gullik Bjnnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: | Here are the patch I propose to apply. We could have gone a bit | further and use QuoteName on log messages too, instead of the explicit | quoting. | Lars, still OK? yes -- Lgb

Re: [Patch] fix bug 1843

2005-03-26 Thread Lars Gullik Bjnnes
Martin Vermeer [EMAIL PROTECTED] writes: | See attached. | It fixes bug 1843 (\begin_header is missing pop-up when defining new | branch and applying), and looks also otherwise plausible (as in: just | forgetting something trivial). | OK to apply? Yes, this looks ok. -- Lgb

Re: [Patch] Re: Fixing bugs 1844,1845

2005-03-26 Thread Lars Gullik Bjnnes
Martin Vermeer [EMAIL PROTECTED] writes: | @@ -394,6 +395,10 @@ | int unknown_tokens = 0; | int line = -1; | int begin_header_line = -1; | + | + // Initialize parameters that may be/go lacking in header: | + params().branchlist().clear(); | + params().options =

Re: [PATCH] supporting spaces in TeX file names, part 2

2005-03-25 Thread Lars Gullik Bjnnes
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes: Bennett == Bennett Helm [EMAIL PROTECTED] writes: Does this mean that the following patch works? Any additional bug that comes to your mind? | Bennett Yes -- it works. | I propose to apply the equivalent patch to 1.4.x too. | Lars, ok? ok --

Re: tex2lyx feedback

2005-03-25 Thread Lars Gullik Bjnnes
Georg Baum [EMAIL PROTECTED] writes: | Jean-Pierre Chrétien wrote: Georg Baum [EMAIL PROTECTED] writes: Could you please try the following patch that gets rid of the racy checks on solaris? Works fine, thanks for fixing this. | Fine. Lars, I am going to apply this unless I get a no.

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | Jean-Marc Lasgouttes wrote: Angus The attached patch adds a comment of the form: Angus # HTML-Last-Translator: Zdenko Podobnyacute; Can't you just use a tool like recode to put the name in the right shape? I do not know how common recode is, but

Re: [PATCH] generation of i18n.php3 from po files

2005-03-25 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | Jean-Marc, | what do you think of this approach/code? It enables us to generate a valid | UTF-8 encoded i18n.php3 with minimal human intervention. | If you're happy, then I'd like to commit this. (To the devel tree too of | course.) | | The attached

Re: UTF-8 and www.devel.lyx.org

2005-03-25 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | Angus Leeming wrote: My local pages http://www.devel.lyx.org/~leeming/www-devel now validate as valid UTF-8 encoded XHTML 1.1 | Ok, I've now committed the attached patch to www.devel.lyx.org. | I'll hold on to the patches to the po files until

Re: UTF-8 and www.devel.lyx.org

2005-03-25 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | no.po | -Last-Translator: Lars Gullik Bjønnes [EMAIL PROTECTED]\n | +Last-Translator: Lars Gullik Bjoslash;nnes [EMAIL PROTECTED]\n Hmm--- no.po is in latin1 not in html... I don't think you should change the po files. -- Lgb

Re: [PATCH]: fixing www.lyx.org links

2005-03-23 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | Georg Baum wrote: Angus Leeming wrote: Of these, am I correct in thinking that these: http://www.lyx.org/help/index.php3 http://www.educat.hu-berlin.de/~voss/lyx/ should now point to: http://www.texnik.de/ AFAIK yes. | Ok, thanks.

Re: [PATCH]: fixing www.lyx.org links

2005-03-23 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | Lars Gullik Bjønnes wrote: | Lars, could you adjust the Apache config file so that a request for | http://www.lyx.org/help/* | sends the requester to | http://www.texnik.de/ I would prefere not to. Can it be resolved with .htaccess or a

Re: [PATCH]: fixing www.lyx.org links

2005-03-23 Thread Lars Gullik Bjnnes
Angus Leeming [EMAIL PROTECTED] writes: | It ignores help/.htaccess totally. | [EMAIL PROTECTED]:www-user-cat help/.htaccess | redirectmatch permanent (.*) http://www.texnik.de/ I ended up doing this in the virtualhost config Directory /home/lyx/www/www-user/