# HG changeset patch # User Stefan Monnier # Date 1054428917 0 # Node ID 2e1886ab346df76858428d6cf3cc14835d10d025 # Parent 31bb2083978beb3c81c27f8b79f10d24d7ca5016 *** empty log message *** diff -r 31bb2083978b -r 2e1886ab346d lisp/ChangeLog --- a/lisp/ChangeLog Sat May 31 23:36:11 2003 +0000 +++ b/lisp/ChangeLog Sun Jun 01 00:55:17 2003 +0000 @@ -5,6 +5,28 @@ 2003-05-31 Stefan Monnier + * view.el (view-file, view-file-other-window, view-file-other-frame): + Signal an error when trying to visit an inexistent file. + + * vc-hooks.el (vc-call-backend): Give better error message + when a backend function is missing. + (vc-find-file-hook): USe unless. Merge if and cond. + + * vc.el (vc-directory-exclusion-list): Add MCVS and .svn. + (vc-checkin-hook): Adjust option to new name. + + * log-edit.el (log-edit-maximum-comment-ring-size) + (log-edit-comment-ring, log-edit-comment-ring-index) + (log-edit-last-comment-match): Rename vars from + vc-maximum-comment-ring-size, vc-comment-ring, vc-comment-ring-index, + and vc-last-comment-match. + (log-edit-new-comment-index, log-edit-previous-comment) + (log-edit-next-comment, log-edit-comment-search-backward) + (log-edit-comment-search-forward, log-edit-comment-to-change-log): + Rename funs from vc-new-comment-index, vc-previous-comment, + vc-next-comment, vc-comment-search-reverse, vc-comment-search-forward, + and vc-comment-to-change-log. + * wid-edit.el (widget-specify-insert): Simplify. (widget-editable-list-entry-create): Don't assume that %d and %i are in the format string.