summaryrefslogtreecommitdiff
path: root/ChangeLog.pre-2-4
diff options
context:
space:
mode:
authorElliot Lee <sopwith@src.gnome.org>2000-11-28 23:44:21 +0000
committerElliot Lee <sopwith@src.gnome.org>2000-11-28 23:44:21 +0000
commit790a7bd3be608d9b12a18711d4400490d96b2a46 (patch)
tree86089811332b4bd813f793149b634c8cff2c32aa /ChangeLog.pre-2-4
parent55c7329d515ae763674d8ac6e9e30fc6fedad9cf (diff)
Fix warnings.
* gmarkup.c: Fix warnings. * guniprop.c, gunidecomp.c: Make warnings go away by using GPOINTER_TO_INT() instead of (int). * gcompletion.[ch]: Add g_completion_set_compare(), to allow (for example) using case-insensitive completion. * gobject/gsignal.c: Fix warnings about possible use of uninitialized variables, and fix logic that would leave 'node' unset in cases that it might be used in. * gobject/glib-genmarshal.c: Fix warning about printf format.
Diffstat (limited to 'ChangeLog.pre-2-4')
-rw-r--r--ChangeLog.pre-2-410
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog.pre-2-4 b/ChangeLog.pre-2-4
index 5582acd21..8be782213 100644
--- a/ChangeLog.pre-2-4
+++ b/ChangeLog.pre-2-4
@@ -1,3 +1,13 @@
+2000-11-28 Elliot Lee <sopwith@redhat.com>
+
+ * gmarkup.c: Fix warnings.
+
+ * guniprop.c, gunidecomp.c: Make warnings go away by using
+ GPOINTER_TO_INT() instead of (int).
+
+ * gcompletion.[ch]: Add g_completion_set_compare(),
+ to allow (for example) using case-insensitive completion.
+
2000-11-28 Tor Lillqvist <tml@iki.fi>
Patches by Hans Breuer: