diff --git a/WINGs/ChangeLog b/WINGs/ChangeLog index 3259091f..0a622008 100644 --- a/WINGs/ChangeLog +++ b/WINGs/ChangeLog @@ -54,6 +54,9 @@ changes since wmaker 0.62.1: dst can ONLY be NULL or a dynamically allocated string (obtained from a call to malloc, realloc, wmalloc, wrealloc, ...). dst CANNOT be a static or a constant string! +- added wmessage() for printing a variable formatted string to stderr, with + the program name prepended to it. Similar to wwarning(), except that it + doesn't add "warning:" in the output message. changes since wmaker 0.62.0: