diff options
-rw-r--r-- | ChangeLog | 16 | ||||
-rw-r--r-- | modules/other/gail/ChangeLog | 16 |
2 files changed, 16 insertions, 16 deletions
@@ -1,21 +1,5 @@ 2008-05-28 Michael Natterer <mitch@imendio.com> - * modules/other/gail/gailwidget.h: include <gtk/gtk.h> instead of - <gtk/gtkaccessible.h> - - * modules/other/gail/*.h: don't include anyting from gtk since all - headers indirectly include gailwidget.h. - - * modules/other/gail/gailcellparent.c: include <gtk/gtk.h> instead - of individual files. - - * modules/other/gail/gailcheckmenuitem.c - * modules/other/gail/gailmenu.c - * modules/other/gail/gailtreeview.c: remove all gtk includes since - it's always included by including any gail header. - -2008-05-28 Michael Natterer <mitch@imendio.com> - * modules/printbackends/cups/gtkcupsutils.c * modules/printbackends/cups/gtkprintbackendcups.c * modules/printbackends/file/gtkprintbackendfile.c diff --git a/modules/other/gail/ChangeLog b/modules/other/gail/ChangeLog index 14bc58e671..4796a19a9d 100644 --- a/modules/other/gail/ChangeLog +++ b/modules/other/gail/ChangeLog @@ -1,3 +1,19 @@ +2008-05-28 Michael Natterer <mitch@imendio.com> + + * gailwidget.h: include <gtk/gtk.h> instead of + <gtk/gtkaccessible.h> + + * *.h: don't include anyting from gtk since all headers indirectly + include gailwidget.h. + + * gailcellparent.c: include <gtk/gtk.h> instead of individual + files. + + * gailcheckmenuitem.c + * gailmenu.c + * gailtreeview.c: remove all gtk includes since it's always + included by including any gail header. + 2008-05-26 Michael Natterer <mitch@imendio.com> * libgail-util/gailmisc.h |