LyX v.s WYSIWYGI v.s WYGIWYS

2005-11-17 Thread chr
http://www.useit.com/alertbox/wysiwyg.html I was too tired to understand it now, but I'm sure it'll interest some people on this list. /Christian -- Christian Ridderström, +46-8-768 39 44 http://www.md.kth.se/~chr

Re: [announce] third beta release of new LyXWin installer

2005-11-17 Thread Uwe Stöhr
I wrote: Shortly after the last version I'm proud to announce the third version (0.3) of the LyXWinInstaller I'm very sorry, I accidently uploaded an old buggy version so that I need to release a new version 0.31: http://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=80

[PATCH] Remove/fix messages

2005-11-17 Thread Michael Gerz
Hi, this trivial patch prevents dummy captions to be put in the po files (plus one typo fix). OK to commit? Michael Index: ChangeLog === RCS file: /usr/local/lyx/cvsroot/lyx-devel/src/ChangeLog,v retrieving revision 1.2325 diff -

Re: [patch] fix setDefaultParagraph in insettabular

2005-11-17 Thread Georg Baum
Am Dienstag, 15. November 2005 16:34 schrieb Juergen Spitzmueller: > Yes, that's true. The old code was broken as well. And that seems to be the > reason why forceDefaultParagraph does not force Standard paragraphs in the > output of tabulars (this is triggered by the Paragraph code and seems to

Re: [PATCH] Re: bug 1952/1953

2005-11-17 Thread Georg Baum
Am Donnerstag, 17. November 2005 09:43 schrieb Juergen Spitzmueller: > Juergen Spitzmueller wrote: > > The attached patch fixes bug 1952 for me. Some additional testing > > would be nice, though. > > What about this? works for me. Georg

Re: Bug in subdocument bibtex support 1.3.6, 1.3.7-pre2 [proposed fix]

2005-11-17 Thread Georg Baum
Johann Kellerman wrote: > Georg Baum <[EMAIL PROTECTED]> writes: >> I don't know if bibtex can handle relative paths, but the solution above >> s better anyway (if it works). > > If it can get the main documents temporary directory it will be perfect! I tested the patch with your document, and

[announce] third beta release of new LyXWin installer

2005-11-17 Thread Uwe Stöhr
Hello LyXers, Shortly after the last version I'm proud to announce the third version (0.3) of the LyXWinInstaller: https://developer.berlios.de/project/showfiles.php?group_id=5117&release_id=8040 (it needs some time until the download begins) Now all LyX features should work and the installe

Re: Bug in subdocument bibtex support 1.3.6, 1.3.7-pre2 [proposed fix]

2005-11-17 Thread Johann Kellerman
Georg Baum <[EMAIL PROTECTED]> writes: > I don't know if bibtex can handle relative paths, but the solution above s > better anyway (if it works). If it can get the main documents temporary directory it will be perfect! I'm not sure if my first post got through to the list. I mailed it through,

Re: Bug in subdocument bibtex support 1.3.6, 1.3.7-pre2 [proposed fix]

2005-11-17 Thread Georg Baum
Johann Kellerman wrote: > Hi, > > Please refer to my previous message for the problem. "Bug in subdocument > bibtex support 1.3.6, 1.3.7-pre2" > > What I could see from looking at the code is the following. > > The copy problem is around line 244 in insetbib.C > > database = mangled_filename(d

Bug in subdocument bibtex support 1.3.6, 1.3.7-pre2 [proposed fix]

2005-11-17 Thread Johann Kellerman
Hi, Please refer to my previous message for the problem. "Bug in subdocument bibtex support 1.3.6, 1.3.7-pre2" What I could see from looking at the code is the following. The copy problem is around line 244 in insetbib.C database = mangled_filename(database); str

Re: Writing successful open source

2005-11-17 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> Hello, I read this and found it interesting as reflection for Jose'> the next development term: Jose'> http://aseigo.blogspot.com/2005/11/writing-successful-open-source.html Very interesting indeed. JMarc

Re: [PATCH] Re: bug 1952/1953

2005-11-17 Thread Juergen Spitzmueller
Juergen Spitzmueller wrote: > The attached patch fixes bug 1952 for me. Some additional testing > would be nice, though. What about this?

Re: [patch] fix setDefaultParagraph in insettabular

2005-11-17 Thread Juergen Spitzmueller
Jean-Marc Lasgouttes wrote: > >> The idea looks good to me. Does it mean that you are going to get > >> rid of InsetBase::forceDefaultParagraph too? > > Georg> That would be nice, but I don't see how it can be done. It is > Georg> needed in LyXText::dispatch and LyXFunc::getStatus. Whatever we > Ge