*** empty log message ***
[emacs.git] / nextstep / FOR-RELEASE
blob31d4fbab63f1e261d6da2a476844e8522b5d04e1
1 -*- outline -*-
3 ** When assignments are received, fix ns-emacs.texi copyright.
5 ** General update for ns-emacs.texi post-merge.
8 * POST_MERGE CLEANUP
10 ** remove all the /* 23 */ comments from the source code
13 * CURSOR BUGS:
15 ** ns_cursor_blink_rate: change to use generic code; also, when set in
16    preferences, somehow save the option (but calling custom-save-all
17    from this causes error)
19 ** cursor nonerase on certain Leopard and Tiger installations
21 ** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back up
22    on top of all others
24 ** cursor-over bugs w/some scripts (move around in HELLO to see)
27 * OTHER BUGS
29 ** Fix #include ordering for src/ns*.
31 ** Remove Feval calls relating to insert working text in isearch mode.
33 ** free_frame_resources, face colors
35 ** numeric keysetting bug
37 ** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
40 * MAC-RELATED:
42 ** open file:/// URLs
44 ** finish handle terminate request (user logout)
46 ** put frame autopositioning into C code somewhere -- if loc = same, offset
48 ** automap ctrl-mouse-1 to mouse-3
50 ** deal with Finder aliases somehow
52 ** Ctrl-F2 won't pull up menus
55 * OTHER / LOW PRIORITY:
57 ** better recog of unicode scripts / Greek / composition
59 ** Ctrl-g not picked up in all situations;
60    get --experimental-ctrl-g in 'compile' working better
62 ** Exec-dump not working on GNUstep (so slow startup).
64 ** undo for color-drag face customization
66 ** look at nsfont_char_width and nsfont_string_width utils (Dan C.)