Re: LyX version 1.6.0 (release candidate 4) is released

2008-10-23 Thread José Matos
On Friday 24 October 2008 03:33:01 Bennett Helm wrote: > I've put the Mac binary here: > > http://edisk.fandm.edu/bennett.helm/LyX/LyX-1.6.4RC4-Mac-Universal.dmg > > Could someone please upload it? > > Thanks. Done, thanks. :-) > Bennett -- José Abílio

Re: LyX version 1.6.0 (release candidate 4) is released

2008-10-23 Thread Bennett Helm
On Thu, Oct 23, 2008 at 7:26 PM, José Matos <[EMAIL PROTECTED]> wrote: > Public release of LyX version 1.6.0 (release candidate 4) > = > > We are pleased to announce the fourth release candidate of LyX 1.6.0. I've put the Mac binary here:

[announce] preview test release of LyX 1.6.0rc4 for Windows

2008-10-23 Thread Uwe Stöhr
Hello LyX testers, I uploaded an installer for the fourth release candidate of the upcoming LyX version 1.6.0 for Windows. This release is for interested LyX users who want to check out the new features of LyX. NOTE: LyX 1.6rc4 is still not a stable release! So you might stumble over regressio

Re: The tex4ht changes: please test!

2008-10-23 Thread Uwe Stöhr
Joost Verburg wrote: > Uwe wrote: >> This is a known MiKTeX bug that will be solved in a few days, see also >> http://bugzilla.lyx.org/show_bug.cgi?id=4730 MiKTeX deliver since today the fixed tex4ht packages and its own zip.exe. Please test it out. I now get an odt-file, but it is always empty

1.6.0rc4 amsart could not be loaded

2008-10-23 Thread Neal Becker
I just tried opening one of my docs. I'm pretty sure this didn't happen with 1.6.0rc3: TextClass.cpp(599): Error: Textclass 'amsart' is missing a defaultstyle. Error reading `[layouts/amsart.layout]' (Check `amsart') Check your installation and try Options/Reconfigure... Error: Could not load cl

LyX version 1.6.0 (release candidate 4) is released

2008-10-23 Thread José Matos
Public release of LyX version 1.6.0 (release candidate 4) = We are pleased to announce the fourth release candidate of LyX 1.6.0. LyX 1.6.0 will be the culmination of 14 months of hard work since the release of the LyX 1.5 series. We sincere

Re: About the documentation files - again

2008-10-23 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > Le 23 oct. 08 ? 01:59, Pavel Sanda a écrit : >> Pavel Sanda wrote: >>> 2. ToC is not much usable. Should we drop it only from menu or should >>>we disable the generation in the instalation process? >> >> while removing ToC from menu is very easy job, i see there is

Re: [Cvslog] r27063 - /lyx-devel/trunk/src/frontends/qt4/GuiToc.cpp

2008-10-23 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: > Author: sts > Date: Thu Oct 23 22:46:03 2008 > New Revision: 27063 > > URL: http://www.lyx.org/trac/changeset/27063 > Log: > * fix fullscreen TOC switching between dock and drawer mode on Mac thank you Stefan for looking on this. pavel

Re: [patch] Solving selection painting bugs

2008-10-23 Thread José Matos
On Thursday 23 October 2008 20:20:13 Vincent van Ravesteijn wrote: > Jose, I hope I'm not too late for 1.6 :S... Otherwise I'll have to make > it smell like a major bug fix.. For rc4 certainly it is late. :-) For it to be applied to 1.6.0 I would like to hear from others. In the worst case scena

Re: Any last minute objection to release rc4?

2008-10-23 Thread Stefan Schimanski
Am 24.10.2008 um 00:02 schrieb José Matos: On Thursday 23 October 2008 22:11:37 Stefan Schimanski wrote: Complete patch is attached now to http://bugzilla.lyx.org/show_bug.cgi?id=5327 Stefan I will leave this patch out but if you have other confirmation that it works you can commit it af

Re: Any last minute objection to release rc4?

2008-10-23 Thread José Matos
On Thursday 23 October 2008 22:11:37 Stefan Schimanski wrote: > Complete patch is attached now to > http://bugzilla.lyx.org/show_bug.cgi?id=5327 > > Stefan I will leave this patch out but if you have other confirmation that it works you can commit it after rc4 is released... Just to be sure I wo

Re: Any last minute objection to release rc4?

2008-10-23 Thread Stefan Schimanski
Am 23.10.2008 um 22:32 schrieb Stefan Schimanski: Am 23.10.2008 um 21:08 schrieb José Matos: Is there any last minute objection to release rc4? I will dinner and after that I will release rc4 unless there is a very goos reason to dealy it. I put in the patch to fix the pixmap cache cra

Re: [patch] Bug 5399

2008-10-23 Thread Vincent van Ravesteijn
On Thu, 2008-10-23 at 22:43 +0200, Stefan Schimanski wrote: > Am 23.10.2008 um 22:40 schrieb Vincent van Ravesteijn: > > > Changing baseName() into completeBaseName() in > > FileName::onlyFileNameWithoutExt(). > > > > This is a new function in Qt4 that removes everything after the > last > > '.'

Re: [patch] Bug 5399

2008-10-23 Thread Stefan Schimanski
Am 23.10.2008 um 22:40 schrieb Vincent van Ravesteijn: Changing baseName() into completeBaseName() in FileName::onlyFileNameWithoutExt(). This is a new function in Qt4 that removes everything after the last '.' instead of everything after the first '.'. +cosmetics Vincent Looks good if

[patch] Bug 5399

2008-10-23 Thread Vincent van Ravesteijn
Changing baseName() into completeBaseName() in FileName::onlyFileNameWithoutExt(). This is a new function in Qt4 that removes everything after the last '.' instead of everything after the first '.'. +cosmetics Vincent Index: src/support/FileName.cpp ==

Re: Any last minute objection to release rc4?

2008-10-23 Thread Stefan Schimanski
Am 23.10.2008 um 21:08 schrieb José Matos: Is there any last minute objection to release rc4? I will dinner and after that I will release rc4 unless there is a very goos reason to dealy it. I put in the patch to fix the pixmap cache crash on Mac. I think it's not perfect yet (because it

Re: [patch] Solving selection painting bugs

2008-10-23 Thread Vincent van Ravesteijn
New patch. Summary: A PainterInfo::backgroundColor function is introduced that determines the background color of a certain Inset. This color is depended on the selection state, the color of its parent and its own color. The painting is now also correct for the special cases like Math and Tabula

Any last minute objection to release rc4?

2008-10-23 Thread José Matos
Is there any last minute objection to release rc4? I will dinner and after that I will release rc4 unless there is a very goos reason to dealy it. Regards, -- José Abílio

Re: Unloadable 1.4 file

2008-10-23 Thread Enrico Forestieri
On Thu, Oct 23, 2008 at 02:25:18PM -0400, rgheck wrote: > Enrico Forestieri wrote: > > Try loading in 1.6 the LyX-example file attached to bug 3034: > > http://bugzilla.lyx.org/attachment.cgi?id=1352&action=view > > > > Conversion takes forever. Seems to be a lyx2lyx problem. > > > > > Fixed. Th

Re: Unloadable 1.4 file

2008-10-23 Thread rgheck
Enrico Forestieri wrote: Try loading in 1.6 the LyX-example file attached to bug 3034: http://bugzilla.lyx.org/attachment.cgi?id=1352&action=view Conversion takes forever. Seems to be a lyx2lyx problem. Fixed. There was a thinko in the convert_macro_global code that Uwe added at r26964. U

[patch] Bug 5166

2008-10-23 Thread Vincent van Ravesteijn
Patch to solve bug 5166. doInsertInset has the behaviour to put the cursor inside the new inset when there was no selection, thus when the new inset is empty. If there was a selection, the cursor is put outside the inset. cur.backwardPos() puts the cursor inside the inset and doInsertInset(cmd_ca

Re: status of linuxodc

2008-10-23 Thread José Matos
On Thursday 23 October 2008 14:27:05 Jean-Marc Lasgouttes wrote: > José Matos <[EMAIL PROTECTED]> writes: > > On Friday 17 October 2008 09:39:38 Jean-Marc Lasgouttes wrote: > >> I was under the impression that linuxdoc support got removed, but it is > >> still present in configure.py. What is the s

Re: Configure Bug?

2008-10-23 Thread rgheck
Jean-Marc Lasgouttes wrote: default textclass.lst from the failed first run, so it skips the part that does that test. So that leads to the question: Isn't it a bit much to sys.exit(2) if we don't find a \DeclareXXClass line? Seems to me it'd be enough to print the error message and ignore that l

Re: PDF generation

2008-10-23 Thread Matthias Coy
Vincent van Ravesteijn - TNW schrieb: rgheck schrieb: Matthias Coy wrote: rgheck schrieb: Matthias Coy wrote: Hi, I'm using 1.6.0RC3 on Windows, and the generation of PDF is working fine. Only the "abstract", which is shown fine in Lyx has no headline on the pdf-output itself. This is st

RE: PDF generation

2008-10-23 Thread Vincent van Ravesteijn - TNW
rgheck schrieb: > Matthias Coy wrote: >> rgheck schrieb: >>> Matthias Coy wrote: Hi, I'm using 1.6.0RC3 on Windows, and the generation of PDF is working fine. Only the "abstract", which is shown fine in Lyx has no headline on the pdf-output itself. This is strange, becau

Re: PDF generation

2008-10-23 Thread Matthias Coy
rgheck schrieb: Matthias Coy wrote: rgheck schrieb: Matthias Coy wrote: Hi, I'm using 1.6.0RC3 on Windows, and the generation of PDF is working fine. Only the "abstract", which is shown fine in Lyx has no headline on the pdf-output itself. This is strange, because I would like to habe the

Unloadable 1.4 file

2008-10-23 Thread Enrico Forestieri
Try loading in 1.6 the LyX-example file attached to bug 3034: http://bugzilla.lyx.org/attachment.cgi?id=1352&action=view Conversion takes forever. Seems to be a lyx2lyx problem. -- Enrico

Re: 1.6svn bug: open an included file, and the containing file gets "changed"?

2008-10-23 Thread Jean-Marc Lasgouttes
Helge Hafting <[EMAIL PROTECTED]> writes: > Now, editing the child document may change the whole of it, so > that view->pdf and friends need to recompile and can't use > cached dvi files and such. A cross reference to something > in the subdocument might change, perhaps. That is fine. > But the ma

Re: Configure Bug?

2008-10-23 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > Using current svn: > #mkdir /tmp/lyx/ > #cd /tmp/lyx > #python /cvs/lyxsvn/lib/configure.py > Result: > ... > +checking list of textclasses... > Layout file /cvs/lyxsvn/lib/layouts/manpage.layout has no > \DeclareXXClass line. > > Is this just a typo in that la

Re: rc4 release schedule

2008-10-23 Thread Jean-Marc Lasgouttes
Stephan Witt <[EMAIL PROTECTED]> writes: >> Really? I tried ./autogen.sh; ./configure already... >> I guess it is directly coded in lib/doc/Makefile.in. >> I did a (temporarily) "svn up -r 27006 lib/doc/FAQ.lyx" as a workaround. > > The correct(?) solution is the attached patch. I did that alread

Re: PDF generation

2008-10-23 Thread rgheck
Matthias Coy wrote: rgheck schrieb: Matthias Coy wrote: Hi, I'm using 1.6.0RC3 on Windows, and the generation of PDF is working fine. Only the "abstract", which is shown fine in Lyx has no headline on the pdf-output itself. This is strange, because I would like to habe the "Abscract" title

Re: rc4 release schedule

2008-10-23 Thread Stephan Witt
Stephan Witt schrieb: Jean-Marc Lasgouttes schrieb: Stephan Witt <[EMAIL PROTECTED]> writes: Currently I'm failing to build Mac OS X package because of broken "make install". There are dependencies on FAQ.lyx in lib/doc/Makefile.in Did anyone got the same problem? It is related to the rem

Re: status of linuxodc

2008-10-23 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > On Friday 17 October 2008 09:39:38 Jean-Marc Lasgouttes wrote: >> I was under the impression that linuxdoc support got removed, but it is >> still present in configure.py. What is the status? > > It was removed but it seems that we forgot that bit. :-) Now

Re: rc4 release schedule

2008-10-23 Thread Stephan Witt
Jean-Marc Lasgouttes schrieb: Stephan Witt <[EMAIL PROTECTED]> writes: Currently I'm failing to build Mac OS X package because of broken "make install". There are dependencies on FAQ.lyx in lib/doc/Makefile.in Did anyone got the same problem? It is related to the removal of FAQ, I guess.

Re: rc4 release schedule

2008-10-23 Thread Jean-Marc Lasgouttes
Konrad Hofbauer <[EMAIL PROTECTED]> writes: > Look in the archive, there was a discussion about those symbols earlier. > Problem at that time was that the standard Latex-fonts do not have > those symbols, but there were some special packages that provide them. > If you want, you can check if one of

Re: rc4 release schedule

2008-10-23 Thread Jean-Marc Lasgouttes
Helge Hafting <[EMAIL PROTECTED]> writes: > Bo Peng wrote: >>> Fixed as well. See patch attached in Bugzilla. >> >> http://bugzilla.lyx.org/show_bug.cgi?id=5349 is easy to fix as long as >> someone knows how to quote a string with " properly. > > Easy enough. The common way in unix is to use the >

Re: rc4 release schedule

2008-10-23 Thread Jean-Marc Lasgouttes
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > We have escapeCommand in LyXRC.cpp, which could be turned into a > quoteString inLexRC (which would add the "" around the string). Actually quoteString already exists. I am working on a patch. JMarc

Re: [Cvslog] r27051 - /lyx-devel/trunk/src/LyXFunc.cpp

2008-10-23 Thread Jean-Marc Lasgouttes
rgheck <[EMAIL PROTECTED]> writes: > [EMAIL PROTECTED] wrote: >> Author: rgheck >> Date: Thu Oct 23 14:21:12 2008 >> New Revision: 27051 >> >> URL: http://www.lyx.org/trac/changeset/27051 >> Log: >> Fix suggested by Abdel. JMarc owes Pavel a beer. >> >> > Should we keep this one, then? Or shoul

Re: PDF generation

2008-10-23 Thread Matthias Coy
rgheck schrieb: Matthias Coy wrote: Hi, I'm using 1.6.0RC3 on Windows, and the generation of PDF is working fine. Only the "abstract", which is shown fine in Lyx has no headline on the pdf-output itself. This is strange, because I would like to habe the "Abscract" title on my PDF as well.

Re: rc4 release schedule

2008-10-23 Thread Jean-Marc Lasgouttes
Helge Hafting <[EMAIL PROTECTED]> writes: > Bo Peng wrote: >>> Fixed as well. See patch attached in Bugzilla. >> >> http://bugzilla.lyx.org/show_bug.cgi?id=5349 is easy to fix as long as >> someone knows how to quote a string with " properly. > > Easy enough. The common way in unix is to use the >

Re: rc4 release schedule

2008-10-23 Thread rgheck
Jean-Marc Lasgouttes wrote: Stephan Witt <[EMAIL PROTECTED]> writes: Currently I'm failing to build Mac OS X package because of broken "make install". There are dependencies on FAQ.lyx in lib/doc/Makefile.in Did anyone got the same problem? It is related to the removal of FAQ, I gu

Re: About the documentation files - again

2008-10-23 Thread rgheck
Pavel Sanda wrote: Richard Heck wrote: I've done this. I forgot that I'm actually in charge of that manual now. the hard part of the job is to keep things in synchro... grep -ri extended.manual * grep -ri extended.features * Can you take care of the one instance in LFuns.lyx? rh

Re: PDF generation

2008-10-23 Thread rgheck
Matthias Coy wrote: Hi, I'm using 1.6.0RC3 on Windows, and the generation of PDF is working fine. Only the "abstract", which is shown fine in Lyx has no headline on the pdf-output itself. This is strange, because I would like to habe the "Abscract" title on my PDF as well. Any suggestions

Re: [Cvslog] r27051 - /lyx-devel/trunk/src/LyXFunc.cpp

2008-10-23 Thread rgheck
[EMAIL PROTECTED] wrote: Author: rgheck Date: Thu Oct 23 14:21:12 2008 New Revision: 27051 URL: http://www.lyx.org/trac/changeset/27051 Log: Fix suggested by Abdel. JMarc owes Pavel a beer. Should we keep this one, then? Or should we revert it? rh Modified: lyx-devel/trunk/src/LyXFun

Re: rc4 release schedule

2008-10-23 Thread Jean-Marc Lasgouttes
Stephan Witt <[EMAIL PROTECTED]> writes: > Currently I'm failing to build Mac OS X package because of broken "make > install". > > There are dependencies on FAQ.lyx in lib/doc/Makefile.in > > Did anyone got the same problem? It is related to the removal of FAQ, I guess. You can try for now to r

Re: rc4 release schedule

2008-10-23 Thread Konrad Hofbauer
rgheck wrote: Konrad Hofbauer wrote: There would be (multiple cursors in all dialogs), but it is just a GUI glitch. That's cross-platform and seems to be a Qt bug. I doubt it is a Qt bug. 1) It would be a very blatant Qt bug. 2) Look for examp

Re: Thanks and Request for Feature

2008-10-23 Thread rgheck
Sean Mullane wrote: No dice. using \mathcal on 'r' produces the dell operator. I don't think it works on lower case letters like it does on upper case ones Right. I've seen that before, too. This must exist in some form. rh

Re: rc4 release schedule

2008-10-23 Thread Stephan Witt
Pavel Sanda schrieb: José Matos wrote: In order to do that I would like to release rc4 (the final rc) next Thursday. After that only major bugs would be solved before releasing 1.6.0. sorry for the bunch of last minute commits, i wrongly interpreted what the 'next' thursday means! :) pavel

PDF generation

2008-10-23 Thread Matthias Coy
Hi, I'm using 1.6.0RC3 on Windows, and the generation of PDF is working fine. Only the "abstract", which is shown fine in Lyx has no headline on the pdf-output itself. This is strange, because I would like to habe the "Abscract" title on my PDF as well. Any suggestions why this is happening

SubFigure conversion error

2008-10-23 Thread rgheck
One of our users has had a problem converting certain documents into 1.6. Turns out these are documents that have subfigures but NO subcaption. Right now, lyx2lyx throws an error in this case. It's easy to fix this, but what should we do? Can we just omit the caption? Should we write and empt

Re: Crash to be solved for rc4

2008-10-23 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes: > JMarc ows you a beer ;-) Nope :-p This is in the part of the patch (goodbuf-light where I said that problems would be; the bet holds on the other part. > But this is not a serious issue really. Just do as I suggest or do the > test before calling th

Re: [Cvslog] r27048 - /lyx-devel/trunk/lib/ui/stdmenus.inc

2008-10-23 Thread Abdelrazak Younes
On 23/10/2008 14:19, Pavel Sanda wrote: Jean-Marc Lasgouttes wrote: + Menu "examples" + Item "Linguistics manual|L" "help-open ../examples/linguistics.lyx" + Item "Braille manual|B" "help-open ../examples/Braille.lyx" + Item "XY-pic manual|X"

Re: About the documentation files - again

2008-10-23 Thread Pavel Sanda
Richard Heck wrote: > I've done this. I forgot that I'm actually in charge of that manual now. the hard part of the job is to keep things in synchro... grep -ri extended.manual * grep -ri extended.features * pavel

Re: [Fwd: ÎÅÐÒÁ×ÉÌØÎÏ ÏÆ ÏÒÍÌÅÎ ÚÁÐÒÏÓ ÉÌÉ ÎÅ× ÅÒÎÁÑ ËÏÍÁÎÄÁ]

2008-10-23 Thread Jean-Marc Lasgouttes
Kornel Benko <[EMAIL PROTECTED]> writes: > Am Thursday 23 October 2008 schrieb Abdelrazak Younes: >> This is starting to get annoying... > > This is readable with encoding "Cyrillic koi8-u". Of course, you should > understand russian then :) > It was meant to be sent to russian lyx-list, I suppos

Re: [Cvslog] r27048 - /lyx-devel/trunk/lib/ui/stdmenus.inc

2008-10-23 Thread Pavel Sanda
Jean-Marc Lasgouttes wrote: > > + Menu "examples" > > + Item "Linguistics manual|L" "help-open > > ../examples/linguistics.lyx" > > + Item "Braille manual|B" "help-open ../examples/Braille.lyx" > > + Item "XY-pic manual|X" "help-open ../examples/xypic.lyx" > > + E

Re: Thanks and Request for Feature

2008-10-23 Thread Sean Mullane
No dice. using \mathcal on 'r' produces the dell operator. I don't think it works on lower case letters like it does on upper case ones Sean rgheck wrote: > Sean Mullane wrote: >> Hello, >> >> This is my first time posting to this list. First, let me say that >> LyX >> has been a great tool

Re: [PATCH] Re: Undo messages

2008-10-23 Thread Jean-Marc Lasgouttes
José Matos <[EMAIL PROTECTED]> writes: > Although it is late in the development cycle I would like to have both > patches > in. The last thing that I want in this type of code is to have two different > code styles. The patches are in. JMarc

Re: [Cvslog] r27048 - /lyx-devel/trunk/lib/ui/stdmenus.inc

2008-10-23 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] writes: > + Menu "examples" > + Item "Linguistics manual|L" "help-open > ../examples/linguistics.lyx" > + Item "Braille manual|B" "help-open ../examples/Braille.lyx" > + Item "XY-pic manual|X" "help-open ../examples/xypic.lyx" > + End

Re: rc4 release schedule

2008-10-23 Thread rgheck
Konrad Hofbauer wrote: Abdelrazak Younes wrote: I suggest making a list of remaining Mac bugs while you have Stefan's attention ;-) There would be (multiple cursors in all dialogs), but it is just a GUI glitch. That's cross-platform and seems to

Re: About the documentation files - again

2008-10-23 Thread rgheck
Guenter Milde wrote: i let this to Uwe. Wouldn't it be better to leave the "linguistic" decision to a native speaker? Uwe could then decide whether it will be implemented in 1.6.0 or later... I've done this. I forgot that I'm actually in charge of that manual now. rh

Re: rc4 release schedule

2008-10-23 Thread Konrad Hofbauer
Abdelrazak Younes wrote: I suggest making a list of remaining Mac bugs while you have Stefan's attention ;-) There would be (multiple cursors in all dialogs), but it is just a GUI glitch. Maybe better 'save' Stefan's time for the critical stuff! :

Re: Thanks and Request for Feature

2008-10-23 Thread rgheck
Sean Mullane wrote: Hello, This is my first time posting to this list. First, let me say that LyX has been a great tool for me - I do all my write-ups and homework sets in it now. It certainly makes LaTeX easier and faster to use. So keep up the good work! That said, I haven't f

Re: rc4 release schedule

2008-10-23 Thread Konrad Hofbauer
Stephan Witt wrote: Currently I may confirm the the Pixmap Cache patch works (I didn't had a crash before and its ok after svn update too). But I cannot View-PDF the users guide because of missing latex macros for Apples keyboard symbols (command key, alt key, shift key). Maybe I have to downlo

Thanks and Request for Feature

2008-10-23 Thread Sean Mullane
Hello, This is my first time posting to this list. First, let me say that LyX has been a great tool for me - I do all my write-ups and homework sets in it now. It certainly makes LaTeX easier and faster to use. So keep up the good work! That said, I haven't found a way to include

Re: [Fwd: ÎÅÐÒÁ×ÉÌØÎÏ ÏÆÏÒÍÌÅÎ ÚÁÐÒÏÓ ÉÌÉ ÎÅ×ÅÒÎÁÑ ËÏÍÁÎÄÁ]

2008-10-23 Thread Kornel Benko
Am Thursday 23 October 2008 schrieb Abdelrazak Younes: > This is starting to get annoying... This is readable with encoding "Cyrillic koi8-u". Of course, you should understand russian then :) It was meant to be sent to russian lyx-list, I suppose. Kornel -- Kornel Benko [EMAIL PROTECTED

Re: xy-pic manual

2008-10-23 Thread Pavel Sanda
H. Peter Gumm wrote: > Sometimes, "a picture says more than thousand words". In this case, the > picture itself contains explanatory text. A reader knows at a glance, > whether the article is relevant for him/her or not. I finally let the picture in. The up-to-date version can be always found her

Re: [Cvslog] r27048 - /lyx-devel/trunk/lib/ui/stdmenus.inc

2008-10-23 Thread Pavel Sanda
[EMAIL PROTECTED] wrote: > Modified: lyx-devel/trunk/lib/ui/stdmenus.inc > URL: > http://www.lyx.org/trac/file/lyx-devel/trunk/lib/ui/stdmenus.inc?rev=27048 > == > --- lyx-devel/trunk/lib/ui/stdmenus.inc (original) > +++ l

Re: Crash to be solved for rc4

2008-10-23 Thread Abdelrazak Younes
On 23/10/2008 12:44, Pavel Sanda wrote: Abdelrazak Younes wrote: On 23/10/2008 11:08, Enrico Forestieri wrote: Latest svn. 1) Create a new document and type in anything 2) File->Close and discard 3) Crash ../../../src/support/lassert.cpp(21): ASSERTION b VIOLATED IN ../../src/Buffer

Re: Crash to be solved for rc4

2008-10-23 Thread Pavel Sanda
Abdelrazak Younes wrote: > On 23/10/2008 11:08, Enrico Forestieri wrote: >> Latest svn. >> >> 1) Create a new document and type in anything >> 2) File->Close and discard >> 3) Crash >> >> ../../../src/support/lassert.cpp(21): ASSERTION b VIOLATED IN >> ../../src/BufferList.cpp:297 >> Assertion tri

Re: About the documentation files - again

2008-10-23 Thread Pavel Sanda
Guenter Milde wrote: > > i let this to Uwe. > > Wouldn't it be better to leave the "linguistic" decision to a native > speaker? > > Uwe could then decide whether it will be implemented in 1.6.0 or later... of course i wasnt talking about the decision part, but about the execution part. pavel

Re: Crash to be solved for rc4

2008-10-23 Thread Abdelrazak Younes
On 23/10/2008 11:08, Enrico Forestieri wrote: Latest svn. 1) Create a new document and type in anything 2) File->Close and discard 3) Crash ../../../src/support/lassert.cpp(21): ASSERTION b VIOLATED IN ../../src/BufferList.cpp:297 Assertion triggered in void lyx::doAssert(const char*, const ch

Crash to be solved for rc4

2008-10-23 Thread Enrico Forestieri
Latest svn. 1) Create a new document and type in anything 2) File->Close and discard 3) Crash ../../../src/support/lassert.cpp(21): ASSERTION b VIOLATED IN ../../src/BufferList.cpp:297 Assertion triggered in void lyx::doAssert(const char*, const char*, long int) by failing check "false" in file

Re: rc4 release schedule

2008-10-23 Thread Stephan Witt
Abdelrazak Younes schrieb: On 23/10/2008 00:43, Bennett Helm wrote: On Wed, Oct 22, 2008 at 3:56 PM, Stefan Schimanski<[EMAIL PROTECTED]> wrote: Am 22.10.2008 um 21:52 schrieb Konrad Hofbauer: Stefan Schimanski wrote:

Re: rc4 release schedule

2008-10-23 Thread Helge Hafting
Bo Peng wrote: Fixed as well. See patch attached in Bugzilla. http://bugzilla.lyx.org/show_bug.cgi?id=5349 is easy to fix as long as someone knows how to quote a string with " properly. Easy enough. The common way in unix is to use the backslash as an escape character. So you use \" in order

Re: About the documentation files - again

2008-10-23 Thread Guenter Milde
Pavel Sanda <[EMAIL PROTECTED]> schrieb: > Richard Heck wrote: >> One other thing: I'd suggest changing the name of the "Extended Features" >> manual to "Advanced Features" or "Additional Features" or something like >> that. The term "Extended Features" isn't really English. That would most >>

Re: About the documentation files - again

2008-10-23 Thread Abdelrazak Younes
On 23/10/2008 02:25, Pavel Sanda wrote: Pavel Sanda wrote: please can anybody from windows herd validate that "help-open ../examples/Braille.lyx" works (i'm not sure about the .. part) ? Works fine. Abdel.

Re: [Fwd: ÎÅÐÒÁ×ÉÌØÎÏ Ï ÆÏÒÍÌÅÎ ÚÁÐÒÏÓ ÉÌ É ÎÅ×ÅÒÎÁÑ ËÏÍÁÎÄ Á]

2008-10-23 Thread Jean-Marc Lasgouttes
This is starting to get annoying... Forwarded to Máté. JMarc

Re: About the documentation files - again

2008-10-23 Thread Jean-Marc Lasgouttes
Le 23 oct. 08 à 01:59, Pavel Sanda a écrit : Pavel Sanda wrote: 2. ToC is not much usable. Should we drop it only from menu or should we disable the generation in the instalation process? while removing ToC from menu is very easy job, i see there is a whole makefile machinery behind the s

[Fwd: ÎÅÐÒÁ×ÉÌØÎÏ ÏÆÏ ÒÍÌÅÎ ÚÁÐÒÏÓ ÉÌÉ ÎÅ ×ÅÒÎÁÑ ËÏÍÁÎÄÁ]

2008-10-23 Thread Abdelrazak Younes
This is starting to get annoying... Original Message Subject:ÎÅÐÒÁ×ÉÌØÎÏ ÏÆÏÒÍÌÅÎ ÚÁÐÒÏÓ ÉÌÉ ÎÅ×ÅÒÎÁÑ ËÏÍÁÎÄÁ Date: Thu, 23 Oct 2008 11:08:42 +0400 (MSD) From: Minimalist Manager <[EMAIL PROTECTED]> To: Abdelrazak Younes <[EMAIL PROTECTED]> * rc4 release sch

Re: rc4 release schedule

2008-10-23 Thread Abdelrazak Younes
On 23/10/2008 00:43, Bennett Helm wrote: On Wed, Oct 22, 2008 at 3:56 PM, Stefan Schimanski<[EMAIL PROTECTED]> wrote: Am 22.10.2008 um 21:52 schrieb Konrad Hofbauer: Stefan Schimanski wrote: Crash with Pixmap Cach

Re: rc4 release schedule

2008-10-23 Thread Abdelrazak Younes
On 22/10/2008 21:56, Stefan Schimanski wrote: Am 22.10.2008 um 21:52 schrieb Konrad Hofbauer: Stefan Schimanski wrote: Crash with Pixmap Cache and special unicode characters. Fixed. See patch attached to the bug report. Thanks, thanks, and .