diff --git a/CHANGES.current b/CHANGES.current index 6b2c137c1..9f3f63fe9 100644 --- a/CHANGES.current +++ b/CHANGES.current @@ -1,12 +1,19 @@ Version 1.3.22 (in progress) ================================== +05/06/2004: mkoeppe (Matthias Koeppe) + New SWIG runtime function SWIG_TypePrettyName, which + returns an unmangled type name for a swig_type_info + object. + + [Guile]: Use it for printing pointer objects. + 05/03/2004: dancy (Ahmon Dancy) * Lib/allegrocl/allegrocl.swg: Updated comments about identifer conversion. - * Sources/Modules/allegorcl.cxx: Register /dev/null for "header" + * Sources/Modules/allegrocl.cxx: Register /dev/null for "header" target. Also, disregard "const" qualifiers during type conversion.