summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorMatthias Clasen <mclasen@redhat.com>2004-12-16 03:49:22 +0000
committerMatthias Clasen <matthiasc@src.gnome.org>2004-12-16 03:49:22 +0000
commit55434ebd3296151af64aad4bc380d1f91f6a1f2c (patch)
treed1c5f304cf9ae1b590b11adbe02250746ac7f667 /ChangeLog
parent55ef0b48c382e7e1ed58f0d8c40d8f4e5dc06ad0 (diff)
downloadgdk-pixbuf-55434ebd3296151af64aad4bc380d1f91f6a1f2c.tar.gz
Require glib 2.6.0 for g_filename_display_basename.
2004-12-15 Matthias Clasen <mclasen@redhat.com> * configure.in: Require glib 2.6.0 for g_filename_display_basename. * gtk/gtkentrycompletion.[hc]: Make the prefix parameter to the insert-prefix signal a const gchar* instead of a gchar*. (#161415, Murray Cumming) Also remove an unused static function.
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog10
1 files changed, 10 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 957a1db99..d2f5a0948 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,13 @@
+2004-12-15 Matthias Clasen <mclasen@redhat.com>
+
+ * configure.in: Require glib 2.6.0 for
+ g_filename_display_basename.
+
+ * gtk/gtkentrycompletion.[hc]: Make the prefix parameter
+ to the insert-prefix signal a const gchar* instead of a
+ gchar*. (#161415, Murray Cumming)
+ Also remove an unused static function.
+
2004-12-15 Alexander Larsson <alexl@redhat.com>
* gtk/gtkfilesystemunix.c (gtk_file_folder_unix_get_info):