standards.info: Simple Changes
Go forward to Conditional Changes
Go backward to Style of Change Logs
Go up to Change Logs
Go to the top op standards
Simple Changes
Certain simple kinds of changes don't need much detail in the change
log.
When you change the calling sequence of a function in a simple
fashion, and you change all the callers of the function, there is no
need to make individual entries for all the callers that you changed.
Just write in the entry for the function being called, "All callers
changed."
* keyboard.c (Fcommand_execute): New arg SPECIAL.
All callers changed.
When you change just comments or doc strings, it is enough to write
an entry for the file, without mentioning the functions. Just "Doc
fixes" is enough for the change log.
There's no need to make change log entries for documentation files.
This is because documentation is not susceptible to bugs that are hard
to fix. Documentation does not consist of parts that must interact in a
precisely engineered fashion. To correct an error, you need not know
the history of the erroneous passage; it is enough to compare what the
documentation says with the way the program actually works.
Created Wed Sep 1 16:42:54 2004 on bee with info_to_html version 0.9.6.