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 < RETAIN(_

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: It is even worse,

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

2003-07-19 Thread Kazunobu Kuriyama
Hi Fred, Wait a minute! I'm afraid you miss important points: (1) Does the code fail to work? (2) Does it mix up Adobe fonts together to draw strings? (Hopefully, not.) Answers to the questions above don't depend on the disagreement. Cheers, - Kazu Fred Kiefer wrote: Hi Kazu, we now hav

[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 OpenBS

[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 38,3

[bug #4320] PrintPanel options button hangs system

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

[RFC]: target.make simplification

2003-07-19 Thread Adam Fedor
I've tried to simplify the TARGET_SYTEM_LIBS here since almost every system uses the same thing. Looks ok? 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. Ind

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 f