
On Tue, Jan 13, 2004 at 11:03:04PM -0500, MenTaLguY wrote:
This is just a reminder to update the ChangeLog file whenever you commit something to CVS!
This is really important! Otherwise at minimum it's hard for everyone to see what everyone else is working on.
Clarifying "everything" ("whenever"):
We have two places for describing changes: the ChangeLog and cvs commit messages.
To my knowledge we don't yet have standards for what to put in these two channels; though the Gnu coding standards would be a starting point on what to put in ChangeLogs (*see (standards)Change Logs).
The `Simple Changes' node has a few comments on what can be omitted or referred to tersely ("All callers changed.") in ChangeLog.
A reason for ChangeLog entries being either terse or omitted would be to make it faster to find more valuable information.
Whitespace-only changes may be another example of something that may be either tersely mentioned or omitted from the ChangeLog. (If omitted, there'd still be a commit message for the change/s.)
pjm.