comparison lisp/ChangeLog @ 78687:429a17d4958d

* vc-git.el (vc-git-state): Call git-add --refresh to update the state of the file. (vc-git-workfile-unchanged-p): Delegate implementation to vc-git-state. (vc-git-create-repo): Fixed invalid command.
author Dan Nicolaescu <dann@ics.uci.edu>
date Mon, 27 Aug 2007 18:59:41 +0000
parents 569977930fab
children 06737af330c9
comparison
equal deleted inserted replaced
78686:569977930fab 78687:429a17d4958d
1 2007-08-27 Alexandre Julliard <julliard@winehq.org>
2
3 * vc-git.el (vc-git-state): Call git-add --refresh to update the
4 state of the file.
5 (vc-git-workfile-unchanged-p): Delegate implementation to
6 vc-git-state.
7 (vc-git-create-repo): Fixed invalid command.
8
1 2007-08-27 Richard Stallman <rms@gnu.org> 9 2007-08-27 Richard Stallman <rms@gnu.org>
2 10
3 * textmodes/flyspell.el (flyspell-mode): 11 * textmodes/flyspell.el (flyspell-mode):
4 Catch errors in flyspell-mode-on. 12 Catch errors in flyspell-mode-on.
5 13