]> Savannah Git Hosting - gnulib.git/commitdiff
fix mistakes in ChangeLog entries
authorDaiki Ueno <ueno@gnu.org>
Fri, 3 Jul 2015 03:00:44 +0000 (12:00 +0900)
committerDaiki Ueno <ueno@gnu.org>
Fri, 3 Jul 2015 03:02:26 +0000 (12:02 +0900)
ChangeLog

index 373583fe1122e4771904fb74d93ac7468c2e59f1..c3b45f4f91893f9f1b31e1883bd9743917e19ce2 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,4 +1,4 @@
-2015-07-03  Seiya Kawashima <skawashima@uchicago.edu>  (tiny-change)
+2015-07-03  Seiya Kawashima <skawashima@uchicago.edu>  (tiny change)
        and Daiki Ueno  <ueno@gnu.org>
 
        unistr/uN-strtok: handle multibyte delimiters
@@ -1487,13 +1487,13 @@ o       Test only that noncanonical values do not cause crashes, not that
 
 2015-01-06  Daiki Ueno  <ueno@gnu.org>
 
-       uniname/uniname: update to Unicode 7.0.0 To accommodate new
-       characters added since Unicode 5.1.0, this changes the internal
-       representation of codepoint ranges.  Previously, we grouped
-       codepoint ranges by manually assigned 4-bit tag, which only
-       allowed 16 groups.  This removes the limitation by switching to
-       binary search on a table.  For the detail rationale and the
-       benchmark results, see:
+       uniname/uniname: update to Unicode 7.0.0
+       To accommodate new characters added since Unicode 5.1.0, this
+       changes the internal representation of codepoint ranges.
+       Previously, we grouped codepoint ranges by manually assigned 4-bit
+       tag, which only allowed 16 groups.  This removes the limitation by
+       switching to binary search on a table.  For the detail rationale
+       and the benchmark results, see:
        https://lists.gnu.org/archive/html/bug-libunistring/2014-06/msg00001.html
        * lib/uniname/gen-uninames.lisp (unicode-char): Rename CODE member
        to INDEX, as it no longer represents a codepoint.