Re: A status report on the current lyx-1 .5.0svn support of CJKlanguages

2007-02-10 Thread ChangGil Han
Hello, - Original Message - >> From: Georg Baum <[EMAIL PROTECTED]> >> To: lyx-devel@lists.lyx.org >> Date: 2007-02-10 23:03:49 >> Subject: Re: A status report on the current lyx-1.5.0svn support of >> CJKlanguages >> >> >> Yes. This patch attempts to do that. >> If you call lyx2lyx w

Re: A status report on the current lyx-1 .5.0svn support of CJK languages

2007-02-10 Thread ChangGil Han
- Original Message - >> From: Abdelrazak Younes <[EMAIL PROTECTED]> >> To: lyx-devel@lists.lyx.org >> Date: 2007-02-11 01:32:00 >> Subject: Re: A status report on the current lyx-1.5.0svn support of CJK >> languages >> >> >> OK, thanks for testing. It's committed but I think there's sti

Re: resize grip

2007-02-10 Thread John Levon
On Sat, Feb 10, 2007 at 07:34:17PM +0100, Peter Kümmel wrote: > Could I enable the size grip? There was a reason for that at one point, but I forget what... john

Re: [Cvslog] r17131 - /lyx-devel/branches/BRANCH_1_4_X/po/de.po

2007-02-10 Thread Uwe Stöhr
>> msgid "Section \\arabic{section}" >> msgstr "Abschnitt \\arabic{subsection}" > > This looks wrong. > >> msgid "Subsection \\arabic{section}.\\arabic{subsection}" >> msgstr "Unterabschnitt\\arabic{subsubsection}" > > This one, too. This is now fixed. I didn't touch the arguments of \arabic, onl

resize grip

2007-02-10 Thread Peter Kümmel
Could I enable the size grip? Peter Index: GuiView.C === --- GuiView.C (revision 17125) +++ GuiView.C (working copy) @@ -223,7 +223,7 @@ getToolbars().init(); - statusBar()->setSizeGripEnabled(false); + sta

Re: Breaking news regarding lyx windows installers.

2007-02-10 Thread christian . ridderstrom
On Sat, 10 Feb 2007, Martin Vermeer wrote: Which ASM? Tere used to be many diffeent processors in the old days. I did myself Motorola 6809, the old 6502, and PDP11... In the old days I did 680x, x86, 8051 - a long time ago :-) More recently I've had to look a C167 and PIC assembler. I'm no

Re: A status report on the current lyx-1.5.0svn support of CJK languages

2007-02-10 Thread Abdelrazak Younes
ChangGil Han wrote: > Abdelrazak Younes wrote: > >> OK, then Georg is right about generating as many keypressEvent as there >> are characters in the inputMethodEvent. Please apply this patch and try >> again. > > Your patch works here both in linux and in windows box!!! OK, thanks for testing. I

Re: [Cvslog] r17131 - /lyx-devel/branches/BRANCH_1_4_X/po/de.po

2007-02-10 Thread Michael Gerz
[EMAIL PROTECTED] schrieb: Modified: lyx-devel/branches/BRANCH_1_4_X/po/de.po URL: http://www.lyx.org/trac/file/lyx-devel/branches/BRANCH_1_4_X/po/de.po?rev=17131 == --- lyx-devel/branches/BRANCH_1_4_X/po/de.po (original

Re: A status report on the current lyx-1.5.0svn support of CJK languages

2007-02-10 Thread Georg Baum
Am Samstag, 10. Februar 2007 14:18 schrieb ChangGil Han: > Yes, you are right. So the task to be done is to make lyx2lyx translate .lyx file with CJK characters encoded in the locale set such as euc-kr ro euc-jp, into the .lyx file readable by the current lyx-svn, isn't it? Yes. This patch a

Re: A status report on the current lyx-1 .5.0svn support of CJK languages

2007-02-10 Thread ChangGil Han
Abdelrazak Younes wrote: > OK, then Georg is right about generating as many keypressEvent as there > are characters in the inputMethodEvent. Please apply this patch and try > again. Your patch works here both in linux and in windows box!!! Regards, cghan

Re: A status report on the current lyx-1 .5.0svn support of CJK languages

2007-02-10 Thread ChangGil Han
Georg Baum wrote: > I agree, but I was asking how it is done in cjk-lyx. My plan is > > 1) understand how cjk-lyx stores .lyx documents > 2) understand how cjk-lyx exports cjk to latex > 3) implement lyx2lyx support to read cjk-lyx files > 4) implement support for proper latex export of cjk > > cj

Re: Breaking news regarding lyx windows installers.

2007-02-10 Thread Martin Vermeer
Which ASM? Tere used to be many diffeent processors in the old days. I did myself Motorola 6809, the old 6502, and PDP11... On Sat, 10 Feb 2007, Bo Peng wrote: I'm a bit fuzzy on the language count... It's scary, but I no longer remember *which* languages I've used - probably 15+ if you inc

Re: Fixed: toolbar management problem - another problem

2007-02-10 Thread Michael Gerz
Peter Kümmel schrieb: Because of José the LyX progress is halted. Well, have a look at http://tinyurl.com/y7hdzc . I am pretty sure that there are some bugs left that you are able to fix :-) Because of José world-wide no papers could be written because all scientist are waiting for LyX 1.

Re: Fixed: toolbar management problem - another problem

2007-02-10 Thread Peter Kümmel
Georg Baum wrote: > Am Freitag, 9. Februar 2007 20:39 schrieb Peter Kümmel: > >> - Is there a bugzilla entry? > > Two: http://bugzilla.lyx.org/show_bug.cgi?id=1962 > http://bugzilla.lyx.org/show_bug.cgi?id=1428 Ahhh, thanks. >> - Is it a C++ problem? > > No. It is the needed lyx2lyx change be

Re: Changing the language of the UI

2007-02-10 Thread Michael Gerz
Georg Baum schrieb: Am Freitag, 9. Februar 2007 22:51 schrieb Michael Gerz: Ran Rutenberg schrieb: Dear Developers, I am one of the translators on the project and I would be glad to know how I can change the language of the UI using the localization file he.po. By doing so I hope I cou

Re: Fixed: toolbar management problem - another problem

2007-02-10 Thread Andre Poenitz
On Fri, Feb 09, 2007 at 07:39:14PM +0100, [EMAIL PROTECTED] wrote: > >On Wed, Feb 07, 2007 at 09:26:14AM +0100, [EMAIL PROTECTED] > >wrote: > >>On Mon, 5 Feb 2007, Andre Poenitz wrote: > >> > >>>Which reminds me of an open question: Is the set of certifiable software > >>>installing per-machine st

Re: Fixed: toolbar management problem - another problem

2007-02-10 Thread Georg Baum
Am Freitag, 9. Februar 2007 20:39 schrieb Peter Kümmel: > - Is there a bugzilla entry? Two: http://bugzilla.lyx.org/show_bug.cgi?id=1962 http://bugzilla.lyx.org/show_bug.cgi?id=1428 > - Is it a C++ problem? No. It is the needed lyx2lyx change before the attached patch can go in. > - Who is th

Re: [Cvslog] r16911 - /lyx-devel/trunk/src/paragraph.C

2007-02-10 Thread Michael Gerz
Folks, I committed a slightly modified patch that handles paragraph labels in a better way and counts the columns correctly. Deleted spaces are now ignored correctly in the LaTeX output. Unfortunately, I noticed a bug in dvipost: If the first character in a description body is deleted, the d

Re: Changing the language of the UI

2007-02-10 Thread Georg Baum
Am Freitag, 9. Februar 2007 22:51 schrieb Michael Gerz: > Ran Rutenberg schrieb: > > Dear Developers, > > > > I am one of the translators on the project and I would be glad to know > > how I can change the language of the UI using the localization file > > he.po. By doing so I hope I could check th

Re: Changing the language of the UI

2007-02-10 Thread Michael Gerz
Create a lyx.bat file that contains two lines set LANG=HE lyx.exe You can double-click on a bat file and execute it. Maybe the LyX installer allows you to set the language in a different way. Uwe? Joost? Bo? Michael Ran Rutenberg schrieb: On 2/9/07, Michael Gerz <[EMAIL PROTECTED]> wro

(Wiki) FYI - How to be notified about changes to wiki pages

2007-02-10 Thread christian . ridderstrom
The wiki allows the users to themselves control if they wish to be notified about changes to a page. This means that if you are interested to know when *anyone* modifies a page (or a page in a group), you can get an email about it. See the page http://wiki.lyx.org/Site/NotifyList for