diff options
| author | Dan Nicolaescu | 2007-12-28 22:50:18 +0000 |
|---|---|---|
| committer | Dan Nicolaescu | 2007-12-28 22:50:18 +0000 |
| commit | 6c47d8195e2402731c5cec511019b16d6a7a02bd (patch) | |
| tree | daf95a8e084df5cca7d85cf6307750dd1656dc5f /lisp/ChangeLog | |
| parent | 870356897e927f380841268667a92b40fb9e6782 (diff) | |
| download | emacs-6c47d8195e2402731c5cec511019b16d6a7a02bd.tar.gz emacs-6c47d8195e2402731c5cec511019b16d6a7a02bd.zip | |
(vc-hg-registered): Return the false when vc-hg-state
returns 'ignored or 'unregistered.
(vc-hg-state): Pass "-A" to the status command and deal with the
output.
(vc-hg-dir-state): Pass "-A" to the status command.
Diffstat (limited to 'lisp/ChangeLog')
| -rw-r--r-- | lisp/ChangeLog | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog index 37fe9fa861e..5b25d7336e3 100644 --- a/lisp/ChangeLog +++ b/lisp/ChangeLog | |||
| @@ -1,3 +1,11 @@ | |||
| 1 | 2007-12-28 Dan Nicolaescu <dann@ics.uci.edu> | ||
| 2 | |||
| 3 | * vc-hg.el (vc-hg-registered): Return the false when vc-hg-state | ||
| 4 | returns 'ignored or 'unregistered. | ||
| 5 | (vc-hg-state): Pass "-A" to the status command and deal with the | ||
| 6 | output. | ||
| 7 | (vc-hg-dir-state): Pass "-A" to the status command. | ||
| 8 | |||
| 1 | 2007-12-29 Richard Stallman <rms@gnu.org> | 9 | 2007-12-29 Richard Stallman <rms@gnu.org> |
| 2 | 10 | ||
| 3 | * progmodes/compile.el (compilation-start): Set initial visible | 11 | * progmodes/compile.el (compilation-start): Set initial visible |