# HG changeset patch # User John W. Eaton # Date 1264676655 18000 # Node ID 57e24c53e063d18467dfb0c20d407bed57b023f7 # Parent f7ba6cfe7fb74c2266530945ca8316aae7bb0032 doc/interpreter/obsolete.texi: new file; list removed functions diff --git a/doc/ChangeLog b/doc/ChangeLog --- a/doc/ChangeLog +++ b/doc/ChangeLog @@ -1,3 +1,10 @@ +2010-01-28 John W. Eaton + + * interpreter/obsolete.txi: New file. + * interpreter/Makefile.am (MUNGED_TEXI_SRC): Add it to the list. + * interpreter/octave.texi (Obsolete Functions): New menu item. + Include obsolete.texi. + 2010-01-27 Jaroslav Hajek * interpreter/expr.txi: Document using dummy outputs. diff --git a/doc/interpreter/Makefile.am b/doc/interpreter/Makefile.am --- a/doc/interpreter/Makefile.am +++ b/doc/interpreter/Makefile.am @@ -119,6 +119,7 @@ matrix.texi \ nonlin.texi \ numbers.texi \ + obsolete.texi \ oop.texi \ op-idx.texi \ optim.texi \ diff --git a/doc/interpreter/octave.texi b/doc/interpreter/octave.texi --- a/doc/interpreter/octave.texi +++ b/doc/interpreter/octave.texi @@ -187,6 +187,7 @@ * Test and Demo Functions:: * Tips and Standards:: * Contributing Guidelines:: +* Obsolete Functions:: * Trouble:: If you have trouble installing Octave. * Installation:: How to configure, compile and install Octave. * Emacs Octave Support:: @@ -863,6 +864,7 @@ @include testfun.texi @include tips.texi @include contrib.texi +@include obsolete.texi @include bugs.texi @include install.texi @include emacs.texi