emacs-diffs
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Emacs-diffs] Changes to emacs/lisp/ChangeLog


From: Stefan Monnier
Subject: [Emacs-diffs] Changes to emacs/lisp/ChangeLog
Date: Sat, 31 May 2003 20:55:18 -0400

Index: emacs/lisp/ChangeLog
diff -c emacs/lisp/ChangeLog:1.5178 emacs/lisp/ChangeLog:1.5179
*** emacs/lisp/ChangeLog:1.5178 Sat May 31 12:21:25 2003
--- emacs/lisp/ChangeLog        Sat May 31 20:55:17 2003
***************
*** 5,10 ****
--- 5,32 ----
  
  2003-05-31  Stefan Monnier  <address@hidden>
  
+       * 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]