diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-10-31 21:32:08 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-10-31 21:32:08 +0000 |
commit | 22865210cbef2f0d1c0d5f481e798390f1b4f059 (patch) | |
tree | 62656f887ccb1611fd62514977f94e5aa5ef2546 /ChangeLog.pre-1-0 | |
parent | 60fa0fcfd1446e404ea434e47fe8c4e6dc75be35 (diff) | |
download | pango-22865210cbef2f0d1c0d5f481e798390f1b4f059.tar.gz |
Neat Win32 feature: A prebuilt Pango package can be installed in a random
2001-10-31 Tor Lillqvist <tml@iki.fi>
* pango/modules.c (process_module_file): Neat Win32 feature: A
prebuilt Pango package can be installed in a random
location (i.e., not the same used when configuring and building
the software). The pango.modules file provided with the package
contains paths on the packager's system, not the end-users. We
notice this, and replace with the corresponding path in the
installation directory on the end-user's machine.
* pango/pango-utils.c: Use G_WIN32_DLLMAIN_FOR_DLL_NAME.
(pango_get_sysconf_subdirectory,pango_get_lib_subdirectory): No
need to call g_path_get_basename on the DLL name, DllMain already
does it.
Diffstat (limited to 'ChangeLog.pre-1-0')
-rw-r--r-- | ChangeLog.pre-1-0 | 15 |
1 files changed, 15 insertions, 0 deletions
diff --git a/ChangeLog.pre-1-0 b/ChangeLog.pre-1-0 index c7966bca..3c242192 100644 --- a/ChangeLog.pre-1-0 +++ b/ChangeLog.pre-1-0 @@ -1,3 +1,18 @@ +2001-10-31 Tor Lillqvist <tml@iki.fi> + + * pango/modules.c (process_module_file): Neat Win32 feature: A + prebuilt Pango package can be installed in a random location + (i.e., not the same used when configuring and building the + software). The pango.modules file provided with the package + contains paths on the packager's system, not the end-users. We + notice this, and replace with the corresponding path in the + installation directory on the end-user's machine. + + * pango/pango-utils.c: Use G_WIN32_DLLMAIN_FOR_DLL_NAME. + (pango_get_sysconf_subdirectory,pango_get_lib_subdirectory): No + need to call g_path_get_basename on the DLL name, DllMain already + does it. + Wed Oct 31 11:00:55 2001 Owen Taylor <otaylor@redhat.com> * modules/tamil/tamil-{xft,x}.c: Make a number of functions |