summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorStepan Kasal <skasal@src.gnome.org>2005-03-15 09:39:05 +0000
committerStepan Kasal <skasal@src.gnome.org>2005-03-15 09:39:05 +0000
commit762703487dcab4d0e8fbb46d90204301eb4c932c (patch)
tree89410e6265becb2453a9e9d4d87b9747b8a5ce98
parent6e7bda56b1a6dc6703890e67f17e1b243134ded4 (diff)
downloadgnome-common-762703487dcab4d0e8fbb46d90204301eb4c932c.tar.gz
fix typos
svn path=/trunk/; revision=3595
-rw-r--r--ChangeLog10
1 files changed, 4 insertions, 6 deletions
diff --git a/ChangeLog b/ChangeLog
index 3971e0a..0283436 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -209,10 +209,8 @@
2003-08-23 Marco Pesenti Gritti <marco@gnome.org>
- * macros2/compiler-flags.m4:
-
- Define WARN_CXXFLAGS instead of overwriting
- CXXFLAGS (like WARN_FLAGS).
+ * macros2/compiler-flags.m4: Define WARN_CXXFLAGS instead of
+ overwriting CXXFLAGS (like WARN_FLAGS).
2003-08-10 Malcolm Tredinnick <malcolm@commsecure.com.au>
@@ -222,14 +220,14 @@
2003-08-05 Malcolm Tredinnick <malcolm@commsecure.com.au>
- * macros2/compile-flags.m4: Continuing to try and get the flags
+ * macros2/compiler-flags.m4: Continuing to try and get the flags
passed to g++ in GNOME_CXX_WARNINGS correct. Based on our best
attempts, the current set should work for the widest range of
g++ versions (see bug #118987 for the discussion).
2003-08-03 Malcolm Tredinnick <malcolm@commsecure.com.au>
- * macros2/compile-flags.m4: Simplify GNOME_CXX_WARNINGS.
+ * macros2/compiler-flags.m4: Simplify GNOME_CXX_WARNINGS.
Fixes bug #118987.
2003-07-28 Malcolm Tredinnick <malcolm@commsecure.com.au>