unifont-6.3.20140202.tar.gz
[unifont.git] / ChangeLog
1 2014-02-02  Paul Hardy  <unifoundry@unifoundry.com>
2
3         * Makefiles: updated date for new release.
4         * NEWS: updated for new release.
5         * README: updated for new release, notably mentioning that
6           "font/hexsrc" has been renamed to "font/plane00".
7         * doc/: regenerated unifont.txt, unifont.info, and unifont.pdf files
8           after addition of doc/hexkinya.texi.
9         * doc/Makefile (docprep): added new target to remove the files
10           created by "make doc", in preparation for running "make doc" again.
11         * doc/hexkinya.texi: added Texinfo file for hexkinya Perl script.
12         * doc/unifont.texi: updated file to reflect "font/hexsrc" being
13           renamed to "font/plane00" and made other changes to reflect
14           support beyond the Unicode Basic Multilingual Plane.
15         * font/Makefile:
16           - Added Andrew Miller's name to COPYRIGHT string.
17           - Add unifont_upper font files for Plane 1 through Plane 14 glyphs.
18           - Add unifont_upper_csur font files for Plane 1 through Plane 15
19             glyphs (currently there are no glyphs for Plane 16, the highest
20             plane that the  Unicode Standard allows).
21           - Create Unifont-APL8x16.psf.gz console font file, to support
22             running GNU APL and other APL implementations in console mode.
23             This font is a 512 glyph subset of Unifont.
24         * font/Makefile (bigpic): construct giant glyph picture using
25           font/plane00/*.hex rather than font/compiled/unifont_sample*.hex,
26           because the latter doesn't contain glyphs for U+FFFE or U+FFFF
27           (removed to appease MS Windows).
28         * font/Makefile (hex): added egrep -v "^FFF[EF]" to make sure
29           U+FFFE and U+FFFF are removed from font, for Windows XP.
30         * font/plane00: new name of previous "font/hexsrc" directory, now
31           that this package contains multiple Unicode planes.
32         * font/plane00/README: updated to mention new "omit.hex" file.
33         * font/plane00/bmp-combining.txt: formerly "font/ttfsrc/combining.txt".
34         * font/plane00/nonprinting.hex: removed U+FFFE and U+FFFF to
35           appease MS Windows XP (see font/plane00/omit.hex entry below).
36         * font/plane00/omit.hex: consists of U+FFFE and U+FFFF, for the
37           sake of MS Windows XP.
38         * font/plane00/unifont-base.hex: Further tweaks to APL glyphs.
39         * font/plane00csur:
40           - Created ConScript Unicode Registry directory, for glyphs in Michael
41             Everson's PUA mapping ("http://www.evertype.com/standards/csur/").
42           - Added contributions of Wojciech Stryjewski: Tengwar and Klingon.
43           - Added contributions of Andrew Miller: Kinya (partial), aUI,
44             Gargoyle, Ewellic, Unifon, Solresol, Visible Speech, and Monofon.
45           - Added contributions of Paul Hardy: Cirth and Aiha.
46         * font/plane01: created directory for Unicode Plane 1 glyphs.
47           - Added glyphs contributed by Roman Czyborra and Andrew Miller:
48             Old Italic.
49           - Added glyphs contributed by Andrew Miller: Ancient Symbols,
50             Lycian, Carian, Ugaritic, Old Persian, Musical Symbols,
51             Tai Xuan Jing Symbols, Counting Rod Numerals, Mathematical
52             Alphanumeric Symbols (partial), Mahjong Tiles, Domino Tiles,
53             Playing Cards, Enclosed Alphanumeric Supplement, and Miscellaneous
54             Symbols and Pictographs (partial).
55           - Added glyphs contributed by Paul Hardy: Linear B Syllabary,
56             Linear B Ideograms, Aegean Numbers, Ancient Greek Numbers,
57             Gothic, Deseret, Shavian, Osmanya, Cypriot Syllabary, Phoenecian,
58             Kharoshthi, Byzantine Musical Symbols, and Ancient Greek Musical
59             Notation.
60         * font/plane0E: added scripts contributed by Andrew Miller: Tags and
61           Variation Selectors Supplement.
62         * font/plane0Fcsur: added glyphs from Michael Everson's ConScript
63           Unicode Registry (CSUR) contriubted by Andrew Miller: Kinya Syllables.
64         * font/psf: added directory with files to build new PSF font version,
65           to allow APL use under GNU/Linux in console mode.
66         * font/ttfsrc: simplified directory to only contain a Makefile;
67           other files were moved to "font/plane00/" as a precursor to allow
68           parallel building of multiple fonts.
69         * font/ttfsrc/Makefile:
70           - Updated VERSION date.
71           - Added Andrew Miller's name to COPYRIGHT string.
72         * hangul/README: changed mention of "font/hexsrc" to new location
73           of "font/plane00".
74         * man/hexkinya.1: added man page for Andrew Miller's hexkinya Perl
75           script, also cross-referenced in all other man pages.
76         * src/hexkinya: new script by Andrew Miller to generate Kinya Private
77           Use Area glyphs in Plane 15, saved under "font/plane0Fcsur/".
78         * src/unibmp2hex.c: added forced double width for appropriate
79           Plane 1 (Supplemental Multilingual Plane) scripts now that
80           this package extends beyond the Basic Multilingual Plane.
81         * src/unipagecount.c: corrected license from GPL3+ to GPL2+.
82
83 2013-12-21  Paul Hardy  <unifoundry@unifoundry.com>
84
85         * ChangeLog: corrected date on last entry from 12-27 to 12-17.
86         * Makefiles: updated date for new release.
87         * font/hexsrc/unifont-base.hex: Modified glyphs to appear better
88           in APL: U+22F8, U+233B, U+233E, U+235B, and U+2364.
89         * font/ttfsrc/Makefile: commented out SetFontNames function calls
90           in fontforge.  Not all applications were interpreting that data
91           correctly.  For example, in LibreOffice, it listed the font as
92           the foundry name ("GNU") rather than the foundry name plus the
93           font name ("GNU Unifont") or just the font name.  That is a bug
94           in LibreOffice, so if such things are fixed in the future then
95           these calls can be re-introduced.
96         * src/hex2bdf:
97           - Rearranged some properties (cosmetic change).
98           - Changed default font name from "unifont" to "Unifont".
99         * src/unigencircles.c: changed subscript from MAXSTRING to
100           MAXSTRING-1 at line 61.
101
102 2013-12-17  Paul Hardy  <unifoundry@unifoundry.com>
103
104         * doc/Makefile: removed redirection of texi2pdf output.
105         * doc/unifont.pdf: rebuilt file.
106         * font/Makefile:
107           - Don't modify PCF fonts with FontForge, which alters them
108             so grub-mkfont can't read them.
109           - In font/compiled, insert $(VERSION) into unifont.sfd name.
110         * font/ttfsrc/Makefile (clean): remove *.bdf, so unifont_sample.bdf
111           is removed.
112         * README: removed date stamp at top of file.
113
114 2013-12-15  Paul Hardy  <unifoundry@unifoundry.com>
115
116         * src/unihex2png: new program to convert unifont.hex to PNG image.
117         * src/unipng2hex: new program to convert PNG image to unifont.hex.
118         * src/hex2bdf:
119           - Added new XLFD properties for font generation for FreeType and
120             grub-mkfont support; includes version & copyright info.
121           - Fields now begin with upper-case, including "unifont"-->"Unifont".
122           - Changed POINT_SIZE property from 160 to 120.
123           - Added "Sans" style name to FONT string plus XLFD property.
124           - Added command line options for font name, version, & glyph height.
125           - Allow generation of fonts with other than 16 pixel rows/glyph, to
126             support new capabilities of unihex2png, unipng2hex, and hexdraw.
127         * src/unidup.c: now takes an optional file name on the command line.
128         * src/*.c: reformatted to follow GNU Coding Standards.
129         * man/*: Updated man pages to reflect new options, new programs,
130           and to reflect the GPLv2+ license now common to all programs.
131         * doc/: new directory with Texinfo files.
132         * ChangeLog: created new file.
133         * COPYING: created new file.
134         * INSTALL: file created using BUILDING section from old README file.
135         * LICENSE: removed; its contents are in README and COPYING now.
136         * NEWS: created new file.
137         * Makefiles: added "SHELL = /bin/sh" if not already declared.
138         * Makefiles (distclean): added removal of "*~" if not already declared.
139         * Makefile: compress text files with "gzip -f -9" during installation.
140         * font/Makefile: fontforge scripting updated; now adds font copyright,
141           license, version and other info to PCF files.
142         * font/hexsrc/unifont-base.hex:
143           - Redrew several Armenian letters (U+0530..U+058F).
144           - Redrew Capricorn symbol (U+2651).
145           - Redrew CJK Radical Supplement glyphs: U+2E9F, U+2EA9, U+2EAC,
146             U+2EAE, U+2EC0, U+2EDE, U+2EE7, and U+2EED.
147         * font/ttfsrc/Makefile: fontforge scripting command changed from
148           "Simplify(-1,1)" to "Simplify(64,1)" to "merge lines which are
149           nearly parallel into one".  This decreases the TrueType file size
150           by almost 2 Megabytes, by reducing the number of control points
151           for a glyph.  Also add font copyright, license, version, and
152           other info to TTF files.
153         * font/ttfsrc/Makefile: now builds SBIT font unifont_sample.ttf.
154         * unifontall-*: renamed to "unifont_sample-*".
155         * *.bdf: Added font version, copyright, etc. with hex2bdf.
156         * *.pcf: Added font version, copyright, etc. with fontforge.
157         * *.ttf: Added font version, copyright, etc. with fontforge.
158         * font/*/unifont-*.bmp: Create chart of entire Unifont using pre-built
159           unifont_sample.hex rather than assembling *.hex just for this image.
160         * hangul/hangul-generation.html: updated to correct a typo, where
161           rieul was mentioned as an initial consonant instead of a final
162           consonant in an explanation of vertical spacing constraints.
163         * hangul/Makefile:
164           - Updated hex2bdf parameters to name generated BDF font
165             "Unifont Johab" rather than "unifont" and add copyright.
166           - Used a sed script to change BDF encoding from ISO10646 to "Johab".
167           - Call bdftopcf to create hangul-base.pcf, then compress with gzip.
168           - Add "precompiled:" target to create basic Johab font files.
169
170 2013-10-20  Paul Hardy  <unifoundry@unifoundry.com>
171
172         * First GNU Project version.