* README.git, docs/CHANGES, docs/INSTALL: Updated.
1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85
diff --git a/ChangeLog b/ChangeLog
index 9f13d99..ac9f00a 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2013-10-24 Werner Lemberg <wl@gnu.org>
+
+ * README.git, docs/CHANGES, docs/INSTALL: Updated.
+
2013-10-24 John Cary <cary@txcorp.com>
Provide cmake support.
diff --git a/README.git b/README.git
index 47cb242..021c121 100644
--- a/README.git
+++ b/README.git
@@ -31,9 +31,13 @@ configure script is necessary at all; saying
should work on all platforms which have GNU make (or makepp).
+Similarly, a build with `cmake' can be done directly from the git
+repository.
+
+
----------------------------------------------------------------------
-Copyright 2005, 2006, 2007, 2008, 2009, 2010 by
+Copyright 2005-2010, 2013 by
David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used,
diff --git a/docs/CHANGES b/docs/CHANGES
index 15e0ece..32d6b65 100644
--- a/docs/CHANGES
+++ b/docs/CHANGES
@@ -28,6 +28,9 @@ CHANGES BETWEEN 2.5 and 2.5.1
- `ftgrid' has been updated to toggle various engines with the `H'
key, similar to `ftview' and `ftdiff'.
+ - `ttdebug' now displays twilight data; key `t' shows the twilight
+ point table.
+
- Better support of ARMv7 and x86_64 processors.
- Apple's `sbix' color bitmap format is now supported.
@@ -42,6 +45,12 @@ CHANGES BETWEEN 2.5 and 2.5.1
function) has been added; this is a by-product of the newly
added WOFF support.
+ - Support for a build with `cmake' has been contributed by John
+ Cary <cary@txcorp.com>.
+
+ - Support for x64 builds with Visual C++ has been contributed by
+ Kenneth Miller <kennethadammiller@yahoo.com>
+
======================================================================
diff --git a/docs/INSTALL b/docs/INSTALL
index fc699a8..456b76d 100644
--- a/docs/INSTALL
+++ b/docs/INSTALL
@@ -43,7 +43,12 @@ I. Normal installation and upgrades
directory, where <system> stands for your OS or environment.
- 5. From you own IDE, or own Makefiles
+ 5. Using cmake
+
+ See the top-level `CMakeLists.txt' file for more information.
+
+
+ 6. From you own IDE, or own Makefiles
If you want to create your own project file, follow the
instructions given in the `INSTALL.ANY' document of this
@@ -70,7 +75,7 @@ II. Custom builds of the library
----------------------------------------------------------------------
-Copyright 2000-2008, 2010-2011
+Copyright 2000-2008, 2010-2011, 2013
by David Turner, Robert Wilhelm, and Werner Lemberg.
This file is part of the FreeType project, and may only be used,