aboutsummaryrefslogtreecommitdiffstats
path: root/lisp/ChangeLog
diff options
context:
space:
mode:
authorChong Yidong2006-09-05 14:53:24 +0000
committerChong Yidong2006-09-05 14:53:24 +0000
commit6e1a95973d795cccda66c1fae770a3fe1bf8a3c8 (patch)
treecab956055f12e952d377e9ada122da4368d3411a /lisp/ChangeLog
parent695ff2779ec5c50bd3625c0d86bee3dc5589d58e (diff)
downloademacs-6e1a95973d795cccda66c1fae770a3fe1bf8a3c8.tar.gz
emacs-6e1a95973d795cccda66c1fae770a3fe1bf8a3c8.zip
* progmodes/compile.el (compilation-error-regexp-alist-alist):
Process the `gcc-include' after the `gnu' rule.
Diffstat (limited to 'lisp/ChangeLog')
-rw-r--r--lisp/ChangeLog5
1 files changed, 5 insertions, 0 deletions
diff --git a/lisp/ChangeLog b/lisp/ChangeLog
index 86c2c2c6e90..7632c7dccb3 100644
--- a/lisp/ChangeLog
+++ b/lisp/ChangeLog
@@ -1,3 +1,8 @@
12006-09-05 Chong Yidong <cyd@stupidchicken.com>
2
3 * progmodes/compile.el (compilation-error-regexp-alist-alist):
4 Process the `gcc-include' after the `gnu' rule.
5
12006-09-05 Kim F. Storm <storm@cua.dk> 62006-09-05 Kim F. Storm <storm@cua.dk>
2 7
3 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer. 8 * ido.el (ido-visit-buffer): Use buffer name if buffer arg is a buffer.