*** empty log message ***
[bpt/emacs.git] / nextstep / FOR-RELEASE
CommitLineData
edfda783
AR
1-*- outline -*-
2
767a4d92
GM
3** When assignments are received, fix ns-emacs.texi copyright.
4
5** General update for ns-emacs.texi post-merge.
6
697baba5
AR
7
8* POST_MERGE CLEANUP
9
4d5e4ae7
DN
10** remove all the /* 23 */ comments from the source code
11
697baba5
AR
12
13* CURSOR BUGS:
14
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)
18
19** cursor nonerase on certain Leopard and Tiger installations
20
21** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back up
22 on top of all others
23
24** cursor-over bugs w/some scripts (move around in HELLO to see)
25
26
27* OTHER BUGS
edfda783 28
7014398e
DN
29** Fix #include ordering for src/ns*.
30
edfda783
AR
31** Remove Feval calls relating to insert working text in isearch mode.
32
33** free_frame_resources, face colors
34
4537179d
AR
35** numeric keysetting bug
36
697baba5 37** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
4537179d 38
697baba5
AR
39
40* MAC-RELATED:
edfda783
AR
41
42** open file:/// URLs
43
44** finish handle terminate request (user logout)
45
46** put frame autopositioning into C code somewhere -- if loc = same, offset
47
48** automap ctrl-mouse-1 to mouse-3
49
50** deal with Finder aliases somehow
51
52** Ctrl-F2 won't pull up menus
53
edfda783 54
697baba5 55* OTHER / LOW PRIORITY:
edfda783
AR
56
57** better recog of unicode scripts / Greek / composition
58
c972f240
AR
59** Ctrl-g not picked up in all situations;
60 get --experimental-ctrl-g in 'compile' working better
edfda783
AR
61
62** Exec-dump not working on GNUstep (so slow startup).
63
edfda783
AR
64** undo for color-drag face customization
65
697baba5 66** look at nsfont_char_width and nsfont_string_width utils (Dan C.)