home *** CD-ROM | disk | FTP | other *** search
- 1.2 First public release - June 2, 1990
- 1.3 First Patch - June 19, 1990
- Added this CHANGES file.
- Updated the README file in the manual directory.
- Deleted nodify-new.el and removed it from the Makefile.
- Improved the Makefiles.
- Made some modifications to macsyma.sty to cut down on string usage.
- Introduced support for the tabular environment and \hline.
- Introduced support for the table environment with \caption.
- Figures are now ignored.
- \input *must* occur at the beginning of a line.
- Updated scheme-fmt so it won't conflict with texinfo.
- Renamed the long files to < 14 chars for SysV
- Made the manual a {book} so it starts chapters on the odd page.
- Added support for \unnumbered \unnumberedsec etc.
- Changed the indexes to \unnumbered.
- 1.3.1 Second Patch - June 24, 1990
- Fixed a blunder that broke the description environment.
- Changed the manual to tell people to use .login instead .cshrc.
- 1.3.2 Third Patch - August 25, 1990
- Fixed bug in synindex
- Fixed the description environment.
- Changed the manual to incorporate the proofreading from Nelson Beebe.
- Made \\ replace \*, although \* is still supported.
- 1.3.3 Fourth Patch - August 30, 1990
- Made \\ active even at other places than the end of line.
- 1.3.4 Fifth Patch
- Documented nodify.el for converting LaTeX files to LaTeXinfo.
- Added support for Frenc and German in europe.sty and europe-fmt.el
- (thanks to schwarze@isa.de).
- 1.3.5 Sixth Patch
- If the \?index command and its argument are the only thing on a line,
- then that line will be deleted in the Info file.
- Fixed comment-start-skip bug in latexinfomd.el
- (Thanks to simon@opal.cs.tu-berlin.de).
- Undeleted the tail end of the manual, which mysteriously
- disappeared in the last patch. (darrylo@hpnmxx.hp.com)
- 1.4 Seventh Patch - not released.
- Added support for the sp command in info files.
- Deleted some doubled words in the manual. (beebe@math.utah.edu)
- Corrected the manual description of \code's font.
- Fixed a bug in latexinfo-format-emph (petri@ibr.cs.tu-bs.de).
- Looks for latexinfo files in current directory if $LATEXINFO
- is not set (petri@ibr.cs.tu-bs.de).
- Made latexinfo.el listen to the environment-variable $TEXINPUTS - for
- the \input macro - useful if you want to \include files that are not in
- the directory where your main tex-source-file resides.
- Added {lisp} environment for Scribe compatibility.
- Made tabular environment change the non-special status of & and |
- only within the tabular environment. In other words, & and |
- print as themselves everywhere except within a tabular environment,
- where they are used for tabular formatting (geske@ibr.cs.tu-bs.de).
- Now you can use " > < _ | in nodenames.
- It is no longer an error to not begin an environment (\begin)
- at the start of a line. It is still an error to have extraneous
- text at the end of the line that will be discarded (such as \end).
- Added \n{} equivalent to the latex \normalsize command.
- Made \vspace and \vspace* discard the line.
- Fixed an insidous bug in latexinfo-parse-noarg. It eat all white
- space after the newline that follows an argumentless tex-command,
- instead of eating either the newline or the whitespace.
- Fixed a bug in \rawbackslash that made everything come out \tt.
- Made Info understand unnumbered, unnumberedsec, unnumberedsubsec etc.
- Made Info interpret \back <TAB> as \back <SPACE>
- Added support for \onecolumn and \twocolumn in Info (just ignored).
- Added support for author/title/date, though it is not documented yet.
- Added support for \bibliography, though it is not documented yet.
- Added support for \verb, though it is not documented yet.
- Added support for \/, though it is not documented yet.
- Added a TODO file, so that people can see what I am planning,
- and make suggestions or ask for priorities.
- Added support for the following TeXinfo 2 commands:
- @chapheading @heading @majorheading @subheading @subsubheading
- @exdent @minus @finalout @result @equiv @error @expansion @point
- @print @date @author @title @subtitle @flushright @flushleft
- @footnote @sc @need though it might not be not documented yet.
- Added support for the @def... commands though it's not documented yet.
- Moved the @def... commands to an elisp style, in preparation for GLS.
- Made latexinfo.el give a message when it found a LaTeX command it
- doesn't understand.
- Redefined the replace functions to turn off the Mark Set noise.
- Made the commands that print in italic font do the correction.
- Changed the syntax table entries of [ and ] to . during forward-sexp.
- Made tolatexinfo.el up to date with the next TeXinfo2 commands
- Made tolatexinfo.el insert \protect in the section headings if
- there are any \ commands to protect.
- Hacked Emacs 18.57 texindex to understand not to put a \initial{\}
- if the entry begins with a \. It inserts \back instead.
- Added latex2dvi to the distribution, to automatically run
- latexindex and bibtex and latex as required.
- 1.6 Added smallverbatim.
- Made verbatim and smallverbatim imbeddable in list environments.
- Made the info reader eat the whitespace following a command.
- Documented the definition commands.
- Incorporated tabular.sty into latexinfo.tex; no tabular option
- to the \documentstyle is needed now.
- Renamed tolatexinfo.el to t2latexinfo.el.
- Made s2latexinfo.el to convert Scribe files.
- Made l2latexinfo.el to help convert Latex files.
- Delete nodify.el from the distribution because of l2latexinfo.el.
- Created the always refill command. At the moment it only looks
- for ".\n\n", but I chaang it to search based on the syntax-table.
- Began translating latexinfo-mde.el latexinfo-upd.el latexinfo-tex.el.
- Made \begin{verbatim} \begin{smallverbatim} and \input legal
- other than at beginning of line, iff only whitespace exists between
- the (bolp) and the command.
- Fixed \verb so the global substitutions (''->") don't affect it.
- Added support for paragraphindent and footnotestyle.
- Updated the doucmentation, based on the TeXinfo 2 manual.
- Added the verbatimfile and smallverbatimfile commands.
- Protected the indexers agains null arguments.
- Edited the manual.
- Added syncodeindex, documented markboth.
- 1.7 Fixed LaTeX on region.
- FIxed smallverbatim.
- Rewrote elisp.sty to be more like the TeXinfo 2.14 version.
- Made s2latexinfo not change @ref to \xref. That only works
- if the labels and section names correspond.
- Changes the \begin{defxx} format to \defxx, and
- \end{defxx} format to \enddefxx.
- Added support for \label and \ref though they are not documented yet.
- Added \funref \varref and cousins into funref.sty.
- Renamed elisp/europe-fmt.el to elisp/german-fmt.el, and changed
- the manual to show that it was really greman.sty that is supported.
- French really needs a different approach.
- Isolated always-refill algoritmn in latexinfo-do-refill.
-