]> 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 ** make-dist probably needs updating (.m files, nextstep/, etc).
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 * Mac-related:
18
19 ** open file:/// URLs
20
21 ** finish handle terminate request (user logout)
22
23 ** put frame autopositioning into C code somewhere -- if loc = same, offset
24
25 ** automap ctrl-mouse-1 to mouse-3
26
27 ** deal with Finder aliases somehow
28
29 ** Ctrl-F2 won't pull up menus
30
31
32 * Cursor:
33
34 ** ns_cursor_blink_rate: when set in preferences, somehow save the option (but
35 calling custom-save-all from this causes error)
36
37 ** cursor nonerase on certain Leopard and Tiger installations
38
39 ** if I do: (mouse-avoidance-mode 'banish) and then minimize Emacs, it pops back immediately.
40 Also, it insists on being on top of other windows if they overlap.
41
42 ** cursor-over bugs w/some scripts (move around in HELLO to see)
43
44
45 Keyboard:
46
47 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:
48 * Modifier Change: ⇧ 131330/0x20102
49 * Key Down/Up event: ⇧ 24/0x18
50 [note, this is += key on German KB setting on US keyboard]
51 [unable to reproduce w/German KB setting -- need German laptop?]
52
53 ** numeric keysetting bug
54
55
56 * Other:
57
58 ** better recog of unicode scripts / Greek / composition
59
60 ** Ctrl-g not picked up in all situations get --experimental-ctrl-g in 'compile' working better
61
62 ** Exec-dump not working on GNUstep (so slow startup).
63
64 ** undo for color-drag face customization
65
66
67