summaryrefslogtreecommitdiff
path: root/CHANGELOG.md
diff options
context:
space:
mode:
authorJose Antonio Ortega Ruiz <jao@gnu.org>2013-02-10 16:15:44 +0100
committerJose Antonio Ortega Ruiz <jao@gnu.org>2013-02-10 16:15:44 +0100
commitc9c610f0d52bb8197742c607d05a1f484cf8e57e (patch)
treefdfc8924c3f0b845d88b07a91db321be510f9087 /CHANGELOG.md
parent24d138394c27534675bc11cc7e3c6715e57c92e3 (diff)
Fixes for compilation-error-regexp-alist
- Makes matching of filenames of the form (foo.clj:XX) in stacktraces more accurate (avoiding some spurious highlighting in compilation buffers). - Uses a more idiomatic entry for `compilation-error-alist`, namely a symbol which points to `compilation-error-regex-alist-alist`. - Moves the code adding entries to the former variables to the top-level, instead of calling it over and over everytime a repl is started.
Diffstat (limited to 'CHANGELOG.md')
-rw-r--r--CHANGELOG.md2
1 files changed, 2 insertions, 0 deletions
diff --git a/CHANGELOG.md b/CHANGELOG.md
index cc6d5bc6..3b44f144 100644
--- a/CHANGELOG.md
+++ b/CHANGELOG.md
@@ -15,6 +15,8 @@ creating a new one with `nrepl-jack-in` or `nrepl`.
### Bugs fixed
+* More accurate matching of filenames in stacktraces.
+
## 0.1.6 / 2013-01-29
### New features