summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
-rw-r--r--ChangeLog5
-rw-r--r--lisp/idutils.el2
2 files changed, 6 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 4256238..4f99325 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,8 @@
+2007-06-26 Tom Tromey <tromey@redhat.com>
+
+ * lisp/idutils.el (gid-mode-font-lock-keywords): Also match
+ "finished".
+
2007-06-19 Tom Tromey <tromey@redhat.com>
* lisp/idutils.el: Require thingatpt.
diff --git a/lisp/idutils.el b/lisp/idutils.el
index 0274430..019a646 100644
--- a/lisp/idutils.el
+++ b/lisp/idutils.el
@@ -37,7 +37,7 @@
(defvar gid-command "gid" "The command run by the gid function.")
(defvar gid-mode-font-lock-keywords
- '(("^\\(Compilation\\|Gid\\) started.*"
+ '(("^\\(Compilation\\|Gid\\) \\(started\\|finished\\).*"
(0 '(face nil message nil help-echo nil mouse-face nil) t))))
(defvar gid-use-search-in-buffer-name t