unifont-7.0.06.tar.gz
authorPaul Hardy <unifoundry@unifoundry.com>
Thu, 23 Oct 2014 23:41:50 +0000 (23:41 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 16 Jul 2015 01:49:43 +0000 (01:49 +0000)
commit8e42f3d15c39e5c98149c9647c0cc1a318e9321a
treefa357bd9327bd527a568bf805c0d1dc72227133e
parent97511ef2ebd8e36eb5765eaa6f2f19ea97f88161
unifont-7.0.06.tar.gz

* Makefiles:
  - Updated version to 7.0.06.
  - Added "GZFLAGS = -f -9 -n" to use with gzip in all cases.
  - Changed ';' to "&&" for multiple shell commands, to fail if
    a preceding step caused an error.
  - Use "install -s" instead of "install" on C binaries.
* Makefile: regenerated .PHONY: target entries.
* font/Makefile:
  - Added GRAPHICS declaration, settable to "png" or "bmp" depending
    on the type of Unifont font pages desired.  The default is set
    to "png".
  - Added bmp: target to create bitmapped graphics (.bmp) images of
    Unifont.
  - Create font/compiled/plane00.html along with
    font/compiled/plane01.html in "png" and "bmp" targets.
* font/plane01/plane01.hex:
  - Added one glyph inadvertently omitted from Old Italic:
    U+01031F (Paul Hardy).
  - Improved animals in U+01F400..U+01F43F (Nils Dagsson Moskopp).
  - Added more scripts:
     U+010350..U+01037F Old Permic (Paul Hardy)
     U+01F650..U+01F67F Ornamental Dingbats (Paul Hardy)
     U+01F780..U+01F7FF Geometric Shapes Extended (Paul Hardy)
     U+01F800..U+01F8FF Supplemental Arrows-C (Paul Hardy)
  - Emoticons (Paul Hardy)
     U+01F608: made horns look more like horns
* src/: in all Perl scripts, added "or die" for open, close, and
  print system calls.  Made some error messages more descriptive.
* src/Makefile: Changed CFLAGS parameter "-O" to explicitly be "-O2".
* src/unihexfill: added "set -e" at beginning of bash script.
23 files changed:
ChangeLog
Makefile
NEWS
font/Makefile
font/plane01/Makefile
font/plane01/plane01.hex
font/ttfsrc/Makefile
hangul/Makefile
man/Makefile
src/Makefile
src/bdfimplode
src/hex2bdf
src/hex2sfd
src/hexbraille
src/hexkinya
src/hexmerge
src/johab2ucs2
src/unifont-viewer
src/unifontchojung
src/unifontksx
src/unihex2png
src/unihexfill
src/unipng2hex