aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorDan Nicolaescu2009-02-04 13:36:59 +0000
committerDan Nicolaescu2009-02-04 13:36:59 +0000
commitbec18736a1ff5ce11ffa03927380fd6eed403171 (patch)
tree95cf2dcc9bfbc1ef986df5d1dbe0e15444b24c53
parent5e581108a6b3c46a7813316883eef8330ea83183 (diff)
downloademacs-bec18736a1ff5ce11ffa03927380fd6eed403171.tar.gz
emacs-bec18736a1ff5ce11ffa03927380fd6eed403171.zip
(gnu): Add an example for the "note" format.
-rw-r--r--etc/ChangeLog4
-rw-r--r--etc/compilation.txt1
2 files changed, 5 insertions, 0 deletions
diff --git a/etc/ChangeLog b/etc/ChangeLog
index 7385577b18b..45ecf6cbac2 100644
--- a/etc/ChangeLog
+++ b/etc/ChangeLog
@@ -1,3 +1,7 @@
12009-02-04 Dan Nicolaescu <dann@ics.uci.edu>
2
3 * compilation.txt (gnu): Add an example for the "note" format.
4
12009-02-04 Jason Rumney <jasonr@gnu.org> 52009-02-04 Jason Rumney <jasonr@gnu.org>
2 6
3 * PROBLEMS (CPP): Note problem with resource compiler of MSVC. 7 * PROBLEMS (CPP): Note problem with resource compiler of MSVC.
diff --git a/etc/compilation.txt b/etc/compilation.txt
index 132f37859a4..ed1f1c1b4f1 100644
--- a/etc/compilation.txt
+++ b/etc/compilation.txt
@@ -210,6 +210,7 @@ foo.c:8: message
210foo/bar.py:8: FutureWarning message 210foo/bar.py:8: FutureWarning message
211foo.py:8: RuntimeWarning message 211foo.py:8: RuntimeWarning message
212foo.c:8:I: message 212foo.c:8:I: message
213foo.c:8.23: note: message
213foo.c:8.23: info: message 214foo.c:8.23: info: message
214foo.c:8:23:information: message 215foo.c:8:23:information: message
215foo.c:8.23-45: Informational: message 216foo.c:8.23-45: Informational: message