Mercurial > emacs
comparison lisp/ChangeLog @ 51375:2e1886ab346d
*** empty log message ***
author | Stefan Monnier <monnier@iro.umontreal.ca> |
---|---|
date | Sun, 01 Jun 2003 00:55:17 +0000 |
parents | f880f27737f4 |
children | 8a3d812ebc28 |
comparison
equal
deleted
inserted
replaced
51374:31bb2083978b | 51375:2e1886ab346d |
---|---|
2 | 2 |
3 * iswitchb.el (iswitchb-buffer-ignore): Update custom type to | 3 * iswitchb.el (iswitchb-buffer-ignore): Update custom type to |
4 allow functions. | 4 allow functions. |
5 | 5 |
6 2003-05-31 Stefan Monnier <monnier@cs.yale.edu> | 6 2003-05-31 Stefan Monnier <monnier@cs.yale.edu> |
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. | |
7 | 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. |
11 (widget-map-buttons): Remove unused var `parent'. | 33 (widget-map-buttons): Remove unused var `parent'. |