Re: LyX 1.2.0pre1

2002-03-31 Thread Kayvan A. Sylvan

On Sun, Mar 31, 2002 at 04:49:29PM +0200, Lars Gullik Bjønnes wrote:
> [EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:
> 
> | "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
> >
> | | On Sat, Mar 30, 2002 at 01:36:05AM +0100, Lars Gullik Bjønnes wrote:
> >>> 
> >>> I got tired of dragging my feat, so I just did it.
> >>> 
> >>> Pre1 has been tagged as "lyx-1_2_0pre1" in CVS.
> >>> 
> >>> I will upload a dist to ftp as soon as the build gets ready.
> >>> 
> >>> I am not going to announce this pre to the masses, I will not do that
> >>> until pre2.
> >>> 
> >>> Please do not create new problems, fix existing ones instead.
> >>
> | | It would be great if the automake stuff could detect whether we need
> | | -ljpeg or not on the LyX link line. If that were to happen, the Windows
> | | build would be as easy as the Linux build process (in fact, it could
> | | be done via RPM then).
> >
> | I will have a go at this one...
> >
> | Shouldn't be too hard to do.
> 
> I have put somehting I think will work in cvs now, please test.

Yes!!!

Thank you.

---Kayvan
-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)



msg35686/pgp0.pgp
Description: PGP signature


Re: ftp lyx-1.2.0pre1

2002-03-31 Thread Kayvan A. Sylvan

On Mon, Apr 01, 2002 at 12:12:06AM +0200, Paul Seelig wrote:
> for i in $(files) ; do \
>/usr/bin/install -c -m 644 ./$i 
>/usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/share/lyx/reLyX/$i ; \
> done
> /bin/sh: files: command not found

Not unexpectedly, since $(files) is the shell syntax for inserting process
output.

Probably something like $$files was meant...

---Kayvan
-- 
Kayvan A. Sylvan  | Proud husband of   | Father to my kids:
Sylvan Associates, Inc.   | Laura Isabella Sylvan  | Katherine Yelena (8/8/89)
http://sylvan.com/~kayvan | "crown of her husband" | Robin Gregory (2/28/92)



msg35685/pgp0.pgp
Description: PGP signature


Re: ftp lyx-1.2.0pre1

2002-03-31 Thread Paul Seelig

[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:

> On ftp.devel.lyx.org:/pub/lyx/lyx-1.2.0pre1.tar.gz
> 
> Nice if people would take the time to test installation, building etc.
> 
On Debian/unstable installation of reLyX's auxiliary files(?) doesn't
work. Here's some context from the build log:

-- snip -
Making install in lib
make[2]: Entering directory `/usr/src/Debian/LyX/lyx-1.2.0pre1/lib'
Making install in reLyX
make[3]: Entering directory `/usr/src/Debian/LyX/lyx-1.2.0pre1/lib/reLyX'
make[4]: Entering directory `/usr/src/Debian/LyX/lyx-1.2.0pre1/lib/reLyX'
/bin/sh ./../../config/mkinstalldirs 
/usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/bin
 /usr/bin/install -c reLyX /usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/bin/reLyX
 /usr/bin/install -c noweb2lyx 
/usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/bin/noweb2lyx
for dir in reLyX reLyX/Text ; do \
  /bin/sh ./../../config/mkinstalldirs 
/usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/share/lyx/$dir ; \
done
mkdir /usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/share/lyx
mkdir /usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/share/lyx/reLyX
mkdir /usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/share/lyx/reLyX/Text
files=`cd . ; echo *.pm *.pl README BUGS CHANGES reLyX.pod syntax.default Text/*.pm` ; 
\
for i in $(files) ; do \
   /usr/bin/install -c -m 644 ./$i 
/usr/src/Debian/LyX/lyx-1.2.0pre1/debian/tmp/usr/share/lyx/reLyX/$i ; \
done
/bin/sh: files: command not found
-- snip -

And after installation when trying to load any of the documentation
from the "Help" menu:

-- snip -
[pseelig]~ > lyx
reLyX directory not found.
LyX: unable to find documentation file `FAQ'. Bad installation?
LyX: unable to find documentation file `Extended'. Bad installation?
LyX: unable to find documentation file `Intro'. Bad installation?
LyX: unable to find documentation file `Intro'. Bad installation?
LyX: unable to find documentation file `Tutorial'. Bad installation?
LyX: unable to find documentation file `UserGuide'. Bad installation?
LyX: unable to find documentation file `Extended'. Bad installation?
LyX: unable to find documentation file `Customization'. Bad installation?
LyX: unable to find documentation file `FAQ'. Bad installation?
LyX: unable to find documentation file `TOC'. Bad installation?
-- snip -

Does this make enough sense to be meaningful for further debugging?

Other than that LyX builds, installs and works just fine (so far). 

Thanks, P. *8^)
-- 
  Paul Seelig <[EMAIL PROTECTED]> --
   African Music Archive - Institute for Ethnology and Africa Studies
   Johannes Gutenberg-University   -  Forum 6  -  55099 Mainz/Germany
 - http://ntama.uni-mainz.de --



Re: some questions

2002-03-31 Thread John Levon

On Sun, Mar 31, 2002 at 03:01:02PM +0200, Bjarke Roune wrote:

> I'm trying to understand the code - the comments and code are quite
> nice (so far :-). I haven't gone much farther than the start-up code
> yet. In lyx_gui.C/h, there are two small things I find a little
> strange:
> 
> There is the declaration
> 
> extern bool finished; // flag, that we are quitting the program
> 
> however, doing a search for "finished" in the file yields no results
> other than the above, so it doesn't seem to have any use within
> lyx_gui.C.

This code is due to change soon anyway as part of GUI independence
effort - so things will probably change here anyway.

> Also, how come LyXGUI::lyxviews is named with a plural s, when it
> really only points to a single LyXView?

It is meant as a reminder that someday we will have more than one
main window possible ...

regards
john

-- 
"Please crack down on the Chinaman's friends and Hitler's commander.  Mother is
the best bet and don't let Satan draw you too fast.  A boy has never wept ...
nor dashed a thousand kim. Did you hear me?"
- Dutch Schultz



Re: bug in bugzilla?

2002-03-31 Thread Michael Koziarski

On Sun, Mar 31, 2002 at 07:51:45AM -0400 or thereabouts, Garst R. Reese wrote:
> It crashes my Netscape-4.78 after I check some boxes and scroll down
> using the scrollbar.
> Garst


I can't reproduce this.  I know it uses a bit of javascript on the
query page, does it crash with javascript turned off in the browser?

-- 

| Michael Koziarski   |"Conventional wisdom is often   |
| Data Engineer, Linux user   | long on convention and short   |
| & Objectivist.  | on wisdom" --  |
| http://www.koziarski.com| Warren E. Buffett, BRK.A   |




Re: Breaking paragraph in a keepempty Section

2002-03-31 Thread John Levon

On Sun, Mar 31, 2002 at 01:37:40PM +0200, Lars Gullik Bjønnes wrote:

> | bull - look at bugzilla sometime. There are more than 40 open /bugs/
> | that aren't nominated.
> 
> You do realize that we want to release 1.2.0 some time this century?

Sure but people keep on pissing around with, for example, the
build. You really have no right at all to criticise me when you've
been applying your own experimental patches to the tree.

Try looking back in ChangeLog for the last six months and see how
many of my patches have not been bugfixes.

regards
john

-- 
"Please crack down on the Chinaman's friends and Hitler's commander.  Mother is
the best bet and don't let Satan draw you too fast.  A boy has never wept ...
nor dashed a thousand kim. Did you hear me?"
- Dutch Schultz



Circumflex bust (again)

2002-03-31 Thread Martin Vermeer

Grr.

The circumflex in math lacks one line which AFAIK was there at some
point in time, but has somehow disappeared from CVS. And it doesn't
work (just try the sub-panel item under Misc).

Applying this patch will get it into proper working order (display, 
LaTeX, save/load) again.

BTW completely unrelated, the bug of not being able to select the 
last mathed character by mouse appears fixed. Good!

Martin



Index: math_macrotable.C
===
RCS file: /cvs/lyx/lyx-devel/src/mathed/math_macrotable.C,v
retrieving revision 1.57
diff -u -p -r1.57 math_macrotable.C
--- math_macrotable.C   2002/03/27 18:04:36 1.57
+++ math_macrotable.C   2002/03/31 18:37:53
@@ -150,6 +150,7 @@ void MathMacroTable::builtinMacros()
define("\\def\\Join{\\ltimes\\kern-12mu\\rtimes}");
}
 
+   define("\\def\\mathcircumflex{\\^}");
//define("\def\lint",   4, "\\int_#1^#2#3 d#4}");
//define("\\def\\silentmult{\\cdot}");
//define("\def\binom",2, "\\left(\\frac#1#2\\right)}");



msg35680/pgp0.pgp
Description: PGP signature


Re: Two questions from a translator

2002-03-31 Thread Martin Vermeer

On Sun, Mar 31, 2002 at 06:13:36PM +0200, Claus Hindsgaul wrote:

> src/ext_l10n.h:1000 src/ext_l10n.h:1002:
> "Margin by with paragraph is allowed to increase"

s/with/which/

Martin




msg35679/pgp0.pgp
Description: PGP signature


Two questions from a translator

2002-03-31 Thread Claus Hindsgaul

Hi,

I have just finished the Danish translation of lyx 1.2.0pre1 and mailed
it to Lars (did I win the price for fast response? :) )

I found to strings that I do not understand. Could someone please
explain them to me - or correct the strings in the source if they are
actually wrong:


src/ext_l10n.h:325:
"mainline"
(My dictionary writes somthing about junkies and nurses injecting drugs
directly into the blood, hmm...)

and 

src/ext_l10n.h:1000 src/ext_l10n.h:1002:
"Margin by with paragraph is allowed to increase"

Cheers,
Claus Hindsgaul
(Please cc: me)




Re: ftp lyx-1.2.0pre1

2002-03-31 Thread Kari Salovaara

Lars Gullik Bjønnes wrote:
> 
> On ftp.devel.lyx.org:/pub/lyx/lyx-1.2.0pre1.tar.gz
> 
> Nice if people would take the time to test installation, building etc.
> 
> --
> Lgb
Configuration
  Host type:  i686-pc-linux-gnu
  Special build flags:warnings assertions included-libsigc
xforms-image-loader
  C   Compiler:   gcc
  C   Compiler flags: -g -O2
  C++ Compiler:   g++ (2.96)
  C++ Compiler flags: -g -O -fno-exceptions -W -Wall
  Linker flags:   
  Frontend:   xforms
libXpm version:   4.11
libforms version: 0.89.5
  LyX binary dir: /usr/local/bin
  LyX files dir:  /usr/local/share/lyx

Configuration of LyX was successful.  

.. as well as compilation and linking, also installed well.

Quick testing produced some odd behaviour, but reporting them later.

Cheers,
Kari

-- 
Kari Salovaara
Project Manager
tel. +358 19 2483388   Pitkakatu 25-29 A 6
mobile +358 400 804549 10900 Hanko
fax. +358 19 2483377   Finland




Re: LyX 1.2.0pre1

2002-03-31 Thread Lars Gullik Bjønnes

[EMAIL PROTECTED] (Lars Gullik Bjønnes) writes:

| "Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:
>
| | On Sat, Mar 30, 2002 at 01:36:05AM +0100, Lars Gullik Bjønnes wrote:
>>> 
>>> I got tired of dragging my feat, so I just did it.
>>> 
>>> Pre1 has been tagged as "lyx-1_2_0pre1" in CVS.
>>> 
>>> I will upload a dist to ftp as soon as the build gets ready.
>>> 
>>> I am not going to announce this pre to the masses, I will not do that
>>> until pre2.
>>> 
>>> Please do not create new problems, fix existing ones instead.
>>
| | It would be great if the automake stuff could detect whether we need
| | -ljpeg or not on the LyX link line. If that were to happen, the Windows
| | build would be as easy as the Linux build process (in fact, it could
| | be done via RPM then).
>
| I will have a go at this one...
>
| Shouldn't be too hard to do.

I have put somehting I think will work in cvs now, please test.

-- 
Lgb



L10N - localization

2002-03-31 Thread Lars Gullik Bjønnes


We have l10n for several languages, but for some (most) of these the
translations are lagging beghind. In some cases the translations are
so much begind that they do more harm than good, and should imho be
removed from the distribution.

bg: 1202 translated messages, 623 fuzzy, 581 untranslated.
ca: 521 translated messages, 1121 fuzzy, 764 untranslated.
cs: 511 translated messages, 1165 fuzzy, 730 untranslated.
da: 1673 translated messages, 516 fuzzy, 217 untranslated.
de: 1159 translated messages, 684 fuzzy, 563 untranslated.
es: 1080 translated messages, 699 fuzzy, 627 untranslated.
eu: 1433 translated messages, 700 fuzzy, 273 untranslated.
fi: 1462 translated messages, 695 fuzzy, 249 untranslated.
fr: 1589 translated messages, 598 fuzzy, 219 untranslated.
he: 196 translated messages, 808 fuzzy, 1402 untranslated.
hu: 1125 translated messages, 637 fuzzy, 644 untranslated.
it: 505 translated messages, 1158 fuzzy, 743 untranslated.
nl: 642 translated messages, 1115 fuzzy, 649 untranslated.
no: 1977 translated messages, 429 fuzzy.
pl: 956 translated messages, 624 fuzzy, 826 untranslated.
pt: 506 translated messages, 1170 fuzzy, 730 untranslated.
ro: 1071 translated messages, 871 fuzzy, 464 untranslated.
sk: 1372 translated messages, 643 fuzzy, 391 untranslated.
sl: 1128 translated messages, 819 fuzzy, 459 untranslated.
sv: 489 translated messages, 1156 fuzzy, 761 untranslated.
tr: 498 translated messages, 1189 fuzzy, 719 untranslated.
wa: 493 translated messages, 1167 fuzzy, 746 untranslated.


It is especially all the fuzzy messages that is worrying.

We should put some effort into making this a bit better before the
1.2.0 release.

-- 
Lgb



some questions

2002-03-31 Thread Bjarke Roune



I'm trying to understand the code - the comments 
and code are quite nice (so far :-). I haven't gone much farther than the 
start-up code yet. In lyx_gui.C/h, there are 
two small things I find a little strange:
 
There is the declaration
 
extern bool finished; // flag, that we are quitting the program
 
however, doing a search for "finished" in the file 
yields no results other than the above, so it doesn't seem to have any use 
within lyx_gui.C.
 
Also, how come LyXGUI::lyxviews is named 
with a plural s, when it really only points to a single LyXView?
 
 
 


Re: ftp lyx-1.2.0pre1

2002-03-31 Thread Herbert Voss

Lars Gullik Bjønnes wrote:

> On ftp.devel.lyx.org:/pub/lyx/lyx-1.2.0pre1.tar.gz
> 
> Nice if people would take the time to test installation, building etc.


no problem for SuSE 7.3 - Linux 2.4.10:

Configuration
   Host type:  i686-pc-linux-gnu
   Special build flags:warnings assertions included-libsigc 
xforms-image-loader
   C   Compiler:   gcc
   C   Compiler flags: -g -O2
   C++ Compiler:   g++ (2.95.3)
   C++ Compiler flags: -g -O -fno-exceptions -W -Wall
   Linker flags:
   Frontend:   xforms
 libXpm version:   4.11
 libforms version: 0.89.6
   LyX binary dir: /usr/local/bin
   LyX files dir:  /usr/local/share/lyx


Herbert

-- 
http://www.lyx.org/help/




ftp lyx-1.2.0pre1

2002-03-31 Thread Lars Gullik Bjønnes


On ftp.devel.lyx.org:/pub/lyx/lyx-1.2.0pre1.tar.gz

Nice if people would take the time to test installation, building etc.

-- 
Lgb



Re: Breaking paragraph in a keepempty Section

2002-03-31 Thread Lars Gullik Bjønnes

John Levon <[EMAIL PROTECTED]> writes:

| On Fri, Mar 29, 2002 at 09:00:33PM +0100, Lars Gullik Bjønnes wrote:
>
>> | If this is the case why on earth didn't you open a bug ?!
>> 
>> Why is it a bug?
>
| Because it's stupid and it sucks.
>
>> From what version do we have this as an regression?
>
| Uhh ? Since when was LyX feature complete exactly ?
>
>> Document it and call it a feature.
>
| Sure, I'll start lyxdoc/StupidFeatures.lyx ...
>
>> Only because you don't have the guts to say "WONTFIX"
>
| bull - look at bugzilla sometime. There are more than 40 open /bugs/
| that aren't nominated.

You do realize that we want to release 1.2.0 some time this century?

-- 
Lgb



Re: LyX 1.2.0pre1

2002-03-31 Thread Lars Gullik Bjønnes

"Kayvan A. Sylvan" <[EMAIL PROTECTED]> writes:

| On Sat, Mar 30, 2002 at 01:36:05AM +0100, Lars Gullik Bjønnes wrote:
>> 
>> I got tired of dragging my feat, so I just did it.
>> 
>> Pre1 has been tagged as "lyx-1_2_0pre1" in CVS.
>> 
>> I will upload a dist to ftp as soon as the build gets ready.
>> 
>> I am not going to announce this pre to the masses, I will not do that
>> until pre2.
>> 
>> Please do not create new problems, fix existing ones instead.
>
| It would be great if the automake stuff could detect whether we need
| -ljpeg or not on the LyX link line. If that were to happen, the Windows
| build would be as easy as the Linux build process (in fact, it could
| be done via RPM then).

I will have a go at this one...

Shouldn't be too hard to do.
-- 

Lgb