This module allows you to automatically record CVS (and VC) commits in today's page.
You can load the module with (require 'planner-log-edit)
. When
you load the module, planner-log-edit-add-note
will be added to
log-edit-done-hook
. A note containing the text of the commit
and optionally a list of modified files will be added to today's page
if you use the the Emacs version control interface. (see Version Control)
Non-nil means include a list of committed files in the note.
Non-nil means include a list of committed files in the note. If you want to enable this feature for some projects but not for others, set this to a function that returns t only for the commits you want to note.
planner-log-edit.el does not define any interactive functions.