unifont-6.3.20140204.tar.gz
authorPaul Hardy <unifoundry@unifoundry.com>
Wed, 5 Feb 2014 06:50:44 +0000 (06:50 +0000)
committerMischa POSLAWSKY <perl@shiar.org>
Thu, 16 Jul 2015 01:49:01 +0000 (01:49 +0000)
* Makefiles:
  - Updated date for new release.
  - Added Qianqian Fang's name to COPYRIGHT strings, for his glyph
    contributions in "font/plane00/wqy.hex".
* hangul/hangul-generation.html: removed references to three footer
  "<img>" links that pointed to external websites.  Those external
  icons were saved locally when the original web page
  http://unifoundry.com/hangul/hangul-generation.html was saved in
  the "hangul/" directory.  That web page is the most comprehensive
  documentation of the effort to create the Hangul Syllables block
  from scratch.
* hangul/hangul-generation_files: removed three external icon files
  ("valid-html401.png", "vccs.gif", and "w3c_ab.gif") that were saved
  locally when http://unifoundry.com/hangul/hangul-generation.html
  was saved.
* src/unibmp2hex.c: increased size of "wide" array to be 0x200000,
  to cover the entire range of Unicode.

ChangeLog
Makefile
NEWS
font/Makefile
font/ttfsrc/Makefile
hangul/Makefile
hangul/hangul-generation.html
hangul/hangul-generation_files/valid-html401.png [deleted file]
hangul/hangul-generation_files/vcss.gif [deleted file]
hangul/hangul-generation_files/w3c_ab.gif [deleted file]
src/unibmp2hex.c

index 98f12b57ba4ed24b0f7f59e819a421c86eaaa569..eb04ee7e13020d127b7ed80c175de2a4da86d956 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,23 @@
+2014-02-04  Paul Hardy  <unifoundry@unifoundry.com>
+
+       * Makefiles:
+         - Updated date for new release.
+         - Added Qianqian Fang's name to COPYRIGHT strings, for his glyph
+            contributions in "font/plane00/wqy.hex".
+       * hangul/hangul-generation.html: removed references to three footer
+         "<img>" links that pointed to external websites.  Those external
+         icons were saved locally when the original web page
+         http://unifoundry.com/hangul/hangul-generation.html was saved in
+         the "hangul/" directory.  That web page is the most comprehensive
+         documentation of the effort to create the Hangul Syllables block
+         from scratch.
+       * hangul/hangul-generation_files: removed three external icon files
+         ("valid-html401.png", "vccs.gif", and "w3c_ab.gif") that were saved
+         locally when http://unifoundry.com/hangul/hangul-generation.html
+         was saved.
+       * src/unibmp2hex.c: increased side of "wide" array to be 0x200000,
+         to cover the entire range of Unicode.
+
 2014-02-02  Paul Hardy  <unifoundry@unifoundry.com>
 
         * Makefiles: updated date for new release.
index fa2114f4af8587efc4ed01905947695f19c7706d..3240c2b1021d53bc701a2f6af3ee86e3000c29ae 100644 (file)
--- a/Makefile
+++ b/Makefile
@@ -10,7 +10,7 @@ SHELL = /bin/sh
 INSTALL = install
 
 PACKAGE = "unifont"
-DATE = 20140202
+DATE = 20140204
 MAJORVERSION = 6.3
 VERSION = $(MAJORVERSION).$(DATE)
 
diff --git a/NEWS b/NEWS
index fa6c1c557a3d96140fc8876ba25a74af8c1e9e58..cb19cfc7ac01c5d4a257cb881a54e7e639e12356 100644 (file)
--- a/NEWS
+++ b/NEWS
@@ -1,3 +1,14 @@
+2014-02-04: Release 6.3.20140204
+
+   This version added Qianqian Fang's name to the COPYRIGHT string now
+   passed to Fontforge when the TTF fonts are built, for his contributions
+   contained in the file "font/plane00/wqy.hex".
+
+   This version also removes "<img>" links to icons on external websites from
+   the "hangul/hangul-generation.html" web page, which were retrieved and
+   stored locally when the original web page was saved in the "hangul/"
+   directory.
+
 2014-02-02: Release 6.3.20140202
 
    This version is the first designed to easily build multiple fonts.
index 48ee6493320f2d0b71801dee06557c0ca3b9f23d..e57a57dea29cfe80cc385b1963b877ec81b891d1 100644 (file)
@@ -18,10 +18,11 @@ FONTFORGE = fontforge
 # assembly date of this version
 #
 MAJORVERSION = 6.3
-DATE = 20140202
+DATE = 20140204
 VERSION = $(MAJORVERSION).$(DATE)
 
-COPYRIGHT = "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Andrew Miller, et al.  \
+COPYRIGHT = "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Qianqian Fang, \
+Andrew Miller, et al.  \
 Licensed under the GNU General Public License; either version 2, or \
 (at your option) a later version, with the GNU Font Embedding Exception."
 
index 5a932ee0d0bd58e0e155a2a7ae5f1f9f5ee2ba80..72626050b66c0dac069e96117533baa6efd0edf9 100644 (file)
@@ -23,11 +23,12 @@ COMBINING="combining"
 # Could also use bash string replacement if you know you're using bash.
 #
 
-COPYRIGHT = "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Andrew Miller, et al.  \
+COPYRIGHT = "Copyright (C) 2014 Roman Czyborra, Paul Hardy, Qianqian Fang, \
+Andrew Miller, et al.  \
 Licensed under the GNU General Public License; either version 2, or \
 (at your option) a later version, with the GNU Font Embedding Exception."
 
-VERSION = 6.3.20140202
+VERSION = 6.3.20140204
 
 #
 # How to build unifont.ttf from GNU Unifont's unifont.hex
index f8338e9d03a995f6a881a39783433366044aa9fc..b7d61fa10fce3f11ac3f26625e20fafb08b3d584 100644 (file)
@@ -7,7 +7,7 @@ BINDIR = ../bin
 # assembly date of this version
 #
 MAJORVERSION = 6.3
-DATE = 20140202
+DATE = 20140204
 VERSION = $(MAJORVERSION).$(DATE)
 
 COPYRIGHT = "Copyright (C) 2013 Paul Hardy.  \
index fefb567aa2fb1e0d4fecda96c478e95af60a7d17..239447a79168d5ab7186f9946158fa5cf250d18a 100644 (file)
   <div class="footer">
     Uni<i>foundry</i>.com
   </div>
-  <a href="http://validator.w3.org/check?uri=referer">
-    <img src="hangul-generation_files/valid-html401.png" alt="Valid HTML 4.01 Transitional" height="31" width="88"></a>
-      <a href="http://jigsaw.w3.org/css-validator/check/referer">
-      <img style="border:0;width:88px;height:31px" src="hangul-generation_files/vcss.gif" alt="Valid CSS!"></a>
-  <a href="http://www.anybrowser.org/campaign/">
-    <img src="hangul-generation_files/w3c_ab.gif" alt="Best Viewed with Any Browser" height="31" width="88"></a>
 </div>
 
-
-</body></html>
\ No newline at end of file
+</body></html>
diff --git a/hangul/hangul-generation_files/valid-html401.png b/hangul/hangul-generation_files/valid-html401.png
deleted file mode 100644 (file)
index c010842..0000000
Binary files a/hangul/hangul-generation_files/valid-html401.png and /dev/null differ
diff --git a/hangul/hangul-generation_files/vcss.gif b/hangul/hangul-generation_files/vcss.gif
deleted file mode 100644 (file)
index 020c75a..0000000
Binary files a/hangul/hangul-generation_files/vcss.gif and /dev/null differ
diff --git a/hangul/hangul-generation_files/w3c_ab.gif b/hangul/hangul-generation_files/w3c_ab.gif
deleted file mode 100644 (file)
index 63c474b..0000000
Binary files a/hangul/hangul-generation_files/w3c_ab.gif and /dev/null differ
index 1e15c191336356b8dae89623aebde41695088a0c..3575170159afdde7fbadc8651791a5765c729b4d 100644 (file)
@@ -61,7 +61,7 @@ main (int argc, char *argv[])
    int tmpsum;  /* temporary sum to see if a character is blank */
 
    unsigned char bitmap[17*32][18*32/8]; /* final bitmap */
-   char wide[65536]={65536 * 0}; /* 1 = force double width code point */
+   char wide[0x200000]={0x200000 * 0}; /* 1 = force double width code point */
 
    char *infile="", *outfile="";  /* names of input and output files */
    FILE *infp, *outfp;      /* file pointers of input and output files */