(change-log-search-tag-name)
[emacs.git] / nextstep / FOR-RELEASE
blob4e270ffd0e9a6d7877ba49faaae2f1f5a40ce4dd
1 -*- outline -*-
4 * POST_MERGE CLEANUP
6 ** remove all the /* 23 */ comments from the source code
9 * CURSOR BUGS:
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
18    on top of all others
20 ** cursor-over bugs w/some scripts (move around in HELLO to see)
23 * OTHER BUGS
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
37 * MAC-RELATED:
39 ** open file:/// URLs
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.)