Remove trailing newline
Fix close_notice().
If the notices array is empty, unlink our queue file. This fixes are_notices_pending().
Modify get_notices() to work with XMLRPC. This isn't ideal.
remove trailing space
Make $url optional.
file_notice(): Return the notice's unique timestamp for future reference.
Various code cleanups and a few actual bugfixes courtesy of Zend
Use strtolower when comparing categories.
Add notices facility. You may now: * File a new notice. * Dump notices to an XML file. * Close notices by timestamp or ID. * Get all notices or those in certain categories. * Print a list of notices (for print_info_box()).