summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-1-6
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-11-18 23:19:20 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-11-18 23:19:20 +0000
commitba6b12ca588709d4d408e691fbe9698a5a97339d (patch)
tree93c47454515f8ec1b8917160d4458d6b398426ba /ChangeLog.pre-1-6
parent1a13cdaaa5b3105902833d4549843942dad9dd72 (diff)
downloadpango-ba6b12ca588709d4d408e691fbe9698a5a97339d.tar.gz
Suffix package names with datestamp. Add the Pango modules.
2001-11-19 Tor Lillqvist <tml@iki.fi> * pango-zip.sh.in: Suffix package names with datestamp. Add the Pango modules. * pango/pango.def: pango_context_add_font_map -> pango_context_set_font_map. Add pango_fontset_*. * pango/pangoft2.def: Reflect Alexander's changes. * pango/mini-xft/minixftinit.c (get_xft_default_path): New function. Use pango_get_sysconf_subdirectory () to construct a suitable path. * pango/mini-xft/minixftint.h: On Win32, don't use the hardcoded /usr/X11R6/lib/X11/XftConfig path (or any other hardcoded path), but instead the function get_xft_default_path(). * pango/mini-xft/minixftcache.c (MiniXftFileCacheSave): On Win32, don't use link() and unlink() for the lock file. Instead, use a lock directory.
Diffstat (limited to 'ChangeLog.pre-1-6')
-rw-r--r--ChangeLog.pre-1-622
1 files changed, 22 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-6 b/ChangeLog.pre-1-6
index 6566c476..bf19f799 100644
--- a/ChangeLog.pre-1-6
+++ b/ChangeLog.pre-1-6
@@ -1,3 +1,25 @@
+2001-11-19 Tor Lillqvist <tml@iki.fi>
+
+ * pango-zip.sh.in: Suffix package names with datestamp. Add
+ the Pango modules.
+
+ * pango/pango.def: pango_context_add_font_map ->
+ pango_context_set_font_map. Add pango_fontset_*.
+
+ * pango/pangoft2.def: Reflect Alexander's changes.
+
+ * pango/mini-xft/minixftinit.c (get_xft_default_path): New
+ function. Use pango_get_sysconf_subdirectory () to construct a
+ suitable path.
+
+ * pango/mini-xft/minixftint.h: On Win32, don't use the hardcoded
+ /usr/X11R6/lib/X11/XftConfig path (or any other hardcoded path),
+ but instead the function get_xft_default_path().
+
+ * pango/mini-xft/minixftcache.c (MiniXftFileCacheSave): On Win32,
+ don't use link() and unlink() for the lock file. Instead, use a
+ lock directory.
+
2001-11-18 Alexander Larsson <alla@lysator.liu.se>
* pango/pangoxft-fontmap.c: