Re: Approaching LyX 1.6.1 [status update #1]

2008-11-23 Thread Jürgen Spitzmüller
Stephan Witt wrote: > My personal patch list is as follows: > * rcs.txt       - Addresses bug 5389 > * mathed.txt    - Fix some compiler warnings > * paragraph.txt - Fix a compiler warning > > At least rcs.txt fixes a major bug (crash in from_ascii()). > I suggest to apply it to trunk and branch. >

Re: Approaching LyX 1.6.1 [status update #1]

2008-11-23 Thread Stephan Witt
Jürgen Spitzmüller schrieb: We should not wait too long with 1.6.1, since 1.6.0 has introduced some major issues (as expected). In general, I'd like to concentrate on ironing out the critical and major bugs (quite some work has already been done) and make 1.6.1 a bugfix-release only. My perso

Re: Bug 5472

2008-11-23 Thread Pavel Sanda
Joost Verburg wrote: > If you remove it, copy/paste no longer works > between LyX and other Windows applications. if we don't know how to fix it, then removal is better than crashing. pavel

Re: [Cvslog] r27623 - /lyx-devel/branches/personal/kuemmel/progress_me...

2008-11-23 Thread Pavel Sanda
Peter Kümmel wrote: > Pavel Sanda wrote: >> but the basic question is was why to replace the old calls by newer ones >> when we dont desperately need background call for those. > > My intention is to cleanup and simplify the code. But I must admit, > technically there is not much gain for rcs, and

Re: No reload after VC->cancel

2008-11-23 Thread Pavel Sanda
Vincent van Ravesteijn wrote: > Pavel, > > Is there a good reason to reload the buffer after the user presses cancel > in the VC->register dialog ? no, just reminder from old api. > Would the attached patch make sense ? yes, its step in a good direction. if we don't solve the reload crash meanw

Re: No reload after VC->cancel

2008-11-23 Thread Konrad Hofbauer
Vincent van Ravesteijn wrote: Is there a good reason to reload the buffer after the user presses cancel in the VC->register dialog ? I don't know, but -- probably unrelated -- if the document has unsaved changes, VC->register asks to save the document first. /Konrad

No reload after VC->cancel

2008-11-23 Thread Vincent van Ravesteijn
Pavel, Is there a good reason to reload the buffer after the user presses cancel in the VC->register dialog ? Would the attached patch make sense ? Vincent Index: src/LyXFunc.cpp === --- src/LyXFunc.cpp (revision 27632) +++ s

Bug 5088 (DEPM)

2008-11-23 Thread Vincent van Ravesteijn
Hi all, I have made a patch to solve bug 5088. It would be nice if someone could confirm that it makes sense in some way. After executing DEPM to remove a double space, the position of the cursor was only 'fixed' if the cursor remained in the same par. This patch corrects this to fix the pos

Re: [Cvslog] r27677 - /lyx-devel/trunk/src/mathed/MacroTable.cpp

2008-11-23 Thread Jürgen Spitzmüller
While checking if this change has an impact on bug 5540, I noted that LyX now crashes earlier. The recipe that makes branch crash is the following: 1.) Alt-F N(new file) 2.) Alt-x math-macro xasdf 3.) 3 x End(Leave macro) 4.) Cntl-M (start math) 5.

Re: missing cmake files

2008-11-23 Thread Jürgen Spitzmüller
Peter Kümmel wrote: > I've fixed BRANCH_1_6_X. > Is there are changelog file which I should update? Yes. Status.16x. Jürgen

Re: missing cmake files

2008-11-23 Thread Peter Kümmel
José Matos wrote: On Thursday 20 November 2008 21:45:49 Peter Kümmel wrote: The 1.6.0 release misses some cmake files. Where have I to add them? development/Makefile.am if you appreciate the irony. ;-) Is it called by scons? ;) I've fixed BRANCH_1_6_X. Is there are changelog file which I s

Re: [Cvslog] r27677 - /lyx-devel/trunk/src/mathed/MacroTable.cpp

2008-11-23 Thread Jean-Marc Lasgouttes
// Hack. Any inset with a cell would do. - static Buffer buffer(""); + static Buffer * buffer = 0; + if (!buffer) { + buffer = theBufferList().newBuffer( + FileName::tempName().absFilename() + "_macrodata.internal"); + buffer->set

Re: Bug 5472

2008-11-23 Thread Joost Verburg
Abdelrazak Younes wrote: Bug 5472 disappears when: * The QWindowsMimeMetafile wmf_mime_ is not registered. (commenting out [EMAIL PROTECTED]) or * QWindowsMimeMetafile::[EMAIL PROTECTED]@531 returns true in stead of false. (Then pasting from LyX into Word does not work anymore). Any one a

Re: Hebrew and Proof Environment

2008-11-23 Thread Jürgen Spitzmüller
Dov Feldstern wrote: > Yes, I can confirm that undoing r25416 and r27236, r27237 fixes the problem > Amir reported. > > Adding a ---Separator--- environment before the proof *does* help, but I > doubt that that can be considered more than a workaround... Sure. > Is this a bug in article(Hebrew) (

Re: Buffer Message Assert [Was: trunk is asserting on shutdown]

2008-11-23 Thread Abdelrazak Younes
On 22/11/2008 20:41, Enrico Forestieri wrote: On Sat, Nov 22, 2008 at 07:23:56PM +0100, Abdelrazak Younes wrote: Actually the internal buffer is properly created and deleted; IOW I cannot reproduce the assertion... Do you still can? The bug does not always happens. Here is a recipe f

Re: FYI: Translation of web site

2008-11-23 Thread Alex
>> The only good reason would be that they are not enough kept to date. >> What if there is a download page in german, but it does not have the >> latest versions? > > I think I can fix something for the download page. One way would be to > create it using a template, so that the translations woul

Re: Bug 5472

2008-11-23 Thread Abdelrazak Younes
On 22/11/2008 20:01, Vincent van Ravesteijn wrote: Olivier Ripoll schreef: It means you are the first person having tried the crash recipe to report no LyX crash... No, I'm probably the first one who went looking for the crash and succeeded to find it. I have now tried four different PCs and on