unifont-6.3.20131215.tar.gz
[unifont.git] / ChangeLog
1 2013-12-15  Paul Hardy  <unifoundry@unifoundry.com>
2
3         * src/unihex2png: new program to convert unifont.hex to PNG image.
4         * src/unipng2hex: new program to convert PNG image to unifont.hex.
5         * src/hex2bdf:
6           - Added new XLFD properties for font generation for FreeType and
7             grub-mkfont support; includes version & copyright info.
8           - Fields now begin with upper-case, including "unifont"-->"Unifont".
9           - Changed POINT_SIZE property from 160 to 120.
10           - Added "Sans" style name to FONT string plus XLFD property.
11           - Added command line options for font name, version, & glyph height.
12           - Allow generation of fonts with other than 16 pixel rows/glyph, to
13             support new capabilities of unihex2png, unipng2hex, and hexdraw.
14         * src/unidup.c: now takes an optional file name on the command line.
15         * src/*.c: reformatted to follow GNU Coding Standards.
16         * man/*: Updated man pages to reflect new options, new programs,
17           and to reflect the GPLv2+ license now common to all programs.
18         * doc/: new directory with Texinfo files.
19         * ChangeLog: created new file.
20         * COPYING: created new file.
21         * INSTALL: file created using BUILDING section from old README file.
22         * LICENSE: removed; its contents are in README and COPYING now.
23         * NEWS: created new file.
24         * Makefiles: added "SHELL = /bin/sh" if not already declared.
25         * Makefiles (distclean): added removal of "*~" if not already declared.
26         * Makefile: compress text files with "gzip -f -9" during installation.
27         * font/Makefile: fontforge scripting updated; now adds font copyright,
28           license, version and other info to PCF files.
29         * font/hexsrc/unifont-base.hex:
30           - Redrew several Armenian letters (U+0530..U+058F).
31           - Redrew Capricorn symbol (U+2651).
32           - Redrew CJK Radical Supplement glyphs: U+2E9F, U+2EA9, U+2EAC,
33             U+2EAE, U+2EC0, U+2EDE, U+2EE7, and U+2EED.
34         * font/ttfsrc/Makefile: fontforge scripting command changed from
35           "Simplify(-1,1)" to "Simplify(64,1)" to "merge lines which are
36           nearly parallel into one".  This decreases the TrueType file size
37           by almost 2 Megabytes, by reducing the number of control points
38           for a glyph.  Also add font copyright, license, version, and
39           other info to TTF files.
40         * font/ttfsrc/Makefile: now builds SBIT font unifont_sample.ttf.
41         * unifontall-*: renamed to "unifont_sample-*".
42         * *.bdf: Added font version, copyright, etc. with hex2bdf.
43         * *.pcf: Added font version, copyright, etc. with fontforge.
44         * *.ttf: Added font version, copyright, etc. with fontforge.
45         * font/*/unifont-*.bmp: Create chart of entire Unifont using pre-built
46           unifont_sample.hex rather than assembling *.hex just for this image.
47         * hangul/hangul-generation.html: updated to correct a typo, where
48           rieul was mentioned as an initial consonant instead of a final
49           consonant in an explanation of vertical spacing constraints.
50         * hangul/Makefile:
51           - Updated hex2bdf parameters to name generated BDF font
52             "Unifont Johab" rather than "unifont" and add copyright.
53           - Used a sed script to change BDF encoding from ISO10646 to "Johab".
54           - Call bdftopcf to create hangul-base.pcf, then compress with gzip.
55           - Add "precompiled:" target to create basic Johab font files.
56
57 2013-10-20  Paul Hardy  <unifoundry@unifoundry.com>
58
59         * First GNU Project version.