1
0
mirror of https://github.com/gryf/wmaker.git synced 2025-12-21 13:28:05 +01:00

forgot to update the changelog about wmessage()

This commit is contained in:
dan
2000-11-06 23:15:21 +00:00
parent debd7ef5e8
commit 366bf50d3c

View File

@@ -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: