home *** CD-ROM | disk | FTP | other *** search
/ Usenet 1994 January / usenetsourcesnewsgroupsinfomagicjanuary1994.iso / sources / unix / volume26 / utree / part01 / BUGS next >
Encoding:
Text File  |  1992-09-06  |  1.7 KB  |  48 lines

  1.  
  2. BUGS, bugs, bug fixes and extensions for utree 3.03-um, klin
  3.  
  4. ==============================================================================
  5.  
  6. patchlevel a: utree 3.03a-um, klin, Sun Mar 15 19:08:25 1992
  7.  
  8. ------------------------------------------------------------------------------
  9.  
  10. Bug:    Window resizing has no effect for utree
  11. Fix:    Handling of 8 bit characters changed (keys.h, term.c, bind.c)
  12.  
  13. Bug:    Bad video attributes after clearing to end of line or display
  14.     on some terminal types
  15. Fix:    Handle ms/msgr attribute (term.c)
  16.  
  17. Bug:    No visible cursor if entering a key to bind.
  18. Fix:    Turned on cursor before getchar() (bind.c)
  19.  
  20. Bug:    If defining a filetype command the definition is regarded if
  21.     no comment is given.
  22. Fix:    Handle empty comment (vars.c)
  23.  
  24. Bug:    If creating a new directory at bottom of the tree window a
  25.     following change to this directory is out of tree window.
  26. Fix:    Check in gotree() if cdlist is on tree window (tree.c)
  27.  
  28. Bug:    No graphic characters on AIX 3.2.
  29. Fix:    Used f1 for as and f0 for ae (term.c, utree.prlist.c)
  30.  
  31. ------------------------------------------------------------------------------
  32.  
  33. Ext:    Search in history list by number (!num) or string (!string) (hist.c)
  34.  
  35. ==============================================================================
  36.  
  37. patchlevel b: utree 3.03b-um, klin, Thu Mar 19 10:58:09 1992
  38.  
  39. ------------------------------------------------------------------------------
  40.  
  41. Bug:    Core dump when entering C-u in line editor
  42. Fix:    Catch unhandled key symbols K_UP, K_STR, K_INV in editline() (edit.c)
  43.  
  44. Bug:    Utree hangs if defining a not pre-defined command variable
  45. Fix:    Don't free empty strings (vars.c)
  46.  
  47. ------------------------------------------------------------------------------
  48.