Memory leaks

2003-07-19 Thread Andrew Ruder
Ok, I'm pretty sure this patch gets rid of about 40~ cases of bad memory management in NSBundleAdditions.m Please look at patch before applying. Thanks -- Andrew Ruder 766a767 RELEASE(_parentClassName); 776d776 RETAIN(_className); 778d777 RETAIN(_parentClassName); 844d842

Re: Full unicode support for back-xlib (2)

2003-07-19 Thread Fred Kiefer
Hi Kazu, we now have reached a disagreement and need some more views on the remaining problems. Perhaps Nicola, Adam, Wim or Alex could join in and state their views on the use font sets. I am away for a few days anyway. Cheers Fred Kazunobu Kuriyama wrote: Fred Kiefer wrote: snip It is even

[Commit] Various gui fixups

2003-07-19 Thread Adam Fedor
2003-07-19 Adam Fedor [EMAIL PROTECTED] * GNUmakefile: Build Documentation if doc=yes (yes by default). * Tools/gsnd/GNUmakefile.postamble: Linke in pthreads if not already linked in (non-mingw targets only). * Tools/gsnd/portaudio/pa_unix_oss/pa_unix_oss.c: On OpenBSD

[Commit] gui patch update

2003-07-19 Thread Adam Fedor
* Panels/GNUmakefile.postamble (after-install): Install the gorm dirs. Index: Panels/GNUmakefile === RCS file: /cvsroot/gnustep/gnustep/core/gui/Panels/GNUmakefile,v retrieving revision 1.13 diff -r1.13 GNUmakefile

[bug #4320] PrintPanel options button hangs system

2003-07-19 Thread nobody
=== BUG #4320: LATEST MODIFICATIONS == http://savannah.gnu.org/bugs/?func=detailbugbug_id=4320group_id=99 Changes by: Adam Fedor [EMAIL PROTECTED] Date: Sat 07/19/2003 at 21:16 (US/Mountain) What | Removed | Added

Re: [RFC]: target.make simplification

2003-07-19 Thread Adam Fedor
Adam Fedor wrote: 2003-07-19 Adam Fedor [EMAIL PROTECTED] * target.make: Set thread library in AUXILIARY_OBJC_LIBS. Set reentrant flags for all targets if threaded. Remove duplicates. Index: target.make === RCS