updates to nextstep/FOR-RELEASE
[bpt/emacs.git] / nextstep / FOR-RELEASE
CommitLineData
edfda783
AR
1-*- outline -*-
2
697baba5
AR
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
edfda783 24
4537179d
AR
25** Find out why char_quoted() in syntax.c gets called with charpos < 2 ||
26 bytepos < 2 only under NS port.
122e9f8f 27
edfda783
AR
28** Remove Feval calls relating to insert working text in isearch mode.
29
30** free_frame_resources, face colors
31
4537179d
AR
32** numeric keysetting bug
33
697baba5 34** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
4537179d 35
697baba5
AR
36
37* MAC-RELATED:
edfda783
AR
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
697baba5
AR
51** set were-is-preferred-modifier to Qsuper when ns-extended-platform-support
52 mode on (and recompute menubar bindings if needed)
edfda783
AR
53
54
697baba5 55* OTHER / LOW PRIORITY:
edfda783
AR
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
edfda783
AR
63** undo for color-drag face customization
64
697baba5 65** look at nsfont_char_width and nsfont_string_width utils (Dan C.)