X-Git-Url: https://pintos-os.org/cgi-bin/gitweb.cgi?a=blobdiff_plain;f=src%2FChangeLog;h=30a565175a25e2570d98a9b3e9ad10cab130ae6c;hb=6fdf428d72c5695c1bc21a7158f75a542d96df8b;hp=75c211886c89405c2beb1c11dd93f69a6d767cf2;hpb=c9afe69d2e4c1722fa757cfc9108d72d4e4b693c;p=pspp-builds.git diff --git a/src/ChangeLog b/src/ChangeLog index 75c21188..30a56517 100644 --- a/src/ChangeLog +++ b/src/ChangeLog @@ -1,3 +1,17 @@ +Mon Apr 24 17:40:08 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.c: (err_done) Renamed msg_done(). + (err_push_file_locator) Renamed msg_push_msg_locator(). + (err_pop_file_locator) Renamed msg_pop_msg_locator(). + (err_location) Renamed msg_location(). + (err_set_command_name) Renamed msg_set_command_name(). + Mon Apr 24 14:11:33 2006 Ben Pfaff * message.c: Use exit.h from gnulib instead of checking for and