1
0
mirror of https://git.savannah.gnu.org/git/emacs.git synced 2025-01-24 19:03:29 +00:00
emacs/nextstep/FOR-RELEASE

67 lines
1.5 KiB
Plaintext
Raw Normal View History

2008-07-15 18:15:18 +00:00
-*- outline -*-
** When assignments are received, fix ns-emacs.texi copyright.
** General update for ns-emacs.texi post-merge.
2008-07-20 00:53:41 +00:00
* POST_MERGE CLEANUP
2008-07-22 18:04:03 +00:00
** remove all the /* 23 */ comments from the source code
2008-07-20 00:53:41 +00:00
* 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
2008-07-15 18:15:18 +00:00
2008-08-23 20:01:16 +00:00
** Fix #include ordering for src/ns*.
2008-07-15 18:15:18 +00:00
** Remove Feval calls relating to insert working text in isearch mode.
** free_frame_resources, face colors
2008-07-17 18:28:58 +00:00
** numeric keysetting bug
2008-07-20 00:53:41 +00:00
** http://emacsbugs.donarmstrong.com/cgi-bin/pkgreport.cgi?pkg=openstep
2008-07-17 18:28:58 +00:00
2008-07-20 00:53:41 +00:00
* MAC-RELATED:
2008-07-15 18:15:18 +00:00
** 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
2008-07-20 00:53:41 +00:00
* OTHER / LOW PRIORITY:
2008-07-15 18:15:18 +00:00
** better recog of unicode scripts / Greek / composition
2008-07-28 02:07:30 +00:00
** Ctrl-g not picked up in all situations;
get --experimental-ctrl-g in 'compile' working better
2008-07-15 18:15:18 +00:00
** Exec-dump not working on GNUstep (so slow startup).
** undo for color-drag face customization
2008-07-20 00:53:41 +00:00
** look at nsfont_char_width and nsfont_string_width utils (Dan C.)