Re: LyX 1.4.1 is released

2006-04-18 Thread Jean-Pierre Chrétien
Paul A. Rubin <[EMAIL PROTECTED]> writes: > One cannot argue against the virtue of fixing the installer, but there > are other times when running it manually might be necessary. Sometimes > a working copy of LyX stops working because some malign external force > deleted/damaged the configurat

Re: LyX 1.4.1 is released

2006-04-14 Thread Paul A. Rubin
Georg Baum wrote: Am Freitag, 14. April 2006 18:41 schrieb Enrico Forestieri: On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote: It simply should never be invoked by hand. This is unsupported. But the installer suggests doing that when it fails to run configure. I know. I still thin

Re: LyX 1.4.1 is released

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 18:41 schrieb Enrico Forestieri: > On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote: > > It simply should never be invoked by hand. This is unsupported. > > But the installer suggests doing that when it fails to run configure. I know. I still think it would be

Re: LyX 1.4.1 is released

2006-04-14 Thread Enrico Forestieri
On Fri, Apr 14, 2006 at 06:29:40PM +0200, Georg Baum wrote: > Am Freitag, 14. April 2006 18:08 schrieb Enrico Forestieri: > > I already suggested to Paul a couple of fixes but he said they didn't > > worked. I think there is another problem here. Your fix to bug 2285 > > will not work on Windows w

Re: LyX 1.4.1 is released

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 18:08 schrieb Enrico Forestieri: > I already suggested to Paul a couple of fixes but he said they didn't > worked. I think there is another problem here. Your fix to bug 2285 > will not work on Windows when the configure script is invoked by hand > form the libdir locatio

Re: LyX 1.4.1 is released

2006-04-14 Thread Georg Baum
Am Freitag, 14. April 2006 17:26 schrieb Paul A. Rubin: > I read the bug report but might not have understood some of the comments > correctly. Shouldn't running configure with the switch > --with-version-suffix=1.4.x, as Enrico suggested, fix this? (It didn't.) Yes, it should, and it does so

Re: LyX 1.4.1 is released

2006-04-14 Thread Paul A. Rubin
Georg Baum wrote: Am Donnerstag, 13. April 2006 21:34 schrieb Paul A. Rubin: Well, the good news is that it no longer trips over a space. The bad news is that I get the following output: checking for a LaTeX -> LyX converter... +checking for "tex2lyx"... no +checking for "tex2lyx"... no I h

Re: LyX 1.4.1 is released

2006-04-14 Thread Georg Baum
Am Donnerstag, 13. April 2006 21:34 schrieb Paul A. Rubin: > Well, the good news is that it no longer trips over a space. The bad > news is that I get the following output: > > > checking for a LaTeX -> LyX converter... > > +checking for "tex2lyx"... no > > +checking for "tex2lyx"... no > > I

Re: LyX 1.4.1 is released

2006-04-13 Thread Paul A. Rubin
Enrico Forestieri wrote: On Thu, Apr 13, 2006 at 03:34:12PM -0400, Paul A. Rubin wrote: Well, the good news is that it no longer trips over a space. The bad news is that I get the following output: checking for a LaTeX -> LyX converter... +checking for "tex2lyx"... no +checking for "tex2ly

Re: LyX 1.4.1 is released

2006-04-13 Thread Enrico Forestieri
On Thu, Apr 13, 2006 at 03:34:12PM -0400, Paul A. Rubin wrote: > Well, the good news is that it no longer trips over a space. The bad > news is that I get the following output: > > >checking for a LaTeX -> LyX converter... > >+checking for "tex2lyx"... no > >+checking for "tex2lyx"... no > >

Re: LyX 1.4.1 is released

2006-04-13 Thread Paul A. Rubin
Angus Leeming wrote: Guys, the test will need to be rewritten as: PATHORIG="$PATH" PATH="$PWD/../src/tex2lyx:$PATH" export PATH for ac_prog in 'tex2lyx -f $$i $$o' \ 'tex2lyx'"$version_suffix"' -f $$i $$o' do ... done PATH="$PATHORIG" export PATH unset PATHORIG Paul, could y

Re: LyX 1.4.1 is released

2006-04-13 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> I have uploaded it at Enrico> ftp.devel.lyx.org/pub/incoming/lyx-1.4.1-cygwin.tar.gz Thanks, I put it online. JMarc

Re: LyX 1.4.1 is released

2006-04-13 Thread Enrico Forestieri
On Thu, Apr 13, 2006 at 09:58:56AM +0200, Jean-Marc Lasgouttes wrote: > > "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: > > Enrico> I have placed a cygwin binary at > Enrico> ftp.lyx.org/incoming/lyx-1.4.1-cygwin.tar.gz > > We cannot read there, sorry. Could you upload to ftp.deve

Re: LyX 1.4.1 is released

2006-04-13 Thread Jean-Marc Lasgouttes
> "Richard" == Richard Kleeman <[EMAIL PROTECTED]> writes: Richard> Georg and Jean-Marc, I uploaded ubuntu breezy packages for Richard> 1.4.1 to pub/incoming plus a README file. Thanks, it is on the ftp site now. JMarc

Re: LyX 1.4.1 is released

2006-04-13 Thread Jean-Marc Lasgouttes
> "Enrico" == Enrico Forestieri <[EMAIL PROTECTED]> writes: Enrico> I have placed a cygwin binary at Enrico> ftp.lyx.org/incoming/lyx-1.4.1-cygwin.tar.gz We cannot read there, sorry. Could you upload to ftp.devel.lyx.org or provide an url? JMarc

Re: LyX 1.4.1 is released

2006-04-12 Thread Enrico Forestieri
On Tue, Apr 11, 2006 at 11:57:16AM +0200, Jean-Marc Lasgouttes wrote: > > Public release of LyX version 1.4.1 > === > > We are pleased to announce the release of LyX 1.4.1. This is a bug fix > release, but some of the bugs were big. In particular: I have placed a

Re: LyX 1.4.1 is released

2006-04-12 Thread Angus Leeming
Paul A. Rubin <[EMAIL PROTECTED]> writes: Paul> Tracked down the glitch I previously saw in the Paul> configuration output (which may well be harmless). Paul> It comes from line 482 in the configure Paul> script, which leads off the hunt for tex2lyx (I think): Paul> for ac_prog in "$PWD/../src/te

Re: LyX 1.4.1 is released

2006-04-12 Thread Georg Baum
Richard Kleeman wrote: > Jean-Marc Lasgouttes wrote: >> Public release of LyX version 1.4.1 > > Any chance of an update by Georg to the Debian script? I will do it tonight, and the update will also fix the wrong package type of the common package (all instead of binary). Georg

Re: LyX 1.4.1 is released

2006-04-11 Thread Paul A. Rubin
Angus Leeming wrote: The Windows installer can be found at http://wiki.lyx.org/uploads/Windows/LyX14x/lyx-1.4.1_win32_setup_v1.exe Tracked down the glitch I previously saw in the configuration output (which may well be harmless). It comes from line 482 in the configure script, which leads

Re: LyX 1.4.1 is released

2006-04-11 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Angus> Unfortunately, the installed po files are called lyx14x.mo. > Angus> Moreover, the lyx executable finds these files by interogating > Angus> its own name. > Where does this happen? The code in message.C uses > textdomain(PACKAGE); > and

Re: LyX 1.4.1 is released

2006-04-11 Thread Jean-Marc Lasgouttes
> "Bennett" == Bennett Helm <[EMAIL PROTECTED]> writes: Bennett> I've placed the Mac binary at Bennett> ftp.lyx.org/incoming/LyX-1.4.1-Mac.dmg; please move it to the Bennett> correct binaries folder. This is unfortunately a place where I cannot read. Do you have another URL? Anyway, ftp.lyx.

Re: LyX 1.4.1 is released

2006-04-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> The installer creates a lyx.bat file that points at "lyx.exe". Angus> (This .bat file is little more than LANG=fr_FR lyx.exe $* in Angus> sh-speak.) OK. Angus> Unfortunately, the installed po files are called lyx14x.mo. Angus> Mor

Re: LyX 1.4.1 is released

2006-04-11 Thread Angus Leeming
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > Angus> I managed to fix the problems that people were having running > Angus> this with localized menus; it turned out that my renaming of > Angus> lyx14x.exe to lyx.exe broke everything, so I no longer do that > Angus> > Could you expand on that

Re: LyX 1.4.1 is released

2006-04-11 Thread Bennett Helm
I've placed the Mac binary at ftp.lyx.org/incoming/LyX-1.4.1-Mac.dmg; please move it to the correct binaries folder. Thanks. Bennett On Apr 11, 2006, at 5:57 AM, Jean-Marc Lasgouttes wrote: Public release of LyX version 1.4.1 === We are pleased to announce

Re: LyX 1.4.1 is released

2006-04-11 Thread Jean-Marc Lasgouttes
> "Angus" == Angus Leeming <[EMAIL PROTECTED]> writes: Angus> Jean-Marc, could you move it to the ftp site and fix the link Angus> at http://wiki.lyx.org/Windows/LyX14x to point to its new home? Done. Angus> I managed to fix the problems that people were having running Angus> this with local

Re: LyX 1.4.1 is released

2006-04-11 Thread Jean-Marc Lasgouttes
> "Jean-Pierre" == Jean-Pierre Chrétien <[EMAIL PROTECTED]> writes: Jean-Pierre> I had to use the GNU tar to retrieve the full lyx-1.4.1 Jean-Pierre> directory. THis is something we are aware of. The depth of our directories (especially the mac bundle) mean that we enforce the use of GNU tar.

Re: LyX 1.4.1 is released

2006-04-11 Thread Angus Leeming
G. Reading the patch on gmane again, I notice a slight oversight. Nothing to worry about, but for completeness, the "search_handle" below should be closed. Could you change return bin_dir + '\\' + file_data.cFileName; to std::string const result = bin_dir + '\\' + file_data.c

Re: LyX 1.4.1 is released

2006-04-11 Thread Jean-Pierre Chrétien
Jean-Marc Lasgouttes <[EMAIL PROTECTED]> writes: > > > Public release of LyX version 1.4.1 On Solaris 8, use of the native tar program bunzip2 -c lyx-1.4.1.tar.bz2|tar xof - retrieves only the two directories config and development. I had to use the GNU tar to retrieve the full lyx-1.4.1 direc

Re: LyX 1.4.1 is released

2006-04-11 Thread Angus Leeming
Jean-Marc Lasgouttes wrote: Public release of LyX version 1.4.1 === We are pleased to announce the release of LyX 1.4.1. This is a bug fix release, but some of the bugs were big. In particular: Congratulations to you all! The Windows installer can be found at

LyX 1.4.1 is released

2006-04-11 Thread Jean-Marc Lasgouttes
Public release of LyX version 1.4.1 === We are pleased to announce the release of LyX 1.4.1. This is a bug fix release, but some of the bugs were big. In particular: - fix the huge memory consumption and corresponding sluggishness with documents containing man