diff options
author | Matthias Clasen <mclasen@redhat.com> | 2004-12-16 03:49:22 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2004-12-16 03:49:22 +0000 |
commit | 55434ebd3296151af64aad4bc380d1f91f6a1f2c (patch) | |
tree | d1c5f304cf9ae1b590b11adbe02250746ac7f667 /ChangeLog | |
parent | 55ef0b48c382e7e1ed58f0d8c40d8f4e5dc06ad0 (diff) | |
download | gdk-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-- | ChangeLog | 10 |
1 files changed, 10 insertions, 0 deletions
@@ -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): |