# HG changeset patch # User Stefan Monnier # Date 1190314579 0 # Node ID 38c9038666da774b20ed2757a23661d163f84b20 # Parent ee94dfa84d728ff1fed12716e8208c54aad115f4 (compilation-error-regexp-alist-alist): Recognize gcc's use of "note" for informational messages. diff -r ee94dfa84d72 -r 38c9038666da lisp/ChangeLog --- a/lisp/ChangeLog Thu Sep 20 18:56:07 2007 +0000 +++ b/lisp/ChangeLog Thu Sep 20 18:56:19 2007 +0000 @@ -1,3 +1,11 @@ +2007-09-20 Stefan Monnier + + * wid-edit.el (widget-image-insert): Don't merge mouse-face with + neighbouring buttons. + + * progmodes/compile.el (compilation-error-regexp-alist-alist): + Recognize gcc's use of "note" for informational messages. + 2007-09-20 Glenn Morris * textmodes/tex-mode.el (tex-validate-buffer): Use paragraph @@ -7,8 +15,8 @@ 2007-09-19 Glenn Morris - * textmodes/tex-mode.el (tex-terminate-paragraph): Use - backward-paragraph. + * textmodes/tex-mode.el (tex-terminate-paragraph): + Use backward-paragraph. 2007-09-18 Stefan Monnier diff -r ee94dfa84d72 -r 38c9038666da lisp/progmodes/compile.el --- a/lisp/progmodes/compile.el Thu Sep 20 18:56:07 2007 +0000 +++ b/lisp/progmodes/compile.el Thu Sep 20 18:56:19 2007 +0000 @@ -233,7 +233,7 @@ \\([0-9]+\\)\\(?:\\([.:]\\)\\([0-9]+\\)\\)?\ \\(?:-\\([0-9]+\\)?\\(?:\\3\\([0-9]+\\)\\)?\\)?:\ \\(?: *\\(\\(?:Future\\|Runtime\\)?[Ww]arning\\|W:\\)\\|\ - *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\)\\|\ + *\\([Ii]nfo\\(?:\\>\\|rmationa?l?\\)\\|I:\\|instantiated from\\|[Nn]ote\\)\\|\ \[0-9]?\\(?:[^0-9\n]\\|$\\)\\|[0-9][0-9][0-9]\\)" 1 (2 . 5) (4 . 6) (7 . 8))