summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorWerner Lemberg <wl@gnu.org>2005-05-18 07:01:59 +0000
committerWerner Lemberg <wl@gnu.org>2005-05-18 07:01:59 +0000
commit1fc9ce9659e47aa9dfbdd7031c3b37186b891444 (patch)
tree5e19a3f300a6b7de58af2385cd8b9db3e2bc250b
parent9f29b02c307cbc257dbf6ed5e99231fb3c460b08 (diff)
downloadfreetype2-1fc9ce9659e47aa9dfbdd7031c3b37186b891444.tar.gz
* docs/announce: Start updating.
-rw-r--r--ChangeLog4
-rw-r--r--docs/release9
-rw-r--r--src/smooth/ftgrays.c4
3 files changed, 14 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index dff740892..ea95654f0 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,7 @@
+2004-05-18 Werner Lemberg <wl@gnu.org>
+
+ * docs/announce: Start updating.
+
2004-05-16 Vitaliy Pasternak <v_a_pasternak@mail.ru>
* builds/win32/visualc/freetype.vcproj: Updated.
diff --git a/docs/release b/docs/release
index 7cf37b849..c97f9a88f 100644
--- a/docs/release
+++ b/docs/release
@@ -5,7 +5,9 @@ How to prepare a new release
FREETYPE_PATCH.
. builds/unix/configure.ac (version_info): Update according to the libtool
- rules, then regenerate the configure script.
+ rules, then regenerate the configure script with the top-level
+ `autogen.sh'. After that, update `config.guess' and `config.sub' to
+ the most recent versions (from the `config' CVS repository).
. builds/freetype.mk (refdoc): Update the `--title' option.
@@ -17,6 +19,11 @@ How to prepare a new release
. ChangeLog: Announce new release.
+
+********* The items below should be done but are out-of-date due *********
+********* to the move of the FreeType CVS and web pages. *********
+
+
. Call `make refdoc' to update HTML reference. Copy it to
freetype2/docs/reference in the `www' CVS module and update the CVS.
Then call `update-www' in ~/cvs/scripts on www.freetype.org to
diff --git a/src/smooth/ftgrays.c b/src/smooth/ftgrays.c
index cc4bf4e6d..f89db8cbe 100644
--- a/src/smooth/ftgrays.c
+++ b/src/smooth/ftgrays.c
@@ -235,8 +235,8 @@
typedef long TPos; /* sub-pixel coordinate */
/* determine the type used to store cell areas. This normally takes at */
- /* least PIXEL_BITS*2 + 1 bits. On 16-bit systems, we need to use `long'*/
- /* instead of `int', otherwise bad things happen */
+ /* least PIXEL_BITS*2 + 1 bits. On 16-bit systems, we need to use */
+ /* `long' instead of `int', otherwise bad things happen */
#if PIXEL_BITS <= 7