# HG changeset patch # User Stefan Monnier # Date 1189177360 0 # Node ID 08763df0973140a54bf23f7739d9aaebe4f5e3b2 # Parent 8e806b535743109d63e605c276c311fb6b70bb5c "Todo" comment. diff -r 8e806b535743 -r 08763df09731 lisp/add-log.el --- a/lisp/add-log.el Fri Sep 07 09:35:49 2007 +0000 +++ b/lisp/add-log.el Fri Sep 07 15:02:40 2007 +0000 @@ -27,6 +27,15 @@ ;; This facility is documented in the Emacs Manual. +;; Todo: + +;; - Find/use/create _MTN/log if there's a _MTN directory. +;; - Find/use/create ++log.* if there's an {arch} directory. +;; - Use an open *VC-Log* or *cvs-commit* buffer if it's related to the +;; source file. +;; - Don't add TAB indents (and username?) if inserting entries in those +;; special places. + ;;; Code: (eval-when-compile @@ -41,7 +50,7 @@ (defcustom change-log-default-name nil - "*Name of a change log file for \\[add-change-log-entry]." + "Name of a change log file for \\[add-change-log-entry]." :type '(choice (const :tag "default" nil) string) :group 'change-log)