updates to nextstep/FOR-RELEASE
[bpt/emacs.git] / nextstep / FOR-RELEASE
1 -*- outline -*-
2
3
4 * POST_MERGE CLEANUP
5
6 ** remove aliases from x- to ns- in ns-win.el and replace by function renames
7
8
9 * CURSOR BUGS:
10
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)
14
15 ** cursor nonerase on certain Leopard and Tiger installations
16
17 ** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back up
18 on top of all others
19
20 ** cursor-over bugs w/some scripts (move around in HELLO to see)
21
22
23 * OTHER BUGS
24
25 ** Find out why char_quoted() in syntax.c gets called with charpos < 2 ||
26 bytepos < 2 only under NS port.
27
28 ** Remove Feval calls relating to insert working text in isearch mode.
29
30 ** free_frame_resources, face colors
31
32 ** numeric keysetting bug
33
34 ** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
35
36
37 * MAC-RELATED:
38
39 ** open file:/// URLs
40
41 ** finish handle terminate request (user logout)
42
43 ** put frame autopositioning into C code somewhere -- if loc = same, offset
44
45 ** automap ctrl-mouse-1 to mouse-3
46
47 ** deal with Finder aliases somehow
48
49 ** Ctrl-F2 won't pull up menus
50
51 ** set were-is-preferred-modifier to Qsuper when ns-extended-platform-support
52 mode on (and recompute menubar bindings if needed)
53
54
55 * OTHER / LOW PRIORITY:
56
57 ** better recog of unicode scripts / Greek / composition
58
59 ** Ctrl-g not picked up in all situations get --experimental-ctrl-g in 'compile' working better
60
61 ** Exec-dump not working on GNUstep (so slow startup).
62
63 ** undo for color-drag face customization
64
65 ** look at nsfont_char_width and nsfont_string_width utils (Dan C.)