Mercurial > emacs
diff nextstep/FOR-RELEASE @ 96771:d92ec7333164
make more parallel to other platforms
| author | Adrian Robert <Adrian.B.Robert@gmail.com> |
|---|---|
| date | Thu, 17 Jul 2008 18:28:58 +0000 |
| parents | 9697a5f0281d |
| children | f6418143551e |
line wrap: on
line diff
--- a/nextstep/FOR-RELEASE Thu Jul 17 18:14:15 2008 +0000 +++ b/nextstep/FOR-RELEASE Thu Jul 17 18:28:58 2008 +0000 @@ -3,7 +3,8 @@ * BUGS * NON-SPECIFIC -** Find out why char_quoted() in syntax.c gets called with Fix char_quoted's workaround. +** 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. @@ -13,6 +14,9 @@ ** config improvements (Dan C.) +** numeric keysetting bug + + * Mac-related: ** open file:/// URLs @@ -30,8 +34,9 @@ * Cursor: -** ns_cursor_blink_rate: when set in preferences, somehow save the option (but - calling custom-save-all from this causes error) +** 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 @@ -41,17 +46,6 @@ ** cursor-over bugs w/some scripts (move around in HELLO to see) -Keyboard: - -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: - * Modifier Change: ⇧ 131330/0x20102 - * Key Down/Up event: ⇧ 24/0x18 -[note, this is += key on German KB setting on US keyboard] -[unable to reproduce w/German KB setting -- need German laptop?] - -** numeric keysetting bug - - * Other: ** better recog of unicode scripts / Greek / composition
