/*
 * things to do
$Header: /home/kline/devel/atom/RCS/TODO,v 2.7 2005/10/02 19:05:45 kline Exp kline $
 *
 */
{  
Scotch extra newlines if any from the processed file. ## Done 8/1995
Add -<num> for number of spaces to indicate indentation. ## Done 5/1996
Add very basic header tags for html, comments for tex.  ## Done 8/1996
Add physical-break feature where 5 newlines indicates that a
  several <BR> or \vspace*{.5in} be added to the markup file. ## Done 10/1996
Added quotation-only processing.    -Q  ## Done 11/1996
Added italics-only processing.    -Ih or -It  ## Done 11/1996
Force use to choose -t or -h output     ## Done 12/1996
}

Improve Gutenberg processing.
  Better capitalization of initial sentence words; 
  maybe most common proper names.  Punct. checks.

  Do processing of quote-only, then -G in one swoop,
  saving user the chore... .

  if (-[ht]G)
    then first process file into *.QO  doing quotes then wither hG or
    tG and scotch the file.QO.[html][tex] to file.[html][tex]

    need an algo to catch ``HEY'' and translate to ``<em>hey</em>''

 
 October, '98:: decided to depreciate things-Gutenberg. 

 ###Thinking of adding -B [number] for the number of <BLOCKQUOTE></BLOCKQUOTE>
 ###tags.  Default is 4.
   Done.

2009:	Consider adding a joinlines() function to take source, and convert
non-paragraph newlines to spaces.  Should make catching the
open-dquote/close-dquote morass somewhat elsier to deal with.  Hopefully.


