$include_dir="/home/hyper-archives/boost-commit/include"; include("$include_dir/msg-header.inc") ?>
Subject: [Boost-commit] svn:boost r62147 - trunk/libs/wave
From: hartmut.kaiser_at_[hidden]
Date: 2010-05-22 11:53:00
Author: hkaiser
Date: 2010-05-22 11:53:00 EDT (Sat, 22 May 2010)
New Revision: 62147
URL: http://svn.boost.org/trac/boost/changeset/62147
Log:
Wave: added file type to iteration context
Text files modified: 
   trunk/libs/wave/ChangeLog |     7 +++++++                                 
   1 files changed, 7 insertions(+), 0 deletions(-)
Modified: trunk/libs/wave/ChangeLog
==============================================================================
--- trunk/libs/wave/ChangeLog	(original)
+++ trunk/libs/wave/ChangeLog	2010-05-22 11:53:00 EDT (Sat, 22 May 2010)
@@ -20,6 +20,13 @@
 
 CHANGELOG
 
+Boost V1.44.0
+- V2.0.6
+- Added information about file type to iteration context. This can be either
+  main_file, system_header, or user_header depending whether the handled file
+  is the main file to preprocess, a include file opened from #include <>, or
+  a include file opened from #include "". 
+
 Boost V1.43.0
 - V2.0.5
 - Fixed the wave driver application to strip leading and trailing whitespace