blob: c59e8216c95fbb7b612f0adf043d76812456fd5b (
plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
47
48
49
50
51
52
53
54
55
56
57
58
59
60
61
62
63
|
2012-02-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* include/Makefile.am, include/{layout,unicode/}/Makefile.am:
Use ../am/hdr_links.am.
* hdrs.am (removed): Obsolete.
2011-08-10 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.8.1 distribution.
* version.ac: New file defining the ICU version.
* configure.ac: Adapt.
2010-12-02 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.6 distribution.
2010-04-08 Karl Berry <karl@tug.org>
* configure.ac: Pass new option --disable-utf16-string-check.
2010-03-31 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.4 distribution.
* configure.ac: Pass '--disable-dyload' to ICU configure:
neither XeTeX nor BibTeXU use plugins.
2010-03-24 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Pass '--disable-threads' to ICU configure:
required for FreeBSD, neither XeTeX nor BibTeXU use threads.
2010-02-22 Peter Breitenlohner <peb@mppmu.mpg.de>
* configure.ac: Pass '--disable-strict' to ICU configure:
required for MinGW32, otherwise maybe reduced warnings.
2009-12-12 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: Replace the obsolete $(mkdir_p) by $(MKDIR_P).
2009-10-25 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.2.1 distribution.
2009-10-24 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapted to the ICU 4.0.1 distribution.
2009-10-23 Peter Breitenlohner <peb@mppmu.mpg.de>
Slightly rearranged the icu-xetex/ source tree and built
an equivalent icu-3.8.1/ tree from the ICU 3.8.1 distribution
with some modifications and patches for XeTeX as described in
icu-3.8.1-PATCHES/TL-Changes and icu-3.8.1-PATCHES/ChangeLog.
2009-10-09 Peter Breitenlohner <peb@mppmu.mpg.de>
* Makefile.am: ICU headers "installed" under icu-incl/.
2009-01-28 Peter Breitenlohner <peb@mppmu.mpg.de>
Adapt to TL2009 build system.
|