diff options
author | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-27 16:55:02 +0000 |
---|---|---|
committer | Matthias Clasen <matthiasc@src.gnome.org> | 2008-12-27 16:55:02 +0000 |
commit | 517a2a352b02692f7a306a8877dc0a109bb35ab0 (patch) | |
tree | 94a31e107491b419ffabaab1e597eb9410143af9 /docs | |
parent | 622ab35391b0c5770303e5de7f02963501bdf40b (diff) | |
download | gtk+-517a2a352b02692f7a306a8877dc0a109bb35ab0.tar.gz |
More glue
svn path=/trunk/; revision=21950
Diffstat (limited to 'docs')
-rw-r--r-- | docs/reference/ChangeLog | 5 | ||||
-rw-r--r-- | docs/reference/gtk/Makefile.am | 1 |
2 files changed, 6 insertions, 0 deletions
diff --git a/docs/reference/ChangeLog b/docs/reference/ChangeLog index ba0b9c7ca4..9980930117 100644 --- a/docs/reference/ChangeLog +++ b/docs/reference/ChangeLog @@ -1,5 +1,10 @@ 2008-12-27 Matthias Clasen <mclasen@redhat.com> + * gtk/Makefile.am: Add migrating-GtkEntry-icons.sgml to + content_files and expand_content_files. + +2008-12-27 Matthias Clasen <mclasen@redhat.com> + * gtk/migrating-GtkLinkButton.sgml: Mention default hook * gtk/migrating-GtkEntry-icons.sgml: Migration chapter SexyIconEntry -> GtkEntry diff --git a/docs/reference/gtk/Makefile.am b/docs/reference/gtk/Makefile.am index 8c94f53ca2..7950ccc231 100644 --- a/docs/reference/gtk/Makefile.am +++ b/docs/reference/gtk/Makefile.am @@ -161,6 +161,7 @@ expand_content_files = \ migrating-checklist.sgml \ migrating-GtkAction.sgml \ migrating-GtkComboBox.sgml \ + migrating-GtkEntry-icons.sgml \ migrating-GtkFileChooser.sgml \ migrating-GtkIconView.sgml \ migrating-GtkAboutDialog.sgml \ |