Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Jean-Marc Lasgouttes
Jean-Pierre Chrétien [EMAIL PROTECTED] writes:
 beamer.layout is not up do date compared to 1.5.version
 (see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626action=view
 to bug 3141).

I applied the patch.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Enrico Forestieri
On Thu, Jul 12, 2007 at 03:50:40PM +0200, Jean-Marc Lasgouttes wrote:
 Jean-Pierre Chrétien [EMAIL PROTECTED] writes:
  beamer.layout is not up do date compared to 1.5.version
  (see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626action=view
  to bug 3141).
 
 I applied the patch.

What about the \overset patch by André? It is needed in 1.4, too.
Try \overset{s_1}{=} and you will see it.

-- 
Enrico
Index: src/mathed/math_oversetinset.C
===
--- src/mathed/math_oversetinset.C  (revisione 19058)
+++ src/mathed/math_oversetinset.C  (copia locale)
@@ -43,7 +43,7 @@
 void MathOversetInset::draw(PainterInfo  pi, int x, int y) const
 {
int m  = x + width() / 2;
-   int yo = y - cell(1).ascent() + cell(0).descent() - 1;
+   int yo = y - cell(1).ascent() - cell(0).descent() - 1;
cell(1).draw(pi, m - cell(1).width() / 2, y);
FracChanger dummy(pi.base);
cell(0).draw(pi, m - cell(0).width() / 2, yo);


Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Abdelrazak Younes

Enrico Forestieri wrote:

On Thu, Jul 12, 2007 at 03:50:40PM +0200, Jean-Marc Lasgouttes wrote:

Jean-Pierre Chrétien [EMAIL PROTECTED] writes:

beamer.layout is not up do date compared to 1.5.version
(see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626action=view
to bug 3141).

I applied the patch.


What about the \overset patch by André? It is needed in 1.4, too.
Try \overset{s_1}{=} and you will see it.


It has been OKed by Jose already (on the user list :0)). Could you 
commit it please?


Abdel.



Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Jean-Marc Lasgouttes
Enrico Forestieri [EMAIL PROTECTED] writes:
 What about the \overset patch by André? It is needed in 1.4, too.
 Try \overset{s_1}{=} and you will see it.

I did not realize that it is needed. I just applied it.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Jean-Marc Lasgouttes
Abdelrazak Younes [EMAIL PROTECTED] writes:
 It has been OKed by Jose already (on the user list :0)). Could you
 commit it please?

I thought it was already in 1.5. I committed it there too.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Jean-Marc Lasgouttes
Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes:
> beamer.layout is not up do date compared to 1.5.version
> (see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626=view
> to bug 3141).

I applied the patch.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Enrico Forestieri
On Thu, Jul 12, 2007 at 03:50:40PM +0200, Jean-Marc Lasgouttes wrote:
> Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes:
> > beamer.layout is not up do date compared to 1.5.version
> > (see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626=view
> > to bug 3141).
> 
> I applied the patch.

What about the \overset patch by André? It is needed in 1.4, too.
Try \overset{s_1}{=} and you will see it.

-- 
Enrico
Index: src/mathed/math_oversetinset.C
===
--- src/mathed/math_oversetinset.C  (revisione 19058)
+++ src/mathed/math_oversetinset.C  (copia locale)
@@ -43,7 +43,7 @@
 void MathOversetInset::draw(PainterInfo & pi, int x, int y) const
 {
int m  = x + width() / 2;
-   int yo = y - cell(1).ascent() + cell(0).descent() - 1;
+   int yo = y - cell(1).ascent() - cell(0).descent() - 1;
cell(1).draw(pi, m - cell(1).width() / 2, y);
FracChanger dummy(pi.base);
cell(0).draw(pi, m - cell(0).width() / 2, yo);


Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Abdelrazak Younes

Enrico Forestieri wrote:

On Thu, Jul 12, 2007 at 03:50:40PM +0200, Jean-Marc Lasgouttes wrote:

Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes:

beamer.layout is not up do date compared to 1.5.version
(see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626=view
to bug 3141).

I applied the patch.


What about the \overset patch by André? It is needed in 1.4, too.
Try \overset{s_1}{=} and you will see it.


It has been OKed by Jose already (on the user list :0)). Could you 
commit it please?


Abdel.



Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Jean-Marc Lasgouttes
Enrico Forestieri <[EMAIL PROTECTED]> writes:
> What about the \overset patch by André? It is needed in 1.4, too.
> Try \overset{s_1}{=} and you will see it.

I did not realize that it is needed. I just applied it.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-12 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> It has been OKed by Jose already (on the user list :0)). Could you
> commit it please?

I thought it was already in 1.5. I committed it there too.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-10 Thread Jean-Marc Lasgouttes
 Enrico == Enrico Forestieri [EMAIL PROTECTED] writes:

 I'll apply it tomorrow (is there a bug number?)

Enrico Bug 3962.

Thanks. The patch is applied now.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-10 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:

>> I'll apply it tomorrow (is there a bug number?)

Enrico> Bug 3962.

Thanks. The patch is applied now.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Jean-Pierre Chrétien
Jean-Marc Lasgouttes [EMAIL PROTECTED] writes:

 
 
 Hello,
 
 Since Jose' plans to release 1.5.0 next week, we'd better be ready
 with 1.4.5 too. I append the ANNOUNCE file that I just updated.
 
 Jose', I would appreciate if you could upgrade lyx2lyx in branch to
 handle the 1.5 final format.
 
 Other things?

beamer.layout is not up do date compared to 1.5.version
(see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626action=view
to bug 3141).

-- 
Jean-Pierre






Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Jean-Marc Lasgouttes
 christian == christian ridderstrom [EMAIL PROTECTED] writes:

christian On Fri, 6 Jul 2007, Jean-Marc Lasgouttes wrote:
 Since Jose' plans to release 1.5.0 next week, we'd better be ready
 with 1.4.5 too. I append the ANNOUNCE file that I just updated.

christian Looks good to me. I thought some of the lines were
christian justified a bit funny, so here's an adjusted version (I
christian didn't have time to make a patch, sorry).

Applied thanks.

christian I did notice a minor language issue... in the following
christian paragraph

christianLyX is for people that write and want their writing to
christian look great, right out of the box. No more endless tinkering
christian with formatting

christian I think the comma should be removed, i.e. so that it reads:

christianLyX is for people that write and want their writing to
christian look great right out of the box. No more endless tinkering
christian with formatting

It looks correct to me as it is, but someone else concurs with you,
I'll change it.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Jean-Marc Lasgouttes
 Bo == Bo Peng [EMAIL PROTECTED] writes:

 Other things?

Bo Two easy bugs that are fixed in trunk but not in 1.4.x:

Bo http://bugzilla.lyx.org/show_bug.cgi?id=1486

I applied this one.

Bo http://bugzilla.lyx.org/show_bug.cgi?id=3363

This one is less problematic, so I skipped it (because things are
slightly different in 1.4)

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Enrico Forestieri
On Fri, Jul 06, 2007 at 04:31:24PM +0200, Enrico Forestieri wrote:

 On Fri, Jul 06, 2007 at 01:23:48PM +0200, Jean-Marc Lasgouttes wrote:
 
  
  Hello,
  
  Since Jose' plans to release 1.5.0 next week, we'd better be ready
  with 1.4.5 too. I append the ANNOUNCE file that I just updated.
  
  Jose', I would appreciate if you could upgrade lyx2lyx in branch to
  handle the 1.5 final format.
  
  Other things?
 
 I think that the patch by Peter dealing with duplicate font names
 in the system font dir should also be applied to 1.4.5.

Here it is. I verified that with the patch applied one can have fonts
with the same name as the Bakoma ones installed in the system font dir
and yet the latter are used in LyX.

-- 
Enrico
Index: src/frontends/qt2/qfont_loader.C
===
--- src/frontends/qt2/qfont_loader.C(revision 19013)
+++ src/frontends/qt2/qfont_loader.C(working copy)
@@ -52,7 +52,9 @@ using std::string;
 #endif
 
 #ifdef Q_WS_WIN
-#include windows.h
+// Require Windows API  Win98 (only needed for AddFontResourceEx)
+#define _WIN32_WINNT 0x0500
+#include windows.h
 #include support/os.h
 #include support/package.h
 #include support/path.h
@@ -100,9 +102,9 @@ void FontLoader::initFontPath()
string const fonts_dir = AddPath(package().system_support(), fonts);

for (int i = 0 ; i  num_fonts_truetype ; ++i) {
-   string const font_current = 
-   AddName(fonts_dir, win_fonts_truetype[i] + .ttf);
-   AddFontResource(os::external_path(font_current).c_str());
+   string const font_current = os::external_path(
+   AddName(fonts_dir, win_fonts_truetype[i] + .ttf));
+   AddFontResourceEx(font_current.c_str(), FR_PRIVATE, 0);
}
 #endif
 }
@@ -113,9 +115,9 @@ FontLoader::~FontLoader() {
string const fonts_dir = AddPath(package().system_support(), fonts);

for(int i = 0 ; i  num_fonts_truetype ; ++i) {
-   string const font_current = 
-   AddName(fonts_dir, win_fonts_truetype[i] + .ttf);
-   RemoveFontResource(os::external_path(font_current).c_str());
+   string const font_current = os::external_path(
+   AddName(fonts_dir, win_fonts_truetype[i] + .ttf));
+   RemoveFontResourceEx(font_current.c_str(), FR_PRIVATE, 0);
}
 #endif
 }


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Joost Verburg

Enrico Forestieri wrote:

Here it is. I verified that with the patch applied one can have fonts
with the same name as the Bakoma ones installed in the system font dir
and yet the latter are used in LyX.


I just made LyX 1.5 support Windows 98/Me, so this patch needs to be 
changed to work on Windows versions without support for AddFontResourceEx.


Joost



Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Enrico Forestieri
On Mon, Jul 09, 2007 at 07:34:03PM +0200, Joost Verburg wrote:

 Enrico Forestieri wrote:
  Here it is. I verified that with the patch applied one can have fonts
  with the same name as the Bakoma ones installed in the system font dir
  and yet the latter are used in LyX.
 
 I just made LyX 1.5 support Windows 98/Me, so this patch needs to be 
 changed to work on Windows versions without support for AddFontResourceEx.

This is a patch for LyX 1.4.5, which already doesn't run on Win98...

-- 
Enrico


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Joost Verburg

Enrico Forestieri wrote:

This is a patch for LyX 1.4.5, which already doesn't run on Win98...


That's correct. So this should probably go in 1.4.5 even if the 1.5 
version is not ready yet.


Joost



Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Jean-Marc Lasgouttes
 Enrico == Enrico Forestieri [EMAIL PROTECTED] writes:

Enrico Here it is. I verified that with the patch applied one can
Enrico have fonts with the same name as the Bakoma ones installed in
Enrico the system font dir and yet the latter are used in LyX.

I'll apply it tomorrow (is there a bug number?)

Note that the call to RemoveFontResourceEx is probably not necessary:

FR_PRIVATE  Specifies that only the process that called the
AddFontResourceEx function can use this font. When the font name
matches a public font, the private font will be chosen. When the
process terminates, the system will remove all fonts installed by the
process with the AddFontResourceEx function.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Enrico Forestieri
On Mon, Jul 09, 2007 at 10:48:32PM +0200, Jean-Marc Lasgouttes wrote:

  Enrico == Enrico Forestieri [EMAIL PROTECTED] writes:
 
 Enrico Here it is. I verified that with the patch applied one can
 Enrico have fonts with the same name as the Bakoma ones installed in
 Enrico the system font dir and yet the latter are used in LyX.
 
 I'll apply it tomorrow (is there a bug number?)

Bug 3962.

 Note that the call to RemoveFontResourceEx is probably not necessary:
 
 FR_PRIVATESpecifies that only the process that called the
 AddFontResourceEx function can use this font. When the font name
 matches a public font, the private font will be chosen. When the
 process terminates, the system will remove all fonts installed by the
 process with the AddFontResourceEx function.

Nevertheless, I think that it is a good policy to cleanup by ourselves,
unless you want to get rid of the destructor.

-- 
Enrico


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Jean-Pierre Chrétien
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes:

> 
> 
> Hello,
> 
> Since Jose' plans to release 1.5.0 next week, we'd better be ready
> with 1.4.5 too. I append the ANNOUNCE file that I just updated.
> 
> Jose', I would appreciate if you could upgrade lyx2lyx in branch to
> handle the 1.5 final format.
> 
> Other things?

beamer.layout is not up do date compared to 1.5.version
(see attachment http://bugzilla.lyx.org/attachment.cgi?id=1626=view
to bug 3141).

-- 
Jean-Pierre






Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Jean-Marc Lasgouttes
> "christian" == christian ridderstrom <[EMAIL PROTECTED]> writes:

christian> On Fri, 6 Jul 2007, Jean-Marc Lasgouttes wrote:
>> Since Jose' plans to release 1.5.0 next week, we'd better be ready
>> with 1.4.5 too. I append the ANNOUNCE file that I just updated.

christian> Looks good to me. I thought some of the lines were
christian> justified a bit funny, so here's an adjusted version (I
christian> didn't have time to make a patch, sorry).

Applied thanks.

christian> I did notice a minor language issue... in the following
christian> paragraph

christian>LyX is for people that write and want their writing to
christian> look great, right out of the box. No more endless tinkering
christian> with formatting

christian> I think the comma should be removed, i.e. so that it reads:

christian>LyX is for people that write and want their writing to
christian> look great right out of the box. No more endless tinkering
christian> with formatting

It looks correct to me as it is, but someone else concurs with you,
I'll change it.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Jean-Marc Lasgouttes
> "Bo" == Bo Peng <[EMAIL PROTECTED]> writes:

>> Other things?

Bo> Two easy bugs that are fixed in trunk but not in 1.4.x:

Bo> http://bugzilla.lyx.org/show_bug.cgi?id=1486

I applied this one.

Bo> http://bugzilla.lyx.org/show_bug.cgi?id=3363

This one is less problematic, so I skipped it (because things are
slightly different in 1.4)

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Enrico Forestieri
On Fri, Jul 06, 2007 at 04:31:24PM +0200, Enrico Forestieri wrote:

> On Fri, Jul 06, 2007 at 01:23:48PM +0200, Jean-Marc Lasgouttes wrote:
> 
> > 
> > Hello,
> > 
> > Since Jose' plans to release 1.5.0 next week, we'd better be ready
> > with 1.4.5 too. I append the ANNOUNCE file that I just updated.
> > 
> > Jose', I would appreciate if you could upgrade lyx2lyx in branch to
> > handle the 1.5 final format.
> > 
> > Other things?
> 
> I think that the patch by Peter dealing with duplicate font names
> in the system font dir should also be applied to 1.4.5.

Here it is. I verified that with the patch applied one can have fonts
with the same name as the Bakoma ones installed in the system font dir
and yet the latter are used in LyX.

-- 
Enrico
Index: src/frontends/qt2/qfont_loader.C
===
--- src/frontends/qt2/qfont_loader.C(revision 19013)
+++ src/frontends/qt2/qfont_loader.C(working copy)
@@ -52,7 +52,9 @@ using std::string;
 #endif
 
 #ifdef Q_WS_WIN
-#include "windows.h"
+// Require Windows API > Win98 (only needed for AddFontResourceEx)
+#define _WIN32_WINNT 0x0500
+#include 
 #include "support/os.h"
 #include "support/package.h"
 #include "support/path.h"
@@ -100,9 +102,9 @@ void FontLoader::initFontPath()
string const fonts_dir = AddPath(package().system_support(), "fonts");

for (int i = 0 ; i < num_fonts_truetype ; ++i) {
-   string const font_current = 
-   AddName(fonts_dir, win_fonts_truetype[i] + ".ttf");
-   AddFontResource(os::external_path(font_current).c_str());
+   string const font_current = os::external_path(
+   AddName(fonts_dir, win_fonts_truetype[i] + ".ttf"));
+   AddFontResourceEx(font_current.c_str(), FR_PRIVATE, 0);
}
 #endif
 }
@@ -113,9 +115,9 @@ FontLoader::~FontLoader() {
string const fonts_dir = AddPath(package().system_support(), "fonts");

for(int i = 0 ; i < num_fonts_truetype ; ++i) {
-   string const font_current = 
-   AddName(fonts_dir, win_fonts_truetype[i] + ".ttf");
-   RemoveFontResource(os::external_path(font_current).c_str());
+   string const font_current = os::external_path(
+   AddName(fonts_dir, win_fonts_truetype[i] + ".ttf"));
+   RemoveFontResourceEx(font_current.c_str(), FR_PRIVATE, 0);
}
 #endif
 }


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Joost Verburg

Enrico Forestieri wrote:

Here it is. I verified that with the patch applied one can have fonts
with the same name as the Bakoma ones installed in the system font dir
and yet the latter are used in LyX.


I just made LyX 1.5 support Windows 98/Me, so this patch needs to be 
changed to work on Windows versions without support for AddFontResourceEx.


Joost



Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Enrico Forestieri
On Mon, Jul 09, 2007 at 07:34:03PM +0200, Joost Verburg wrote:

> Enrico Forestieri wrote:
> > Here it is. I verified that with the patch applied one can have fonts
> > with the same name as the Bakoma ones installed in the system font dir
> > and yet the latter are used in LyX.
> 
> I just made LyX 1.5 support Windows 98/Me, so this patch needs to be 
> changed to work on Windows versions without support for AddFontResourceEx.

This is a patch for LyX 1.4.5, which already doesn't run on Win98...

-- 
Enrico


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Joost Verburg

Enrico Forestieri wrote:

This is a patch for LyX 1.4.5, which already doesn't run on Win98...


That's correct. So this should probably go in 1.4.5 even if the 1.5 
version is not ready yet.


Joost



Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:

Enrico> Here it is. I verified that with the patch applied one can
Enrico> have fonts with the same name as the Bakoma ones installed in
Enrico> the system font dir and yet the latter are used in LyX.

I'll apply it tomorrow (is there a bug number?)

Note that the call to RemoveFontResourceEx is probably not necessary:

FR_PRIVATE  Specifies that only the process that called the
AddFontResourceEx function can use this font. When the font name
matches a public font, the private font will be chosen. When the
process terminates, the system will remove all fonts installed by the
process with the AddFontResourceEx function.

JMarc


Re: Towards LyX 1.4.5 [status update #1]

2007-07-09 Thread Enrico Forestieri
On Mon, Jul 09, 2007 at 10:48:32PM +0200, Jean-Marc Lasgouttes wrote:

> > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes:
> 
> Enrico> Here it is. I verified that with the patch applied one can
> Enrico> have fonts with the same name as the Bakoma ones installed in
> Enrico> the system font dir and yet the latter are used in LyX.
> 
> I'll apply it tomorrow (is there a bug number?)

Bug 3962.

> Note that the call to RemoveFontResourceEx is probably not necessary:
> 
> FR_PRIVATESpecifies that only the process that called the
> AddFontResourceEx function can use this font. When the font name
> matches a public font, the private font will be chosen. When the
> process terminates, the system will remove all fonts installed by the
> process with the AddFontResourceEx function.

Nevertheless, I think that it is a good policy to cleanup by ourselves,
unless you want to get rid of the destructor.

-- 
Enrico


Towards LyX 1.4.5 [status update #1]

2007-07-06 Thread Jean-Marc Lasgouttes

Hello,

Since Jose' plans to release 1.5.0 next week, we'd better be ready
with 1.4.5 too. I append the ANNOUNCE file that I just updated.

Jose', I would appreciate if you could upgrade lyx2lyx in branch to
handle the 1.5 final format.

Other things?

JMarc

Public release of LyX version 1.4.5
===

We are pleased to announce the release of LyX 1.4.5. This is expected
to be the last  release in the 1.4.x stable branch. Besides the
obligatory bug fixes, its main feature is the ability to read files
created by LyX 1.5.0. 

See the file RELEASE-NOTES for some known problems in this release.

In case you are wondering what LyX is, here is what
http://www.lyx.org/ has to say on the subject:

   LyX is a document processor that encourages an approach to writing
   based on the structure of your documents, not their appearance. It
   is released under a Free Software / Open Source license.

   LyX is for people that write and want their writing to look great,
   right out of the box. No more endless tinkering with formatting
   details, 'finger painting' font attributes or futzing around with page
   boundaries. You just write. In the background, Prof. Knuth's legendary
   TeX typesetting engine makes you look good.

   On screen, LyX looks like any word processor; its printed output -- or
   richly cross-referenced PDF, just as readily produced -- looks like
   nothing else. Gone are the days of industrially bland .docs, all
   looking similarly not-quite-right, yet coming out unpredictably
   different on different printer drivers. Gone are the crashes 'eating'
   your dissertation the evening before going to press.

   LyX is stable and fully featured. It is a multi-platform, fully
   internationalized application running natively on Unix/Linux, the
   Macintosh and modern Windows platforms. 

You can download LyX 1.4.5 here (the .bz2 are compressed with bzip2,
which yields smaller files):

ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.5.tar.gz
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.5.tar.bz2
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.4.5.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.4.5.tar.bz2

and it should propagate shortly to the following mirrors (which will also host
the .bz2 versions):

ftp://ftp.lip6.fr/pub/lyx/stable/lyx-1.4.5.tar.gz
http://lyx.cybermirror.org/stable/lyx-1.4.5.tar.gz
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/lyx-1.4.5.tar.gz
ftp://ftp.ntua.gr/pub/X11/LyX/stable/lyx-1.4.5.tar.gz
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/lyx-1.4.5.tar.gz
http://lyx.mirror.fr/stable/lyx-1.4.5.tar.gz

Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows
installers) should soon be available at
ftp://ftp.lyx.org/pub/lyx/bin/1.4.5/

If you already have the LyX 1.4.4 sources, you may want to apply one
of the following patches instead
ftp://ftp.lyx.org/pub/lyx/stable/patch-1.4.5.gz
ftp://ftp.lyx.org/pub/lyx/stable/patch-1.4.5.bz2

Note that this patch will not produce valid LyX/Mac sources, since
some binary files have been added for this release.

If you find what you think is a bug in LyX 1.4.5, you may either
e-mail the LyX developers' mailing list (lyx-devel  at  lists.lyx.org), or 
open
a bug report at http://bugzilla.lyx.org

If you're having trouble using the new version of LyX, or have a question,
first check out http://www.lyx.org/help/. If you can't find the answer there,
e-mail the LyX users' list (lyx-users  at  lists.lyx.org).

Enjoy!

The LyX team.

What's new in version 1.4.5?
 

** Updates:
***

* DOCUMENTATION AND LOCALIZATION

- Update Hungarian and Italian localizations of the interface.


** Bug fixes:
*

* DOCUMENT INPUT/OUTPUT

- Don't skip lines after noweb chunks in tex2lyx (bug 3052)

- Fix bug when entering relative length (like page%) as margin
  settings (bug 3416).

- Fix Date external template in windows (bug 3241)

- Fix babel bug triggered by MarkBoth in the IEEEtran.layout (bug 3510).

* USER INTERFACE:

- Fix bug where moving the last section up in the toc dialog eats the
  last paragraph (bug 3303).

- Fix crash when using all-insets-toggle lfun on a file with 
  math insets (bug 3358).

- Fix crash when undoing ctrl-minus in mathed (bug 3590).

- Fix crash if the thesaurus fails on startup (bug 2691).

- Handle undo correctly when inserting a plain text file (bug 3204).

- Fix misplaced cursor when clicking at the end of a line (bug 3310).

- Make it possible to reset itemize bullets to their original state
  (bug 3312).

- Fix display of Theorem-like environments when in appendix (bug 3351)

- Fix display of math root inset when the exponent contains large
  things (bug 3295).

- Set a default image size value (bug 2458).

- Get ProvidesNatbib working correctly, esp. for egs.layout.

- Fix undo for quotation marks (bug 3439).

- Fix undo for special characters.

- 

Re: Towards LyX 1.4.5 [status update #1]

2007-07-06 Thread christian . ridderstrom

On Fri, 6 Jul 2007, Jean-Marc Lasgouttes wrote:

Since Jose' plans to release 1.5.0 next week, we'd better be ready
with 1.4.5 too. I append the ANNOUNCE file that I just updated.


Looks good to me. I thought some of the lines were justified a bit funny, 
so here's an adjusted version (I didn't have time to make a patch, sorry).


I did notice a minor language issue... in the following paragraph

   LyX is for people that write and want their writing to look great,
   right out of the box. No more endless tinkering with formatting

I think the comma should be removed, i.e. so that it reads:

   LyX is for people that write and want their writing to look great
   right out of the box. No more endless tinkering with formatting

However, I haven't done this in the version I'm appending.

Cheers,
/Christian

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chrPublic release of LyX version 1.4.5
===

We are pleased to announce the release of LyX 1.4.5. This is expected
to be the last release in the 1.4.x stable branch. Besides the
obligatory bug fixes, its main feature is the ability to read files
created by LyX 1.5.0.

See the file RELEASE-NOTES for some known problems in this release.

In case you are wondering what LyX is, here is what
http://www.lyx.org/ has to say on the subject:

   LyX is a document processor that encourages an approach to writing
   based on the structure of your documents, not their appearance. It
   is released under a Free Software / Open Source license.

   LyX is for people that write and want their writing to look great,
   right out of the box. No more endless tinkering with formatting
   details, 'finger painting' font attributes or futzing around with
   page boundaries. You just write. In the background, Prof. Knuth's
   legendary TeX typesetting engine makes you look good.

   On screen, LyX looks like any word processor; its printed output --
   or richly cross-referenced PDF, just as readily produced -- looks
   like nothing else. Gone are the days of industrially bland .docs,
   all looking similarly not-quite-right, yet coming out unpredictably
   different on different printer drivers. Gone are the crashes
   'eating' your dissertation the evening before going to press.

   LyX is stable and fully featured. It is a multi-platform, fully
   internationalized application running natively on Unix/Linux, the
   Macintosh and modern Windows platforms.

You can download LyX 1.4.5 here (the .bz2 are compressed with bzip2,
which yields smaller files):

ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.5.tar.gz
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.5.tar.bz2
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.4.5.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.4.5.tar.bz2

and it should propagate shortly to the following mirrors (which will
also host the .bz2 versions):

ftp://ftp.lip6.fr/pub/lyx/stable/lyx-1.4.5.tar.gz
http://lyx.cybermirror.org/stable/lyx-1.4.5.tar.gz
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/lyx-1.4.5.tar.gz
ftp://ftp.ntua.gr/pub/X11/LyX/stable/lyx-1.4.5.tar.gz
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/lyx-1.4.5.tar.gz
http://lyx.mirror.fr/stable/lyx-1.4.5.tar.gz

Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows
installers) should soon be available at
ftp://ftp.lyx.org/pub/lyx/bin/1.4.5/

If you already have the LyX 1.4.4 sources, you may want to apply one
of the following patches instead
ftp://ftp.lyx.org/pub/lyx/stable/patch-1.4.5.gz
ftp://ftp.lyx.org/pub/lyx/stable/patch-1.4.5.bz2

Note that this patch will not produce valid LyX/Mac sources, since
some binary files have been added for this release.

If you find what you think is a bug in LyX 1.4.5, you may either
e-mail the LyX developers' mailing list (lyx-devel at lists.lyx.org),
or open a bug report at http://bugzilla.lyx.org

If you're having trouble using the new version of LyX, or have a
question, first check out http://www.lyx.org/help/. If you can't find
the answer there, e-mail the LyX users' list (lyx-users at lists.lyx.org).

Enjoy!

The LyX team.

What's new in version 1.4.5?
 

** Updates:
***

* DOCUMENTATION AND LOCALIZATION

- Update Hungarian and Italian localizations of the interface.


** Bug fixes:
*

* DOCUMENT INPUT/OUTPUT

- Don't skip lines after noweb chunks in tex2lyx (bug 3052)

- Fix bug when entering relative length (like page%) as margin
  settings (bug 3416).

- Fix Date external template in windows (bug 3241)

- Fix babel bug triggered by MarkBoth in the IEEEtran.layout (bug 3510).

* USER INTERFACE:

- Fix bug where moving the last section up in the toc dialog eats the
  last paragraph (bug 3303).

- Fix crash when using all-insets-toggle lfun on a file with 
  math insets (bug 3358).

- Fix crash when undoing ctrl-minus in mathed (bug 3590).

- 

Re: Towards LyX 1.4.5 [status update #1]

2007-07-06 Thread Bo Peng

On 7/6/07, Jean-Marc Lasgouttes [EMAIL PROTECTED] wrote:

Hello,

Since Jose' plans to release 1.5.0 next week, we'd better be ready
with 1.4.5 too. I append the ANNOUNCE file that I just updated.

Jose', I would appreciate if you could upgrade lyx2lyx in branch to
handle the 1.5 final format.

Other things?


Two easy bugs that are fixed in trunk but not in 1.4.x:

http://bugzilla.lyx.org/show_bug.cgi?id=1486
http://bugzilla.lyx.org/show_bug.cgi?id=3363

There may be more.

Bo


Re: Towards LyX 1.4.5 [status update #1]

2007-07-06 Thread Enrico Forestieri
On Fri, Jul 06, 2007 at 01:23:48PM +0200, Jean-Marc Lasgouttes wrote:

 
 Hello,
 
 Since Jose' plans to release 1.5.0 next week, we'd better be ready
 with 1.4.5 too. I append the ANNOUNCE file that I just updated.
 
 Jose', I would appreciate if you could upgrade lyx2lyx in branch to
 handle the 1.5 final format.
 
 Other things?

I think that the patch by Peter dealing with duplicate font names
in the system font dir should also be applied to 1.4.5.

-- 
Enrico


Towards LyX 1.4.5 [status update #1]

2007-07-06 Thread Jean-Marc Lasgouttes

Hello,

Since Jose' plans to release 1.5.0 next week, we'd better be ready
with 1.4.5 too. I append the ANNOUNCE file that I just updated.

Jose', I would appreciate if you could upgrade lyx2lyx in branch to
handle the 1.5 final format.

Other things?

JMarc

Public release of LyX version 1.4.5
===

We are pleased to announce the release of LyX 1.4.5. This is expected
to be the last  release in the 1.4.x stable branch. Besides the
obligatory bug fixes, its main feature is the ability to read files
created by LyX 1.5.0. 

See the file RELEASE-NOTES for some known problems in this release.

In case you are wondering what LyX is, here is what
http://www.lyx.org/ has to say on the subject:

   LyX is a document processor that encourages an approach to writing
   based on the structure of your documents, not their appearance. It
   is released under a Free Software / Open Source license.

   LyX is for people that write and want their writing to look great,
   right out of the box. No more endless tinkering with formatting
   details, 'finger painting' font attributes or futzing around with page
   boundaries. You just write. In the background, Prof. Knuth's legendary
   TeX typesetting engine makes you look good.

   On screen, LyX looks like any word processor; its printed output -- or
   richly cross-referenced PDF, just as readily produced -- looks like
   nothing else. Gone are the days of industrially bland .docs, all
   looking similarly not-quite-right, yet coming out unpredictably
   different on different printer drivers. Gone are the crashes 'eating'
   your dissertation the evening before going to press.

   LyX is stable and fully featured. It is a multi-platform, fully
   internationalized application running natively on Unix/Linux, the
   Macintosh and modern Windows platforms. 

You can download LyX 1.4.5 here (the .bz2 are compressed with bzip2,
which yields smaller files):

ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.5.tar.gz
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.5.tar.bz2
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.4.5.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.4.5.tar.bz2

and it should propagate shortly to the following mirrors (which will also host
the .bz2 versions):

ftp://ftp.lip6.fr/pub/lyx/stable/lyx-1.4.5.tar.gz
http://lyx.cybermirror.org/stable/lyx-1.4.5.tar.gz
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/lyx-1.4.5.tar.gz
ftp://ftp.ntua.gr/pub/X11/LyX/stable/lyx-1.4.5.tar.gz
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/lyx-1.4.5.tar.gz
http://lyx.mirror.fr/stable/lyx-1.4.5.tar.gz

Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows
installers) should soon be available at
ftp://ftp.lyx.org/pub/lyx/bin/1.4.5/

If you already have the LyX 1.4.4 sources, you may want to apply one
of the following patches instead
ftp://ftp.lyx.org/pub/lyx/stable/patch-1.4.5.gz
ftp://ftp.lyx.org/pub/lyx/stable/patch-1.4.5.bz2

Note that this patch will not produce valid LyX/Mac sources, since
some binary files have been added for this release.

If you find what you think is a bug in LyX 1.4.5, you may either
e-mail the LyX developers' mailing list (lyx-devellists.lyx.org), or 
open
a bug report at http://bugzilla.lyx.org

If you're having trouble using the new version of LyX, or have a question,
first check out http://www.lyx.org/help/. If you can't find the answer there,
e-mail the LyX users' list (lyx-userslists.lyx.org).

Enjoy!

The LyX team.

What's new in version 1.4.5?
 

** Updates:
***

* DOCUMENTATION AND LOCALIZATION

- Update Hungarian and Italian localizations of the interface.


** Bug fixes:
*

* DOCUMENT INPUT/OUTPUT

- Don't skip lines after noweb chunks in tex2lyx (bug 3052)

- Fix bug when entering relative length (like page%) as margin
  settings (bug 3416).

- Fix Date external template in windows (bug 3241)

- Fix babel bug triggered by MarkBoth in the IEEEtran.layout (bug 3510).

* USER INTERFACE:

- Fix bug where moving the last section up in the toc dialog eats the
  last paragraph (bug 3303).

- Fix crash when using "all-insets-toggle" lfun on a file with 
  math insets (bug 3358).

- Fix crash when undoing ctrl- in mathed (bug 3590).

- Fix crash if the thesaurus fails on startup (bug 2691).

- Handle undo correctly when inserting a plain text file (bug 3204).

- Fix misplaced cursor when clicking at the end of a line (bug 3310).

- Make it possible to reset itemize bullets to their original state
  (bug 3312).

- Fix display of Theorem-like environments when in appendix (bug 3351)

- Fix display of math root inset when the exponent contains large
  things (bug 3295).

- Set a default image size value (bug 2458).

- Get ProvidesNatbib working correctly, esp. for egs.layout.

- Fix undo for quotation marks (bug 3439).

- Fix undo for special characters.

- Fix gui 

Re: Towards LyX 1.4.5 [status update #1]

2007-07-06 Thread christian . ridderstrom

On Fri, 6 Jul 2007, Jean-Marc Lasgouttes wrote:

Since Jose' plans to release 1.5.0 next week, we'd better be ready
with 1.4.5 too. I append the ANNOUNCE file that I just updated.


Looks good to me. I thought some of the lines were justified a bit funny, 
so here's an adjusted version (I didn't have time to make a patch, sorry).


I did notice a minor language issue... in the following paragraph

   LyX is for people that write and want their writing to look great,
   right out of the box. No more endless tinkering with formatting

I think the comma should be removed, i.e. so that it reads:

   LyX is for people that write and want their writing to look great
   right out of the box. No more endless tinkering with formatting

However, I haven't done this in the version I'm appending.

Cheers,
/Christian

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chrPublic release of LyX version 1.4.5
===

We are pleased to announce the release of LyX 1.4.5. This is expected
to be the last release in the 1.4.x stable branch. Besides the
obligatory bug fixes, its main feature is the ability to read files
created by LyX 1.5.0.

See the file RELEASE-NOTES for some known problems in this release.

In case you are wondering what LyX is, here is what
http://www.lyx.org/ has to say on the subject:

   LyX is a document processor that encourages an approach to writing
   based on the structure of your documents, not their appearance. It
   is released under a Free Software / Open Source license.

   LyX is for people that write and want their writing to look great,
   right out of the box. No more endless tinkering with formatting
   details, 'finger painting' font attributes or futzing around with
   page boundaries. You just write. In the background, Prof. Knuth's
   legendary TeX typesetting engine makes you look good.

   On screen, LyX looks like any word processor; its printed output --
   or richly cross-referenced PDF, just as readily produced -- looks
   like nothing else. Gone are the days of industrially bland .docs,
   all looking similarly not-quite-right, yet coming out unpredictably
   different on different printer drivers. Gone are the crashes
   'eating' your dissertation the evening before going to press.

   LyX is stable and fully featured. It is a multi-platform, fully
   internationalized application running natively on Unix/Linux, the
   Macintosh and modern Windows platforms.

You can download LyX 1.4.5 here (the .bz2 are compressed with bzip2,
which yields smaller files):

ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.5.tar.gz
ftp://ftp.lyx.org/pub/lyx/stable/lyx-1.4.5.tar.bz2
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.4.5.tar.gz
ftp://ftp.devel.lyx.org/pub/lyx/lyx-1.4.5.tar.bz2

and it should propagate shortly to the following mirrors (which will
also host the .bz2 versions):

ftp://ftp.lip6.fr/pub/lyx/stable/lyx-1.4.5.tar.gz
http://lyx.cybermirror.org/stable/lyx-1.4.5.tar.gz
ftp://gd.tuwien.ac.at/publishing/tex/lyx/stable/lyx-1.4.5.tar.gz
ftp://ftp.ntua.gr/pub/X11/LyX/stable/lyx-1.4.5.tar.gz
http://sunsite.icm.edu.pl/pub/unix/editors/lyx/stable/lyx-1.4.5.tar.gz
http://lyx.mirror.fr/stable/lyx-1.4.5.tar.gz

Prebuilt binaries (rpms for linux distributions, Mac OS X and Windows
installers) should soon be available at
ftp://ftp.lyx.org/pub/lyx/bin/1.4.5/

If you already have the LyX 1.4.4 sources, you may want to apply one
of the following patches instead
ftp://ftp.lyx.org/pub/lyx/stable/patch-1.4.5.gz
ftp://ftp.lyx.org/pub/lyx/stable/patch-1.4.5.bz2

Note that this patch will not produce valid LyX/Mac sources, since
some binary files have been added for this release.

If you find what you think is a bug in LyX 1.4.5, you may either
e-mail the LyX developers' mailing list (lyx-devel  lists.lyx.org),
or open a bug report at http://bugzilla.lyx.org

If you're having trouble using the new version of LyX, or have a
question, first check out http://www.lyx.org/help/. If you can't find
the answer there, e-mail the LyX users' list (lyx-users  lists.lyx.org).

Enjoy!

The LyX team.

What's new in version 1.4.5?
 

** Updates:
***

* DOCUMENTATION AND LOCALIZATION

- Update Hungarian and Italian localizations of the interface.


** Bug fixes:
*

* DOCUMENT INPUT/OUTPUT

- Don't skip lines after noweb chunks in tex2lyx (bug 3052)

- Fix bug when entering relative length (like page%) as margin
  settings (bug 3416).

- Fix Date external template in windows (bug 3241)

- Fix babel bug triggered by MarkBoth in the IEEEtran.layout (bug 3510).

* USER INTERFACE:

- Fix bug where moving the last section up in the toc dialog eats the
  last paragraph (bug 3303).

- Fix crash when using "all-insets-toggle" lfun on a file with 
  math insets (bug 3358).

- Fix crash when undoing ctrl- in mathed (bug 3590).

- Fix 

Re: Towards LyX 1.4.5 [status update #1]

2007-07-06 Thread Bo Peng

On 7/6/07, Jean-Marc Lasgouttes <[EMAIL PROTECTED]> wrote:

Hello,

Since Jose' plans to release 1.5.0 next week, we'd better be ready
with 1.4.5 too. I append the ANNOUNCE file that I just updated.

Jose', I would appreciate if you could upgrade lyx2lyx in branch to
handle the 1.5 final format.

Other things?


Two easy bugs that are fixed in trunk but not in 1.4.x:

http://bugzilla.lyx.org/show_bug.cgi?id=1486
http://bugzilla.lyx.org/show_bug.cgi?id=3363

There may be more.

Bo


Re: Towards LyX 1.4.5 [status update #1]

2007-07-06 Thread Enrico Forestieri
On Fri, Jul 06, 2007 at 01:23:48PM +0200, Jean-Marc Lasgouttes wrote:

> 
> Hello,
> 
> Since Jose' plans to release 1.5.0 next week, we'd better be ready
> with 1.4.5 too. I append the ANNOUNCE file that I just updated.
> 
> Jose', I would appreciate if you could upgrade lyx2lyx in branch to
> handle the 1.5 final format.
> 
> Other things?

I think that the patch by Peter dealing with duplicate font names
in the system font dir should also be applied to 1.4.5.

-- 
Enrico