[stsf-commit] stsf ChangeLog,1.15,1.16

Alexander Gelfenbain stsf-commit at pdx.freedesktop.org
Mon May 24 19:47:26 PDT 2004


Committed by: adg


Index: ChangeLog
===================================================================
RCS file: /cvs/stsf/stsf/ChangeLog,v
retrieving revision 1.15
retrieving revision 1.16
diff -u -d -r1.15 -r1.16
--- a/ChangeLog	9 May 2004 23:20:37 -0000	1.15
+++ b/ChangeLog	25 May 2004 02:47:24 -0000	1.16
@@ -1,3 +1,62 @@
+2004-05-24	Alexander Gelfenbain	<adg at sun.com>
+	STSF version 0.8.7 - new ST Font Server protocol
+	implementation.
+
+	* STClientLibrary/src/STGlyphVector.c: check for NULL 
+	pointer before copying out maxbox in GlyphVectorRepQuery();
+	handle ST_OM_RASTER_MONO_BITSWAPPED in GlyphVectorRepRender();
+	changed alloca() to malloc()/free in GlyphVectorRepRender()
+	to fix dbx memory debugging warnings
+
+	* STClientLibrary/src/STInternal.c (STIntBasicOutputIsSame):
+	changed "==" to "!=" when comparing fracdeltas
+
+	* STClientLibrary/src/STLine.c, STClientLibrary/src/libtest.c,
+	STClientLibrary/src/stperf.c:
+	Changed old-style constants (fEnableHints etc) to new-style
+	constants (FS_RF_HINTS etc)
+
+	* STClientLibrary/src/connection.h:
+	changed a bunch of "const" pointers to just pointers
+
+	* STClientLibrary/src/serverconnection.c:
+	Major re-write to implement the new protocol
+
+	* STFontServer/dropins/freetype2/ft2_glue.c:
+	implemented bitswapped mode and updaded the constant names
+
+	* STFontServer/loader/stfsloader.c:
+	Changed to use the new protocol to query the server
+
+	* STFontServer/src/handler.[ch], STFontServer/src/stfs-door.c,
+	STFontServer/src/stfs.h:
+	Majot re-write to implement the new protocol
+
+	* STFontServer/src/makefile: removed PROTOTEST_BINARY target
+
+	* STFontServer/src/saverestore.c: updated error messages
+
+	* interface/VERSION: new file that contains the STSF version,
+	instead of old XML files
+
+	* interface/fontserver.h: removed deprecated constants
+
+	* interface/genversion.py: script that inserts version constants
+	to sttypes.h
+
+	* interface/makefile: new build process is much more simple
+	than before
+
+	* interface/stprivate.h: stprivate.h is no longer generated from
+	the tmpl file
+
+	* interface/sttypes.tmpl: placeholders for STSF version constants,
+	everything else is gone
+
+	* stsflib/fscomm.[ch]: bug fixes
+
+	* stsflib/stsfutil.[ch]: added DelTree()
+
 2004-05-09	Alexander Gelfenbain	<adg at sun.com>
 	
 	More changes for the new font server protocol.




More information about the stsf-commit mailing list