]> code.delx.au - gnu-emacs/blob - nextstep/FOR-RELEASE
*** empty log message ***
[gnu-emacs] / nextstep / FOR-RELEASE
1 -*- outline -*-
2
3 * BUGS
4 ** Fix char_quoted's workaround.
5 * NON-SPECIFIC
6
7 ** Remove Feval calls relating to insert working text in isearch mode.
8
9 ** free_frame_resources, face colors
10
11 ** look at nsfont_char_width and nsfont_string_width utils (Dan C.)
12
13 ** config improvements (Dan C.)
14
15 * Mac-related:
16
17 ** open file:/// URLs
18
19 ** finish handle terminate request (user logout)
20
21 ** put frame autopositioning into C code somewhere -- if loc = same, offset
22
23 ** automap ctrl-mouse-1 to mouse-3
24
25 ** deal with Finder aliases somehow
26
27 ** Ctrl-F2 won't pull up menus
28
29
30 * Cursor:
31
32 ** ns_cursor_blink_rate: when set in preferences, somehow save the option (but
33 calling custom-save-all from this causes error)
34
35 ** cursor nonerase on certain Leopard and Tiger installations
36
37 ** if I do: (mouse-avoidance-mode 'banish) and then minimize Emacs, it pops back immediately.
38 Also, it insists on being on top of other windows if they overlap.
39
40 ** cursor-over bugs w/some scripts (move around in HELLO to see)
41
42
43 Keyboard:
44
45 On a German (PowerBook?) keyboard alt-` produces the correct ˚, without alt modifier only the message “<S-268632064> is undefined” is produced. Peter Maurer’s Key codes shows:
46 * Modifier Change: ⇧ 131330/0x20102
47 * Key Down/Up event: ⇧ 24/0x18
48 [note, this is += key on German KB setting on US keyboard]
49 [unable to reproduce w/German KB setting -- need German laptop?]
50
51 ** numeric keysetting bug
52
53
54 * Other:
55
56 ** better recog of unicode scripts / Greek / composition
57
58 ** Ctrl-g not picked up in all situations get --experimental-ctrl-g in 'compile' working better
59
60 ** Exec-dump not working on GNUstep (so slow startup).
61
62 ** undo for color-drag face customization
63
64
65