comparison nextstep/FOR-RELEASE @ 97049:3346ee3eead4

updates
author Adrian Robert <Adrian.B.Robert@gmail.com>
date Mon, 28 Jul 2008 02:07:30 +0000
parents 411f914a7823
children bae0407a89db
comparison
equal deleted inserted replaced
97048:07311809a1f0 97049:3346ee3eead4
1 -*- outline -*- 1 -*- outline -*-
2 2
3 3
4 * POST_MERGE CLEANUP 4 * POST_MERGE CLEANUP
5 5
6 ** remove aliases from x- to ns- in ns-win.el and replace by function renames
7
8 ** remove all the /* 23 */ comments from the source code 6 ** remove all the /* 23 */ comments from the source code
9
10 ** replace all references to PENDING: with something else
11 7
12 8
13 * CURSOR BUGS: 9 * CURSOR BUGS:
14 10
15 ** ns_cursor_blink_rate: change to use generic code; also, when set in 11 ** ns_cursor_blink_rate: change to use generic code; also, when set in
53 ** Ctrl-F2 won't pull up menus 49 ** Ctrl-F2 won't pull up menus
54 50
55 ** set were-is-preferred-modifier to Qsuper when ns-extended-platform-support 51 ** set were-is-preferred-modifier to Qsuper when ns-extended-platform-support
56 mode on (and recompute menubar bindings if needed) 52 mode on (and recompute menubar bindings if needed)
57 53
54 ** add a New Window entry to the dock menu
55
58 56
59 * OTHER / LOW PRIORITY: 57 * OTHER / LOW PRIORITY:
60 58
61 ** better recog of unicode scripts / Greek / composition 59 ** better recog of unicode scripts / Greek / composition
62 60
63 ** Ctrl-g not picked up in all situations get --experimental-ctrl-g in 'compile' working better 61 ** Ctrl-g not picked up in all situations;
62 get --experimental-ctrl-g in 'compile' working better
64 63
65 ** Exec-dump not working on GNUstep (so slow startup). 64 ** Exec-dump not working on GNUstep (so slow startup).
66 65
67 ** undo for color-drag face customization 66 ** undo for color-drag face customization
68 67