home *** CD-ROM | disk | FTP | other *** search
/ Geek Gadgets 1 / ADE-1.bin / ade-dist / octave-1.1.1p1-src.tgz / tar.out / fsf / octave / kpathsea / NEWS < prev    next >
Text File  |  1996-09-28  |  2KB  |  67 lines

  1. This file records noteworthy changes.
  2.  
  3. 1.8 (2 April 1994)
  4. * New target install-info, so the documentation can be installed without
  5.   the headers.
  6. * Existing but unreadable files are complained about, instead of just ignored.
  7. * A leading %% in a path element forbids searching the disk for that
  8.   element; only a db will be searched (if it exists).
  9. * The db is only used if it might be relevant to a given path element,
  10.   not searched first regardless.
  11.  
  12. 1.7 (1 March 1994)
  13. * Searches can use an externally-built ls-R ``database'', for speed.
  14. * `VPATH = .' lines removed from generated Makefile, for broken Sun make.
  15. * A path foo//tfm finds foo/tfm as well as foo/*/tfm.
  16.  
  17. 1.6 (3 February 1994)
  18. * Memory fault in copying long paths fixed.
  19. * More variables passed down from the top-level Makefile.
  20. * Mention SMART_PUTENV in the INSTALL file, and fix bug in xputenv.c
  21.   when one envvar is a proper prefix of another.
  22. * More attempts at eliminating magstephalf annoyances.
  23. * Directory name substitutions are done globally when creating paths.h.
  24. * Various changes for DOS.
  25.  
  26. 1.5 (24 January 1994)
  27. * Default paths changed.
  28. * Defining GCC_WCHAR lets GCC define wchar_t.
  29. * EXIT_FAILURE and EXIT_SUCCESS defined in all cases (if they're not already).
  30. * str[r]chr never redefined (I hope).
  31.  
  32. 1.4 (3 November 1993)
  33. * Check closest fallback font size.
  34. * All default paths (including dvips') in paths.h.in, not the Makefile.
  35. * Rearrange directory lists so that dirs in which a file is found
  36.   migrate to the top.
  37. * Update for Autoconf 1.7.
  38.  
  39. 1.3 (6 October 1993)
  40. * Fix free of non-malloced memory bug.
  41. * Fix uninitialized gf path bug.
  42. * mkdirchain invoked as an absolute filename.
  43.  
  44. 1.2 (27 September 1993)
  45. * Running MakeTeXPK is tried before the fallback resolutions.
  46. * The final bitmap name uses a variable spec, so DOS & OS/2 can get
  47.   dpi300/cmr10.pk.
  48. * Document TeX-specific features.
  49. * Dpi passed to MakeTeXPK via the envvar KPATHSEA_DPI instead of MAKETEX_DPI.
  50.  
  51. 1.1 (26 August 1993)
  52. * Installation fixes.
  53.  
  54. 1.0 (5 August 1993)
  55. * Routines to look up TeX font files, default path specifications, etc.
  56. * Sort-of pattern matching: /foo//bar matches subdirectories
  57.   /foo/a/bar, /foo/b/bar, /foo/a1/a2/bar, etc.
  58. * $var and ${var} expansion.
  59. * Support for MakeTeX... scripts.
  60. * Support for fallback resolutions and font.
  61. * Lazy evaluation of path elements.
  62. * Some runtime debugging support.
  63.  
  64. 0.2 (12 May 1993)
  65.  
  66. First general release as a standalone library.
  67.