File: ChangeLog

package info (click to toggle)
grcompiler 4.2-4
  • links: PTS, VCS
  • area: main
  • in suites: jessie, jessie-kfreebsd
  • size: 11,076 kB
  • ctags: 5,163
  • sloc: cpp: 45,565; sh: 4,451; ansic: 4,377; makefile: 185; xml: 175; perl: 127
file content (97 lines) | stat: -rw-r--r-- 2,626 bytes parent folder | download | duplicates (4)
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
86
87
88
89
90
91
92
93
94
95
96
97
This is the changelog for the SIL Graphite Compiler project

10 May 2012  Sharon Correll
	More changes for version 4.2:
	* Allow a font with Graphite tables to serve as input.
	* Changed -d option to -D, -d option now generates XML file only.
	* Output decimal numbers for glyph IDs in debugger files.

19 Apr 2012  Daniel Glassey
	Version 4.2
	Changes since 4.1:
	* Handle a large number of glyphs in replacement classes; 
		this will produce Silf table v 4.0.
	* Ensure that requesting the metrics of a pseudo-glyph will 
		return the metrics of the corresponding actual glyph.
	* Error messages and debugger files use decimal for glyph IDs.
	* Add the segsplit slot attribute, to be used by the Graphite2 
		engine for caching optimization.
	* Added a line-break flag to permit optimization in Graphite2.
	* Fixed problems with Macintosh strings in the name table.

2 Apr 2012  Sharon Correll
	Added -wall option.
	
20 Mar 2012  Sharon Correll
	Added line-break flag for Graphite2 optimization.

30 Jan 2012  Sharon Correll
	Added segsplit split attribute.
	
17 Nov 2012  Sharon Correll
	Silf version 4.0 - large number of glyphs in replacement classes.

3 Oct 2011  Sharon Correll
	Support mirroing glyph attributes.
	
9 Aug 2011
	Version 4.1.0
	
5 April 2011  Sharon Correll
	Automatically create associations for insertions and deletions when they are unambiguous.
	
28 Feb 2010
	Version 2.0 of Glat table
	  
21 May 2010  Sharon Correll
	Version 4.0
	
30 May 2009  Martin Hosken
	Version 2.4.2
	
5 Feb 2009  Martin Hosken
	Version 2.4.1
	
8 Nov 2007  Martin Hosken
	Added grcompiler man page.
	
13 Sept 2007
	Version 2.4
	
7 Sept 2007
	Bidi defaults to false
	
May 2007  Sharon Correll
	Regression tests.
	
20 April 2007  Sharon Correll
	Use ICU to look up glyph attributes.
	
1 Aug 2006  Sharon Correll
	Horizontally overlapping non-attached glyph warning.
	
9 Feb 2006  Sharon Correll
	Allow feature IDs to be 4-char strings.
	
1 Feb 2006  Sharon Correll
	add table(language) syntax
	
24 Jan 2006  Sharon Correll
	Version 3 of Silf table
	
6 Jan 2006	Tim Eves
	Added Iconv support to the configure.in scripts so it can find the
	iconv library on Mac OS X.
	Restructured some of the template classes in generic to allow:
	  * Removal of explicit_instatiations.cpp.
	  * To make them more portable to other compilers.
	  
3 Jan 2006	Tim Eves
	Restructured project:
	 * Moved generic and the grammer sub-projects into their own
	   static libs.
	 * Moved gdlpp into a separate independant of the compiler.

1 Jan 2006	Tim Eves
	Create initial version separated from the Graphite engine project.
------------------------