6 ** remove all the /* 23 */ comments from the source code
11 ** ns_cursor_blink_rate: change to use generic code; also, when set in
12 preferences, somehow save the option (but calling custom-save-all
13 from this causes error)
15 ** cursor nonerase on certain Leopard and Tiger installations
17 ** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back up
20 ** cursor-over bugs w/some scripts (move around in HELLO to see)
25 ** Find out why char_quoted() in syntax.c gets called with charpos < 2 ||
26 bytepos < 2 only under NS port.
28 ** Remove Feval calls relating to insert working text in isearch mode.
30 ** free_frame_resources, face colors
32 ** numeric keysetting bug
34 ** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
41 ** finish handle terminate request (user logout)
43 ** put frame autopositioning into C code somewhere -- if loc = same, offset
45 ** automap ctrl-mouse-1 to mouse-3
47 ** deal with Finder aliases somehow
49 ** Ctrl-F2 won't pull up menus
51 ** set were-is-preferred-modifier to Qsuper when ns-extended-platform-support
52 mode on (and recompute menubar bindings if needed)
54 ** add a New Window entry to the dock menu
57 * OTHER / LOW PRIORITY:
59 ** better recog of unicode scripts / Greek / composition
61 ** Ctrl-g not picked up in all situations;
62 get --experimental-ctrl-g in 'compile' working better
64 ** Exec-dump not working on GNUstep (so slow startup).
66 ** undo for color-drag face customization
68 ** look at nsfont_char_width and nsfont_string_width utils (Dan C.)