[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-09-15 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956





--- Additional comments from [EMAIL PROTECTED] Wed Sep 14 23:16:11 -0700 
2005 ---
rene: can you please create cws for this or should I?


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-09-15 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956





--- Additional comments from [EMAIL PROTECTED] Wed Sep 14 23:28:27 -0700 
2005 ---
cmc: you probably meant --with-dict=ALL.

The value of @DICTIONARIES in set_soenv[,.in] should be automatically
initialized with this value:

[EMAIL PROTECTED]:/tmp/qqq/dictionaries ls -1d ??_??|sed 's#_##'|tr [:lower:] 
[:upper:]
DADK
DEDE
ENGB
ENUS
ITIT
RURU
THTH
[EMAIL PROTECTED]:/tmp/qqq/dictionaries 

Can we implement that? Any Perlist? ;-)


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-09-15 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956





--- Additional comments from [EMAIL PROTECTED] Thu Sep 15 00:38:29 -0700 
2005 ---
Well if the reported version is correct it sure does not because the CWS
thaidict was integrated in 680m126 first.

And changing solenv/config/ssrc680.ini from 

DELIVER_TO_ZIP TRUE
DIC_DADKTRUE
DIC_DEDETRUE
DIC_ENGBTRUE
DIC_ENUSTRUE
DIC_ITITTRUE
DIC_RURUTRUE

to

DELIVER_TO_ZIP TRUE
DIC_ALL TRUE

should already have taken care of everything.
I don't know about how --with-lang=ALL works in detail though, but if DIC_ALL is
now set in the environment everything should be fine.
I assume that --with-lang=ALL at some points gets 'translated' in setting 
DIC_ALL.

Please try again with m126.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-09-15 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956





--- Additional comments from [EMAIL PROTECTED] Thu Sep 15 01:57:26 -0700 
2005 ---
in that case I guess config_office/set_soenv.in should change from...

if ('@WITH_DICT@' =~ m/ALL,/s)
{
   foreach $dict (@DICTIONARIES)
   {
  ToFile( DIC_$dict, TRUE,  e );
   }
}

to...


if ('@WITH_DICT@' =~ m/ALL,/s)
{
   ToFile( DIC_ALL, TRUE,  e );
}

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-09-15 Thread rene
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956


User rene changed the following:

  What|Old value |New value

   Version|680m125   |680m126





--- Additional comments from [EMAIL PROTECTED] Thu Sep 15 02:10:14 -0700 
2005 ---
pajink: I'll create the cws once m130 is ready. Since swahilidict has the same 
problem. 
 
tl: heh, unfortunately ssrc680.ini is fopr the sun buildsystem. what we speak 
of here is the normal configure one which does have to be changed, too 

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-09-15 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956





--- Additional comments from [EMAIL PROTECTED] Thu Sep 15 02:04:14 -0700 
2005 ---
m130 will also add sw_TZ.


-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-09-15 Thread tl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956





--- Additional comments from [EMAIL PROTECTED] Thu Sep 15 03:03:25 -0700 
2005 ---
Tl- rene: Ah, sorry I didn't know. solenv is usually not my area of work and I
wasn't told that it would be different for OOo.

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-08-30 Thread cmc
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956


User cmc changed the following:

  What|Old value |New value

CC|''|'rene,tl'

  Target milestone|---   |OOo 2.0





--- Additional comments from [EMAIL PROTECTED] Tue Aug 30 01:59:29 -0700 
2005 ---
just build time stuff

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]



[tools-issues] [Issue 53956] config_office new thai di ctionary

2005-08-30 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=53956


User pjanik changed the following:

  What|Old value |New value

CC|'rene,tl' |'tl'

   Assigned to|mh|rene





--- Additional comments from [EMAIL PROTECTED] Tue Aug 30 14:32:28 -0700 
2005 ---
rene

-
Please do not reply to this automatically generated notification from
Issue Tracker. Please log onto the website and enter your comments.
http://qa.openoffice.org/issue_handling/project_issues.html#notification

-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]


-
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]