summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJonathon Jongsma <jjongsma@gnome.org>2006-02-17 15:19:30 +0000
committerJonathon Jongsma <jjongsma@gnome.org>2006-02-17 15:19:30 +0000
commit45f4773d729c192c1b854497310847f2c02531ce (patch)
tree3f74e1c9f058f75d0208a6926c26e1647d04ee1f
parentf0b44eb92a2f25404e54a65c852b6b3a07b9c895 (diff)
2006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com>
* AUTHORS: * INSTALL: * README: * cairomm/exception.cc: * cairomm/exception.h: Remove lingering references to libxml++
-rw-r--r--AUTHORS2
-rw-r--r--ChangeLog8
-rw-r--r--INSTALL10
-rw-r--r--README2
-rw-r--r--cairomm/exception.cc2
-rw-r--r--cairomm/exception.h2
6 files changed, 17 insertions, 9 deletions
diff --git a/AUTHORS b/AUTHORS
index c5d4162..2c4d006 100644
--- a/AUTHORS
+++ b/AUTHORS
@@ -1,5 +1,5 @@
Please do not email us directly - use the mailing list.
-See http://libxmlplusplus.sourceforge.net
+See http://cairographics.org/lists
Maintainers:
----------
diff --git a/ChangeLog b/ChangeLog
index 8a0d1f9..d8fbf05 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,5 +1,13 @@
2006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com>
+ * AUTHORS:
+ * INSTALL:
+ * README:
+ * cairomm/exception.cc:
+ * cairomm/exception.h: Remove lingering references to libxml++
+
+2006-02-17 Danilo Piazzalunga <danilopiazza@gmail.com>
+
* configure.in: Bug #5929: Output files in docs subdir only if
--enable-docs is set. This prevents configure from generating files which
are not cleaned up when --disable-docs is used.
diff --git a/INSTALL b/INSTALL
index b2d270b..88dee82 100644
--- a/INSTALL
+++ b/INSTALL
@@ -1,9 +1,9 @@
Simple install procedure
- ========================
+========================
- % gzip -dc libxml++-<version>.tar.gz | tar xvf - # unpack the sources
- % cd libxml++-<version> # change to toplevel directory
+ % tar zxvf cairomm-<version>.tar.gz # unpack the sources
+ % cd cairomm-<version> # change to toplevel directory
% ./configure # run the `configure' script
- % make # build libxml++
- % make install # install libxml++
+ % make # build cairomm
+ % make install # install cairomm
diff --git a/README b/README
index 708d5b3..6605a4e 100644
--- a/README
+++ b/README
@@ -1,4 +1,4 @@
-libxml++
+cairomm
-------------
This library provides a C++ interface to cairo.
diff --git a/cairomm/exception.cc b/cairomm/exception.cc
index 531aa20..def6738 100644
--- a/cairomm/exception.cc
+++ b/cairomm/exception.cc
@@ -43,5 +43,5 @@ const char* logic_error::what() const throw()
}
*/
-} //namespace xmlpp
+} //namespace Cairo
diff --git a/cairomm/exception.h b/cairomm/exception.h
index 9bfebde..cf5da16 100644
--- a/cairomm/exception.h
+++ b/cairomm/exception.h
@@ -40,6 +40,6 @@ private:
ErrorStatus m_status;
};
-} // namespace xmlpp
+} // namespace Cairo
#endif // __CAIRO_EXCEPTION_H