From 5efb265864dfa878b54c162ad1aa6511a55c68ff Mon Sep 17 00:00:00 2001 From: guido Date: Wed, 14 Sep 2005 18:33:46 +0000 Subject: [PATCH] PathSearch changed git-svn-id: https://svn.dealii.org/trunk@11429 0785d39b-7218-0410-832d-ea1e28bc413d --- deal.II/doc/news/changes.html | 25 +++++++++---------------- 1 file changed, 9 insertions(+), 16 deletions(-) diff --git a/deal.II/doc/news/changes.html b/deal.II/doc/news/changes.html index 794cfa3610..c9e51138d4 100644 --- a/deal.II/doc/news/changes.html +++ b/deal.II/doc/news/changes.html @@ -272,6 +272,15 @@ inconvenience this causes.

base

    +
  1. + New: Class PathSearch allows to find + a file in a sequence of directories and by appending suffixes. The class + generates the complete file name including directory prefix and suffix + such that it can be used for subsequently opening the file. +
    + (GK, 2005/09/14) +

    +
  2. Extended: The ParameterHandler class now does a much better job generating output in the print_parameters() function if @@ -289,15 +298,6 @@ inconvenience this causes. (WB, 2005/08/11)

    -
  3. - Changed: PathSearch needed any new "search class" to - be added before use. Now this can be done at construction time. - Added PathSearch::close() to explicitly close the - last opened stream. -
    - (Luca Heltai, 2005/07/29) -

    -
  4. Changed: ParameterHandler::get_bool() only accepted "true" or "false" as boolean values, now it also considers "yes" @@ -509,13 +509,6 @@ inconvenience this causes. (Luca Heltai, 2005/03/07).

    -
  5. - New: Class PathSearch allows to find - a file in a sequence of directories and by appending suffixes. -
    - (GK, 2005/03/02) -

    -
  6. Fixed: The class MultipleParameterLoop::UserClass had only -- 2.39.5