comparison nextstep/FOR-RELEASE @ 96832:f6418143551e

updates to nextstep/FOR-RELEASE
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Sun, 20 Jul 2008 00:53:41 +0000
parents d92ec7333164
children 411f914a7823
comparison
equal deleted inserted replaced
96831:47bb47a5494d 96832:f6418143551e
1 -*- outline -*- 1 -*- outline -*-
2 2
3 * BUGS 3
4 * NON-SPECIFIC 4 * POST_MERGE CLEANUP
5
6 ** remove aliases from x- to ns- in ns-win.el and replace by function renames
7
8
9 * CURSOR BUGS:
10
11 ** ns_cursor_blink_rate: change to use generic code; also, when set in
12 preferences, somehow save the option (but calling custom-save-all
13 from this causes error)
14
15 ** cursor nonerase on certain Leopard and Tiger installations
16
17 ** (mouse-avoidance-mode 'banish) then minimize Emacs, will pop window back up
18 on top of all others
19
20 ** cursor-over bugs w/some scripts (move around in HELLO to see)
21
22
23 * OTHER BUGS
5 24
6 ** Find out why char_quoted() in syntax.c gets called with charpos < 2 || 25 ** Find out why char_quoted() in syntax.c gets called with charpos < 2 ||
7 bytepos < 2 only under NS port. 26 bytepos < 2 only under NS port.
8 27
9 ** Remove Feval calls relating to insert working text in isearch mode. 28 ** Remove Feval calls relating to insert working text in isearch mode.
10 29
11 ** free_frame_resources, face colors 30 ** free_frame_resources, face colors
12 31
13 ** look at nsfont_char_width and nsfont_string_width utils (Dan C.)
14
15 ** config improvements (Dan C.)
16
17 ** numeric keysetting bug 32 ** numeric keysetting bug
18 33
34 ** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
19 35
20 * Mac-related: 36
37 * MAC-RELATED:
21 38
22 ** open file:/// URLs 39 ** open file:/// URLs
23 40
24 ** finish handle terminate request (user logout) 41 ** finish handle terminate request (user logout)
25 42
29 46
30 ** deal with Finder aliases somehow 47 ** deal with Finder aliases somehow
31 48
32 ** Ctrl-F2 won't pull up menus 49 ** Ctrl-F2 won't pull up menus
33 50
34 51 ** set were-is-preferred-modifier to Qsuper when ns-extended-platform-support
35 * Cursor: 52 mode on (and recompute menubar bindings if needed)
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 53
48 54
49 * Other: 55 * OTHER / LOW PRIORITY:
50 56
51 ** better recog of unicode scripts / Greek / composition 57 ** better recog of unicode scripts / Greek / composition
52 58
53 ** Ctrl-g not picked up in all situations get --experimental-ctrl-g in 'compile' working better 59 ** Ctrl-g not picked up in all situations get --experimental-ctrl-g in 'compile' working better
54 60
55 ** Exec-dump not working on GNUstep (so slow startup). 61 ** Exec-dump not working on GNUstep (so slow startup).
56 62
57 ** undo for color-drag face customization 63 ** undo for color-drag face customization
58 64
59 65 ** look at nsfont_char_width and nsfont_string_width utils (Dan C.)
60