summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorTor Lillqvist <tml@novell.com>2008-09-13 19:39:57 +0000
committerTor Lillqvist <tml@src.gnome.org>2008-09-13 19:39:57 +0000
commit42a4368d768e0eedcf279a3f1bf83b0f31835d6c (patch)
treece2aba9e0e39102393e69f465dd2ea13cb9d9d26 /ChangeLog
parent6325fb2c602a3044fdea68b9ea5703e1be582dfc (diff)
downloadatk-42a4368d768e0eedcf279a3f1bf83b0f31835d6c.tar.gz
Don't use the deprectated g_win32_get_package_installation_subdirectory().
2008-09-13 Tor Lillqvist <tml@novell.com> * atk/atkobject.c: Don't use the deprectated g_win32_get_package_installation_subdirectory(). Use g_win32_get_package_installation_directory_of_module() instead. Also, don't use the deprecated silly G_WIN32_DLLMAIN_FOR_DLL_NAME() macro, but an explicit minimal DllMain() that just saves the DLL handle. svn path=/trunk/; revision=1274
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog9
1 files changed, 6 insertions, 3 deletions
diff --git a/ChangeLog b/ChangeLog
index 9f3739a..63c9d74 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,8 +1,11 @@
2008-09-13 Tor Lillqvist <tml@novell.com>
- * atk/atkobject.c (get_atk_locale_dir): Do as the docs for
- g_win32_get_package_installation_directory() say and pass NULL as
- the first parameter.
+ * atk/atkobject.c: Don't use the deprectated
+ g_win32_get_package_installation_subdirectory(). Use
+ g_win32_get_package_installation_directory_of_module()
+ instead. Also, don't use the deprecated silly
+ G_WIN32_DLLMAIN_FOR_DLL_NAME() macro, but an explicit minimal
+ DllMain() that just saves the DLL handle.
2008-09-09 Li Yuan <li.yuan@sun.com>