Mercurial > emacs
comparison lisp/ChangeLog @ 94488:d3100c0eddb7
(vc-deduce-fileset): Add new parameter.
(vc-dir-marked-only-files): New function.
(vc-next-action): Don't ignore directories, look at the files
inside them.
(vc-dir-mode): Document how the mark/unmark commands work.
author | Dan Nicolaescu <dann@ics.uci.edu> |
---|---|
date | Wed, 30 Apr 2008 05:40:25 +0000 |
parents | ca90422b8114 |
children | 746622b8b8d4 |
comparison
equal
deleted
inserted
replaced
94487:432e68e359fa | 94488:d3100c0eddb7 |
---|---|
1 2008-04-30 Dan Nicolaescu <dann@ics.uci.edu> | |
2 | |
3 * vc.el (vc-deduce-fileset): Add new parameter. | |
4 (vc-dir-marked-only-files): New function. | |
5 (vc-next-action): Don't ignore directories, look at the files | |
6 inside them. | |
7 (vc-dir-mode): Document how the mark/unmark commands work. | |
8 | |
1 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca> | 9 2008-04-30 Stefan Monnier <monnier@iro.umontreal.ca> |
2 | 10 |
3 * minibuffer.el (completion--do-completion): Move point even if the | 11 * minibuffer.el (completion--do-completion): Move point even if the |
4 completion makes no change. | 12 completion makes no change. |
5 (completion-pcm-try-completion): Fix computation of new point. | 13 (completion-pcm-try-completion): Fix computation of new point. |