From: Guido Kanschat Date: Wed, 14 Sep 2005 18:33:46 +0000 (+0000) Subject: PathSearch changed X-Git-Tag: v8.0.0~13162 X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=fccc8489acc058f62ad465da5cd1760f289c4fcd;p=dealii.git PathSearch changed git-svn-id: https://svn.dealii.org/trunk@11429 0785d39b-7218-0410-832d-ea1e28bc413d --- 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