summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-rw-r--r--ChangeLog3
-rw-r--r--ChangeLog.pre-2-103
-rw-r--r--ChangeLog.pre-2-123
-rw-r--r--ChangeLog.pre-2-43
-rw-r--r--ChangeLog.pre-2-63
-rw-r--r--ChangeLog.pre-2-83
-rw-r--r--tests/unicode-encoding.c2
7 files changed, 19 insertions, 1 deletions
diff --git a/ChangeLog b/ChangeLog
index 041c01e1c..36be5d200 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh)
+ * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+ on Cygwin. (#138423, Roger Leigh)
+
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
diff --git a/ChangeLog.pre-2-10 b/ChangeLog.pre-2-10
index 041c01e1c..36be5d200 100644
--- a/ChangeLog.pre-2-10
+++ b/ChangeLog.pre-2-10
@@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh)
+ * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+ on Cygwin. (#138423, Roger Leigh)
+
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
diff --git a/ChangeLog.pre-2-12 b/ChangeLog.pre-2-12
index 041c01e1c..36be5d200 100644
--- a/ChangeLog.pre-2-12
+++ b/ChangeLog.pre-2-12
@@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh)
+ * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+ on Cygwin. (#138423, Roger Leigh)
+
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 041c01e1c..36be5d200 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh)
+ * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+ on Cygwin. (#138423, Roger Leigh)
+
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
diff --git a/ChangeLog.pre-2-6 b/ChangeLog.pre-2-6
index 041c01e1c..36be5d200 100644
--- a/ChangeLog.pre-2-6
+++ b/ChangeLog.pre-2-6
@@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh)
+ * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+ on Cygwin. (#138423, Roger Leigh)
+
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
diff --git a/ChangeLog.pre-2-8 b/ChangeLog.pre-2-8
index 041c01e1c..36be5d200 100644
--- a/ChangeLog.pre-2-8
+++ b/ChangeLog.pre-2-8
@@ -3,6 +3,9 @@
* tests/spawn-test-win32-gui.c: Minor Cygwin fix. (#138405, Roger
Leigh)
+ * tests/unicode-encoding.c (process): Use UTF-16LE explicitly also
+ on Cygwin. (#138423, Roger Leigh)
+
2004-03-30 Adam Weinberger <adamw@gnome.org>
* configure.in: Added en_CA to ALL_LINGUAS.
diff --git a/tests/unicode-encoding.c b/tests/unicode-encoding.c
index 21d350f13..ac3a31489 100644
--- a/tests/unicode-encoding.c
+++ b/tests/unicode-encoding.c
@@ -195,7 +195,7 @@ process (gint line,
gint n_chars;
gchar *utf8_result;
-#ifdef G_OS_WIN32
+#ifdef G_PLATFORM_WIN32
#define TARGET "UTF-16LE"
#else
#define TARGET "UTF-16"