unifont-7.0.01.tar.gz
[unifont.git] / ChangeLog
1 2014-07-01  Paul Hardy  <unifoundry@unifoundry.com>
2
3         * Changed version numbering from a date at the end to a two-digit
4           release number for a given Unicode version, where a Unicode version
5           consists of a major number and a minor number.  So this version is
6           Unifont 7.0.01, because it is the first revision to implement the
7           Unifont 7.0 glyphs.  Richard Stallman made this request.
8         * INSTALL: changed "hexsrc" to "plane00" to refer to the new
9           directory name.
10         * README:
11           - Changed "hexsrc" to "plane00" to refer to the new directory name.
12           - Added mention of Andrew Miller writing unifont-viewer.
13         * doc/: incorporated unifont-viewer.texi into unifont.texi.
14         * doc/Makefile: corrected comments for building texinfo output files,
15           and simplified docprep target.
16         * doc/unifont-viewer.texi: added file.
17         * doc/unifont.texi:
18           - Corrected naming of section "Using Graphical Tools"; it was
19             incorrectly named "Hex File Format", which is the name of the
20             preceding section.
21           - Added new section on "Dynamically Viewing a Unifont File" to
22             describe using the unifont-viewer Perl utility.
23           - Added unifont-viewer man page sub-section to Reference section.
24         * doc/unifontpic.texi: changed "hexsrc" to "plane00" to refer to
25           the new directory name.
26         * doc/unigencircles.texi: changed "hexsrc" to "plane00" to refer to
27           the new directory name.
28         * font/Makefile:
29           - Added font/plane0[1-F]csur/*.hex in hex: target to sort input
30             for building fonts containing CSUR glyphs above Plane 0.
31           - Added all combining character code points in uppercsurttf target.
32           - Added creation of unifont_upper_sample-$(VERSION).hex.  This
33             involved the creation of combining and nonprinting files in
34             "font/compiled/" directory.  Also added creation of
35             unifont_upper_sample-$(VERSION).bdf and
36             the SBIT font unifont_upper_sample-$(VERSION).ttf.
37           - Added generation of Supplemental Multilingual Plane glyphs
38             to "font/compiled/bmp/" directory.
39           - Renamed "font/compiled/bmp/uni??.bmp" to
40             "font/compiled/bmp/uni00??.bmp" to appear before SMP bitmap files.
41           - compiled/bmp no longer created; replaced with compiled/png.
42           - compiled/png now contains sample glyphs in Portable Network
43             Graphics format (with combining circles where appropriate),
44             in subdirectories "plane00", "plane01", "plane0E", and "csur".
45           - clean target now also removes "$(COMPILED_DIR)/*.sfd.gz".
46         * font/index.html: added table for Supplemental Multilingual Plane.
47         * font/plane00: Added the 327 new glyphs introduced to Plane 0 in
48           Unicode 7.0.  This involved adding glyphs to unifont-base.hex,
49           adding combining code points to bmp-combining.txt, and removing
50           newly-defined glyphs from unassigned.hex.
51         * font/plane00/README: changed "hexsrc" to "plane00" to refer to
52           the new directory name.
53         * font/plane00/unifont-base.hex:
54           - Redrew U+0D00 and U+2702.
55           - Redrew Halfwidth Katakana Variants, U+FF65 through U+FF9F, because
56             the original glyphs were too tall compared to the rest of Unifont.
57           - Using new versions of U+2619 (the "Aldus leaf"), U+2622,
58             and U+26DF that Nils Moskopp submitted.
59         * font/plane00csur/csur.hex: removed U+EFFF as a Copyleft symbol, as
60           it is not part of the ConScript Unicode Registry.
61         * font/plane01/Makefile: created Makefile to generate "unassigned.hex"
62           from "unassigned-ranges.txt".
63         * font/plane01/plane01.hex:
64           - Paul Hardy added these scripts: Phaistos Disc, Coptic Epact
65             Numbers, Imperial Aramaic, Lydian, Old South Arabian, Old North
66             Arabian, and Enclosed Ideographic Supplement (modeled after glyphs
67             in Wen Quan Yi).  Also added new glyphs to complete Phoenician.
68             Also added glyphs to complete the 7.0 additions for Ancient Greek
69             Numbers, Ancient Symbols, and Old Italic.
70           - Andrew Miller added new glyphs for Playing Cards and Enclosed
71             Alphanumeric Supplement.  Also drew more glyphs for Mathematical
72             Alphanumeric Supplement.
73           - Nils Moskopp drew the new Miscellaneous Symbols and Pictographs.
74         * font/plane01/unassigned-ranges.txt: completed all unassigned ranges
75           for scripts that the Unicode Consortium has assigned.
76         * font/plane01/plane01-nonprinting.hex: created file.
77         * man/:
78           - Added references to unifont-viewer in all other man pages.
79           - Removed an extraneous ".PP" that appeared in some man pages before
80             a new section header.
81         * man/unifont.5: changed "hexsrc" to "plane00".
82         * man/unifont-viewer.1: created file.
83         * man/unifontpic.1: changed "hexsrc" to "plane00".
84         * man/unigencircles.1: changed "hexsrc" to "plane00".
85         * src/unifont-viewer: added new program to view Unifont hex files.
86         * src/unifontpic.c: changed "6.3" version number to "7.0".
87         * src/unigencircles.c: extended to cover the entire Unicode range.
88         * src/unihexfill: new program to pad a script with glyphs that are
89           four or six digits.  Among other uses, this will allow Debian
90           GNU/Linux's font review script to report Unicode script completion
91           percentage accurately for Unifont.
92
93 2014-02-14  Paul Hardy  <unifoundry@unifoundry.com>
94
95         * COPYING: added GNU Free Documentation License 1.3, which covers
96           the files "doc/unifont.*".
97         * ChangeLog: fixed a typo in 2014-02-04 entry.
98
99 2014-02-04  Paul Hardy  <unifoundry@unifoundry.com>
100
101         * Makefiles:
102           - Updated date for new release.
103           - Added Qianqian Fang's name to COPYRIGHT strings, for his glyph
104             contributions in "font/plane00/wqy.hex".
105         * hangul/hangul-generation.html: removed references to three footer
106           "<img>" links that pointed to external websites.  Those external
107           icons were saved locally when the original web page
108           http://unifoundry.com/hangul/hangul-generation.html was saved in
109           the "hangul/" directory.  That web page is the most comprehensive
110           documentation of the effort to create the Hangul Syllables block
111           from scratch.
112         * hangul/hangul-generation_files: removed three external icon files
113           ("valid-html401.png", "vccs.gif", and "w3c_ab.gif") that were saved
114           locally when http://unifoundry.com/hangul/hangul-generation.html
115           was saved.
116         * src/unibmp2hex.c: increased size of "wide" array to be 0x200000,
117           to cover the entire range of Unicode.
118
119 2014-02-02  Paul Hardy  <unifoundry@unifoundry.com>
120
121         * Makefiles: updated date for new release.
122         * NEWS: updated for new release.
123         * README: updated for new release, notably mentioning that
124           "font/hexsrc" has been renamed to "font/plane00".
125         * doc/: regenerated unifont.txt, unifont.info, and unifont.pdf files
126           after addition of doc/hexkinya.texi.
127         * doc/Makefile (docprep): added new target to remove the files
128           created by "make doc", in preparation for running "make doc" again.
129         * doc/hexkinya.texi: added Texinfo file for hexkinya Perl script.
130         * doc/unifont.texi: updated file to reflect "font/hexsrc" being
131           renamed to "font/plane00" and made other changes to reflect
132           support beyond the Unicode Basic Multilingual Plane.
133         * font/Makefile:
134           - Added Andrew Miller's name to COPYRIGHT string.
135           - Add unifont_upper font files for Plane 1 through Plane 14 glyphs.
136           - Add unifont_upper_csur font files for Plane 1 through Plane 15
137             glyphs (currently there are no glyphs for Plane 16, the highest
138             plane that the  Unicode Standard allows).
139           - Create Unifont-APL8x16.psf.gz console font file, to support
140             running GNU APL and other APL implementations in console mode.
141             This font is a 512 glyph subset of Unifont.
142         * font/Makefile (bigpic): construct giant glyph picture using
143           font/plane00/*.hex rather than font/compiled/unifont_sample*.hex,
144           because the latter doesn't contain glyphs for U+FFFE or U+FFFF
145           (removed to appease MS Windows).
146         * font/Makefile (hex): added egrep -v "^FFF[EF]" to make sure
147           U+FFFE and U+FFFF are removed from font, for Windows XP.
148         * font/plane00: new name of previous "font/hexsrc" directory, now
149           that this package contains multiple Unicode planes.
150         * font/plane00/README: updated to mention new "omit.hex" file.
151         * font/plane00/bmp-combining.txt: formerly "font/ttfsrc/combining.txt".
152         * font/plane00/nonprinting.hex: removed U+FFFE and U+FFFF to
153           appease MS Windows XP (see font/plane00/omit.hex entry below).
154         * font/plane00/omit.hex: consists of U+FFFE and U+FFFF, for the
155           sake of MS Windows XP.
156         * font/plane00/unifont-base.hex: Further tweaks to APL glyphs.
157         * font/plane00csur:
158           - Created ConScript Unicode Registry directory, for glyphs in Michael
159             Everson's PUA mapping ("http://www.evertype.com/standards/csur/").
160           - Added contributions of Wojciech Stryjewski: Tengwar and Klingon.
161           - Added contributions of Andrew Miller: Kinya (partial), aUI,
162             Gargoyle, Ewellic, Unifon, Solresol, Visible Speech, and Monofon.
163           - Added contributions of Paul Hardy: Cirth and Aiha.
164         * font/plane01: created directory for Unicode Plane 1 glyphs.
165           - Added glyphs contributed by Roman Czyborra and Andrew Miller:
166             Old Italic.
167           - Added glyphs contributed by Andrew Miller: Ancient Symbols,
168             Lycian, Carian, Ugaritic, Old Persian, Musical Symbols,
169             Tai Xuan Jing Symbols, Counting Rod Numerals, Mathematical
170             Alphanumeric Symbols (partial), Mahjong Tiles, Domino Tiles,
171             Playing Cards, Enclosed Alphanumeric Supplement, and Miscellaneous
172             Symbols and Pictographs (partial).
173           - Added glyphs contributed by Paul Hardy: Linear B Syllabary,
174             Linear B Ideograms, Aegean Numbers, Ancient Greek Numbers,
175             Gothic, Deseret, Shavian, Osmanya, Cypriot Syllabary, Phoenician,
176             Kharoshthi, Byzantine Musical Symbols, and Ancient Greek Musical
177             Notation.
178         * font/plane0E: added scripts contributed by Andrew Miller: Tags and
179           Variation Selectors Supplement.
180         * font/plane0Fcsur: added glyphs from Michael Everson's ConScript
181           Unicode Registry (CSUR) contriubted by Andrew Miller: Kinya Syllables.
182         * font/psf: added directory with files to build new PSF font version,
183           to allow APL use under GNU/Linux in console mode.
184         * font/ttfsrc: simplified directory to only contain a Makefile;
185           other files were moved to "font/plane00/" as a precursor to allow
186           parallel building of multiple fonts.
187         * font/ttfsrc/Makefile:
188           - Updated VERSION date.
189           - Added Andrew Miller's name to COPYRIGHT string.
190         * hangul/README: changed mention of "font/hexsrc" to new location
191           of "font/plane00".
192         * man/hexkinya.1: added man page for Andrew Miller's hexkinya Perl
193           script, also cross-referenced in all other man pages.
194         * src/hexkinya: new script by Andrew Miller to generate Kinya Private
195           Use Area glyphs in Plane 15, saved under "font/plane0Fcsur/".
196         * src/unibmp2hex.c: added forced double width for appropriate
197           Plane 1 (Supplemental Multilingual Plane) scripts now that
198           this package extends beyond the Basic Multilingual Plane.
199         * src/unipagecount.c: corrected license from GPL3+ to GPL2+.
200
201 2013-12-21  Paul Hardy  <unifoundry@unifoundry.com>
202
203         * ChangeLog: corrected date on last entry from 12-27 to 12-17.
204         * Makefiles: updated date for new release.
205         * font/hexsrc/unifont-base.hex: Modified glyphs to appear better
206           in APL: U+22F8, U+233B, U+233E, U+235B, and U+2364.
207         * font/ttfsrc/Makefile: commented out SetFontNames function calls
208           in fontforge.  Not all applications were interpreting that data
209           correctly.  For example, in LibreOffice, it listed the font as
210           the foundry name ("GNU") rather than the foundry name plus the
211           font name ("GNU Unifont") or just the font name.  That is a bug
212           in LibreOffice, so if such things are fixed in the future then
213           these calls can be re-introduced.
214         * src/hex2bdf:
215           - Rearranged some properties (cosmetic change).
216           - Changed default font name from "unifont" to "Unifont".
217         * src/unigencircles.c: changed subscript from MAXSTRING to
218           MAXSTRING-1 at line 61.
219
220 2013-12-17  Paul Hardy  <unifoundry@unifoundry.com>
221
222         * doc/Makefile: removed redirection of texi2pdf output.
223         * doc/unifont.pdf: rebuilt file.
224         * font/Makefile:
225           - Don't modify PCF fonts with FontForge, which alters them
226             so grub-mkfont can't read them.
227           - In font/compiled, insert $(VERSION) into unifont.sfd name.
228         * font/ttfsrc/Makefile (clean): remove *.bdf, so unifont_sample.bdf
229           is removed.
230         * README: removed date stamp at top of file.
231
232 2013-12-15  Paul Hardy  <unifoundry@unifoundry.com>
233
234         * src/unihex2png: new program to convert unifont.hex to PNG image.
235         * src/unipng2hex: new program to convert PNG image to unifont.hex.
236         * src/hex2bdf:
237           - Added new XLFD properties for font generation for FreeType and
238             grub-mkfont support; includes version & copyright info.
239           - Fields now begin with upper-case, including "unifont"-->"Unifont".
240           - Changed POINT_SIZE property from 160 to 120.
241           - Added "Sans" style name to FONT string plus XLFD property.
242           - Added command line options for font name, version, & glyph height.
243           - Allow generation of fonts with other than 16 pixel rows/glyph, to
244             support new capabilities of unihex2png, unipng2hex, and hexdraw.
245         * src/unidup.c: now takes an optional file name on the command line.
246         * src/*.c: reformatted to follow GNU Coding Standards.
247         * man/*: Updated man pages to reflect new options, new programs,
248           and to reflect the GPLv2+ license now common to all programs.
249         * doc/: new directory with Texinfo files.
250         * ChangeLog: created new file.
251         * COPYING: created new file.
252         * INSTALL: file created using BUILDING section from old README file.
253         * LICENSE: removed; its contents are in README and COPYING now.
254         * NEWS: created new file.
255         * Makefiles: added "SHELL = /bin/sh" if not already declared.
256         * Makefiles (distclean): added removal of "*~" if not already declared.
257         * Makefile: compress text files with "gzip -f -9" during installation.
258         * font/Makefile: fontforge scripting updated; now adds font copyright,
259           license, version and other info to PCF files.
260         * font/hexsrc/unifont-base.hex:
261           - Redrew several Armenian letters (U+0530..U+058F).
262           - Redrew Capricorn symbol (U+2651).
263           - Redrew CJK Radical Supplement glyphs: U+2E9F, U+2EA9, U+2EAC,
264             U+2EAE, U+2EC0, U+2EDE, U+2EE7, and U+2EED.
265         * font/ttfsrc/Makefile: fontforge scripting command changed from
266           "Simplify(-1,1)" to "Simplify(64,1)" to "merge lines which are
267           nearly parallel into one".  This decreases the TrueType file size
268           by almost 2 Megabytes, by reducing the number of control points
269           for a glyph.  Also add font copyright, license, version, and
270           other info to TTF files.
271         * font/ttfsrc/Makefile: now builds SBIT font unifont_sample.ttf.
272         * unifontall-*: renamed to "unifont_sample-*".
273         * *.bdf: Added font version, copyright, etc. with hex2bdf.
274         * *.pcf: Added font version, copyright, etc. with fontforge.
275         * *.ttf: Added font version, copyright, etc. with fontforge.
276         * font/*/unifont-*.bmp: Create chart of entire Unifont using pre-built
277           unifont_sample.hex rather than assembling *.hex just for this image.
278         * hangul/hangul-generation.html: updated to correct a typo, where
279           rieul was mentioned as an initial consonant instead of a final
280           consonant in an explanation of vertical spacing constraints.
281         * hangul/Makefile:
282           - Updated hex2bdf parameters to name generated BDF font
283             "Unifont Johab" rather than "unifont" and add copyright.
284           - Used a sed script to change BDF encoding from ISO10646 to "Johab".
285           - Call bdftopcf to create hangul-base.pcf, then compress with gzip.
286           - Add "precompiled:" target to create basic Johab font files.
287
288 2013-10-20  Paul Hardy  <unifoundry@unifoundry.com>
289
290         * First GNU Project version.