view nextstep/FOR-RELEASE @ 96724:e50b24691c01

* m/ia64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. Remove boilerplate comments. * m/amdx86-64.h (PNTR_COMPARISON_TYPE): Remove, same as the default. Remove boilerplate comments. * m/ibms390x.h (PNTR_COMPARISON_TYPE): Remove, same as the default. Remove boilerplate comments. * lisp.h (PNTR_COMPARISON_TYPE): Define it unconditionally.
author Dan Nicolaescu <dann@ics.uci.edu>
date Wed, 16 Jul 2008 07:42:41 +0000
parents aaa377b119b9
children 099b498db6c4
line wrap: on
line source

-*- outline -*-

* BUGS
** Fix char_quoted's workaround.
* NON-SPECIFIC

** make-dist probably needs updating (.m files, nextstep/, etc).

** Remove Feval calls relating to insert working text in isearch mode.

** free_frame_resources, face colors

** look at nsfont_char_width and nsfont_string_width utils (Dan C.)

** config improvements (Dan C.)

* 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


* Cursor:

** ns_cursor_blink_rate: 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

** if I do:  (mouse-avoidance-mode 'banish) and then minimize Emacs, it pops back immediately.
  Also, it insists on being on top of other windows if they overlap.

** 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

** 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