changeset 84370:08763df09731

"Todo" comment.
author Stefan Monnier <monnier@iro.umontreal.ca>
date Fri, 07 Sep 2007 15:02:40 +0000
parents 8e806b535743
children 5ee0e4e08f91
files lisp/add-log.el
diffstat 1 files changed, 10 insertions(+), 1 deletions(-) [+]
line wrap: on
line diff
--- 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)