Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote:
  This
 means that either Jose or Juergen will have to do it (they have all
 the information to put things on our ftp sites now).

Actually, I do not have any information about the release procedure yet. But 
with a little help from José, it might be doable.

Jürgen


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Abdelrazak Younes

Jean-Marc Lasgouttes wrote:

Hello,

It transpires that, since I am leaving for vacation this evening, I
will not be able to release LyX 1.4.5 (I come back on 31/07). This
means that either Jose or Juergen will have to do it (they have all
the information to put things on our ftp sites now).

The only remaining bugs are:

2958Backport lyx2lyx from trunk to the last 1.4.x version

  waiting for Jose :)


Isn't it just a matter of copying the lyx2lyx directory from trunk to 
1.4? At least that's what Jose said about this on the user list. In 
which case, you can probably do it yourself and release 1.4.5 now as 
there won't be any format change before 1.5.0.


Just MHO,
Abdel.



Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes:
 Actually, I do not have any information about the release procedure yet. But 
 with a little help from José, it might be doable.

I trust it will be :)

JMarc


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jean-Marc Lasgouttes
Abdelrazak Younes [EMAIL PROTECTED] writes:
 Isn't it just a matter of copying the lyx2lyx directory from trunk to
 1.4? At least that's what Jose said about this on the user list. In
 which case, you can probably do it yourself and release 1.4.5 now as
 there won't be any format change before 1.5.0.

I guess there are a few things to tweak (so that lyx2lyx produces the
right format by default, for example?), and I have to leave in one
hour. Morever there are still some bugs to fix in lyx2lyx (this is why
1.5.0 is not out actually).

JMarc


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes:
 Actually, I do not have any information about the release procedure yet. But 
 with a little help from José, it might be doable.

BTW you do not have yet the right to post on lyx-announce. You can let
Jose do it for this time, but you should ask Mate to add you to the
whitelist.

JMarc


Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jean-Marc Lasgouttes

Hello,

It transpires that, since I am leaving for vacation this evening, I
will not be able to release LyX 1.4.5 (I come back on 31/07). This
means that either Jose or Juergen will have to do it (they have all
the information to put things on our ftp sites now).

The only remaining bugs are:

2958Backport lyx2lyx from trunk to the last 1.4.x version

  waiting for Jose :)

3553regression  Wrong figure files included in the final pdf manuscript 
w...

  as I wrote in the report, I believe the bug is that user already had
  a pdf definition in his local preferences.



I attach the status file and (for reference) my release checklist.

JMarc

-*- text -*-

This file describes what has been done in the preparation of LyX 1.4.5
All comments are welcome.

I'd be glad if some of you could take the time to check it out (or fix
a bug or two if you are feeling adventurous). Let me recall that all
these fixes have been checked into the BRANCH_1_4_X branch, which you
can get with the command
  svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x

JMarc

[In this list, I try to group things by topic and in decreasing
order of importance. This is, of course, subjective...]

What's new
==

** 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).

- Fix ordering of layouts in beamer textclass (bug 3141).

* 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 conflict with globally installed math fonts, for ex. from
  Scientific Workplace (bug 3962, windows only).

- Properly keep existing previews when pasting formulas (bug 1486).

- 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 for big delimiters.

- Fix wrong LaTeX-output when using the backslash \ as math
  delimiter (bug 3458) (Qt frontend only).

- Fix generation of linuxdoc manpages (bug 2966).

- Fix example for docbook-article.

- Fix table rotate toolbar buttons images (bug 3525).

- Fix display of Acknowledgments environment in elsart document
  class (bug 3931).

* DOCUMENTATION

- Fix description of booktabs tables in the EmbeddedObjects manual
  (bug 3736).

- Fix broken link to IEEETran.cls in LaTeXConfiguration (bug 848).

- Fix that Slovak userguide couldn't be typeset.

* BUILD/INSTALLATION:

- Make LyX/Mac recognize correctly newer versions of teTeX.

-*- text -*-

Things to do to make a new release

- in the source:

  * update version and date in configure.ac
  * update version in po/postats.sh
  * update ANNOUNCE; when this is OK, copy the start of the
announcement to NEWS
  * export to some directory
 rm -rf /local/lasgoutt/lyx-export
 svn export . /local/lasgoutt/lyx-export
  * run ./autogen.sh
 cd /local/lasgoutt/lyx-export
 ./autogen.sh
  * configure in some directory
 cd /local/lasgoutt/build-export
 ../lyx-export/configure --with-frontend=qt
  * make a distribution.
 make dist
  * create a patch between distribution and previous
 diff -urN -x .svn -x version.C lyx-1.x.(y-1) lyx-1.x.y patch
  * read the patch and check that it makes sense
  * update 1.x.y.desc and add ANNOUNCE to it
  * create the patch: cat 1.x.y.desc patch patch-1.x.y
  * create gz and bz2 versions of the patch
gzip -c9 patch-1.x.y patch-1.x.y.gz
bzip2 -c9 patch-1.x.y patch-1.x.y.bz2

  * tag release as lyx-1_x_y 
 cd src/lyx/1.4.x
 svn cp . svn+ssh://[EMAIL PROTECTED]/lyx/lyx-devel/tags/lyx-1_x_y

- ftp site
  * update dist and patch to ftp.lyx.org/pub/lyx/stable/
  * create directory ftp.lyx.org/pub/lyx/bin/1.x.y

- mail
  * send annoucement to lyx-announce, lyx-devel and lyx-users with
  Reply-to lyx-users. Add [EMAIL PROTECTED] in bcc.

- web site www-user
  * add announcement as announcement/1_x_y.txt
  * update news.inc
  * update last version number in index.php



Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Abdelrazak Younes

Jean-Marc Lasgouttes wrote:

Abdelrazak Younes [EMAIL PROTECTED] writes:

Isn't it just a matter of copying the lyx2lyx directory from trunk to
1.4? At least that's what Jose said about this on the user list. In
which case, you can probably do it yourself and release 1.4.5 now as
there won't be any format change before 1.5.0.


I guess there are a few things to tweak (so that lyx2lyx produces the
right format by default, for example?), and I have to leave in one
hour. Morever there are still some bugs to fix in lyx2lyx (this is why
1.5.0 is not out actually).


Right... Jose, everything is in your hand now ;-)

Abdel.



Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread christian . ridderstrom

On Thu, 12 Jul 2007, Jürgen Spitzmüller wrote:


Jean-Marc Lasgouttes wrote:

 This
means that either Jose or Juergen will have to do it (they have all
the information to put things on our ftp sites now).


Actually, I do not have any information about the release procedure yet. 
But with a little help from José, it might be doable.


Maybe make some notes on the release procedure while doing it?

/C

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread christian . ridderstrom

On Thu, 12 Jul 2007, Jean-Marc Lasgouttes wrote:


Abdelrazak Younes [EMAIL PROTECTED] writes:

Isn't it just a matter of copying the lyx2lyx directory from trunk to
1.4? At least that's what Jose said about this on the user list. In
which case, you can probably do it yourself and release 1.4.5 now as
there won't be any format change before 1.5.0.


I guess there are a few things to tweak (so that lyx2lyx produces the 
right format by default, for example?), and I have to leave in one hour. 
Morever there are still some bugs to fix in lyx2lyx (this is why 1.5.0 
is not out actually).


Do you mean the problem Dov was talking about?

/C

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote:
 Maybe make some notes on the release procedure while doing it?

Yes.

Jürgen


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote:
  I guess there are a few things to tweak (so that lyx2lyx produces the
  right format by default, for example?), and I have to leave in one hour.
  Morever there are still some bugs to fix in lyx2lyx (this is why 1.5.0
  is not out actually).

 Do you mean the problem Dov was talking about?

No, the major lyx2lyx bugs listed on bugzilla.

Jürgen


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread José Matos
On Thursday 12 July 2007 15:24:13 Jean-Marc Lasgouttes wrote:
 I guess there are a few things to tweak (so that lyx2lyx produces the
 right format by default, for example?),

  That is not needed anymore, lyx always tell tells lyx2lyx the version where 
it wants to receive the files.

 and I have to leave in one 
 hour. Morever there are still some bugs to fix in lyx2lyx (this is why
 1.5.0 is not out actually).

  True, mostly that is also the single reason why 1.5.0 is not out yet...

 JMarc

-- 
José Abílio


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jürgen Spitzmüller
Jean-Marc Lasgouttes wrote:
>  This
> means that either Jose or Juergen will have to do it (they have all
> the information to put things on our ftp sites now).

Actually, I do not have any information about the release procedure yet. But 
with a little help from José, it might be doable.

Jürgen


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Abdelrazak Younes

Jean-Marc Lasgouttes wrote:

Hello,

It transpires that, since I am leaving for vacation this evening, I
will not be able to release LyX 1.4.5 (I come back on 31/07). This
means that either Jose or Juergen will have to do it (they have all
the information to put things on our ftp sites now).

The only remaining bugs are:

2958Backport lyx2lyx from trunk to the last 1.4.x version

  waiting for Jose :)


Isn't it just a matter of copying the lyx2lyx directory from trunk to 
1.4? At least that's what Jose said about this on the user list. In 
which case, you can probably do it yourself and release 1.4.5 now as 
there won't be any format change before 1.5.0.


Just MHO,
Abdel.



Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes:
> Actually, I do not have any information about the release procedure yet. But 
> with a little help from José, it might be doable.

I trust it will be :)

JMarc


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jean-Marc Lasgouttes
Abdelrazak Younes <[EMAIL PROTECTED]> writes:
> Isn't it just a matter of copying the lyx2lyx directory from trunk to
> 1.4? At least that's what Jose said about this on the user list. In
> which case, you can probably do it yourself and release 1.4.5 now as
> there won't be any format change before 1.5.0.

I guess there are a few things to tweak (so that lyx2lyx produces the
right format by default, for example?), and I have to leave in one
hour. Morever there are still some bugs to fix in lyx2lyx (this is why
1.5.0 is not out actually).

JMarc


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jean-Marc Lasgouttes
[EMAIL PROTECTED] (Jürgen Spitzmüller) writes:
> Actually, I do not have any information about the release procedure yet. But 
> with a little help from José, it might be doable.

BTW you do not have yet the right to post on lyx-announce. You can let
Jose do it for this time, but you should ask Mate to add you to the
whitelist.

JMarc


Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jean-Marc Lasgouttes

Hello,

It transpires that, since I am leaving for vacation this evening, I
will not be able to release LyX 1.4.5 (I come back on 31/07). This
means that either Jose or Juergen will have to do it (they have all
the information to put things on our ftp sites now).

The only remaining bugs are:

2958Backport lyx2lyx from trunk to the last 1.4.x version

  waiting for Jose :)

3553regression  Wrong figure files included in the final pdf manuscript 
w...

  as I wrote in the report, I believe the bug is that user already had
  a pdf definition in his local preferences.



I attach the status file and (for reference) my release checklist.

JMarc

-*- text -*-

This file describes what has been done in the preparation of LyX 1.4.5
All comments are welcome.

I'd be glad if some of you could take the time to check it out (or fix
a bug or two if you are feeling adventurous). Let me recall that all
these fixes have been checked into the BRANCH_1_4_X branch, which you
can get with the command
  svn co svn://svn.lyx.org/lyx/lyx-devel/branches/BRANCH_1_4_X lyx-1.4.x

JMarc

[In this list, I try to group things by topic and in decreasing
order of importance. This is, of course, subjective...]

What's new
==

** 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).

- Fix ordering of layouts in beamer textclass (bug 3141).

* 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 conflict with globally installed math fonts, for ex. from
  Scientific Workplace (bug 3962, windows only).

- Properly keep existing previews when pasting formulas (bug 1486).

- 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 for big delimiters.

- Fix wrong LaTeX-output when using the backslash "\" as math
  delimiter (bug 3458) (Qt frontend only).

- Fix generation of linuxdoc manpages (bug 2966).

- Fix example for docbook-article.

- Fix table rotate toolbar buttons images (bug 3525).

- Fix display of "Acknowledgments" environment in elsart document
  class (bug 3931).

* DOCUMENTATION

- Fix description of booktabs tables in the EmbeddedObjects manual
  (bug 3736).

- Fix broken link to IEEETran.cls in LaTeXConfiguration (bug 848).

- Fix that Slovak userguide couldn't be typeset.

* BUILD/INSTALLATION:

- Make LyX/Mac recognize correctly newer versions of teTeX.

-*- text -*-

Things to do to make a new release

- in the source:

  * update version and date in configure.ac
  * update version in po/postats.sh
  * update ANNOUNCE; when this is OK, copy the start of the
announcement to NEWS
  * export to some directory
 rm -rf /local/lasgoutt/lyx-export
 svn export . /local/lasgoutt/lyx-export
  * run ./autogen.sh
 cd /local/lasgoutt/lyx-export
 ./autogen.sh
  * configure in some directory
 cd /local/lasgoutt/build-export
 ../lyx-export/configure --with-frontend=qt
  * make a distribution.
 make dist
  * create a patch between distribution and previous
 diff -urN -x .svn -x version.C lyx-1.x.(y-1) lyx-1.x.y >patch
  * read the patch and check that it makes sense
  * update 1.x.y.desc and add ANNOUNCE to it
  * create the patch: cat 1.x.y.desc patch >patch-1.x.y
  * create gz and bz2 versions of the patch
gzip -c9 patch-1.x.y >patch-1.x.y.gz
bzip2 -c9 patch-1.x.y >patch-1.x.y.bz2

  * tag release as lyx-1_x_y 
 cd src/lyx/1.4.x
 svn cp . svn+ssh://[EMAIL PROTECTED]/lyx/lyx-devel/tags/lyx-1_x_y

- ftp site
  * update dist and patch to ftp.lyx.org/pub/lyx/stable/
  * create directory ftp.lyx.org/pub/lyx/bin/1.x.y

- mail
  * send annoucement to lyx-announce, lyx-devel and lyx-users with
  Reply-to lyx-users. Add [EMAIL PROTECTED] in bcc.

- web site www-user
  * add announcement as announcement/1_x_y.txt
  * update news.inc
  * update last version number in index.php



Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Abdelrazak Younes

Jean-Marc Lasgouttes wrote:

Abdelrazak Younes <[EMAIL PROTECTED]> writes:

Isn't it just a matter of copying the lyx2lyx directory from trunk to
1.4? At least that's what Jose said about this on the user list. In
which case, you can probably do it yourself and release 1.4.5 now as
there won't be any format change before 1.5.0.


I guess there are a few things to tweak (so that lyx2lyx produces the
right format by default, for example?), and I have to leave in one
hour. Morever there are still some bugs to fix in lyx2lyx (this is why
1.5.0 is not out actually).


Right... Jose, everything is in your hand now ;-)

Abdel.



Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread christian . ridderstrom

On Thu, 12 Jul 2007, Jürgen Spitzmüller wrote:


Jean-Marc Lasgouttes wrote:

 This
means that either Jose or Juergen will have to do it (they have all
the information to put things on our ftp sites now).


Actually, I do not have any information about the release procedure yet. 
But with a little help from José, it might be doable.


Maybe make some notes on the release procedure while doing it?

/C

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread christian . ridderstrom

On Thu, 12 Jul 2007, Jean-Marc Lasgouttes wrote:


Abdelrazak Younes <[EMAIL PROTECTED]> writes:

Isn't it just a matter of copying the lyx2lyx directory from trunk to
1.4? At least that's what Jose said about this on the user list. In
which case, you can probably do it yourself and release 1.4.5 now as
there won't be any format change before 1.5.0.


I guess there are a few things to tweak (so that lyx2lyx produces the 
right format by default, for example?), and I have to leave in one hour. 
Morever there are still some bugs to fix in lyx2lyx (this is why 1.5.0 
is not out actually).


Do you mean the problem Dov was talking about?

/C

--
Christian Ridderström, +46-8-768 39 44   http://www.md.kth.se/~chr

Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote:
> Maybe make some notes on the release procedure while doing it?

Yes.

Jürgen


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread Jürgen Spitzmüller
[EMAIL PROTECTED] wrote:
> > I guess there are a few things to tweak (so that lyx2lyx produces the
> > right format by default, for example?), and I have to leave in one hour.
> > Morever there are still some bugs to fix in lyx2lyx (this is why 1.5.0
> > is not out actually).
>
> Do you mean the problem Dov was talking about?

No, the major lyx2lyx bugs listed on bugzilla.

Jürgen


Re: Towards LyX 1.4.5 [status update #2]

2007-07-12 Thread José Matos
On Thursday 12 July 2007 15:24:13 Jean-Marc Lasgouttes wrote:
> I guess there are a few things to tweak (so that lyx2lyx produces the
> right format by default, for example?),

  That is not needed anymore, lyx always tell tells lyx2lyx the version where 
it wants to receive the files.

> and I have to leave in one 
> hour. Morever there are still some bugs to fix in lyx2lyx (this is why
> 1.5.0 is not out actually).

  True, mostly that is also the single reason why 1.5.0 is not out yet...

> JMarc

-- 
José Abílio