FORMAT FOR CVS LOG ENTRIES Summary: 1) entries should not be separated by blank lines 2) each entry starts with "* " 3) lines beyond the first of each entry start with " " 4) when appropriate, begin entries with filename and function/class/etc. Example: * function.c (print_stuff): log message here Examples: For non-file-specific changes: ======================================================= * changed all t's to p's ======================================================= For file specific changes: ======================================================= * filename.c: doc fixes ======================================================= For function changes: ======================================================= * filename.c (vprint): fixed runny nose ======================================================= For long comments: ======================================================= * filename.c (vprint, foo, bar, blah, junk): added ability to intuit callers' moods ======================================================= Multiple comments: ======================================================= * filename.c (junk): changed that thing * header.h: changed DEFINEs to accomodate ineptitude =======================================================