>>Date: Wed, 7 Jun 2000 16:17:04 +0200 (METDST)
>>From: Christian Schmitt <[EMAIL PROTECTED]>
>>To: [EMAIL PROTECTED]
>>Subject: Bug in 1.1.5
>>
>>Hi,
>>
>>I just installed Lyx 1.1.5, and found the following bug:
>>
>>I can't mark floats to cut and paste them to put them someplace else in
>>the document. In Version 1.0.4 I just closed the Float and then dragged
>>the mouse over the fig, which was marked in blue (like ordinary
>>text). Then I could cut it like ordinary text. Now the inset is opened if
>>I do that, instead of marked. Therefore I can't cut it. If there is a
>>blank after the fig, and I mark this too, then it works. But this can't be
>>the intended way to do this, can it?
>>
>>Another problem:
>>I used configure --with-lyxname=lyx115 to preserve the older installation
>>in case I have problems with the new version. But when I installed it, the
>>binary was named lyx and repaced the old one. The lib directory on the
>>oter hand was correctly named lyx115. What did I do wrong here?
Nothing, it works that way, here is the protection I use
in the makelyx script (1.1.4 is the current version):
cp /usr/local/bin/lyx /usr/local/bin/lyx-1.1.4
cp /usr/local/bin/reLyX /usr/local/bin/reLyX-1.1.4
make install > log_install
cp /usr/local/bin/lyx /usr/local/bin/lyx-1.1.5; strip /usr/local/bin/lyx-1.1.5
cp /usr/local/bin/reLyX /usr/local/bin/reLyX-1.1.5
mv /usr/local/bin/lyx-1.1.4 /usr/local/bin/lyx
mv /usr/local/bin/reLyX-1.1.4 /usr/local/bin/reLyX
chmod 755 /usr/local/bin/lyx* /usr/local/bin/reLyX*
--
Jean-Pierre