Re: LyX 1.3.6 Layout files

2005-07-06 Thread Michael Schmitt
Jean-Marc Lasgouttes wrote: Did you look at the dinbrief layout sent by Günter Milde? Frankly speaking: No :-( Anyway, here are some minor fixes for the 1.3 branch: A small update to de.po and a couple of margin fixes in the layout files. On Windows, all labels are shown correctly now. (A

Re: Towards LyX 1.3.6 [status update #2]

2005-07-06 Thread Georg Baum
Jose' Matos wrote: > PS: Is this OK with you Georg? Yes. I thought that we already decided to backport lyx2lyx. Just let me know when you are finished with your testing, and I'll do the backport (or you can do it, I don't mind). I use lyx2lyx from 1.4 on a regular basis and it works fine for me

Re: Towards LyX 1.3.6 [status update #2]

2005-07-06 Thread Angus Leeming
Jose' Matos wrote: > for i in `locate lyx| grep '\.lyx$'`; do ./lyx2lyx $i > /dev/null > 2>&1; if (($? != 0)); then echo $i; fi; done > Yes, I know that this is full of gnu-isms but I don't care. ;-) > I know also that the script is broken for files with spaces in its > name but I don't care

Re: Gutting LyX

2005-07-06 Thread John Spray
On Fri, 2005-07-01 at 13:17 -0400, David Wilson wrote: > I am working on (for Google's Summer of Code) a plugin for Gaim to > allow conversations featuring math notation. You've probably already seen gaim-latex, but I thought I'd mention it anyway. > 2) Gaim is GTK. LyX is...many things. On the GU

Re: Towards LyX 1.3.6 [status update #2]

2005-07-06 Thread Jose' Matos
On Wednesday 06 July 2005 14:52, Jean-Marc Lasgouttes wrote: > > "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: > > Jose'> I will apply this to 1.4, should it be applied to 1.3.6? The > Jose'> changes are minimal regarding Georg's patch. > > I let you decide what you want to put in 1.3.6.

Re: moc not mentioned in INSTALL or README

2005-07-06 Thread Angus Leeming
Jose' Matos wrote: > Notice that if you are using FC4 then LyX is in Fedora Extras. :-) > Assuming that yum is installed, and you have a net connection, it > should be as easy as: > > # yum install lyx José, is the difference in version numbers between FC3 and FC4 significant? http://download.fed

Re: Towards LyX 1.3.6 [status update #2]

2005-07-06 Thread Jean-Marc Lasgouttes
> "Jose'" == Jose' Matos <[EMAIL PROTECTED]> writes: Jose'> I will apply this to 1.4, should it be applied to 1.3.6? The Jose'> changes are minimal regarding Georg's patch. I let you decide what you want to put in 1.3.6. Just tell me what your plans are. JMarc

Re: [patch] Bug 1870: List of tables windows shows list of figures

2005-07-06 Thread Jean-Marc Lasgouttes
> "Juergen" == Juergen Spitzmueller <[EMAIL PROTECTED]> writes: Juergen> Jean-Marc Lasgouttes wrote: >> I would really like to see a patch where only the type of float is >> used internally, and the GUI name is only for displaying. Juergen> I decided to do this properly now (use no translatab

Re: [PATCH] no.po update, and a problem with the po-file

2005-07-06 Thread Jean-Marc Lasgouttes
> "Helge" == Helge Hafting <[EMAIL PROTECTED]> writes: Helge> Another no.po update, with translations for "branches", and Helge> menu shortcut changes to minimize clashes. Applied. Helge> I tried this recipe: >> rm lyx.pot make lyx.pot make no.po-update >> Helge> But there is no rule to ma

Re: [Patch] for 1.3.6 and 1.4: add boldsymbol to math panel.

2005-07-06 Thread Jean-Marc Lasgouttes
> "João" == João Luis Meloni Assirati <[EMAIL PROTECTED]> writes: João> Hello, These small patches add the option to boldsymbol font in João> math panel for both lyx 1.3.6 and 1.4. They are for qt only, is João> this acceptable? Both patch are now applied. JMarc

Re: [Cvslog] lyx-devel src/: ChangeLog text.C

2005-07-06 Thread John Levon
On Wed, Jul 06, 2005 at 08:56:40AM +, [EMAIL PROTECTED] wrote: > Log message: > get your ruler out, John! button insets are centered again [bug 1293] Ah, gentle mockery ... thanks :) john

Re: [New patch] Re: 1.4 crash edit->rows&columns->copy column

2005-07-06 Thread Georg Baum
Andre Poenitz wrote: > On Sun, Jul 03, 2005 at 11:03:23AM +0200, Georg Baum wrote: >> BTW André, do you have any idea why undoing an added column in mathed >> does not work? > > If it does (and I can't check right now) possibly because of this > special idx fixing. > > An in-scheme-workaround fo

Re: [New patch] Re: 1.4 crash edit->rows&columns->copy column

2005-07-06 Thread Georg Baum
Andre Poenitz wrote: > On Sun, Jul 03, 2005 at 11:03:23AM +0200, Georg Baum wrote: >> The attached patch adds some documentation, removes col_ and row_ >> again, fixes wrong index calculation for "delete-column" and even >> fixes one further case of cursor misadjustment in insettabular. I am >> g