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

2003-07-18 Thread Fred Kiefer
Kazunobu Kuriyama wrote: Thank you for reading the code very carefully and extensively. This is what we should do a lot more, normally we don't have the time for it, but this time I owe it to you. Fred Kiefer wrote: > > - As XGFontSetEnumerator is currently not implemented I would remove > a

[bug #4351] NSControl doesn't implement -setFormatter: and-formatter

2003-07-18 Thread nobody
=== BUG #4351: LATEST MODIFICATIONS == http://savannah.gnu.org/bugs/?func=detailbug&bug_id=4351&group_id=99 Changes by: Fred Kiefer <[EMAIL PROTECTED]> Date: Fri 07/18/2003 at 14:05 (GMT) What | Removed | Added ---

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

2003-07-18 Thread Kazunobu Kuriyama
Fred Kiefer wrote: Fred Kiefer wrote: > > - As XGFontSetEnumerator is currently not implemented I would remove > all reverences to it. (Reading references for reverences,) At first, I declared XGFontSetEnumerator without implementation, and then I got an exception telling me that enumerateFont

Full unicode support for back-xlib (3)

2003-07-18 Thread Kazunobu Kuriyama
Hi, Sorry for frequent revision, but the fuctinality still remains the same. By introducing the new user default value GSXEnableFontSet, all the patches relevant to the configuration at compilation time have gone. To enable the functionality, do $ defaults write NSGlobalDomain GSXEnableFontSe

debugapp bug

2003-07-18 Thread Andrew Ruder
debugapp doesn't pass arguments on to the debugger when debugging apps. The diff for debugapp.in is attached. Thanks -- Andrew Ruder 198c198,202 < "$GDB" "$file_appname" "$corefile" --- > if [ -z "$corefile" ]; then > "$GDB" --args "$file_appname" "$@" > else > "$GDB" "$f