home *** CD-ROM | disk | FTP | other *** search
/ Atari FTP / ATARI_FTP_0693.zip / ATARI_FTP_0693 / Mint / Mgr / Sparcmgr / src.zoo / PATCH_2 < prev    next >
Text File  |  1989-09-29  |  2KB  |  36 lines

  1. bug fixes for patch-2
  2.  
  3. * Add current fg, bg, and drawing color to M_GETINFO
  4. * M_MAKEWIN with M_DUPKEY doesn't return M_DUP character properly
  5. * change all m_pop(0) to m_pop() in all demos
  6. * Apply cut.c fix to figure cuttability properly
  7. * Add m_setcursor(), %M, and button-up stuff to documentation
  8. * Makefile for doc/usrman fixed (again)
  9. * m_line() should update graphics point
  10. * _quit() should killpg() and b_destroy(screen) (for non-sun versions)
  11. * pixrect on sun 4.0 changed the internal alignment to 32 bits from 16 bits
  12. * missing "extern" for quit_menu[] in defs.h
  13. * mgrplot plots upside-down
  14. * set_{emacs,termcap} look for SHELL "*csh" instead of "csh" (so tcsh works)
  15. * timestamps avaliable for button hits (clients can detect double-clicking)
  16. * Stub bit-blit library included. (to aid in porting mgr)
  17. * m_push(P_CURSOR) handles the cursor style properly
  18. * loadfont: definition of ESC was wrong
  19. * get_info.c - didn't initialize *coords with no dupkey set
  20. * fix set_emacs to set "km" flag for gnu-emacs
  21. * move "resume" command after kbd reset to permit set_console as resume cmd
  22. * Application defined button activated text sweep  defaults to 0 chars (was 1)
  23. * Fix get_info to return a \n for an invalid get_info request
  24. * Fix win_stack to clear DUPKEY when push-clear'ing flags
  25. * don't use return value from sprintf in do_event.c
  26. * show uses bitmaphead, to handle all types of bitmap formats correctly
  27. * iconmail/iconmsgs now remember if their mail/msgs window was moved 
  28. * All versions of MGR use a consolidated 32bit padded font format
  29. * Bug in clipping relative mode bitmapes was fixed
  30.  
  31. Known bugs still remaining
  32. * put_window() sometimes sets the clipping regeon improperly during
  33.   bit-blt operations (i.e. obscured windows don't always get updated 
  34.   properly).
  35. * There is no way to push the currently selected window on the stack
  36.