home *** CD-ROM | disk | FTP | other *** search
/ The AGA Experience 2 / agavol2.iso / software / utilities / comms / voodoo / bugs next >
Text File  |  1996-02-01  |  3KB  |  65 lines

  1. KNOWN BUGS (in Voodoo or otherwise ;))
  2.  
  3.     UnixDirsII is BROKEN and will make Voodoo crash. The patch it puts on
  4.     dos.library/SetFileSize() is totally incorrect.
  5.  
  6.     Prefs looked for in current dir, not PROGDIR: (SkyGuy)
  7.     This happens if you WBStart from some other directory than the PROGDIR:.
  8.     This is not the way Workbench works.. ;)
  9.  
  10.     PoolWatch caught a couple of mismatched allocmem/freemem pairs in
  11.     ascii.datatype. Not much I can do about that. ascii.datatype has other
  12.     problems, too. If Voodoo crashes on a message, first thing I suggest
  13.     you should do is turning off smart word wrapping.
  14.  
  15.     Backdrops mess up on 24 bit displays. I guess I'll have to copy the 
  16.     datatype provided bitmap to a CyberBitMap..?
  17.     
  18.     Scrolling a message when the window is partly obstructed by another 
  19.     window messes up. This is also visible in MultiView, and is a side effect
  20.     of how text.datatype works.
  21.     
  22.     The editor is slow with a lot of text, loses the cursor sometimes (click
  23.     again in it), has only a few shortcut keys, etc... All problems of
  24.     textfield.gadget, and can only be fixed by a new textfield.gadget.
  25.  
  26. TODO (definite features in Serious Voodoo)
  27.  
  28.     A method of adding custom headers to messages, both globally and per
  29.     message.
  30.      
  31.     Automatic folder selection for new messages when importing them.
  32.     
  33.     More ARexx. I could use suggestions on which commands people need.
  34.     
  35.     Bounce. Probably done with an ARexx macro.
  36.     
  37.     Keyboard control in prefs. Will happen in the transition to windowclass.
  38.     
  39.     "Attach clipboard"
  40.     
  41. SUGGESTIONS
  42.  
  43.     Highlight messages according to configuration (SkyGuy)
  44.     
  45.     An option to put an ASCII line in the beginning of a message text that isn't
  46.     recognised by ascii.datatype normally.
  47.     
  48.     Keep outgoing messages in a queue internal to Voodoo and send all of them
  49.     on exit or after a timeout, in the mean time allowing their cancellation
  50.     or editing. (Wubba)
  51.  
  52.     IMAP interface (myself, Hezu). While this would be A Cool Thing, it'd
  53.     also mean a rewrite of ALL the low-level email code in Voodoo, plus make
  54.     it require a TCP/IP stack (which it doesn't, now). A lot of work, as you
  55.     can imagine, and I don't see much of a market for it. If you do, let me
  56.     know, and I'll reconsider. I'd like to do it, it's just a matter of being
  57.     worth all the work.    
  58.     
  59.     Show multipart message parts in the listview one level down.
  60.  
  61.     "Select all messages".
  62.  
  63.     A minimized editor window without the textfield for use with external
  64.     editors.
  65.