Fri, 10 Jan 2003 16:35:13 +0000Remove the escape character, that precede '$' only when '{' or '[' follows. BLD200301130100
mentlicher@netbeans.org [Fri, 10 Jan 2003 16:35:13 +0000] rev 2992
Remove the escape character, that precede '$' only when '{' or '[' follows.
These are the only cases when the escaping is necessary, in other cases
there should be no changes.
This is a fix of issue #29165.

Fri, 10 Jan 2003 16:25:38 +0000Stabilization: Sometimes root node was not refreshed
dkaspar@netbeans.org [Fri, 10 Jan 2003 16:25:38 +0000] rev 2991
Stabilization: Sometimes root node was not refreshed

Fri, 10 Jan 2003 15:12:55 +0000Repository tree dump is created when configure test case fails
dkaspar@netbeans.org [Fri, 10 Jan 2003 15:12:55 +0000] rev 2990
Repository tree dump is created when configure test case fails

Thu, 09 Jan 2003 21:21:07 +0000Removed xCalendar support
trond@netbeans.org [Thu, 09 Jan 2003 21:21:07 +0000] rev 2989
Removed xCalendar support

Thu, 09 Jan 2003 15:58:26 +0000Fixed JHIndex to independ on version of jhall library.
mzlamal@netbeans.org [Thu, 09 Jan 2003 15:58:26 +0000] rev 2988
Fixed JHIndex to independ on version of jhall library.

Thu, 09 Jan 2003 11:07:54 +0000bugfix #29028 - changed remove confirmation dialog msgs BLD200301100100
rgregor@netbeans.org [Thu, 09 Jan 2003 11:07:54 +0000] rev 2987
bugfix #29028 - changed remove confirmation dialog msgs

Thu, 09 Jan 2003 09:12:44 +0000Stabilization of Mount wizard
dkaspar@netbeans.org [Thu, 09 Jan 2003 09:12:44 +0000] rev 2986
Stabilization of Mount wizard

Wed, 08 Jan 2003 16:16:12 +0000Check whether the settingds FileObject is null (it can become null after it's deleted).
mentlicher@netbeans.org [Wed, 08 Jan 2003 16:16:12 +0000] rev 2985
Check whether the settingds FileObject is null (it can become null after it's deleted).
This is a fix of issue #29873.

Wed, 08 Jan 2003 14:02:29 +0000no message debugger_api_29914_base
jbecicka@netbeans.org [Wed, 08 Jan 2003 14:02:29 +0000] rev 2984
no message

Wed, 08 Jan 2003 10:40:57 +0000Implemented a workaround so that WindowSystem deadlock will not appear.
mentlicher@netbeans.org [Wed, 08 Jan 2003 10:40:57 +0000] rev 2983
Implemented a workaround so that WindowSystem deadlock will not appear.
Do not call getModes() during deserialization.
This is a fix of issue #29455.