summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--etc/ChangeLog4
-rw-r--r--lisp/ChangeLog5
2 files changed, 9 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index faa1bb20903..613b998d563 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
+2008-05-05 Nick Roberts <nickrob@snap.net.nz>
+
+ * compilation.txt: Add regexp for Open Watcom compiler output.
+
2008-05-04 Reiner Steib <reiner.steib@gmx.de>
* NEWS: Reword previous commit.
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 98e231fde97..6934db55dae 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
+2008-05-05 Nick Roberts <nickrob@snap.net.nz>
+
+ * progmodes/compile.el (compilation-error-regexp-alist-alist):
+ Add regexp for Open Watcom compiler output.
+
2008-05-05 Phil Sung <psung@mit.edu> (tiny change)
* progmodes/python.el (python-block-pairs): Align finally with except.