summaryrefslogtreecommitdiff
path: root/ChangeLog
blob: 8f0626db119e48d32a1e82ddcf54e62c5d74bb77 (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
64
65
66
67
68
69
70
71
72
73
74
75
76
2005-07-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* xfont.pc.in:
	Undo previous change to add ${includedir}/X11/fonts to CFLAGS.
	Instead, require all apps to include font headers explicitly --
	i.e., from <X11/fonts/*.h> instead of "*.h" or <*.h>.

2005-07-03  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* src/Type1/Makefile.am:
	* src/bitmap/Makefile.am:
	* src/builtins/Makefile.am:
	* src/fc/Makefile.am:
	* src/fontcache/Makefile.am:
	* src/fontfile/Makefile.am:
	* src/stubs/Makefile.am:
	* src/util/Makefile.am:
	Change include dir now that public headers are referenced
	by <X11/fonts/*.h>

2005-07-02  Keith Packard  <keithp@keithp.com>

	* .cvsignore:
	* include/X11/fonts/.cvsignore:
	* src/.cvsignore:
	* src/FreeType/.cvsignore:
	* src/Speedo/.cvsignore:
	* src/Type1/.cvsignore:
	* src/bitmap/.cvsignore:
	* src/builtins/.cvsignore:
	* src/fc/.cvsignore:
	* src/fontcache/.cvsignore:
	* src/fontfile/.cvsignore:
	* src/stubs/.cvsignore:
	* src/util/.cvsignore:
	Add suitable .cvsignore files

2005-07-02  Kevin E. Martin  <kem-at-freedesktop-dot-org>

	* Makefile.am:
	* src/bitmap/Makefile.am:
	Make headers needed by bdftopcf public

	* xfont.pc.in:
	Set CFLAGS to make public interface actually public

	* src/fontcache/Makefile.am:
	Fix distcheck problem

2005-07-02  Keith Packard  <keithp@keithp.com>

	* Makefile.am:
	* configure.ac:
	* src/Makefile.am:
	Build libXfont.la in the 'src' directory as my
	version of automake really didn't like sub-subdirs
	in SUBDIRS.

2005-07-03  Daniel Stone  <daniel@freedesktop.org>

	* xfont.pc.in:
	Remove -I${includedir}/X11/fonts from xfont.pc.in CFLAGS.

2005-07-02  Daniel Stone  <daniel@freedesktop.org>

	* configure.ac:
	Enable font services by default; minor formatting cleanup.

2005-06-17  Søren Sandmann  <sandmann@redhat.com>

	* configure.ac (XFONT_SPEEDO): Disable Speedo by default.

2005-06-09  Alexander Gottwald <ago@freedesktop.org>

	* src/fc/fstrans.c:
	Replace <X11/transport.c> with <X11/Xtrans/transport.c>