diff options
author | Tor Lillqvist <tml@iki.fi> | 2001-01-16 22:06:23 +0000 |
---|---|---|
committer | Tor Lillqvist <tml@src.gnome.org> | 2001-01-16 22:06:23 +0000 |
commit | a9d05d4cc443a8c2e6675aca994c065305a8adb4 (patch) | |
tree | 5e1f81e5b1ccac5dcee1877fb5c8d693ab7fa9ed /ChangeLog | |
parent | 62ce81bfc7800a959d4355e9a8e5bd062b1ab019 (diff) |
Define ENABLE_NLS and GETTEXT_PACKAGE.
2001-01-17 Tor Lillqvist <tml@iki.fi>
* config.h.win32.in: Define ENABLE_NLS and GETTEXT_PACKAGE.
* makefile.mingw.in
* makefile.msc.in: Use the GNU intl library.
* gwin32.c (g_win32_get_package_installation_directory): New
function. To be used by various GLib-using packages to get their
installation directory, which should be stored in the Registry by
some installer.
* gwin32.h: Declare it.
* testglib.c (main): Test it.
* gutils.c: On Win32, define GLIB_LOCALE_DIR using
g_win32_get_package_installation_directory().
* glib.def: Update.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 21 |
1 files changed, 21 insertions, 0 deletions
@@ -1,3 +1,24 @@ +2001-01-17 Tor Lillqvist <tml@iki.fi> + + * config.h.win32.in: Define ENABLE_NLS and GETTEXT_PACKAGE. + + * makefile.mingw.in + * makefile.msc.in: Use the GNU intl library. + + * gwin32.c (g_win32_get_package_installation_directory): New + function. To be used by various GLib-using packages to get their + installation directory, which should be stored in the Registry by + some installer. + + * gwin32.h: Declare it. + + * testglib.c (main): Test it. + + * gutils.c: On Win32, define GLIB_LOCALE_DIR using + g_win32_get_package_installation_directory(). + + * glib.def: Update. + Mon Jan 15 21:39:06 2001 Owen Taylor <otaylor@redhat.com> * glib-2.0.pc.in (Libs) glib-config-2.0.in: Add @INTLLIBS@. |