[patch] bug 4012: Reference eats up one char before when the char is double byte

2007-07-14 Thread Jürgen Spitzmüller
http://bugzilla.lyx.org/show_bug.cgi?id=4012 This patch fixes a real severe issue with CJK languages: if a cjk encoding other than UTF8 (such as EUC-JP) is used, multibyte characters simply vanish in the LaTeX output. This is dataloss. Since utf8 is not available on all systems, this renders 1.

Re: [patch] bug 4012: Reference eats up one char before when the char is double byte

2007-07-14 Thread Abdelrazak Younes
Jürgen Spitzmüller wrote: http://bugzilla.lyx.org/show_bug.cgi?id=4012 This patch fixes a real severe issue with CJK languages: if a cjk encoding other than UTF8 (such as EUC-JP) is used, multibyte characters simply vanish in the LaTeX output. This is dataloss. Since utf8 is not available on a

Re: Lyx crashes on exit (windows)

2007-07-14 Thread Joost Verburg
Bo Peng wrote: Kind of randomly, but frequently, when lyx exists, a dialog shows up and says: The instruction at )x0190f7b0 referenced memory at 0x6d729b1. The memory could not be written. Click OK to terminate the program. I can reproduce this crash (also without command window). Especially

Re: [patch] small tweak to INSTALL

2007-07-14 Thread José Matos
On Saturday 14 July 2007 07:07:43 Jürgen Spitzmüller wrote: > José, OK? > > Jürgen OK. -- José Abílio

Re: [patch] bug 4012: Reference eats up one char before when the char is double byte

2007-07-14 Thread José Matos
On Saturday 14 July 2007 12:57:24 Abdelrazak Younes wrote: > +1. > > Abdel. +1 -- José Abílio

Re: [new patch] bug 1820

2007-07-14 Thread Joost Verburg
Abdelrazak Younes wrote: Quite frankly, as there is no format change and that this needs some more testing, I'd prefer that you wait for 1.5.1 which will hopefully happen very soon. Just look at my recent brown paper bag which was supposed to be very very safe. According to the description of

Re: [updated PATCH] bugs 3958, 3313 and 3976 lyx2lyx and unicode characters

2007-07-14 Thread Anders Ekberg
A hopefully better solution is posted to bugzilla. Details in http://bugzilla.lyx.org/show_bug.cgi?id=3958 /Anders Anders Ekberg Fri, 13 Jul 2007 05:18:45 -0700 I have tried to address Georg's and Juergen's comments. To avoid data-loss, the function is only run if the encoding is auto or d

Problems with external boost and gettext

2007-07-14 Thread Sven Hoexter
Hi, while preparing a Debian package for the upcoming 1.5 release I've experienced a huge performance problem with 1.5rc1. Now I tried to find a reason and had to find out that the current trunk will segfault when I build it with the boost libs provided in the Debian archive. I don't know if someo

[PATCH] Re: Lyx crashes on exit (windows)

2007-07-14 Thread Abdelrazak Younes
Joost Verburg wrote: Bo Peng wrote: Kind of randomly, but frequently, when lyx exists, a dialog shows up and says: The instruction at )x0190f7b0 referenced memory at 0x6d729b1. The memory could not be written. Click OK to terminate the program. I can reproduce this crash (also without comman

Re: Exception when opening Document->settings on Solaris

2007-07-14 Thread Enrico Forestieri
On Fri, Jul 13, 2007 at 01:16:31PM +0200, Pavel Sanda wrote: > > The exception is thrown by the locale constructor, not when the > > ordering is performed. > > are you sure this holds for all previous crashes ? Yes, I am pretty sure. -- Enrico

Re: [new patch] bug 1820

2007-07-14 Thread Enrico Forestieri
On Fri, Jul 13, 2007 at 07:10:10PM +0300, Dov Feldstern wrote: > Attached find the latest additions to the patch. Enrico, I think these > will solve the samples you sent me, and it seems to still work for the > RTL stuff. But I haven't had time to clean up the patch yet, nor have I > tested i

1.5.0 release

2007-07-14 Thread Dov Feldstern
Hi! I have a few patches (for bugs 1820, 3613) which have to go in before the final release, because they involve format changes, but which require more work and testing. I realize, however, that this is holding up continued development, and generally developers (much more than the users, I t

Re: [new patch] bug 1820

2007-07-14 Thread Dov Feldstern
Enrico Forestieri wrote: On Fri, Jul 13, 2007 at 07:10:10PM +0300, Dov Feldstern wrote: Attached find the latest additions to the patch. Enrico, I think these will solve the samples you sent me, and it seems to still work for the RTL stuff. But I haven't had time to clean up the patch yet, nor

Re: [new patch] bug 1820

2007-07-14 Thread Dov Feldstern
Joost Verburg wrote: Abdelrazak Younes wrote: Quite frankly, as there is no format change and that this needs some more testing, I'd prefer that you wait for 1.5.1 which will hopefully happen very soon. Just look at my recent brown paper bag which was supposed to be very very safe. According

[patch] bug 3613 (includes format change)

2007-07-14 Thread Dov Feldstern
Hi! Attached find a patch for the last remaining problem with bug 3613. It's a format change. The problem it solves is due to some missed cases way back in format change 249. I'm attaching example files which demonstrate the problem (and which this patch fixes). There are still some detail

Re: [PATCH] Re: Lyx crashes on exit (windows)

2007-07-14 Thread Bo Peng
This patch properly shut down what's needed to avoid the crashes. OK? I do not know this part of the code so you decide. Also, I did not use multi-view when I had the crashes. Bo