home *** CD-ROM | disk | FTP | other *** search
/ GEMini Atari / GEMini_Atari_CD-ROM_Walnut_Creek_December_1993.iso / zip / gnu / tinfo210.lzh / TINFO210 / README < prev    next >
Text File  |  1991-09-27  |  4KB  |  93 lines

  1. Texinfo, Version 2.10
  2. =====================
  3.  
  4. * This is a late beta test.  This version includes Brian Fox's latest
  5.   fixes to makeinfo.c---this is the first update to makeinfo.c since
  6.   June.
  7.  
  8.   Other changes are less significant.  
  9.  
  10.   `texnfo-tex.el' uses sentinels now and has a new function that to
  11.   quit a currently running TeX job, by sending an `x' to it.  Also,
  12.   runs `/bin/sh' so `explicit-shell-file-name' is not set globally
  13.  
  14.   `texinfo.el' makes `indent-tabs-mode' a local variable and set it to
  15.   nil to prevent TABs troubles with TeX.
  16.  
  17.   `texinfmt.el' now looks handles Cambridge Univ. Press style
  18.    dashes (like --- this) as well as Oxford Univ. style dashes
  19.    (like--this).
  20.  
  21.   `texnfo-upd.el' and `texi2dvi' received bug fixes.
  22.  
  23.   `texinfo2.texi' somewhat improved.
  24.  
  25. * Please try this out and send me bug reports.
  26.  
  27. 26 September 1991
  28. Robert J. Chassell
  29.  
  30. Bugs to bob@gnu.ai.mit.edu.  I maintain the Emacs Lisp files and the
  31. manual.  I forward bug reports for info, makeinfo, and texindex to
  32. bfox@gnu.ai.mit.edu, reports for texinfo.tex to rms@gnu.ai.mit.edu,
  33. and reports for texi2dvi to roland@gnu.ai.mit.edu.
  34.  
  35. Use a command such as 'tar xvzf texinfo2.tar.Z' to uncompress and
  36. extract the files.
  37.  
  38. This directory contains version 2 of the Texinfo package:
  39.  
  40.     texinfo2.texi            This is Edition 2 of the Texinfo Manual,
  41.                                 dated September 1991
  42.  
  43.     README                  This file
  44.     Makefile                Create a compressed tar file of the package,
  45.                                 as distributed
  46.     New-features            Summary of new features
  47.     texinfo.tex             Definitions file used by Tex    
  48.     texi2dvi                Shell script for producing indexed DVI files
  49.  
  50.     >texi2roff< to be added when new version is ready
  51.                             Convert Texinfo file to [nt]roff form.
  52.  
  53. The `elisp' subdirectory contains Emacs lisp code:
  54.  
  55.     texinfo.el        Texinfo mode                    
  56.     texnfo-upd.el     Texinfo node and menu updating  
  57.     texinfmt.el       Emacs lisp Info formatting      
  58.     makeinfo.el       Emacs interface to the `makeinfo' formatting program
  59.     texnfo-tex.el     TeX and hardcopy printing       
  60.     info.el           The standard Emacs Info files,  
  61.     informat.el           included here for convenience.
  62.  
  63. All these files should be installed in the default load-path for Emacs;
  64. otherwise Emacs will not be able to load the autoloaded support files,
  65. such as `texinfmt.el'.  The `texinfo.el' file contains the autoload
  66. commands; it is the only file that needs to be loaded initially.
  67.  
  68. The `C' subdirectory contains C code:
  69.  
  70.     makeinfo.c        `makeinfo' source
  71.     info.c            `info' source
  72.     getopt.c          support files
  73.     getopt1.c
  74.     getopt.h
  75.  
  76.     texindex.c        sort indices for TeX; included here for convenience
  77.  
  78.     configure         Create a Makefile which in turn creates an `info' or
  79.                       `makeinfo' executable, or a C sources
  80.                       distribution.
  81.  
  82.     Makefile.in       Template for `configure' to use to make a Makefile      
  83.                                
  84.                       (Run `configure' first, then `make' to compile
  85.                       info and makeinfo.)
  86.  
  87. This separate Texinfo package is temporary; after a period of testing,
  88. this documentation and software will be merged into the Emacs
  89. distribution.  (But we may continue to distribute this in a 
  90. separate package as well, for the convenience of those who just want
  91. these files.)
  92.  
  93.