blob: 4e270ffd0e9a6d7877ba49faaae2f1f5a40ce4dd (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
64
65
66
67
68
|
-*- outline -*-
* POST_MERGE CLEANUP
** remove all the /* 23 */ comments from the source code
* CURSOR BUGS:
** ns_cursor_blink_rate: change to use generic code; also, when set in
preferences, somehow save the option (but calling custom-save-all
from this causes error)
** cursor nonerase on certain Leopard and Tiger installations
** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back up
on top of all others
** cursor-over bugs w/some scripts (move around in HELLO to see)
* OTHER BUGS
** Find out why char_quoted() in syntax.c gets called with charpos < 2 ||
bytepos < 2 only under NS port.
** Remove Feval calls relating to insert working text in isearch mode.
** free_frame_resources, face colors
** numeric keysetting bug
** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
* MAC-RELATED:
** open file:/// URLs
** finish handle terminate request (user logout)
** put frame autopositioning into C code somewhere -- if loc = same, offset
** automap ctrl-mouse-1 to mouse-3
** deal with Finder aliases somehow
** Ctrl-F2 won't pull up menus
** set were-is-preferred-modifier to Qsuper when ns-extended-platform-support
mode on (and recompute menubar bindings if needed)
** add a New Window entry to the dock menu
* OTHER / LOW PRIORITY:
** better recog of unicode scripts / Greek / composition
** Ctrl-g not picked up in all situations;
get --experimental-ctrl-g in 'compile' working better
** Exec-dump not working on GNUstep (so slow startup).
** undo for color-drag face customization
** look at nsfont_char_width and nsfont_string_width utils (Dan C.)
|