]> code.delx.au - gnu-emacs/blobdiff - nextstep/FOR-RELEASE
Work around warning about g_set_prgname() called multiple times.
[gnu-emacs] / nextstep / FOR-RELEASE
index 7758c87378c53ce1709d521490fd6b7db286e629..ed05b4757b689f7ccfcf9d1e019ab68d36353cfa 100644 (file)
@@ -1,49 +1,25 @@
 -*- outline -*-
 
 
-* POST_MERGE CLEANUP
-
-** remove aliases from x- to ns- in ns-win.el and replace by function renames
-
-** remove all the /* 23 */ comments from the source code
-
-** replace all references to PENDING: with something else
-
-
 * 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
+** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=ns
 
 
 * 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
 
 ** 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)
-
 
 * 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.)