X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2Flibpspp%2FChangeLog;h=b3c5b065b9513505ec8c05136de3dd30e71a41f4;hb=d5e3c75df80897a583aedcdbd4269a7ca5ccc491;hp=2e2cad225a960ac9318146e709d66cc8d7acd040;hpb=9c8c1170e3b3cb59f9bf8fe6b27ecba7067b8cfa;p=pspp diff --git a/src/libpspp/ChangeLog b/src/libpspp/ChangeLog index 2e2cad225a..b3c5b065b9 100644 --- a/src/libpspp/ChangeLog +++ b/src/libpspp/ChangeLog @@ -1,3 +1,39 @@ +Tue Apr 25 11:07:19 2006 Ben Pfaff + + 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 + + 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 + + Continue reforming error message support. In this phase, rename + all the message functions and types to start with "msg", except + for the ones that will be moving to other modules anyway. + + All references to the identifiers below were updated likewise. + + * message.h: (enum file_locator) Renamed `enum msg_locator'. + (struct error) Renamed `struct msg'. + (err_assert_fail) Renamed msg_assert_fail(). + Sun Apr 23 22:07:06 2006 Ben Pfaff Continue reforming error message support. In this phase, get rid