view doc/ChangeLog @ 5966:be252143f5e1

[project @ 2006-08-24 20:06:24 by jwe]
author jwe
date Thu, 24 Aug 2006 20:06:24 +0000
parents a02a305e06ee
children d45cb743ff2e
line wrap: on
line source

2006-08-24  John W. Eaton  <jwe@octave.org>

	* interpreter/images/Makefile.in (SPARSEIMAGES_PDF): New macro.
	Keep PDF images out of IMAGES list.

2006-08-18  John W. Eaton  <jwe@octave.org>

	* conf.texi.in: Eliminate TARGETHOSTTYPE variable.

2006-08-17  John W. Eaton  <jwe@octave.org>

	* interpreter/images/Makefile.in (%.pdf : %eps):
	Use $(GHOSTSCRIPT) instead of gs.

2006-08-14  Dmitri A. Sergatskov  <dasergatskov@gmail.com>

	* interpreter/images/sparseimages.m: Adapt to new automatic_replot
	definition.
	
2006-06-27  John W. Eaton  <jwe@octave.org>

	* interpreter/Makefile.in: Elminate double-colon rules.

2006-05-31  John W. Eaton  <jwe@octave.org>

	* interpreter/images/Makefile.in (run-octave):
	Use $(TOPDIR)/run-octave script to execute Octave.
	(OCTAVE_BINARY, OCTAVE_SCRIPT_PATH, OCTAVE_LD_LIBRARY_PATH,
	XLD_LIBRARY_PATH, SET_LD_LIBRARY_PATH): Delete variables.

2006-04-06  Keith Goodman  <kwgoodman@gmail.com>

	* interpreter/mkoctfile.1: Doc string fix.

2006-04-03  David Bateman  <dbateman@free.fr>

	* interpreter/matrix.txi: Add rande, randp, randg and update
          for different random generator behavior.

2006-03-28  John W. Eaton  <jwe@octave.org>

	* texinfo.tex: Update FSF address.

2006-03-27  John W. Eaton  <jwe@octave.org>

	* interpreter/images/sparseimages.m: Fix missing endif.  Omit
	unnecessary call to axis.

2006-03-24  John W. Eaton  <jwe@octave.org>

	* interpreter/images/sparseimages.m:
	Avoid some unnecessary calculations.

2006-03-22  John W. Eaton  <jwe@octave.org>

	* interpreter/sparse.txi: Undo previous change.
	Always use @image to include image files.
	* interpreter/Makefile.in: Eliminate stamp files.
	(clean, mostlyclean, distclean, maintainer-clean): Now
	double-colon targets.
	(stamp-images): New target.
	(octave.info, octave.dvi, octave.pdf, HTML/index.html): Depend on it.
	* interpreter/images/Makefile.in: Explicitly list images to be
	created and their dependencies.
	* interpreter/images/sparseimages.m (sparseimage): Delete dirc arg.
	Sleep for 1 second before returning.
	(txtimages): Also create gplot.txt and grid.txt.
	(sparseimages): Don't redirect output here.
	New arg, nm.  Only output a single figure at a time.
	(bury_output): New function.  Use it before plotting commands and
	after every print function.
	* Makefile.in (conf.texi): New target.
	(DISTFILES): Include conf.texi in the list.
	(all, dist): Depend on conf.texi.
	* conf.texi.in: Values come from Makeconf, not configure.

2006-03-21  John W. Eaton  <jwe@octave.org>

	* liboctave/Makefile.in (FORMATTED): Omit .html files here.
	(DISTDIRS): New variable.
	(dist): Handle $(DISTDIRS) here.

	* faq/Makefile.in (FORMATTED): Omit .html files here.
	(DISTDIRS): New variable.
	(dist): Handle $(DISTDIRS) here.

	* interpreter/Makefile.in (FORMATTED): Omit .html files here.
	(DISTDIRS): New variable.
	(dist): Handle $(DISTDIRS) here.

	* interpreter/sparse.txi: Temporarily omit figures.
	* interpreter/Makefile.in: Temporarily omit actions for making figures.
	(DISTSUBDIRS): New macro.
	(dist): Recurse into $(DISTSUBDIRS) here.

	* interpreter/Makefile.in (real-pdf): Depend on stamp-eps
	(stamp-pdf): Depend on real-pdf.  Touch stamp-pdf here.
	(real-pdf): Not here.

2006-03-16  David Bateman  <dbateman@free.fr>

	* interpreter/images/sparseimages.m: set terminal type to dummy to
	direct output to terminal rather than X11.
	* interpreter/sparse.txi: Update docs for new QR solvers.
	
2006-03-09  David Bateman  <dbateman@free.fr>

	* interpreter/Makefile.in: Change order of commands in HTML/index.html
	target. Respawn make for stamp-pdf target so that $(wildcard *.eps) is
	reinterpreted.
	* interpreter/sparse.txi: Isolate conditionally built targets in
	"@ifset ... @end ifset".

2006-03-08  David Bateman  <dbateman@free.fr>

	* conf.texi: Remove.
	* conf.texi.in: New file, for autoconf'ed version of conf.texi.
	* Makefile.in: replace conf.texi with conf.texi.in in DISTFILES
	* interpreter/Makefile.in: build in subdir IMAGEDIR, add stamps for
	image files. Copy png-files to HTML directory. Build pdf files from
	eps files using epsffit, gs, grep, basename, head and awk.
	* octave.texi: Update sparse sub-sections.
	* sparse.txi: Updates for current state of sparse code.
	* interpreter/images/Makefile.in: New file.
	* interpreter/images/sparseimages.m: New file to build sparse images.

2006-03-07  David Bateman  <dbateman@free.fr>

	* liboctave/dae.texi, liboctave/factor.texi, liboctave/nleqn.texi,
	liboctave/quad.texi, liboctave/matvec.texi, liboctave/nlfunc.texi,
	liboctave/diffeq.texi, liboctave/array.texi, liboctave/range.texi,
	liboctave/optim.texi: Fix some syntax problems for texinfo.tex 4.8.

2006-03-06  Keith Goodman  <kwgoodman@gmail.com>

	* interpreter/octave.texi (@seealso): Display args instead of
	discarding them.

2006-03-02  John W. Eaton  <jwe@octave.org>

	* faq/Makefile.in (Octave-FAQ.ps): Depend on Octave-FAQ.dvi, not
	$(TEXINFO).

	* texinfo.tex: Update to 2004-11-25.16 version from Texinfo 4.8.

2005-12-14  David Bateman  <dbateman@free.fr>

	* interpreter/testfun.txi: New test/demo documentation.
	* interpreter/strings.txi: Include regexp/regexi docstrings.
	* interpreter/octave.texi: Include test/demo appendix.
	* interpreter/Makefile.in (SUB_SOURCE): Include test.txi.

2005-12-13  David Bateman <dbateman@free.fr>

	* interpreter/sparse.txi: Add new gplot, etreeplot and treeplot
	functions.

2005-11-01  John W. Eaton  <jwe@octave.org>

	* liboctave/Makefile.in (maintainer-clean): Also remove liboctave.pdf
	* faq/Makefile.in (maintainer-clean): Also remove Octave-FAQ.pdf.
	From Quentin Spencer <qspencer@ieee.org>.

2005-10-23  David Bateman  <dbateman@free.fr>

	* sparse.txi: Updates for new ufsparse licensing, new functions and
	various typos.

2005-09-19  Rafael Laboissiere  <rafael@debian.org>

	* interpreter/octave-config.1: Use bold instead of italics to
	markup command name.

2005-07-29  John W. Eaton  <jwe@octave.org>

	* faq/Makefile.in (HTML/index.html): Pass --ifinfo to makeinfo.
	* interpreter/Makefile.in (HTML/index.html): Likewise.
	* liboctave/Makefile.in (HTML/index.html): Likewise.

2005-07-28  John W. Eaton  <jwe@octave.org>

	* faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in:
	Use makeinfo instead of texi2html to generate HTML.

2005-05-02  John W. Eaton  <jwe@octave.org>

	* interpreter/munge-texi.cc (skip_comments): New function.
	(process_doc_file): Use it to skip comments at beginning of file.

2005-04-29  David Bateman  <dbateman@free.fr>

	* interpreter/sparse.txi: Add matrix_type, spkron, and document
	changes in solve code.

2005-03-14  David Bateman  <dbateman@free.fr>

	* interpreter/sparse.txi: Add luinc function.

2005-03-09  John W. Eaton  <jwe@octave.org>

	* Makefile.in (bin-dist): Delete target.
	(BINDISTSUBDIRS): Delete variable.

	* refcard/Makefile.in (bin-dist): Delete target.
	(BINDISTFILES): Delete variable.
	* liboctave/Makefile.in: Likewise.
	* interpreter/Makefile.in: Likewise.
	* faq/Makefile.in: Likewise.

2005-02-25  John W. Eaton  <jwe@octave.org>

	Sparse merge.

	2005-01-07  David Bateman  <dbateman@free.fr>

	* interpreter/sparse.txi: New file.
	* interpreter/Makefile.in: Add it to the build.
	* interpreter/octave.texi: Include it in the contents tables and the
	top level document.

2005-02-25  John W. Eaton  <jwe@octave.org>

	* liboctave/Makefile.in (all): Also depend on Octave-FAQ.pdf.
	Use $(MAKEINFO) instead of makeinfo in rules.

2005-02-25  Rafael Laboissiere  <rafael@debian.org>

	* liboctave/Makefile.in (Octave-FAQ.pdf): New target and rule.
	(FORMATTED): Add Octave-FAQ.pdf to the list.

2005-02-21  John W. Eaton  <jwe@octave.org>

	* liboctave/Makefile.in (liboctave.pdf): New target and rule.
	(FORMATTED): Add liboctave.pdf to the list.
	(all): Also depend on liboctave.pdf.
	Use $(MAKEINFO) instead of makeinfo in rules.

	* interpreter/Makefile.in (octave.pdf): New target and rule.
	(FORMATTED): Add octave.pdf to the list.
	(all): Also depend on octave.pdf.
	Use $(MAKEINFO) instead of makeinfo in rules.

2005-02-08  Quentin Spencer  <qspencer@ieee.org>

	* interpreter/plot.txi: Emphasize compatible plotting functions
	over gplot and friends.

2004-02-13  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* liboctave/Makefile.in (FORMATTED): Use liboctave*.html instead
	of liboctave_*.html.

	* faq/Makefile.in (FORMATTED): Use Octave-FAQ*.html instead of
	Octave-FAQ_*.html.

2004-01-22  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* faq/Makefile.in (maintainer-clean): Remove Octave-FAQ*.html
	instead of just Octave-FAQ_*.html.

	* liboctave/Makefile.in (maintainer-clean): Remove liboctave*.html
	instead of just liboctave_*.html.

	* refcard/Makefile.in (maintainer-clean): Remove refcard-*.pdf.

2003-12-09  Eric S. Raymond  <esr@thyrsus.com>

	* interpreter/mkoctfile.1: Use .I instead of .f for markup of ".oct".

2003-11-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/munge-texi.cc (process_texi_input_file):
	Avoid -Wshadow warnings.

2003-08-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* refcard/Makefile.in (refcard-a4.pdf, refcard-legal.pdf,
	refcard-letter.pdf): New targets.
	(FORMATTED): Add them to the list.
	* refcard/refcard.tex: Optionally set pdf paper size parameters.

2003-08-07  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (octave_toc.html): Add "-I ." to texinfo
	command line args.

2003-07-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* faq/Makefile.in (FORMATTED): Include all Octave-FAQ_*.html files
	here, not just the toc.

2003-05-14  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in, doc/liboctave/Makefile.in: Handle DESTDIR.

2003-02-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (MAN_BASE): Add octave-config.1 to the list.

2003-02-19  Dirk Eddelbuettel <edd@debian.org>

	* octave-config.1: New file.

2003-01-11  Paul Kienzle <pkienzle@users.sf.net>

	* interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Pass
	$(BUILD_CXXFLAGS) and $(BUILD_LDFLAGS) to compiler.
	(%.o : %.cc): Delete pattern rule.

2003-01-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/munge-texi.cc: Define __USE_STD_IOSTREAM if using
	Compaq C++.

2002-12-03  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (%.o : %.c): No longer need
	-DNO_PRAGMA_INTERFACE_IMPLEMENTATION=1 compiler option.
	(munge-texi#(BUILD_EXEEXT)): Likewise.
	Don't link to Map-s.o.

	* interpreter/Map-s.cc: Delete.
	* interpreter/Makefile.in (DISTFILES): Delete it from the list.
	(mostlyclean, clean): Don't delete Map-s.o.

	* interpreter/munge-texi.cc: Require working STL.

2002-11-24  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (maintainer-clean): Depend on
	clean-texi, don't remove $(TEXINFO).

2002-11-12  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/munge-texi.cc: Use STL map class by default, but
	make it easy to revert back to libg++-based Map class if that
	fails to work on some systems.

2002-11-01  Dirk Eddelbuettel <edd@debian.org>

	* interpreter/Makefile.in (MAN_BASE, MAN_SRC): New variables, use
	as appropriate.

2002-11-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

 	* interpreter/mkoctfile.1: New file.
	
2002-10-25  Paul Kienzle <pkienzle@users.sf.net>

	* interpreter/Makefile.in (octave_toc.html): Use -expandinfo and
	-split_chapter instead of -expand info and -split chapter.
	* liboctave/Makefile.in (liboctave_toc.html): Likewisel
	* faq/Makefile.in (Octave-FAQ_toc.html): Likewise.

2002-10-25  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (munge-texi$(BUILD_EXEEXT)): Always use
	-DNO_PRAGMA_INTERFACE_IMPLEMENTATION for compiling and linking.

2002-10-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (%.texi : %.txi):
	Use $(top_srcdir)/move-if-change.

2002-10-09  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in: Use $(BUILD_EXEEXT) as appropriate.

2002-10-08  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (munge-texi, %.o : %.cc):
	Use $(BUILD_CXX), not $(CXX).
	(src-DOCSTRINGS, scripts-DOCSTRINGS): New targets.
	($(TEXIFNO)): Depend on them.
	(DOCSTRINGS): Delete variable.

2002-10-02  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (%.spell): Use $(SED), not sed.
	* liboctave/Makefile.in (%.spell): Likewise.
	* faq/Makefile.in (%.spell): Likewise.

2001-11-15  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (octave_toc.html): Use -expand info and
	-split chapter, to be consistent.
	* liboctave/Makefile.in (liboctave_toc.html): Likewise.
	* faq/Makefile.in (Octave-FAQ_toc.html): Likewise.

2001-11-14  Christoph Spiel <cspiel@hammersmith-consulting.com>

	* faq/Makefile.in (Octave-FAQ_toc.html): Use -expandinfo and
	-split_chapter, not -expand info and -split chapter.
	* liboctave/Makefile.in (liboctave_toc.html): Likewise.

2001-11-01  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (MAIN_TEXINFO): Look in $(srcdir).
	(octave_toc.html): Use -expandinfo and -split_chapter, not
	-expand info and -split chapter.

2001-03-27  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* liboctave/Makefile.in (liboctave_toc.html): Use -expand info and
	-split chapter instead of -expandinfo and -split_chapter options
	for texi2html.
	* faq/Makefile.in (Octave-FAQ_toc.html): Likewise.
	* interpreter/Makefile.in (octave_toc.html): Likewise.

2000-10-10  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* liboctave/Makefile.in (liboctave_toc.html): Add space after -I
	in texi2html command.
	* interpreter/Makefile.in (octave_toc.html): Ditto.

2000-03-06  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/octave-bug.1: New file.
	* interpreter/Makefile.in (install install-strip): Install it.
	(DISTFILES, BINDISTFILES): Add it to the

2000-02-23  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (clean): Also delete munge-texi,
	munge-texi.o, and Map-s.o.

2000-02-04  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/munge-texi.cc: Sprinkle with std:: qualifier.

2000-01-28  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (clean-texi): Avoid removing octave.texi.

2000-01-05  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in: Don't generate octave.texi from octave.txi.
	* interpreter/octave.texi: Rename from octave.txi.

	* interpreter/munge-texi.cc (process_texi_input_file): Undo
	previous change, since % doesn't work as a comment character after
	texinfo.tex is included.

2000-01-04  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* texinfo.tex: Update to version from texinfo-4.0.

	* interpreter/munge-texi.cc (process_texi_input_file): For Texinfo
	doc strings, automatically insert an @anchor{doc-SYMBOL} command
	just before the docstring for SYMBOL.

1999-12-09  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/munge-texi.cc (process_texi_input_file): Begin
	transformed files with `% DO NOT EDIT' instead of `@c DO NOT EDIT'
	to prevent problems with TeX not knowing the definition of @c
	before it is used.

1999-11-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (%.texi : %.txi): Suppress command echo.

1999-10-21  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (dist): Remove .texi files first, so
	they will have timestamps newer than the $(DOCSTRINGS) files.
	(%.texi : %.txi): Use mv instead of move-if-change.

	* interpreter/Map-s.cc: New file.
	* interpreter/munge-texi.cc: Use old libg++ Map class instead of
	STL map, for the benefit of systems that have assemblers that
	can't handle the long symbol names generated by g++ for
	map<string,string>.

1999-10-19  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/munge-texi.cc: Strip the "-*- texinfo -*-" marker
	when including help text.

	* interpreter/Makefile.in ($(TEXINFO)): Depend on $(DOCSTRINGS).
	($(DOCSTRINGS)): New rule.

	* Makefile.in (dist, bin-dist): Use `$(MAKE) -C dir' instead of
	`cd dir; $(MAKE); cd ..'.
	(../BUGS, ../INSTALL.OCTAVE, $(SUBDIRS)) Likewise.

	* interpreter/*.txi: Rename from *.txi.
	* interpreter/munge-texi.cc: New file.
	* interpreter/Makefile.in: Use it to create .texi files from .txi
	files and DOCSTRING files.

Fri Jun 18 23:17:02 1999  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (octave_toc.html): Add -expandinfo to
	tex12html options.
	* liboctave/Makefile.in (liboctave_toc.html): Likewise.
	* faq/Makefile.in (Octave-FAQ_toc.html): Likewise.

Fri Oct  9 00:27:33 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* faq/Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in:
	New rules for generating HTML files from Texinfo sources.

Thu May 14 21:04:40 1998  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (../../BUGS, ../../INSTALL): Add
	--no-validate to makeinfo args.

Wed Jul  2 16:41:04 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* refcard/Makefile.in: Remove .tex files from binary distributions.

	* interpreter/Makefile.in: Add DVI and Postscript files to binary
	distributions.

Fri Apr 18 02:51:00 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* faq/Octave-FAQ.texi: Rename from faq/FAQ.texi.
	* faq/Makefile.in: Fix names to match.

Wed Mar 12 17:01:02 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (install-strip): New target.
	* faq/Makefile.in: Ditto.
	* interpreter/Makefile.in: Ditto.
	* liboctave/Makefile.in: Ditto.
	* refcard/Makefile.in: Ditto.

Sat Mar  1 15:23:14 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.5 released.

Fri Feb 28 20:53:40 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* texinfo.tex: Update to latest version from Karl Berry, and apply
	previous patch too.

Thu Feb 27 03:34:48 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* texinfo.tex (\codeunder): Maybe make it work for @var{} inside
	@code{}.

Wed Feb 26 12:03:48 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* refcard/Makefile.in (mostlyclean clean): Delete log files.

	* liboctave/Makefile.in (mostlyclean clean): Delete more stuff.

	* faq/Makefile.in (mostlyclean clean): Delete some stuff.

Thu Feb 20 02:58:05 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.4 released.

Wed Feb 19 10:30:14 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (DISTFILES): Distribute conf.texi, not conf.texi.in.

	* liboctave/Makefile.in: Don't make or distribute conf.texi.
	(liboctave.info, liboctave.dvi): Depend on ../conf.texi, not conf.texi.

	* interpreter/Makefile.in: Don't create or distribute conf.texi.
	(octave.info, octave.dvi): Depend on ../conf.texi, not conf.texi.

Tue Feb 18 09:22:04 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.3 released.

Wed Jan 29 11:49:25 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (../INSTALL.OCTAVE, ../BUGS): Declare these to be
	.PHONY so that we will always check the interpreter makefile to
	get the proper dependencies.

Mon Jan 27 15:52:33 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.2 released.

Sun Jan 26 22:07:45 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in: Make BUGS file directly from bugs.texi.
	* interpreter/bugs.texi: Incorporate bugs1.texi directly.
	* interpreter/bugs1.texi: Delete.

	* interpreter/Makefile.in: Make INSTALL file directly from
	install.texi.
	* interpreter/install.texi: Incorporate install1.texi directly.
	* interpreter/install1.texi: Delete.

Sat Jan 25 22:32:33 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in, interpreter/Makefile.in, liboctave/Makefile.in,
	faq/Makefile.in, refcard/Makefile.in (bin-dist): New target.

Tue Jan  7 00:17:24 1997  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0.1 released.

Tue Dec 10 01:43:13 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 2.0 released.

Fri Dec  6 15:23:52 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.94.

Wed Nov 20 01:00:50 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.93.

Thu Nov 14 00:07:25 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* faq/Makefile.in (FAQ.dvi): Use $(TEXI2DVI), not just texi2dvi.
	* interpreter/Makefile.in (octave.dvi): Likewise.
	* liboctave/Makefile.in (liboctave.dvi): Likewise.

	* Version 1.92.

Thu Nov  7 12:43:19 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.91.

	* texinfo.tex: Update to version from texinfo-3.9 distribution.

Wed Oct 30 17:20:28 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Version 1.90.

	* Makefile.in (DISTFILES): Add ChangeLog.

Sat Oct 12 13:38:49 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (maintainer-clean): Don't depend on distclean.

Sat Jun 15 23:01:33 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in (TEXINFO): Add audio.texi and emacs.texi.

Fri May 17 03:02:37 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* interpreter/Makefile.in: Use man1dir instead of mandir, and
	man1ext instead of manext.

Sat Mar 23 05:01:17 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* liboctave/Makefile.in (TEXINFO): Don't list conf.texi and
	gpl.texi here.

	* liboctave/Makefile.in (dist targets): Fix ln command.
	* refcard/Makefile.in (dist targets): Likewise.
	* interpreter/Makefile.in (dist targets): Likewise.
	* faq/Makefile.in (dist targets): Likewise.

Fri Mar 22 23:57:26 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* liboctave/Makefile.in (DISTFILES): Add gpl.texi.
	* interpreter/Makefile.in (DISTFILES): Add gpl.texi.
	* Makefile.in (DISTFILES): Delete gpl.texi.

Sun Mar  3 11:33:30 1996  John W. Eaton  <jwe@bevo.che.wisc.edu>

	* Split docs into faq, interpreter, liboctave, and refcard
	subdirectories.

Wed Sep 20 00:47:45 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* mkinstalldirs: New file.
	* Makefile.in (DISTFILES): Add it to the list.

	* Makefile.in (maintainer-clean): Delete .dvi, .ps, and .info
	files here.
	(clean): Not here.
	(mostlyclean): Make this the same as clean.

Tue Sep 19 03:18:35 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in (../BUGS, ../INSTALL.OCTAVE): Specify output file to
	makeinfo with --output option.

Thu Sep 14 20:31:47 1995  John Eaton  <jwe@bevo.che.wisc.edu>

	* Makefile.in: Don't fail if makeinfo, tex, or dvips fail.

See ChangeLog.1 in the top level directory for earlier changes.