summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-613
1 files changed, 13 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index f2837949..15457fb3 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,5 +1,18 @@
2000-08-21 Tor Lillqvist <tml@iki.fi>
+ * pango/pangoft2-fontmap.c: Get font directory path with
+ pango_config_key_get("PangoFT2/FontPath"). If no such key exists
+ in the pangorc file, use the ft2fonts subdirectory of
+ LIBDIR/pango, and on Windows, also %WinDir%\fonts.
+
+ * pango/{pango,pangoft2,pangowin32}.rc.in: New files (resource
+ files used when building Win32 DLLs, contain version information).
+
+ * pango/Makefile.am: Add the new files.
+
+ * configure.in: Define major and minor version numbers separately.
+ Output also the makefile.mingw and *.rc files.
+
* pango/pangoft2.c (pango_ft2_render): Handle also ft_pixel_mode_mono
glyphs.