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