(prompt-for-change-log-name): Autoload this (for vc-comment-to-change-log).
authorRoland McGrath <roland@gnu.org>
Mon, 19 Jul 1993 00:39:21 +0000 (00:39 +0000)
committerRoland McGrath <roland@gnu.org>
Mon, 19 Jul 1993 00:39:21 +0000 (00:39 +0000)
commit287d149f6d009937eac880973c64f035908a002e
tree1f4fc9e399a4b6bf7de3b82621c60755f4919dd9
parentc124b1b47ac9988da3f4c875d826310d4322973a
(prompt-for-change-log-name): Autoload this (for vc-comment-to-change-log).
(add-change-log-entry): Take optional fourth arg NEW-ENTRY.  If non-nil,
never append to an existing entry.
(change-log-fill-paragraph): New function.
It might be nice to have a general feature to replace this.  The idea I
have is a variable giving a regexp matching text which should not be
moved from bol by filling.  change-log-mode would set this to "^\\s *\\s(".
But I don't feel up to implementing that today.
(change-log-mode-map): New defvar for keymap.  Bind M-q to
change-log-fill-paragraph in it.
(change-log-mode): Use that as local map.
lisp/add-log.el