unifont-6.3.20131221.tar.gz
[unifont.git] / NEWS
diff --git a/NEWS b/NEWS
index 1f44a5dc8e748b3e79f985ebe6d588a702a218ad..349d8b5c7fd0251e46793d849f117b4898d01aa9 100644 (file)
--- 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