Start reforming procedure execution. In this phase, get rid of
[pspp-builds.git] / src / libpspp / ChangeLog
index 1b634fc98aac86d4a544698ff5b63f0edc6a38b8..b3c5b065b9513505ec8c05136de3dd30e71a41f4 100644 (file)
@@ -1,3 +1,27 @@
+Tue Apr 25 11:07:19 2006  Ben Pfaff  <blp@gnu.org>
+
+       Finish reforming error message support.  In this phase, move
+       message.c into libpspp.
+       
+       * message.c: Move here from src/.  Also remove a few unneeded
+       headers.
+
+       * automake.mk (src_libpspp_libpspp_a_SOURCES): Add message.c. 
+
+Tue Apr 25 10:54:44 2006  Ben Pfaff  <blp@gnu.org>
+
+       Continue reforming error message support.  In this phase, drop
+       actual message printing from core code, substituting a callback,
+       and add the callback to each UI.  Also, move verbose_msg() into
+       its own module.
+
+       * automake.mk (src_libpspp_libpspp_a_SOURCES): Added
+       verbose-msg.c, verbose-msg.h.
+
+       * verbose-msg.c: New file.
+
+       * verbose-msg.h: New file.
+
 Mon Apr 24 17:26:47 2006  Ben Pfaff  <blp@gnu.org>
 
        Continue reforming error message support.  In this phase, rename