diff options
| author | Stefan Monnier | 2003-06-01 00:55:17 +0000 |
|---|---|---|
| committer | Stefan Monnier | 2003-06-01 00:55:17 +0000 |
| commit | 30f95ef531c9acaeda37e4d09a1332688aa98e12 (patch) | |
| tree | 485cadc268a4fef517e427129be2ffef306de37e | |
| parent | a95cefd7752a82208d64e905a76ba088c7536bc1 (diff) | |
| download | emacs-30f95ef531c9acaeda37e4d09a1332688aa98e12.tar.gz emacs-30f95ef531c9acaeda37e4d09a1332688aa98e12.zip | |
*** empty log message ***
| -rw-r--r-- | lisp/ChangeLog | 22 |
1 files changed, 22 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index c89b0c98941..4eeb925a4df 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -5,6 +5,28 @@ | |||
| 5 | 5 | ||
| 6 | 2003-05-31 Stefan Monnier <monnier@cs.yale.edu> | 6 | 2003-05-31 Stefan Monnier <monnier@cs.yale.edu> |
| 7 | 7 | ||
| 8 | * view.el (view-file, view-file-other-window, view-file-other-frame): | ||
| 9 | Signal an error when trying to visit an inexistent file. | ||
| 10 | |||
| 11 | * vc-hooks.el (vc-call-backend): Give better error message | ||
| 12 | when a backend function is missing. | ||
| 13 | (vc-find-file-hook): USe unless. Merge if and cond. | ||
| 14 | |||
| 15 | * vc.el (vc-directory-exclusion-list): Add MCVS and .svn. | ||
| 16 | (vc-checkin-hook): Adjust option to new name. | ||
| 17 | |||
| 18 | * log-edit.el (log-edit-maximum-comment-ring-size) | ||
| 19 | (log-edit-comment-ring, log-edit-comment-ring-index) | ||
| 20 | (log-edit-last-comment-match): Rename vars from | ||
| 21 | vc-maximum-comment-ring-size, vc-comment-ring, vc-comment-ring-index, | ||
| 22 | and vc-last-comment-match. | ||
| 23 | (log-edit-new-comment-index, log-edit-previous-comment) | ||
| 24 | (log-edit-next-comment, log-edit-comment-search-backward) | ||
| 25 | (log-edit-comment-search-forward, log-edit-comment-to-change-log): | ||
| 26 | Rename funs from vc-new-comment-index, vc-previous-comment, | ||
| 27 | vc-next-comment, vc-comment-search-reverse, vc-comment-search-forward, | ||
| 28 | and vc-comment-to-change-log. | ||
| 29 | |||
| 8 | * wid-edit.el (widget-specify-insert): Simplify. | 30 | * wid-edit.el (widget-specify-insert): Simplify. |
| 9 | (widget-editable-list-entry-create): Don't assume that %d and %i are | 31 | (widget-editable-list-entry-create): Don't assume that %d and %i are |
| 10 | in the format string. | 32 | in the format string. |