X-Git-Url: http://git.shiar.nl/unifont.git/blobdiff_plain/7c29a68c187ca8c0ef5cf975b874a91d0f227800..48e3a36faf203c4d25e024994f103fce1fcc8fca:/NEWS diff --git a/NEWS b/NEWS index 1f44a5d..349d8b5 100644 --- a/NEWS +++ b/NEWS @@ -1,3 +1,29 @@ +2013-12-21: Release 6.3.2013121 + + The default font name that hex2bdf creates has changed from + lower-case "unifont" to "Unifont". + + FontForge's SetFontNames function calls were removed because + not all applications correctly interpreted their settings. + For example, LibreOffice only listed Unifont by the foundry + name ("GNU") rather than foundry + font name ("GNU Unifont") + or just the font name. Those calls are only commented out + so they could easily be re-introduced. + + Some glyphs were changed for better appearance with APL. + +2013-12-17: Release 6.3.20131217 + + This fixes three bugs: + + * doc/Makefile: removed redirection of texi2pdf output. + * font/Makefile: don't modify PCF fonts with FontForge, + which alters them so grub-mkfont can't read them. + * font/ttfsrc/Makefile: remove *.bdf so unifont_sample.bdf + gets deleted. + + Also includes a few formatting changes; see ChangeLog. + 2013-12-15: Release 6.3.20131215 This version introduces unihex2png and unipng2hex, two Perl scripts