summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-0
diff options
context:
space:
mode:
authorTor Lillqvist <tml@iki.fi>2001-10-23 09:26:54 +0000
committerTor Lillqvist <tml@src.gnome.org>2001-10-23 09:26:54 +0000
commit0c9c94c6e1fb94dfad446a59d8fc9313efacac1f (patch)
tree8a94fd88d20650a3fff4b14e4acf04a9563f6e58 /ChangeLog.pre-2-0
parent3984621bd31851ff73192c22cfc54f2bd7ecd511 (diff)
Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like it.
2001-10-23 Tor Lillqvist <tml@iki.fi> * glib/gutils.h: Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like it. * glib/gutils.c: Instead, expand it on Win32 as _glib_get_locale_dir(), and #define GLIB_LOCALE_DIR as a call to it.
Diffstat (limited to 'ChangeLog.pre-2-0')
-rw-r--r--ChangeLog.pre-2-011
1 files changed, 10 insertions, 1 deletions
diff --git a/ChangeLog.pre-2-0 b/ChangeLog.pre-2-0
index 59ac36c64..97471e7e4 100644
--- a/ChangeLog.pre-2-0
+++ b/ChangeLog.pre-2-0
@@ -1,5 +1,14 @@
2001-10-23 Tor Lillqvist <tml@iki.fi>
+ * glib/gutils.h: Remove G_HARDCODED_PATH_WRAPPER, Owen didn't like
+ it.
+
+ * glib/gutils.c: Instead, expand it on Win32 as
+ _glib_get_locale_dir(), and #define GLIB_LOCALE_DIR as a call to
+ it.
+
+2001-10-23 Tor Lillqvist <tml@iki.fi>
+
* config.h.win32.in: Typo.
* glibconfig.h.win32.in: Minor update to correspond to what
@@ -13,7 +22,7 @@
G_HARDCODED_PATH_WRAPPER. These are used to avoid hardcoding path
names into Windows DLLs.
- * glib/gutils.c: Use them for GLIB_LOCALEDIR.
+ * glib/gutils.c: Use them for GLIB_LOCALE_DIR.
* glib/gwin32.c (get_package_directory_from_module): Plug a small
memory leak. Minor code reordering.