]> code.delx.au - gnu-emacs/blob - nextstep/FOR-RELEASE
Merge from emacs--rel--22
[gnu-emacs] / nextstep / FOR-RELEASE
1 -*- outline -*-
2
3 ** When assignments are received, fix ns-emacs.texi copyright.
4
5 ** General update for ns-emacs.texi post-merge.
6
7
8 * POST_MERGE CLEANUP
9
10 ** remove all the /* 23 */ comments from the source code
11
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
28
29 ** Find out why char_quoted() in syntax.c gets called with charpos < 2 ||
30 bytepos < 2 only under NS port.
31
32 ** Remove Feval calls relating to insert working text in isearch mode.
33
34 ** free_frame_resources, face colors
35
36 ** numeric keysetting bug
37
38 ** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
39
40
41 * MAC-RELATED:
42
43 ** open file:/// URLs
44
45 ** finish handle terminate request (user logout)
46
47 ** put frame autopositioning into C code somewhere -- if loc = same, offset
48
49 ** automap ctrl-mouse-1 to mouse-3
50
51 ** deal with Finder aliases somehow
52
53 ** Ctrl-F2 won't pull up menus
54
55 ** set were-is-preferred-modifier to Qsuper when ns-extended-platform-support
56 mode on (and recompute menubar bindings if needed)
57
58 ** add a New Window entry to the dock menu
59
60
61 * OTHER / LOW PRIORITY:
62
63 ** better recog of unicode scripts / Greek / composition
64
65 ** Ctrl-g not picked up in all situations;
66 get --experimental-ctrl-g in 'compile' working better
67
68 ** Exec-dump not working on GNUstep (so slow startup).
69
70 ** undo for color-drag face customization
71
72 ** look at nsfont_char_width and nsfont_string_width utils (Dan C.)