Mercurial > emacs
comparison lisp/ChangeLog @ 87679:caf9a76fd5a3
(vc-deduce-fileset): Return the currently selected file if
no files are selected when using vc-status.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 09 Jan 2008 07:21:08 +0000 |
parents | ae3fe9150b36 |
children | 2698fd71ec80 |
comparison
equal
deleted
inserted
replaced
87678:ae3fe9150b36 | 87679:caf9a76fd5a3 |
---|---|
1 2008-01-09 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc.el (vc-deduce-fileset): Return the currently selected file if | |
4 no files are selected when using vc-status. | |
5 | |
1 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu> | 6 2008-01-09 Michael Kifer <kifer@cs.stonybrook.edu> |
2 | 7 |
3 * ediff*.el: commented out declare-function. "make bootstrap" | 8 * ediff*.el: commented out declare-function. "make bootstrap" |
4 stops with an error and emacs does not compile with those things in. | 9 stops with an error and emacs does not compile with those things in. |
5 Besides, declare-function is not defined in XEmacs. | 10 Besides, declare-function is not defined in XEmacs. |
6 | 11 |
7 * ediff-util (eqiff-quit): autoraise minibuffer. | 12 * ediff-util (eqiff-quit): autoraise minibuffer. |
8 | 13 |
9 * ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin | 14 * ediff-diff (ediff-convert-fine-diffs-to-overlays): make it a defin |
10 | 15 |
11 * viper*.el: commented out declare-function -- not defined in XEmacs. | 16 * viper*.el: commented out declare-function -- not defined in XEmacs. |
12 | 17 |
13 * viper-ex.el (viper-info-on-file): take care of indiret buffers. | 18 * viper-ex.el (viper-info-on-file): take care of indiret buffers. |
14 | 19 |
15 * viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color. | 20 * viper.el (viper-set-hooks, set-cursor-color): set viper-vi-state-cursor-color. |
16 | 21 |
17 2008-01-09 Tom Tromey <tromey@redhat.com> | 22 2008-01-09 Tom Tromey <tromey@redhat.com> |
18 | 23 |
19 * vc.el (vc-status-headers): Rename from | 24 * vc.el (vc-status-headers): Rename from |
20 vc-status-insert-headers. Just return header. | 25 vc-status-insert-headers. Just return header. |
21 (vc-status-move-to-goal-column): New function. | 26 (vc-status-move-to-goal-column): New function. |