[www-issues] [Issue 76923] mail to all-cvs doesn't sh ow change info

2007-05-04 Thread st
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76923


User st changed the following:

What|Old value |New value

  CC|'mikeleib,pjanik' |'mikeleib,pjanik,st'





-
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]



[sc-issues] [Issue 76971] Keyboard shortcuts for ins erting/deleting rows/cols

2007-05-04 Thread jdpipe
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76971
 Issue #|76971
 Summary|Keyboard shortcuts for inserting/deleting rows/cols
   Component|Spreadsheet
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|Linux
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|ui
 Assigned to|spreadsheet
 Reported by|jdpipe





--- Additional comments from [EMAIL PROTECTED] Sat May  5 06:34:29 + 
2007 ---
Hi there

Please could the keyboard shortcuts for inserting and deleting rows and columns
be (a) made consistent with MS Office and (b) made self-consistent as follows:

Add row: alt-I-R
Add col: alt-I-C
(requires finding a new alt-key shortcut for 'insert cells'. In Excel and
Gnumeric, the key for 'insert cells' is alt-I-E)

Delete row: alt-E-D-C-enter
Delete col: alt-E-D-R-enter
(requires finding a new alt-key shortcut for 'redo'. In Thunderbird, Excel,
Gnumeric, gedit and Excel, the key for 'redo' is alt-E-R)

For some reason, 'columns' and 'rows' are given different keyboard shortcuts of
different menus in OO Calc.

Fixing this would be much appreciated by keyboard-inclined users crossing from
MS Office, or those forced to switch between OOO & MSO.

Cheers
JP

PS This bug was previously reported in 2005 but summarily closed due to being
filed as a multiple-bug-in-one-report.

-
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]



[lingucomponent-issues] [Issue 76970] Compilation error in hunsp ell.cxx

2007-05-04 Thread bluedwarf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76970





--- Additional comments from [EMAIL PROTECTED] Sat May  5 06:17:12 + 
2007 ---
This error seems to be related to i36782.

So I tried to recompile it after I inserted "#pragma setlocale("C")" at the
beginning of hunspell.hxx, but this directive didn't work at all and resulted in
the same error.

The attached workaround patch, where all non-ASCII characters that cause similar
comiplation errores are escaped, solves the compiling error. Could you please
apply this patch?

Regards,


-
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]



[sw-issues] [Issue 74624] Removing personal info bre aks template link

2007-05-04 Thread rainerbielefeld
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74624


User rainerbielefeld changed the following:

What|Old value |New value

  CC|''|'rainerbielefeld'

Keywords|  |needmoreinfo, oooqa





--- Additional comments from [EMAIL PROTECTED] Sat May  5 06:11:19 + 
2007 ---
@rainerjung:
can you please contribute test kit with a sample document and a more detailed
bug description with concrete references to your test kit?

-
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]



[lingucomponent-issues] [Issue 76970] Compilation error in hunsp ell.cxx

2007-05-04 Thread bluedwarf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76970


User bluedwarf changed the following:

What|Old value |New value

 Attachment is patch|  |Created an attachment (id=
|  |44881)
Proposed patch to a
|  |void comiplation error.






--- Additional comments from [EMAIL PROTECTED] Sat May  5 06:06:53 + 
2007 ---
Created an attachment (id=44881)
Proposed patch to avoid comiplation error.


-
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]



[lingucomponent-issues] [Issue 76970] Compilation error in hunsp ell.cxx

2007-05-04 Thread bluedwarf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76970
 Issue #|76970
 Summary|Compilation error in hunspell.cxx
   Component|lingucomponent
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|Windows, all
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|other
 Assigned to|[EMAIL PROTECTED]
 Reported by|bluedwarf





--- Additional comments from [EMAIL PROTECTED] Sat May  5 06:05:42 + 
2007 ---
With Visual C++ 2005 Express Edition, I met compilation error shown below during
compiling lingucomponent/source/spellcheck/hunspell/hunspell.cxx.

build -- version: 1.151



=

Building project lingucomponent

=

/home/test/OOF680_m14/lingucomponent/inc

-

/home/test/OOF680_m14/lingucomponent/source/lingutil

-

/home/test/OOF680_m14/lingucomponent/source/hyphenator/altlinuxhyph/libhnj

-

/home/test/OOF680_m14/lingucomponent/source/spellcheck/hunspell

dmake: Executing shell macro: $(FIND) . -name
"{$(subst,$($(WINVERSIONNAMES)_MAJOR),* $(subst,$(UPD)$(DLLPOSTFIX),
$(SHL1TARGET)))}.xml"

--

Making: ../../../wntmsci11.pro/slo/hunspell.obj

guw.exe /cygdrive/c/PROGRA~1/MICROS~2/VC/bin/cl.exe -Zm500 -Zc:forScope,wchar_t-
-GR -c -nologo -Gs  -I.  -I../../../wntmsci11.pro/inc/hunspell -I../inc
-I../../../inc/pch -I../../../inc -I../../../WIN/inc
-I../../../wntmsci11.pro/inc -I.
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc/stl
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc/external
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc
-I/home/test/OOF680_m14/solenv/wntmsci11/inc -I/home/test/OOF680_m14/solenv/inc
-I/home/test/OOF680_m14/res
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/c/J2SDK1~1.2_1/include/win32 -I/cygdrive/c/J2SDK1~1.2_1/include
-I/cygdrive/c/PROGRA~1/MICROS~4/include
-I/cygdrive/c/PROGRA~1/MICROS~2/VC/include
-I/cygdrive/c/PROGRA~1/MI22C6~1/include
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc/offuh -I. -I../../../res
-I. -Gy -Ob1 -Oxs -Oy- -Gd  -I.  -I../../../wntmsci11.pro/inc/hunspell -I../inc
-I../../../inc/pch -I../../../inc -I../../../WIN/inc
-I../../../wntmsci11.pro/inc -I.
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc/stl
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc/external
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc
-I/home/test/OOF680_m14/solenv/wntmsci11/inc -I/home/test/OOF680_m14/solenv/inc
-I/home/test/OOF680_m14/res
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc/stl
-I/cygdrive/c/J2SDK1~1.2_1/include/win32 -I/cygdrive/c/J2SDK1~1.2_1/include
-I/cygdrive/c/PROGRA~1/MICROS~4/include
-I/cygdrive/c/PROGRA~1/MICROS~2/VC/include
-I/cygdrive/c/PROGRA~1/MI22C6~1/include
-I/home/test/OOF680_m14/solver/680/wntmsci11.pro/inc/offuh -I. -I../../../res
-I. -Wall -wd4061 -wd4127 -wd4191 -wd4217 -wd4251 -wd4275 -wd4290 -wd4294
-wd4355 -wd4511 -wd4512 -wd4514 -wd4611 -wd4625 -wd4626 -wd4640 -wd4675
-wd4710 -wd4711 -wd4786 -wd4800 -wd4820 -wd4503 -wd4619 -wd4365 -wd4668 
-wd4738
-wd4826 -wd4350 -wd4505 -wd4692 -wd4189   -DWNT -DWNT -DNT351 -DMSC -DM1400
-DINTEL -D_X86_=1 -D_CRT_SECURE_NO_DEPRECATE -D_CRT_NONSTDC_NO_DEPRECATE
-D_CRT_NON_CONFORMING_SWPRINTFS -DFULL_DESK -DSTLPORT_VERSION=400 -DWINVER=0x400
-D_WIN32_IE=0x400 -D_MT -DCPPU_ENV=msci -DSUPD=680 -DPRODUCT -DNDEBUG
-DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE -DCUI -DSOLAR_JAVA -DOOF680=OOF680
  -DSHAREDLIB -D_DLL_ -DWIN32 -D_MT -D_DLL -DWIN32 -D_MT -D_DLL -DMULTITHREAD
-DEXCEPTIONS_OFF-Fo../../../wntmsci11.pro/slo/hunspell.obj
/home/test/OOF680_m14/lingucomponent/source/spellcheck/hunspell/hunspell.cxx



guw.exe /cygdrive/c/PROGRA~1/MICROS~2/VC/bin/cl.exe @/tmp/mkO44SIT

hunspell.cxx



C:\cygwin\home\test\OOF680_m14\lingucomponent\source\spellcheck\hunspell\hunspell.cxx
: warning C4819: The file contains a character that cannot be represented in the
current code page (932). Save the file in Unicode format to prevent data loss



C:\cygwin\home\test\OOF680_m14\lingucomponent\source\spellcheck\hunspell\hunspell.cxx(338)
: error C2015: too many characters in constant



C:\cygwin\home\test\OOF680_m14\lingucomponent\source\spellcheck\hunspell\hunspell.cxx(338)
: error C2001: newline in constant



C:\cygwin\home\test\OOF680_m14\lingucomponent\source\spellcheck\hunspell\hunspell.cxx(338)
: error C2146: syntax error : missing ')' before identifier '



C:\cygwin\home\test\OOF680_m14\lingucomponent\source\spellcheck\hunspell\hunspell.cxx(338)
: error C2065: '

-
Please do not reply to this automatically generated notification from
Issue Tracke

[porting-issues] [Issue 76969] FreeBSD porting : catch up to recent version of solenv/inc/unxlngi6.mk

2007-05-04 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76969





--- Additional comments from [EMAIL PROTECTED] Sat May  5 01:34:47 + 
2007 ---
Created an attachment (id=44880)
a patch sent by jkim


-
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]



[porting-issues] [Issue 76969] FreeBSD porting : catch up to recent version of solenv/inc/unxlngi6.mk

2007-05-04 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76969
 Issue #|76969
 Summary|FreeBSD porting : catch up to recent version of solenv
|/inc/unxlngi6.mk
   Component|porting
 Version|680m210
Platform|All
 URL|
  OS/Version|FreeBSD
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|maho





--- Additional comments from [EMAIL PROTECTED] Sat May  5 01:34:14 + 
2007 ---
FreeBSD porting : catch up to recent version of solenv/inc/unxlngi6.mk

-
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]



[porting-issues] [Issue 76968] FreeBSD porting : catch up recent version of bridge code

2007-05-04 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76968





--- Additional comments from [EMAIL PROTECTED] Sat May  5 01:33:07 + 
2007 ---
Created an attachment (id=44879)
a patch


-
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]



[porting-issues] [Issue 76968] FreeBSD porting : catch up recent version of bridge code

2007-05-04 Thread maho
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76968
 Issue #|76968
 Summary|FreeBSD porting : catch up recent version of bridge co
|de
   Component|porting
 Version|680m210
Platform|All
 URL|
  OS/Version|FreeBSD
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|code
 Assigned to|mh
 Reported by|maho





--- Additional comments from [EMAIL PROTECTED] Sat May  5 01:32:17 + 
2007 ---
FreeBSD porting : catch up recent version of bridge code.
a patch is submitted by jkim.

-
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]



[lingucomponent-issues] [Issue 56858] Hyphenation should be poss ible anywhere in the word, not just where OOo suggests

2007-05-04 Thread psychonaut
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=56858


User psychonaut changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |NEW

  Ever confirmed|  |1





--- Additional comments from [EMAIL PROTECTED] Sat May  5 00:26:37 + 
2007 ---
*** Issue 56858 has been confirmed by votes. ***

-
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]



[l10n-issues] [Issue 76967] Translation update for Kur dish (ku)

2007-05-04 Thread erdalronahi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76967





--- Additional comments from [EMAIL PROTECTED] Fri May  4 23:42:59 + 
2007 ---
Assigned to vg as requested

-
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]



[l10n-issues] [Issue 76967] Translation update for Kur dish (ku)

2007-05-04 Thread erdalronahi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76967


User erdalronahi changed the following:

What|Old value |New value

Target milestone|---   |OOo 2.3





-
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]



[l10n-issues] [Issue 76967] Translation update for Kur dish (ku)

2007-05-04 Thread erdalronahi
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76967
 Issue #|76967
 Summary|Translation update for Kurdish (ku)
   Component|l10n
 Version|1.0.0
Platform|All
 URL|http://download.ferheng.org/ooo2/GSI_ku.sdf.bz2
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|ENHANCEMENT
Priority|P3
Subcomponent|code
 Assigned to|vg
 Reported by|erdalronahi





--- Additional comments from [EMAIL PROTECTED] Fri May  4 23:41:43 + 
2007 ---
Translation update for OOo 2.3 first localization round.

Language: Kurdish (ku)
URL: http://download.ferheng.org/ooo2/GSI_ku.sdf.bz2

GSI file passed the gsicheck 1.8.2

-
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]



[lingucomponent-issues] [Issue 68567] Add possibility to accept apostrophe as last letter of a word

2007-05-04 Thread nalimilan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68567





--- Additional comments from [EMAIL PROTECTED] Fri May  4 21:05:10 + 
2007 ---
See Issue 62226, this is a duplicate. The general issue for these bugs may be
Issue 64400.

-
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]



[lingucomponent-issues] [Issue 62226] spellcheck encounters issu es with character ' (used for concatenation o f words in french for example)

2007-05-04 Thread nalimilan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=62226





--- Additional comments from [EMAIL PROTECTED] Fri May  4 21:00:17 + 
2007 ---
Yes, it is likely to. But this is a duplicate, the general bug is Issue 64400 (I
added a reference to this bug there): problems managing dashes - with 
spellchecker.

-
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]



[lingucomponent-issues] [Issue 64400] dash/hyphen (-) should be forwarded to spellchecker

2007-05-04 Thread nalimilan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64400





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:56:34 + 
2007 ---
See Issue 62226 about problems with apostrophes and the corrector. Maybe the
same, to take into account when solving this one.

-
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]



[sw-issues] [Issue 17169] Add automatic non breaking space before certain punctuation marks (for F rench)

2007-05-04 Thread nalimilan
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=17169





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:40:42 + 
2007 ---
ggs wrote:
> There is no space before the "!" That's the problem. Why should I type it 
> manually? I'm not doing it for the quotes, so why should I do it for ; : ? !
> That doesn't make sense. Especially since it would be wrong, because this 
> space must be non-breaking!"
AFAIK, MS Office needs you to type in a white space, and then it replaces it
with a non-break space (I've not been using it for a long time, though). This
may be a not so bad behavior - we can discuss that.

Second point: standard apostrophes (U+0027 APOSTROPHE, ie ' ) can be replaced by
AutoCorrection (fourth tab) with U+2019 RIGHT SINGLE QUOTATION MARK, ie ’ -
which "is preferred for apostrophe" (following the Unicode specification). This
replacement function is primarily intended to replace English quotation marks
U+0019 and U+0018 (right and left marks). But it is working perfectly for
apostrophes too, at least in English and French. Note that all apostrophes
should be U+0019 for  typographical reasons: these are smarter. This
AutoCorrection rule should be the default for French too. Maybe for German this
would be an issue, I don't know.

I'm aware this post is partly out of the scope of this bug, but these are
related issues: how to set replacement rules that can be adapted for each
language automatically. We have to keep this in mind when trying to design a new
typo system.

Thanks for working on this *really annoying bug*.

-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread pritha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964


User pritha changed the following:

What|Old value |New value

   Status whiteboard|CNSC-019389   |CNSC-019389 PCN-55112





-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread pritha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:38:09 + 
2007 ---
Hi,

I have filed an internal ticket to Ops. Will keep you posted once the task is
completed.

Thanks,
Pritha
Suppport Operations.

-
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]



[graphics-issues] [Issue 72467] Animation Path (motion pat h) cannot be edited

2007-05-04 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72467


User kpalagin changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:35:55 + 
2007 ---
and closing.

-
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]



[graphics-issues] [Issue 72467] Animation Path (motion pat h) cannot be edited

2007-05-04 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=72467


User kpalagin changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:33:35 + 
2007 ---
Dup of http://www.openoffice.org/issues/show_bug.cgi?id=41800.
Resolving as such.

*** This issue has been marked as a duplicate of 41800 ***

-
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]



[graphics-issues] [Issue 41800] Move along curve not imple mented in OOo1 975

2007-05-04 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=41800





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:33:23 + 
2007 ---
*** Issue 72467 has been marked as a duplicate of this issue. ***

-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread pritha
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:31:59 + 
2007 ---
Hi,

Thank you for contacting CollabNet Customer Support. Based on the information
that has been provided to us, we will initiate our research & provide you an
update as soon as we have adequate information. 

Thanks,
Pritha
Support Operations.

-
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]



[framework-issues] [Issue 76925] Open Dialog Box manipulati on (File, Open)

2007-05-04 Thread erics
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76925





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:13:08 + 
2007 ---
I think WordPerfect has this functionality.  It's been a while, but I remember
when I first started using OOO 4 years ago, this was a major irritant, and I had
been used to working with WordPerfect.

-
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]



[util-issues] [Issue 73618] pl_PL Thesaurus is non-fre e

2007-05-04 Thread milek_pl
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73618





--- Additional comments from [EMAIL PROTECTED] Fri May  4 20:13:07 + 
2007 ---
rene -> done, URL is the same as before.

-
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]



[framework-issues] [Issue 76925] Open Dialog Box manipulati on (File, Open)

2007-05-04 Thread erics
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76925


User erics changed the following:

What|Old value |New value

  CC|'mba' |'erics,mba'





-
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]



[sw-issues] [Issue 44879] Suggest expansion of style hierarchy

2007-05-04 Thread averpix
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=44879





--- Additional comments from [EMAIL PROTECTED] Fri May  4 19:29:27 + 
2007 ---
I agree with bobharvey.
For page style, i think it will be reside in "Document Style" as a property.
This page style can then be overriden by section or chapter.

-
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]



[sw-issues] [Issue 70580] Program freezes when openi ng File - Print dialog in writer 2.04

2007-05-04 Thread kpalagin
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70580





--- Additional comments from [EMAIL PROTECTED] Fri May  4 19:17:32 + 
2007 ---
bundulla,
please specify how exactly did you install OpenOffice (what was the name of 
the file, did you install any language pack)?

-
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]



[framework-issues] [Issue 76195] Still too much view code p resent

2007-05-04 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76195





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:56:38 + 
2007 ---
Removed glossary shells together with unnecessary AutoText container and 
im/export

-
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]



[www-issues] [Issue 76900] New public ssh key for Lao team

2007-05-04 Thread louis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76900


User louis changed the following:

What|Old value |New value

 Assigned to|ssh2key   |support





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:53:18 + 
2007 ---
Hi
Instructions are on http://native-lang.openoffice.org.

Support, please ask ops to upload this key.

thanks
louis

-
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]



[graphics-issues] [Issue 64824] Enhancement of the data ed itor

2007-05-04 Thread fredrikh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64824


User fredrikh changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:50:02 + 
2007 ---
Verified.

-
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]



[graphics-issues] [Issue 64824] Enhancement of the data ed itor

2007-05-04 Thread fredrikh
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=64824





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:49:16 + 
2007 ---
Created an attachment (id=44878)
Testcasespecification for the ChartDataDialogue.


-
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]



[framework-issues] [Issue 76966] Outlook

2007-05-04 Thread fchevalier
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76966
 Issue #|76966
 Summary|Outlook
   Component|framework
 Version|OOo 2.2
Platform|PC
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P4
Subcomponent|ui
 Assigned to|tm
 Reported by|fchevalier





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:45:48 + 
2007 ---
Since version 2.2 it would seem that opening a document from Outlook does not
work any more if OOO is not charged at the starting of the session.

-
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]



[www-issues] [Issue 70479] misspelling: Java Media Fr amework

2007-05-04 Thread louis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70479


User louis changed the following:

What|Old value |New value

 Assigned to|[EMAIL PROTECTED]|grsingleton

   Component|www   |documentation

  QA contact|[EMAIL PROTECTED]|[EMAIL PROTECTED]

Subcomponent|documentation |Manuals





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:43:41 + 
2007 ---
not in the right component; just sending it to documentation.

-
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]



[www-issues] [Issue 76944] cvs servers have different versions

2007-05-04 Thread louis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76944


User louis changed the following:

What|Old value |New value

 Assigned to|[EMAIL PROTECTED]|support





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:41:03 + 
2007 ---
support, I have not verified but would you be able to look into this?
thanks,
louis

-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread louis
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964


User louis changed the following:

What|Old value |New value

 Assigned to|ssh2key   |support





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:37:21 + 
2007 ---
support,
please ask ops to upload this key.
thanks
louis

-
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]



[sc-issues] [Issue 74740] Notices not fully displaye d during input (text invisible when editing no tes)

2007-05-04 Thread fchevalier
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74740





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:36:03 + 
2007 ---
While attaching a note to a cell when we want to modify this note, the text does
not appear.

-
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]



[sw-issues] [Issue 70164] Offer synonym choice and T hesaurus access in context menu

2007-05-04 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=70164


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:35:07 + 
2007 ---
..and closing

-
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]



[sw-issues] [Issue 76962] doc loses headers and some times footers when saved as *.doc file

2007-05-04 Thread os
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76962


User os changed the following:

What|Old value |New value

 Assigned to|mru   |mcallen

Priority|P1|P3





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:29:34 + 
2007 ---
Priority changed to P3

Please provide a sample document and attach it to this issue.

Please see 
http://www.openoffice.org/scdocs/ddIssues_EnterModify.html#priority
to find the right priority for your issue. 

-
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]



[framework-issues] [Issue 76965] bad stl include

2007-05-04 Thread geki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76965





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:25:29 + 
2007 ---
Created an attachment (id=44877)
buildfix


-
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]



[framework-issues] [Issue 76965] bad stl include

2007-05-04 Thread geki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76965
 Issue #|76965
 Summary|bad stl include
   Component|framework
 Version|current
Platform|Opteron/x86_64
 URL|
  OS/Version|Unix, X11
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|mba
 Reported by|geki





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:25:07 + 
2007 ---
see patch.

-
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]



[sw-issues] [Issue 76955] WW8: opening 600kb doc ver y slow

2007-05-04 Thread aziem
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76955


User aziem changed the following:

What|Old value |New value

  CC|''|'aziem'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW

Keywords|  |oooqa





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:22:02 + 
2007 ---
Confirmed on OOo 2.2 Win XP.  I don't notice anything usual (such as tables or
columns) except Cyrillic text.

-
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]



[gsl-issues] [Issue 76958] vcl: free openoffice.org l ibvclplug_svp implementation

2007-05-04 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76958


User thb changed the following:

What|Old value |New value

  CC|'pjanik'  |'pjanik,thb'





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:20:46 + 
2007 ---
.

-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964


User thb changed the following:

What|Old value |New value

  CC|'cl,thb'  |'cl,st,thb'





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:15:42 + 
2007 ---
.

-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964


User thb changed the following:

What|Old value |New value

  CC|'thb' |'cl,thb'

  Ever confirmed|  |1

  Status|UNCONFIRMED   |NEW





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:13:10 + 
2007 ---
@cl: Shane needs developer right in graphics project, would you be so kind?

-
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]



[oi-issues] [Issue 76963] sj2/source/jscpp/sjapplet_ impl.cxx fails w/o java

2007-05-04 Thread geki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76963





--- Additional comments from [EMAIL PROTECTED] Fri May  4 18:06:17 + 
2007 ---
Created an attachment (id=44876)
buildfix


-
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]



[sw-issues] [Issue 1598] Display multiple pages besi de each other while editing

2007-05-04 Thread norbert2
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=1598


User norbert2 changed the following:

What|Old value |New value

  CC|'cj,cornouws,dalo,gawron,h|'cj,cornouws,dalo,gawron,h
|ermann1871,lapalissiano,mf|ermann1871,lapalissiano,mf
|ab,mmp,mrichar1,techgurufl|ab,mmp,mrichar1,norbert2,t
|oyd,thing,vion'   |echgurufloyd,thing,vion'





-
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 76771] dependencied broken due to header move

2007-05-04 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76771


User hjs changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 17:35:31 + 
2007 ---
patch is applied, define is removed

-
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]



[util-issues] [Issue 74784] enable build tool for dist ributed builds

2007-05-04 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74784


User hjs changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 17:33:39 + 
2007 ---
looks good now in all scenarios i tested.

-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread thb
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964


User thb changed the following:

What|Old value |New value

  CC|'thorsten'|'thb'

 Summary|SSH2 key for Shane M Mathe|SSH2 key for Shane M Mathe
|ws.   |ws.





--- Additional comments from [EMAIL PROTECTED] Fri May  4 17:29:04 + 
2007 ---
.

-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread smmathews
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964





--- Additional comments from [EMAIL PROTECTED] Fri May  4 17:25:46 + 
2007 ---
Created an attachment (id=44875)
public key


-
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]



[www-issues] [Issue 76964] SSH2 key for Shane M Mathe ws.

2007-05-04 Thread smmathews
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76964
 Issue #|76964
 Summary|SSH2 key for Shane M Mathews. 
   Component|www
 Version|current
Platform|All
 URL|http://wiki.services.openoffice.org/wiki/Impress:_Open
|GL_rendered_transitions
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|TASK
Priority|P3
Subcomponent|openoffice.org website general issues
 Assigned to|ssh2key
 Reported by|smmathews





--- Additional comments from [EMAIL PROTECTED] Fri May  4 17:24:53 + 
2007 ---
==contents of id_dsa.pub==
ssh-dss
B3NzaC1kc3MAAACBALdlUJsqX2VCEUgWJ9cgFEc6q9+wuyl4Pv65WuRc5i6V+jP4FqtMo6rZWy71XqXvCYSxFyvkorN897cM7/5UeKfEfSZSvKlWnpuhvXbDSW2D4WBD0gBBrKBMxAV01DfJWBEQZrcA84R8ai3FSN36wPdWWZyDhbjH0dTZjpX1MbBXFQDiIEO9zYT7Fa63Sr7+l0fvYe+duwAAAIEAgCQJhXD3BgtXd856Rq/rWa77ATzdN6CBkm1jYnX+Yu56ECiyCD37GRg5T3chPMmH8hu+TWQq1Ys+q1Y/w1F90zHfubTOauXBOELdnrHhxc+OSgUK/THMUxnDizl5wVA8jW3B6Li7gi7eqrfOSzqtcc+pq3LkAjxVI+tj/55CcpQAAACAM1jTpxIRTjZB5gRkRqg+wjdF2TgcOIdh2p0iRsg3wyJ54vpPiOOQnELIICJ2z5pm/TdaoVnkKESdSaEUnc54vdtU7bPc0M+CSKadQrdo34DvPUYsIdPrUEMSgNE8u7Z5Ici2ldd0H+wnLASKPv/GlzrNp4nqF6qaG0SwcpnmrEc=
[EMAIL PROTECTED]
==end contents of id_dsa.pub==

-
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]



[sc-issues] [Issue 76934] Selection trigger when the cursor is in the middle of a token that can n ot be followed by a range

2007-05-04 Thread jodygoldberg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76934


User jodygoldberg changed the following:

What|Old value |New value

  Status|CLOSED|UNCONFIRMED

  Resolution|INVALID   |





--- Additional comments from [EMAIL PROTECTED] Fri May  4 17:17:55 + 
2007 ---
It's a bit more subtle than that.
We can be smarter about when to initiate a range selection.
=2+
=sin(
=3

It's actually somewhat trickier than that.  We need to look at what is on both
sides of the cursor position
=sin(3  : not ok

If we want to really have a decent finger feel we need to start considering the
start and end of the _selection_ rather than jut the edit position

=3  : is ok, if we replace the 3 with a range.

-
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]



[sc-issues] [Issue 74740] Notices not fully displaye d during input (text invisible when editing no tes)

2007-05-04 Thread gustaaf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74740





--- Additional comments from [EMAIL PROTECTED] Fri May  4 17:13:16 + 
2007 ---
It is an issue that should be solved by next release. Too much people notice 
this problem. It is new from 2.2 and I vote it as a release_blocker.

-
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]



[sc-issues] [Issue 74740] Notices not fully displaye d during input (text invisible when editing no tes)

2007-05-04 Thread gustaaf
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=74740





--- Additional comments from [EMAIL PROTECTED] Fri May  4 17:13:10 + 
2007 ---
It is an issue that should be solved by next release. Too much people notice 
this problem. It is new from 2.2 and I vote it as a release_blocker.

-
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]



[oi-issues] [Issue 76963] sj2/source/jscpp/sjapplet_ impl.cxx fails w/o java

2007-05-04 Thread geki
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76963
 Issue #|76963
 Summary|sj2/source/jscpp/sjapplet_impl.cxx fails w/o java
   Component|oi
 Version|current
Platform|Opteron/x86_64
 URL|
  OS/Version|Unix, X11
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|PATCH
Priority|P3
Subcomponent|code
 Assigned to|kr
 Reported by|geki





--- Additional comments from [EMAIL PROTECTED] Fri May  4 16:59:43 + 
2007 ---
Readding '#include ' let it compile
again.
http://www.openoffice.org/source/browse/oi/sj2/source/jscpp/sjapplet_impl.hxx?rev=1.5&r1=1.4&r2=1.5


Making: ../../unxlngx6.pro/slo/sjapplet_impl.obj
g++ -Wreturn-type -fmessage-length=0 -c -O2 -fno-strict-aliasing -Wuninitialized
  -D_FILE_OFFSET_BITS=no -I.  -I../../unxlngx6.pro/inc/jscpp -I../inc
-I../../inc/pch -I../../inc/sj2 -I../../inc -I../../unx/inc
-I../../unxlngx6.pro/inc -I.
-I/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/solver/680/unxlngx6.pro/inc/stl
-I/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/solver/680/unxlngx6.pro/inc/external
-I/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/solver/680/unxlngx6.pro/inc
-I/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/solenv/unxlngx6/inc
-I/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/solenv/inc
-I/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/res
-I/usr/stlport -I/usr/include/stlport -I/usr/include/stlport
-I/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/solenv/inc/Xp31
-INO_JAVA_HOME/include -INO_JAVA_HOME/include/linux
-INO_JAVA_HOME/include/native_threads/include -I/usr/include
-I/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/solver/680/unxlngx6.pro/inc/offuh
-I. -I../../res -I. -pipe -O2 -mtune=nocona -march=nocona -pipe
-fomit-frame-pointer -fvisibility-inlines-hidden -w -Wno-ctor-dtor-privacy
-fno-use-cxa-atexit -fvisibility-inlines-hidden-fpic -DLINUX -DUNX -DVCL
-DGCC -DC341 -DX86_64 -DCVER=C341 -DNPTL -DGLIBC=2 -DX86_64 -D_PTHREADS
-D_REENTRANT -DNEW_SOLAR -D_USE_NAMESPACE=1 -DSTLPORT_VERSION=500
-DHAVE_GCC_VISIBILITY_FEATURE -D__DMAKE -DUNIX -DCPPU_ENV=gcc3
-DGXX_INCLUDE_PATH=/usr/lib/gcc/x86_64-pc-linux-gnu/4.1.2/include/g++-v4
-DSUPD=680 -DPRODUCT -DNDEBUG -DPRODUCT_FULL -DOSL_DEBUG_LEVEL=0 -DOPTIMIZE
-DGSTREAMER -DCUI -DSRC680=SRC680   -DSHAREDLIB -D_DLL_   -fexceptions
-fno-enforce-eh-specs -DEXCEPTIONS_ON  -o ../../unxlngx6.pro/slo/sjapplet_impl.o
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.cxx

/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:38:
Fehler: expected type-specifier
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:38:
Fehler: expected `)'
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:38:
Fehler: »;« erwartet
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:42:
Fehler: »com::sun::star::uno::Reference« wurde nicht deklariert
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:42:
Fehler: expected »,« or »...« before »<« token
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:45:
Fehler: expected type-specifier
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:45:
Fehler: expected `)'
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:45:
Fehler: »;« erwartet
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:47:
Fehler: expected type-specifier
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:47:
Fehler: expected `)'
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:47:
Fehler: »;« erwartet
/mnt/data/tmp/portage/app-office/openoffice-680_pre211/work/ooo-build/build/src680-m211/sj2/source/jscpp/sjapplet_impl.hxx:48:
Fehler: expected type-specifier
/mnt/data/tmp/po

[sw-issues] [Issue 75172] Prepare sw to allow pre-re ndering for applications using DrawLayer()

2007-05-04 Thread aw
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=75172





--- Additional comments from [EMAIL PROTECTED] Fri May  4 16:49:12 + 
2007 ---
AW: Added some more changes for things AMA and OD told me. Checked in, too.
Still looking for the sometimes left over cursor. This is tricky to debug, maybe
i have to ask PL for this.

-
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]



[sw-issues] [Issue 76917] [Hungarian:] OOorg menus h ave German (!) shortcut names.

2007-05-04 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76917


User cloph changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 16:38:42 + 
2007 ---
OOo takes the names from the system, so OOo cannot fix it, thus invalid.

http://www.die.net/doc/linux/man/man3/xkeysymtostring.3.html

-
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]



[gsl-issues] [Issue 76958] vcl: free openoffice.org l ibvclplug_svp implementation

2007-05-04 Thread pjanik
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76958


User pjanik changed the following:

What|Old value |New value

  CC|''|'pjanik'





-
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]



[sw-issues] [Issue 76917] [Hungarian:] OOorg menus h ave German (!) shortcut names.

2007-05-04 Thread cloph
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76917


User cloph changed the following:

What|Old value |New value

  Status|UNCONFIRMED   |RESOLVED

  Resolution|  |INVALID





--- Additional comments from [EMAIL PROTECTED] Fri May  4 16:32:40 + 
2007 ---
invalid.

OOo doesn't contain the names itself, but queries the system for it.
It only overrides a few specific ones where the default name would not be
appropriate.

So when you're using a german keyboard layout, your system might return german
keynames and that is what OOo will use in turn.



-
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]



[sw-issues] [Issue 76962] doc loses headers and some times footers when saved as *.doc file

2007-05-04 Thread mcallen
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76962
 Issue #|76962
 Summary|doc loses headers and sometimes footers when saved as 
|*.doc file
   Component|Word processor
 Version|OOo 2.2
Platform|All
 URL|
  OS/Version|All
  Status|UNCONFIRMED
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P1
Subcomponent|save-export
 Assigned to|mru
 Reported by|mcallen





--- Additional comments from [EMAIL PROTECTED] Fri May  4 16:18:19 + 
2007 ---
I do a lot of work that requires headers and footers.  I distribute the work to
people who do not use open office.org and are stuck with Microsoft Word.  If I
create a document in OO.O and then save it as a .doc file, it always is missing
the header, and frequently missing the footer when I re-open it either in
Microsoft Word or in OpenOffice.org.
This is the only significant problem that I have found in trying to move back
and forth between OpenOffice and Word.  The problem has been there from my first
use of OO a few years ago.  I have kept hoping you would fix it because it
really limits me.  I'm ready to go back to Word as my primary word
processorand I don't want to.

Hoping you can fix it soon.  Thank you, David Allen, Town of New Durham, NH

-
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]



[framework-issues] [Issue 76921] Format Paintbrush Granular ity Options

2007-05-04 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76921


User mba changed the following:

What|Old value |New value

  CC|''|'mba'





-
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]



[framework-issues] [Issue 76925] Open Dialog Box manipulati on (File, Open)

2007-05-04 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76925


User mba changed the following:

What|Old value |New value

  CC|''|'mba'





--- Additional comments from [EMAIL PROTECTED] Fri May  4 15:56:45 + 
2007 ---
Just for curiosity: do you know any application that has this feature? 

-
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]



[sw-issues] [Issue 76915] Disable spell checking at document level

2007-05-04 Thread mba
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76915


User mba changed the following:

What|Old value |New value

  CC|''|'mba'





--- Additional comments from [EMAIL PROTECTED] Fri May  4 15:54:58 + 
2007 ---
Well, we already have this feature (sort of).

Go to "Tools-Options-Language Settings-Languages" and select "None" as the
language. Make sure that you have checked  "For the current document only".

We are currently making the UI for setting the language more intuitive:

http://specs.openoffice.org/appwide/linguistic/Set_Language_Attribute_for_Text.odt

May be this (in combination with the "None" language attribute) already meets
your requirement.

-
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]



[l10n-issues] [Issue 76901] i18n: script type of Amhar ic should be CTL

2007-05-04 Thread er
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76901


User er changed the following:

What|Old value |New value

  CC|''|'er'





-
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]



[graphics-issues] [Issue 61812] a11y: Using Backspace to j oin bullet paragraph causes crash in impress ( editengine) under accessibility

2007-05-04 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61812


User obr changed the following:

What|Old value |New value

  CC|'cmc' |'cmc,obr'

 Assigned to|cgu   |tl

  Status|REOPENED  |NEW

Target milestone|---   |OOo 2.2





--- Additional comments from [EMAIL PROTECTED] Fri May  4 15:08:33 + 
2007 ---
re-assigning and adjusting target.

-
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]



[graphics-issues] [Issue 61812] a11y: Using Backspace to j oin bullet paragraph causes crash in impress ( editengine) under accessibility

2007-05-04 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=61812


User obr changed the following:

What|Old value |New value

  Status|CLOSED|REOPENED

  Resolution|WORKSFORME|





--- Additional comments from [EMAIL PROTECTED] Fri May  4 15:05:42 + 
2007 ---
Re-opened as this is reproducable through automated tests with a11y turned on:
see internal bug #146869.

-
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]



[sc-issues] [Issue 76942] YEAR() function returns wr ong data in cell reference when 2-digit year f ormat is used.

2007-05-04 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76942





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:52:01 + 
2007 ---
oops, sorry, now i see you already submitted one.
well,
the function =YEAR(39000) returns an integer. in this case: 2007
now, when you format a cell with the value 2007 as a date format (like you did)
you get odd results. in this case, the julian date 2007 returns a date in the
year 1905. (aprox 2007 days after the start of year 1900)

i close this issue for now, when you have further questions, please contact a
forum for help.
for example http://support.openoffice.org/index.html

succes

-
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]



[framework-issues] [Issue 76926] [a11y] Check menu items sh ould have a role of ROLE_CHECK_MENU_ITEM

2007-05-04 Thread obr
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76926


User obr changed the following:

What|Old value |New value

  CC|'allbugs' |'allbugs,obr,pl'

 Assigned to|obr   |tbe





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:50:25 + 
2007 ---
re-assigned.

-
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 76771] dependencied broken due to header move

2007-05-04 Thread vg
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76771


User vg changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |FIXED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:50:20 + 
2007 ---
fixed in CWS vgbugs06

-
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 76821] cwsresync after site upgra de

2007-05-04 Thread rt
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76821





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:47:52 + 
2007 ---
Internal follow-up task: issue 146900

-
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]



[graphics-issues] [Issue 76770] some note pages don't disp lay or print properly

2007-05-04 Thread vpoythress
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76770





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:44:23 + 
2007 ---
I tried starting with a ppt precursor file, and it is the same for me. 
Unfortunately, the .odp file that I supplied has gone through some more
processing after it was converted from .ppt.  I can't supply a file that will
reproduce the problem during a ppt to odp conversion.

The best I can guess is that when I did the conversion from ppt to odp, which
was some time ago (probably at OO 1.9; at most 2.0), the filter for ppt to odp
had a bug that has since been eliminated.

So let's hope that this problem is permanently gone except for people like me
who did the conversion at an earlier stage.



-
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]



[graphics-issues] [Issue 76259] Attempt to Start Impress F rom Gnome Crashed Impress

2007-05-04 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76259





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:41:56 + 
2007 ---
I see in the call stack that your fedora core use
openoffice.org-core-2.0.4-5.5.17-i386. 
There is a fedora core update with openoffice.org-core-2.0.4-5.5.22-i386. 
This fixes crashes while loading Impress documents.
have a look here:

http://fedoraproject.org/wiki/FSA/FC6/FEDORA-2007-452

please tell me if the bug also occurs with this fedora core update.

-
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]



[dba-issues] [Issue 76885] Creating table for Oracle via jdbc not possible

2007-05-04 Thread eberlein
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76885





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:38:15 + 
2007 ---
please mark it as dup of #50407, seems I don't have the rights for.

-
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 30380] Integrate libxslt (includi ng xsltproc) into OOo build environment

2007-05-04 Thread hjs
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=30380


User hjs changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:36:24 + 
2007 ---
.

-
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]



[sc-issues] [Issue 76942] YEAR() function returns wr ong data in cell reference when 2-digit year f ormat is used.

2007-05-04 Thread gercokees
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76942





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:34:39 + 
2007 ---
oke, then please submit an attachment... thanks in advance

-
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]



[sc-issues] [Issue 76942] YEAR() function returns wr ong data in cell reference when 2-digit year f ormat is used.

2007-05-04 Thread trinityoaks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76942





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:33:41 + 
2007 ---
Created an attachment (id=44873)
Sample spreadsheet showing error in Issue 76942


-
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]



[sc-issues] [Issue 76942] YEAR() function returns wr ong data in cell reference when 2-digit year f ormat is used.

2007-05-04 Thread trinityoaks
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76942





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:32:10 + 
2007 ---
I've further discovered that ANY use of the date format returns the incorrect 
year.

-
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]



[sw-issues] [Issue 35053] Mail merge with spreadshee t documents loses non-default date formats

2007-05-04 Thread baumux
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=35053


User baumux changed the following:

What|Old value |New value

  CC|'cs_support'  |'baumux,cs_support'





-
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]



[lingucomponent-issues] [Issue 60816] Add Afrikaans MySpell dict ionary

2007-05-04 Thread dwayne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60816


User dwayne changed the following:

What|Old value |New value

  CC|'farzanehs,friedel,pjanik'|'apauley,farzanehs,friedel
|  |,pjanik'





-
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]



[graphics-issues] [Issue 76961] NewChart: Paste of Objects do not set an undo step

2007-05-04 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76961


User fst changed the following:

What|Old value |New value

  CC|''|'kla'





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:22:26 + 
2007 ---
Added Thomas to CC

-
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]



[lingucomponent-issues] [Issue 60821] Afrikaans Hyphenation file

2007-05-04 Thread dwayne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60821


User dwayne changed the following:

What|Old value |New value

  CC|'friedel,pjanik'  |'apauley,friedel,pjanik'





-
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]



[lingucomponent-issues] [Issue 60906] Add South African English autocorrect file

2007-05-04 Thread dwayne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60906


User dwayne changed the following:

What|Old value |New value

  CC|''|'apauley'





-
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]



[lingucomponent-issues] [Issue 60904] Add South African English spell checker, hyph and thes

2007-05-04 Thread dwayne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60904


User dwayne changed the following:

What|Old value |New value

  CC|'farzanehs'   |'apauley,farzanehs'





-
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]



[graphics-issues] [Issue 76961] NewChart: Paste of Objects do not set an undo step

2007-05-04 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76961
 Issue #|76961
 Summary|NewChart: Paste of Objects do not set an undo step
   Component|Chart
 Version|680m210
Platform|All
 URL|
  OS/Version|All
  Status|NEW
   Status whiteboard|
Keywords|
  Resolution|
  Issue type|DEFECT
Priority|P3
Subcomponent|editing
 Assigned to|bm
 Reported by|fst





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:21:36 + 
2007 ---
Create a Chart with the Chart2Mst3 milestone and set a title.
Set the Chart into Edit mode and select the title.
Copy the title into the clipboard.
Click somewhere on the Chart and paste the clipboard.
Have a look at the Edit Menu. No Undo Action for Paste can be found but should
be present.

-
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]



[lingucomponent-issues] [Issue 60878] Add Zulu hyphenation

2007-05-04 Thread dwayne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60878


User dwayne changed the following:

What|Old value |New value

  CC|''|'apauley'





-
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]



[l10n-issues] [Issue 60822] Autocorrect file for Afrik aans

2007-05-04 Thread dwayne
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60822


User dwayne changed the following:

What|Old value |New value

  CC|''|'apauley'





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:20:15 + 
2007 ---
Pavel,

Thanks for looking at this, we'd given up!

I don't think this will need to be updated, I've added apauley to the CC and he
will look at this and handle most of the feedback from our side. 

Other issues.  Firstly the priority ones are those dealing with Afrikaans:
#60821 #60816 Followed by those dealing with other South African languages:
#60878 #60904 #60906  I think that is it.  I don't think any of the hyphenation
issues need updates, but the spell checkers should probably be upgraded as
they've changed quite a bit since the report.  But that cna be dealt with in the
individual bugs

-
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]



[l10n-issues] [Issue 60027] updates of telugu translat ions for 2.0.2

2007-05-04 Thread bhuvankrishna
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=60027





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:17:28 + 
2007 ---
pjanik: Could you let me know how much time do i have to submit a newer version?

-
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]



[sw-issues] [Issue 73417] View of HTML page looks di fferent to view in standard browsers, so no re al WYSIWIG

2007-05-04 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73417


User es changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:13:20 + 
2007 ---
closed

-
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]



[sw-issues] [Issue 73417] View of HTML page looks di fferent to view in standard browsers, so no re al WYSIWIG

2007-05-04 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=73417


User es changed the following:

What|Old value |New value

  Status|NEW   |RESOLVED

  Resolution|  |DUPLICATE





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:13:01 + 
2007 ---
Well, this is an old known problem of compatibility or merged UI Writer <>
Writer Web <> HTML.
(Thus duplicate of issue 19690)

You probably formatted the 2 lines with the Default paragraph style whch has a
simple space between paragraphs in Writer (Same in Writer Web) but is exported
as a  tag which has a double space in all browsers...

Workaround: use a line break (Shift+Return = ) instead of a carriage return
(Return = ) between the paragraphs or format them as "Preformatted text" (=
).

*** This issue has been marked as a duplicate of 19690 ***

-
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]



[sw-issues] [Issue 19690] Clearly identify the Write r UI from HTML UI,so user will not confuse&mak e mistake

2007-05-04 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=19690





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:12:58 + 
2007 ---
*** Issue 73417 has been marked as a duplicate of this issue. ***

-
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]



[framework-issues] [Issue 76926] [a11y] Check menu items sh ould have a role of ROLE_CHECK_MENU_ITEM

2007-05-04 Thread richburridge
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76926





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:12:12 + 
2007 ---
@es: correct. I added a "hack" into Orca yesterday that looks
to see if an object of role ROLE_MENU_ITEM has a CHECKED state
(see Orca bug http://bugzilla.gnome.org/show_bug.cgi?id=433398),
so the "" is now appearing on the braille display, but even
with that change, I'm unable to set "< >" (i.e. unchecked) for
when it's not in a CHECKED state. Those checkable menu items
really need to have a role of ROLE_CHECK_MENU_ITEM. Thanks.


-
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]



[graphics-issues] [Issue 76384] cannot use cursor keys to move between slides, when show viewed on "Moni tor 2"

2007-05-04 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76384





--- Additional comments from [EMAIL PROTECTED] Fri May  4 14:00:17 + 
2007 ---
Do you click into the inactive office after starting the presentation?
Which dual display mode do you use?
Please give me more information  or I have to close the issue as works for me.

-
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]



[framework-issues] [Issue 76926] [a11y] Check menu items sh ould have a role of ROLE_CHECK_MENU_ITEM

2007-05-04 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76926


User es changed the following:

What|Old value |New value

   Component|Spreadsheet   |framework

Keywords|  |accessibility

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Fri May  4 13:47:21 + 
2007 ---
Changed component.
Set A11y keyword.

-
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]



[sc-issues] [Issue 76926] [a11y] Check menu items sh ould have a role of ROLE_CHECK_MENU_ITEM

2007-05-04 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76926


User es changed the following:

What|Old value |New value

   Component|Spreadsheet   |framework

Keywords|  |accessibility

  QA contact|[EMAIL PROTECTED] |[EMAIL PROTECTED]





--- Additional comments from [EMAIL PROTECTED] Fri May  4 13:47:21 + 
2007 ---
Changed component.
Set A11y keyword.

-
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]



[sc-issues] [Issue 76926] [a11y] Check menu items sh ould have a role of ROLE_CHECK_MENU_ITEM

2007-05-04 Thread es
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76926


User es changed the following:

What|Old value |New value

 Assigned to|es|obr

Target milestone|---   |OOo 2.x





--- Additional comments from [EMAIL PROTECTED] Fri May  4 13:45:07 + 
2007 ---
@richburridge: does this mean in Orca that the Braille display should show, for
instance:

"Freeze < > chk"
Or
"Freeze  chk"

while it now only shows "Freeze", right?

Compare with gedit: View - Toolbar is shown "Toolbar  chk"

@OBR: this concerns all check menus in 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]



[graphics-issues] [Issue 76791] Animation does not run in slide show, must hit right arrow

2007-05-04 Thread cgu
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=76791


User cgu changed the following:

What|Old value |New value

  Status|RESOLVED  |CLOSED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 13:40:01 + 
2007 ---
You are the reporter of issue 76872 therefore you should get a mail when the bug
is fixed.
I close this issue as duplicate.

-
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]



[graphics-issues] [Issue 68044] New Chart: The legend for 3D line charts should show areas not lines

2007-05-04 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68044





--- Additional comments from [EMAIL PROTECTED] Fri May  4 13:39:53 + 
2007 ---
Created an attachment (id=44872)
New bugdoc


-
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]



[graphics-issues] [Issue 68044] New Chart: The legend for 3D line charts should show areas not lines

2007-05-04 Thread fst
To comment on the following update, log in, then open the issue:
http://www.openoffice.org/issues/show_bug.cgi?id=68044


User fst changed the following:

What|Old value |New value

  Status|RESOLVED  |VERIFIED





--- Additional comments from [EMAIL PROTECTED] Fri May  4 13:39:13 + 
2007 ---
Found fixed on Chart2Mst3_12_4 using Linux and Windows build. Old bugdoc is
somehow broken, will attach a new one.

Frank

-
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]



  1   2   3   >