]> code.delx.au - gnu-emacs/blob - nextstep/FOR-RELEASE
Merge from emacs--rel--22
[gnu-emacs] / nextstep / FOR-RELEASE
1 -*- outline -*-
2
3 * BUGS
4 * NON-SPECIFIC
5
6 ** Find out why char_quoted() in syntax.c gets called with charpos < 2 ||
7 bytepos < 2 only under NS port.
8
9 ** Remove Feval calls relating to insert working text in isearch mode.
10
11 ** free_frame_resources, face colors
12
13 ** look at nsfont_char_width and nsfont_string_width utils (Dan C.)
14
15 ** config improvements (Dan C.)
16
17 ** numeric keysetting bug
18
19
20 * Mac-related:
21
22 ** open file:/// URLs
23
24 ** finish handle terminate request (user logout)
25
26 ** put frame autopositioning into C code somewhere -- if loc = same, offset
27
28 ** automap ctrl-mouse-1 to mouse-3
29
30 ** deal with Finder aliases somehow
31
32 ** Ctrl-F2 won't pull up menus
33
34
35 * Cursor:
36
37 ** ns_cursor_blink_rate: change to use generic code; also, when set in
38 preferences, somehow save the option (but calling custom-save-all
39 from this causes error)
40
41 ** cursor nonerase on certain Leopard and Tiger installations
42
43 ** if I do: (mouse-avoidance-mode 'banish) and then minimize Emacs, it pops back immediately.
44 Also, it insists on being on top of other windows if they overlap.
45
46 ** cursor-over bugs w/some scripts (move around in HELLO to see)
47
48
49 * Other:
50
51 ** better recog of unicode scripts / Greek / composition
52
53 ** Ctrl-g not picked up in all situations get --experimental-ctrl-g in 'compile' working better
54
55 ** Exec-dump not working on GNUstep (so slow startup).
56
57 ** undo for color-drag face customization
58
59
60