From: bangerth Date: Mon, 26 Apr 2010 22:25:03 +0000 (+0000) Subject: List exception changes. X-Git-Url: https://gitweb.dealii.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=aa805fb2d0a5fce4ed094c612b746dd56398b7ad;p=dealii-svn.git List exception changes. git-svn-id: https://svn.dealii.org/trunk@21046 0785d39b-7218-0410-832d-ea1e28bc413d --- diff --git a/deal.II/doc/news/changes.h b/deal.II/doc/news/changes.h index 6920ed2b82..b0f0bbadd2 100644 --- a/deal.II/doc/news/changes.h +++ b/deal.II/doc/news/changes.h @@ -81,6 +81,19 @@ inconvenience this causes.

General

    +
  1. +

    + Improved: Exception classes declared locally to another class using + DeclException0 through DeclException5 were previously shown as local + classes in the class overview of the library. This was annoying since + they were not really of interest but made up most of the list. + The documentation now shows them in one central place in the + @ref Exceptions module. +
    + (WB 2010/04/26) +

    +
  2. +
  3. Improved: We now compile all files with their full path name on the command @@ -91,7 +104,6 @@ inconvenience this causes.

  4. -
  5. Improved: