aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorDan Nicolaescu2007-12-28 22:50:18 +0000
committerDan Nicolaescu2007-12-28 22:50:18 +0000
commit6c47d8195e2402731c5cec511019b16d6a7a02bd (patch)
treedaf95a8e084df5cca7d85cf6307750dd1656dc5f /lisp/ChangeLog
parent870356897e927f380841268667a92b40fb9e6782 (diff)
downloademacs-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/ChangeLog8
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 @@
12007-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
12007-12-29 Richard Stallman <rms@gnu.org> 92007-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