unifont-6.3.20131221.tar.gz
[unifont.git] / ChangeLog
index 32892cfc6da6e88161874811cd38bf937f7aca17..5ee042f2dffa1283ed52f4b473db395fe14316bb 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,34 @@
+2013-12-21  Paul Hardy  <unifoundry@unifoundry.com>
+
+       * ChangeLog: corrected date on last entry from 12-27 to 12-17.
+       * Makefiles: updated date for new release.
+       * font/hexsrc/unifont-base.hex: Modified glyphs to appear better
+         in APL: U+22F8, U+233B, U+233E, U+235B, and U+2364.
+       * font/ttfsrc/Makefile: commented out SetFontNames function calls
+         in fontforge.  Not all applications were interpreting that data
+         correctly.  For example, in LibreOffice, it listed the font as
+         the foundry name ("GNU") rather than the foundry name plus the
+         font name ("GNU Unifont") or just the font name.  That is a bug
+         in LibreOffice, so if such things are fixed in the future then
+         these calls can be re-introduced.
+       * src/hex2bdf:
+         - Rearranged some properties (cosmetic change).
+         - Changed default font name from "unifont" to "Unifont".
+       * src/unigencircles.c: changed subscript from MAXSTRING to
+         MAXSTRING-1 at line 61.
+
+2013-12-17  Paul Hardy  <unifoundry@unifoundry.com>
+
+       * doc/Makefile: removed redirection of texi2pdf output.
+       * doc/unifont.pdf: rebuilt file.
+       * font/Makefile:
+         - Don't modify PCF fonts with FontForge, which alters them
+           so grub-mkfont can't read them.
+         - In font/compiled, insert $(VERSION) into unifont.sfd name.
+       * font/ttfsrc/Makefile (clean): remove *.bdf, so unifont_sample.bdf
+         is removed.
+       * README: removed date stamp at top of file.
+
 2013-12-15  Paul Hardy  <unifoundry@unifoundry.com>
 
        * src/unihex2png: new program to convert unifont.hex to PNG image.